Skip to content

Releases: aardappel/treesheets

10977764917

22 Sep 03:08
0df590b
Compare
Choose a tag to compare
Derive custom dialog class for datetime range filter (#720)

10971013906

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

10970177113

21 Sep 06:04
Compare
Choose a tag to compare
Reduce branch nesting level

10970155494

21 Sep 05:59
Compare
Choose a tag to compare
Reduce branch nesting level

10965883650

20 Sep 20:38
8a86a1a
Compare
Choose a tag to compare
Use iterators to traverse through strings (#719)

Documentation says at <https://docs.wxwidgets.org/latest/classwx_string.html>
that accessing the character by index should be avoided.

10889320748

16 Sep 18:02
Compare
Choose a tag to compare
Explicit initialization is not needed for std::vector

10869671802

15 Sep 09:01
3fd66cb
Compare
Choose a tag to compare
Comment is no longer valid (#629)

* Comment is no longer valid

Issue solved with https:/wxWidgets/wxWidgets/pull/24505

But it makes sense to keep the changes and not to pack the data objects
into a composite object only to unpack it later.

* Increment minimum supported version

10865280600

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

This reverts commit ce31cc6de4cca477d635929dac10d8c9bbdddd66.

10865234675

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

10865194464

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