Releases: aardappel/treesheets
Releases · aardappel/treesheets
12264751035
Use unique_ptr for Grid in Cell (#782) Make it clear that Cell owns Grid `grid`.
12263165793
Remove unused variable `mergetbar` (#781)
12262128557
Use unique_ptr for Document in TSCanvas (#780) Make it clear that TSCanvas owns the Document.
12252494468
Fix whitespace error
12239667981
Move update of statusbar to DrawSelect (#778) This makes it interoperable on Windows, Linux and macOS.
12230909376
Display amount of cells selected in status bar (#777)
12125479228
Make rootgrid an unique_ptr (#776)
12094568244
Package app into top level directory in zip file
11998744428
Remove std prefix (#773) * Remove std prefix for vector * Remove std prefix for string
11989416069
Clean up clipboard code (#771) Align it with <https://docs.wxwidgets.org/3.2/classwx_clipboard.html>