- 06 Feb, 2021 3 commits
-
-
Dorota Czaplejewicz authored
Added hebrew keyboard layout See merge request !430
-
-
Dorota Czaplejewicz authored
Catalan keyboard layout See merge request !431
-
- 05 Feb, 2021 1 commit
-
-
Modified by Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm>
-
- 26 Jan, 2021 1 commit
-
-
Dorota Czaplejewicz authored
Add US Dvorak layout (and Colemak wide) See merge request !427
-
- 24 Jan, 2021 4 commits
-
-
J.D. Laub authored
Signed-off-by:
Dave Laub <purism@laubster.org>
-
Dorota Czaplejewicz authored
CI: fix xheck_tag to be compatible with Amber See merge request !428
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
imservice: Increment serials on receiving done, not sending commit See merge request !426
-
- 23 Jan, 2021 1 commit
-
-
J.D. Laub authored
Signed-off-by:
Dave Laub <purism@laubster.org>
-
- 19 Jan, 2021 1 commit
-
-
Guido Gunther authored
Release 1.12.0 See merge request !422
-
- 11 Jan, 2021 2 commits
-
-
Dorota Czaplejewicz authored
User-visible changes: - Fixed a crash related to making keyboard visible. - Better fallback: when selecting a missing layout named "fr+foo", "fr" will be used instead. - When enabling the keyboard manually, it will never be stuck in the numbers view. - Thai layout - US-Colemak layout - Czech layouts - Esperanto layout - Bulgarian layout - Improved Norwegian layout That's a lot of new layouts! Plus a bunch of stricter warnings, MIPS64el support, and reproducible building.
-
Dorota Czaplejewicz authored
-
- 10 Jan, 2021 4 commits
-
-
Alexander Mikhaylenko authored
visibility: Stop calling GTK functions from the visibility manager See merge request !425
-
Dorota Czaplejewicz authored
The viibility manager state is changed from various handlers, which are not guaranteed to be reentrant, most notably the Wayland handler for preedit done. As the state is changed, relevant requests to synchronize user-visible UI are fired from the same handler. In case of imservice_handle_done, GTK widget show function was being called, which triggered another round of handling Wayland, leading to the done handler being called again, and flaking out. To solve this, the phase of issuing commands needs to be separate from adjusting desired state. It seems that the easiest solution is to delay the show() and hide() calls into the next GTK main loop spin. A better solution would probably inject itself directly after the change of desired state, so that *all* the side effects are delayed.
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
No idea how that managed to stay undetected for so long.
-
- 30 Dec, 2020 1 commit
-
-
Dorota Czaplejewicz authored
Farsi/Persian keyboard layout See merge request !424
-
- 27 Dec, 2020 4 commits
-
-
Javad Rahimipour Anaraki authored
-
Javad Rahimipour Anaraki authored
-
Javad Rahimipour Anaraki authored
-
Javad Rahimipour Anaraki authored
-
- 21 Dec, 2020 1 commit
-
-
Dorota Czaplejewicz authored
Make layout lists more ordered See merge request !417
-
- 16 Dec, 2020 1 commit
-
-
Dorota Czaplejewicz authored
dbus: Reset hints if text input missing Closes #256 See merge request !421
-
- 15 Dec, 2020 2 commits
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
no: Use wide button switching between numbers, symbols and base See merge request !419
-
- 14 Dec, 2020 1 commit
-
-
Andreas Rönnquist authored
-
- 12 Dec, 2020 3 commits
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
Contributors have started to make it messy.
-
Dorota Czaplejewicz authored
Bulgarian language keyboard layout See merge request !418
-
- 11 Dec, 2020 3 commits
-
-
Vladimir authored
-
Vladimir authored
-
Guido Gunther authored
build: Enable unused warnings in C See merge request !375
-
- 10 Dec, 2020 1 commit
-
-
Vladimir authored
-
- 07 Dec, 2020 2 commits
-
-
Dorota Czaplejewicz authored
-
Fixed by Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm>
-
- 05 Dec, 2020 2 commits
-
-
Sebastian Krzyszkowiak authored
Better fallbacks See merge request !415
-
Sebastian Krzyszkowiak authored
Central visibility policy See merge request !409
-
- 03 Dec, 2020 2 commits
-
-
Guido Gunther authored
Reproducible build See merge request !413
-
Dorota Czaplejewicz authored
-