Skip to content

Releases: aardappel/treesheets

12421847018

19 Dec 22:37
0762513
Compare
Choose a tag to compare
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

18 Dec 00:29
9dfc4fb
Compare
Choose a tag to compare
Use vector instead of raw pointer arrays (#785)

12381282134

17 Dec 21:04
5110163
Compare
Choose a tag to compare
Use method provided (#790)

12379698923

17 Dec 19:13
5d5ee4a
Compare
Choose a tag to compare
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

11 Dec 20:15
81e74a0
Compare
Choose a tag to compare
Use correct method to delete resource (#783)

12264751035

10 Dec 21:16
9fe088a
Compare
Choose a tag to compare
Use unique_ptr for Grid in Cell (#782)

Make it clear that Cell owns Grid `grid`.

12263165793

10 Dec 19:26
708b0ca
Compare
Choose a tag to compare
Remove unused variable `mergetbar` (#781)

12262128557

10 Dec 18:17
e3d4602
Compare
Choose a tag to compare
Use unique_ptr for Document in TSCanvas (#780)

Make it clear that TSCanvas owns the Document.

12252494468

10 Dec 08:55
Compare
Choose a tag to compare
Fix whitespace error

12239667981

09 Dec 16:20
0e71786
Compare
Choose a tag to compare
Move update of statusbar to DrawSelect (#778)

This makes it interoperable on Windows, Linux and macOS.