Skip to content

Releases: tobiolo/treesheets

11618673564

31 Oct 19:42
Compare
Choose a tag to compare
Make item const

11608740257

31 Oct 08:51
Compare
Choose a tag to compare
Simplify more

11608572338

31 Oct 08:39
Compare
Choose a tag to compare
Make code a little bit more readable

11608091817

31 Oct 08:01
Compare
Choose a tag to compare
Manage unique_ptr in STL container (#734)

11507186651

24 Oct 20:52
10184ff
Compare
Choose a tag to compare
Support dark mode (#723)

* Support dark mode

This adds a branch on MyFrame construction for dark mode and adds the inverted SVG files

* Save darkmode in MyFrame class and adapt search box

10971013191

21 Sep 08:19
Compare
Choose a tag to compare
Use variable only in scope

10865281043

14 Sep 20:32
Compare
Choose a tag to compare
Revert "Do not allow for blind searches"

This reverts commit ce31cc6de4cca477d635929dac10d8c9bbdddd66.

10865234936

14 Sep 20:25
Compare
Choose a tag to compare
Give focus back when blind search is attempted

10865194668

14 Sep 20:19
Compare
Choose a tag to compare
Give focus back when blind search is attempted

10865050794

14 Sep 19:51
4408bd1
Compare
Choose a tag to compare
Use std::vector for colwidths (#717)

Use std::vector as columns are modified (inserted/removed) dynamically.