Skip to content

Releases: aardappel/treesheets

11842730555

14 Nov 17:58
d08cfe8
Compare
Choose a tag to compare
Use TreeSheets as target identifier (#760)

The application name on Mac OS is determined by the directory name, i.e.
TreeSheets.app which in CMake is determined by the target identifier.

11842024958

14 Nov 17:11
2662ab0
Compare
Choose a tag to compare
Fix Plist issues (#759)

* Prepare Plist on Mac CI

* Fix Plist

* Add file association and other attributes

11825716028

13 Nov 21:07
31c14c2
Compare
Choose a tag to compare
Simplify CI for Mac (#757)

11806628538

12 Nov 22:20
6a19ca1
Compare
Choose a tag to compare
Scroll to selection after width change or zoom (#756)

11766992351

10 Nov 17:13
Compare
Choose a tag to compare
Fix assignment and condition

11766928987

10 Nov 17:04
79840b8
Compare
Choose a tag to compare
Cram into branch condition (#755)

11763373864

10 Nov 07:59
72d7cf4
Compare
Choose a tag to compare
Add MacOS X bundle icon (#754)

* Add bundle icon

* Add CFBundleName

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