Skip to content

Releases: tobiolo/treesheets

12679079424

08 Jan 21:16
Compare
Choose a tag to compare
wxWidgets macro expects const char* instead of const wchar_t*

12588007442

02 Jan 20:06
Compare
Choose a tag to compare
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

30 Dec 09:47
Compare
Choose a tag to compare
Fix crash on open TreeSheets files on MacOS

12421986409

19 Dec 22:49
55e3ec4
Compare
Choose a tag to compare
Simplify instruction to move window (#792)

12371312324

17 Dec 10:47
Compare
Choose a tag to compare
Reconstruct toolbar on DPI change

12329246902

14 Dec 10:58
Compare
Choose a tag to compare
Reintroduce autopurge of images

12329131354

14 Dec 10:39
Compare
Choose a tag to compare
Only rerender images that are actually needed

12329102197

14 Dec 10:34
Compare
Choose a tag to compare
Only rerender images that are actually needed

12371547095

17 Dec 11:02
81e74a0
Compare
Choose a tag to compare
Use correct method to delete resource (#783)

12265289546

10 Dec 21:54
9fe088a
Compare
Choose a tag to compare
Use unique_ptr for Grid in Cell (#782)

Make it clear that Cell owns Grid `grid`.