Skip to content

Releases: aardappel/treesheets

11693219263

05 Nov 22:08
2a4272d
Compare
Choose a tag to compare
Avoid redefinition issues with precompiled headers via pragma once (#…

11693020237

05 Nov 21:50
84cac00
Compare
Choose a tag to compare
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

05 Nov 21:24
2d863e2
Compare
Choose a tag to compare
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

05 Nov 20:46
Compare
Choose a tag to compare
Fix accidential wrong indentation

11673840621

04 Nov 22:38
Compare
Choose a tag to compare
Only erase Selections as so much as they exist

11672630005

04 Nov 21:11
Compare
Choose a tag to compare
Revert "Do not use invalid iterators (#749)"

This reverts commit 8e2ea5d84218e7c673275919be7c14f8da9c8331.

11672512456

04 Nov 21:01
8e2ea5d
Compare
Choose a tag to compare
Do not use invalid iterators (#749)

11671219892

04 Nov 19:31
Compare
Choose a tag to compare
Revert "Use GraphicsContext with wxDC API (#746)"

This reverts commit 8653e07b0fac3e1577e695cce9b26d1b160e8095.

11671151851

04 Nov 19:26
Compare
Choose a tag to compare
Revert "Use GraphicsContext with wxDC API (#746)"

This reverts commit 8653e07b0fac3e1577e695cce9b26d1b160e8095.

11670788032

04 Nov 19:01
8653e07
Compare
Choose a tag to compare
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