Skip to content

Releases: aardappel/treesheets

3415220870

08 Nov 00:31
Compare
Choose a tag to compare
Fix broken key binding

Was showing incorrect binding due to https://github.com/aardappel/treesheets/commit/b538faea45d75b63bcc8d209856b4c76bcabb081
Also fixed showing double entries

3349106752

28 Oct 23:26
86c0307
Compare
Choose a tag to compare
Refine German translation (#277)

Keep shortcuts in original English text

3341041135

27 Oct 21:41
fc4eaa6
Compare
Choose a tag to compare
Update German translation (#276)

3299391141

21 Oct 17:57
8ec6594
Compare
Choose a tag to compare
Improve German translation (#275)

* Update German translation

* Improve German translation

* Improve German translation

* Improve German translation

3290788182

20 Oct 15:26
12580ce
Compare
Choose a tag to compare
Paint directly on Linux (#274)

Instead of using a bitmap for double-buffering, draw directly
like on MacOS. This avoids the case that the bitmap has to be resized
for HiDPI scaling. Instead, scaling is considered during the paint.

This fixes #253 for Linux (wxGTK).

3227950496

11 Oct 15:12
Compare
Choose a tag to compare
typo

3130231751

26 Sep 18:56
Compare
Choose a tag to compare
Made focus change Linux only for now

3075954433

18 Sep 05:32
8896666
Compare
Choose a tag to compare
Explicity check for window focus before refocusing (#265)

Under some certain circumstances in a desktop environment running on a Xorg server, the Treesheets window catches all input events - even those that are not intended for Treesheets. This leads Treesheets to set the focus on its current tab and thus on its window each time an input event is detected - even if the window had no focus. Explicitly check whether the Treesheets window has focus and only if it has focus, refocus on the Treesheets current tab and window.

3074091860

17 Sep 17:07
Compare
Choose a tag to compare
If detecting users locale fails, default to english

3071388091

17 Sep 00:02
77d3cc7
Compare
Choose a tag to compare
Fixed restrictive max new grid size for lobster scripts (#263)