Releases: aardappel/treesheets
Releases · aardappel/treesheets
11693219263
Avoid redefinition issues with precompiled headers via pragma once (#…
11693020237
screenx and screeny should only consider width and height (#750) On a multi head display, screen can be positioned on e.g. x pos 1000 and have width of 1000 which makes screenx 0. This makes defx negative.
11692678468
Make MacOSX Bundle with working translations (#748) * Make MacOSX Bundle with working translations - To create bundle, both build and install must be run by CMake - Localizations now need to be extra declared in Info.plist * Update README.md
11692175005
Fix accidential wrong indentation
11673840621
Only erase Selections as so much as they exist
11672630005
Revert "Do not use invalid iterators (#749)" This reverts commit 8e2ea5d84218e7c673275919be7c14f8da9c8331.
11672512456
Do not use invalid iterators (#749)
11671219892
Revert "Use GraphicsContext with wxDC API (#746)" This reverts commit 8653e07b0fac3e1577e695cce9b26d1b160e8095.
11671151851
Revert "Use GraphicsContext with wxDC API (#746)" This reverts commit 8653e07b0fac3e1577e695cce9b26d1b160e8095.
11670788032
Use GraphicsContext with wxDC API (#746) * Use GraphicsContext with wxDC API * Tidy up branches a little bit * wxMAC also needs the hack when wxGCDC is used