- Sep 11, 2023
-
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
This targets crimson
-
- Jul 20, 2023
-
-
Guido Gunther authored
Break overly long line Gbp-Dch: Ignore
-
- Jul 17, 2023
-
-
Jonathon Hall authored
Signed-off-by:
Jonathon Hall <jonathon.hall@puri.sm>
-
- Jul 13, 2023
-
-
Jonathon Hall authored
For whatever reason, the first call to SDL_RenderPresent() does not actually present anything. Render twice initially as a workaround. The logic to render extra times (for every frame!) doesn't work initially if animations are enabled and the keyboard is not initially shown; the keyboard perpetually says it is in a slide animation so extra renders are not queued. This logic doesn't seem to be needed beyond the initial frame, and it's much simpler just to queue one extra render event initially. Signed-off-by:
Jonathon Hall <jonathon.hall@puri.sm>
-
- Jun 01, 2023
-
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
osk-sdl Debian release 0.67.1-2
-
- Feb 12, 2023
- Nov 08, 2022
-
-
undef authored
-
- Nov 02, 2022
-
-
undef authored
-
undef authored
-
undef authored
-
undef authored
This solves #1017842, which would cause osk-sdl-keyscript to hang on some devices.
-
Balint Kovacs authored
Solves touch input on the Asus T100TA and Steam Deck.
-
Balint Kovacs authored
In the past days, I have found two systems where osk-sdl didn't include the correct DRI library in the initramfs. (A Steam Deck, which needs radeonsi_drm.so and an Asus T100TA Bay Trail tablet, which needs crocus_drm.so) So instead of trying to maintain a list of all the possible DRI libraries that might be needed, I propose we just include them all. This is reasonable, because they are already hardlinks of the same file. I have checked that in Debian main, files ending in "_dri.so" only come from libgl1-mesa-dri, and that on amd64 and on the Pinephone, all of those files are hardlinks. On my Steam Deck, I have checked that my patch changes the size of the initrd from 120600 to 120601 kB, and that it works. I haven't yet tested it on any other devices.
-
undef authored
-
Syboxez Blank authored
-
- Aug 11, 2022
-
-
Arnaud Ferraris authored
-
- Aug 10, 2022
- Aug 05, 2022
- Jul 28, 2022
-
-
undef authored
This removes the last remaining instance of `osk-sdl -v` in initscripts and adds a workaround for https://github.com/libsdl-org/SDL/issues/2418. Thanks go to Benjamin Moody <benjamin.moody@gmail.com> for finding the bug and writing the keyscript patch.
-
- Jun 29, 2022
-
-
Arnaud Ferraris authored
-
Arnaud Ferraris authored
-
undef authored
-
undef authored
This was added to the latest release for screenshotting the test progress.
-
undef authored
-
undef authored
-
undef authored
The `exec` call causes the script to end there, meaning the `plymouth show` command never runs. Plymouth is only shown on the next call to it. With that call removed, plymouth restarts almost immediately.
-