Releases: aardappel/treesheets
Releases · aardappel/treesheets
3341041135
Update German translation (#276)
3299391141
Improve German translation (#275) * Update German translation * Improve German translation * Improve German translation * Improve German translation
3290788182
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
typo
3130231751
Made focus change Linux only for now
3075954433
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
If detecting users locale fails, default to english
3071388091
Fixed restrictive max new grid size for lobster scripts (#263)
3046432687
Add missing libtcc i386 files (#261) + i386-asm.h + i386-gen.c + i386-link.c from https://repo.or.cz/tinycc.git/commit/afc136262e93ae85fb3643005b36dbfc30d99c42 SHA512 (tinycc-afc1362/i386-asm.c) = 98abf361b41168b68a8e58b2325cec695fcd7f5e2ee2f02823a686693ff7b8b5c7e3817e421745229dd734aa4abbf8f1a1739dfca991fda8bbdf5e802be9c128 SHA512 (tinycc-afc1362/i386-asm.h) = 842d4402e327a5467b6768f3d1a48fd5a1cf83c291516779b7463b07d9f938f203703a9add835e43b1de58b7678e79315cc9b95405f1a14f8df44a0af3835672 SHA512 (tinycc-afc1362/i386-gen.c) = 699d2b0c7a096a59b474097a0dc6db391ccc2dbff2733ff8a2e7cd6ff57204862996e2e06022350e9fb00424bc329f1dca061c168ce000bc0851bc73c900d048 SHA512 (tinycc-afc1362/i386-link.c) = ffd3c986e8da72a793c3c39082e9a477b5a394447141fa41201a1fcfe19905f2a13d6538b5521e49eba67fa591bf2be4b1b69ad1d493e7720ecaf339a551411b SHA512 (tinycc-afc1362/i386-tok.h) = 2ab5520c2c08b0d8be474363d5a43afd7c2a0e710003209fb81945695e48694515f207e6ba736d66968258bbc1adfe5c0255b6bad834f0ebfeea9512f9e51216 https://github.com/aardappel/treesheets/issues/260
3025803779
Fix mac CI path