Releases: aardappel/treesheets
Releases · aardappel/treesheets
12421847018
Remove position and size check for GTK (#791) On X11, the display rectangle is only reported for the primary display. This causes the reset to default values for multiple use cases on multi-head displays. Thus just ignore the checks for GTK.
12383844553
Use vector instead of raw pointer arrays (#785)
12381282134
Use method provided (#790)
12379698923
Assign ALT to Command key on MacOS (#789) ALT is translated to Option key on MacOS but shortcuts with Option + (Shift +) Number are used for characters on macOS. To not block input of characters, assign ALT+Number to CTRL+Number and thus to Command+Number on macOS.
12284077899
Use correct method to delete resource (#783)
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.