Releases: tobiolo/treesheets
Releases · tobiolo/treesheets
11618673564
Make item const
11608740257
Simplify more
11608572338
Make code a little bit more readable
11608091817
Manage unique_ptr in STL container (#734)
11507186651
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
Use variable only in scope
10865281043
Revert "Do not allow for blind searches" This reverts commit ce31cc6de4cca477d635929dac10d8c9bbdddd66.
10865234936
Give focus back when blind search is attempted
10865194668
Give focus back when blind search is attempted
10865050794
Use std::vector for colwidths (#717) Use std::vector as columns are modified (inserted/removed) dynamically.