- 19 Feb, 2020 3 commits
-
-
Dorota Czaplejewicz authored
Highlights: - Fixed glib critical when switching layouts - Fixed minor memory leaks when switching layouts - Whenever the client supports it, text is sent as text instread of key presses - New Polish language layout - Fixed greek layout - Better key locking - Less leaks - Tweaks in terminal layout - Better emoji layout
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
Emoji: More choices See merge request Librem5/squeekboard!324
-
- 18 Feb, 2020 1 commit
-
-
Dorota Czaplejewicz authored
text input: Disable erasing See merge request Librem5/squeekboard!332
-
- 12 Feb, 2020 2 commits
-
-
Dorota Czaplejewicz authored
Erasing with zwp_text_input_v3 version 1 requires bytes, and bytes require get_surrounding_text. That, however, is optional. That's a mistake in protocol design. Easiest to drop this until the mess is solved on the protocol side.
-
Dorota Czaplejewicz authored
layouts: terminal: Use altline outline for dot key See merge request Librem5/squeekboard!331
-
- 11 Feb, 2020 1 commit
-
-
Sebastian Krzyszkowiak authored
This prevents the buttons from jumping around when switching between views.
-
- 09 Feb, 2020 1 commit
-
-
Dorota Czaplejewicz authored
Center views relative to layout space See merge request Librem5/squeekboard!326
-
- 06 Feb, 2020 1 commit
-
-
Dorota Czaplejewicz authored
terminal: Make */ easier to reach See merge request Librem5/squeekboard!325
-
- 05 Feb, 2020 8 commits
-
-
Dorota Czaplejewicz authored
They exchanged positions with @%
-
Sebastian Krzyszkowiak authored
layout: Improve scoping of locked variable See merge request Librem5/squeekboard!329
-
Dorota Czaplejewicz authored
-
Sebastian Krzyszkowiak authored
Better accents in PL See merge request Librem5/squeekboard!323
-
Dorota Czaplejewicz authored
Update translations & greek See merge request Librem5/squeekboard!315
-
Dorota Czaplejewicz authored
-
Sebastian Krzyszkowiak authored
Turn locking stateless See merge request Librem5/squeekboard!322
-
Guido Gunther authored
Allocation problems See merge request Librem5/squeekboard!327
-
- 03 Feb, 2020 4 commits
-
-
Dorota Czaplejewicz authored
Submit and delete strings via text_input See merge request Librem5/squeekboard!304
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
gio::Settings::set_value takes over ownership of the Variant sometimes, but in other cases it doesn't. To prevent this being a problem, the custom Variant is made of the type that will never have its ownership taken. This is not necessarily consistent with what gtk-rs authors intended. In practice, the ownership is shared by refcounting, and after the Rust reference is dropped, one taken by Settings survives.
-
- 02 Feb, 2020 7 commits
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
Locking is not determined by button state any more, but rather based on the view active at the moment. If pressing/locking a key results in the current view being active, the key is active. If locking a key results in the current view, the unlock view is activated.
-
Dorota Czaplejewicz authored
-
- 31 Jan, 2020 4 commits
-
-
Guido Gunther authored
Release 1.8.1 See merge request Librem5/squeekboard!321
-
Dorota Czaplejewicz authored
layouts: Add Polish layouts See merge request Librem5/squeekboard!318
-
Dorota Czaplejewicz authored
- Landscape layout doesn't crash - CSS font is actually taken into account - Failed start due to dbus is now communicated - Better log messages - Fixed Enter in numbers layout - More consistent terminal layout - Proper font sizes in terminal layout
-
Dorota Czaplejewicz authored
-
- 30 Jan, 2020 4 commits
-
-
Dorota Czaplejewicz authored
Update docs and CI builds See merge request Librem5/squeekboard!320
-
Sebastian Krzyszkowiak authored
-
David Boddie authored
-
David Boddie authored
-
- 29 Jan, 2020 3 commits
-
-
Guido Gunther authored
build: Strip clap of optional features See merge request Librem5/squeekboard!311
-
Guido Gunther authored
number: Fix keysym for Return See merge request Librem5/squeekboard!310
-
Guido Gunther authored
debian: Add missing commas See merge request Librem5/squeekboard!316
-
- 28 Jan, 2020 1 commit
-
-
Sebastian Krzyszkowiak authored
setup: Connect ui to the state manager See merge request Librem5/squeekboard!319
-