Releases: aardappel/treesheets
Releases · aardappel/treesheets
11842730555
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
Fix Plist issues (#759) * Prepare Plist on Mac CI * Fix Plist * Add file association and other attributes
11825716028
Simplify CI for Mac (#757)
11806628538
Scroll to selection after width change or zoom (#756)
11766992351
Fix assignment and condition
11766928987
Cram into branch condition (#755)
11763373864
Add MacOS X bundle icon (#754) * Add bundle icon * Add CFBundleName
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