Releases: tobiolo/treesheets
Releases · tobiolo/treesheets
12679079424
wxWidgets macro expects const char* instead of const wchar_t*
12588007442
Fix crash on open TreeSheets files on MacOS When file was loaded directly via the open protocol on MacOS, `System::FileUsed(const wxString&, Document*)` had been called before the app event loop was entered. It thus tried to access the uninitialized file system watcher which led to a crash. Fix this by contructing the file system watcher right away.
12544727188
Fix crash on open TreeSheets files on MacOS
12421986409
Simplify instruction to move window (#792)
12371312324
Reconstruct toolbar on DPI change
12329246902
Reintroduce autopurge of images
12329131354
Only rerender images that are actually needed
12329102197
Only rerender images that are actually needed
12371547095
Use correct method to delete resource (#783)
12265289546
Use unique_ptr for Grid in Cell (#782) Make it clear that Cell owns Grid `grid`.