Skip to content

Releases: aardappel/treesheets

12264751035

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

Make it clear that Cell owns Grid `grid`.

12263165793

10 Dec 19:26
708b0ca
Compare
Choose a tag to compare
Remove unused variable `mergetbar` (#781)

12262128557

10 Dec 18:17
e3d4602
Compare
Choose a tag to compare
Use unique_ptr for Document in TSCanvas (#780)

Make it clear that TSCanvas owns the Document.

12252494468

10 Dec 08:55
Compare
Choose a tag to compare
Fix whitespace error

12239667981

09 Dec 16:20
0e71786
Compare
Choose a tag to compare
Move update of statusbar to DrawSelect (#778)

This makes it interoperable on Windows, Linux and macOS.

12230909376

09 Dec 07:35
bbff91e
Compare
Choose a tag to compare
Display amount of cells selected in status bar (#777)

12125479228

02 Dec 18:26
15d5f58
Compare
Choose a tag to compare
Make rootgrid an unique_ptr (#776)

12094568244

30 Nov 07:28
Compare
Choose a tag to compare
Package app into top level directory in zip file

11998744428

24 Nov 19:04
4b27fa4
Compare
Choose a tag to compare
Remove std prefix (#773)

* Remove std prefix for vector

* Remove std prefix for string

11989416069

23 Nov 18:31
36158d9
Compare
Choose a tag to compare
Clean up clipboard code (#771)

Align it with <https://docs.wxwidgets.org/3.2/classwx_clipboard.html>