- Mar 07, 2020
-
-
Dorota Czaplejewicz authored
Docs: describe project priorities See merge request Librem5/squeekboard!338
-
Dorota Czaplejewicz authored
Add simple modifiers support See merge request Librem5/squeekboard!306
-
- Mar 04, 2020
-
-
Dorota Czaplejewicz authored
Fix minor comment typos See merge request Librem5/squeekboard!342
-
&t authored
-
- Mar 01, 2020
-
-
Dorota Czaplejewicz authored
meta: Add doap file See merge request Librem5/squeekboard!335
-
- Feb 28, 2020
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
Control and Alt are special in that they aren't expected to switch levels, and so don't need to change what characters are output. Use in layouts by adding `modifier: Control` or `modifier: Alt` in place of `text: "foo"`. The latching of the modifier will force the keyboard to emit raw key presses and prevent it from outputting text.
-
Dorota Czaplejewicz authored
settings: Handle empty settings See merge request Librem5/squeekboard!333
-
Dorota Czaplejewicz authored
Variant: Use proper pointer conversion between C and Rust See merge request Librem5/squeekboard!334
-
- Feb 26, 2020
-
-
Dorota Czaplejewicz authored
layout: Improve press handling See merge request Librem5/squeekboard!330
-
- Feb 24, 2020
-
-
Guido Gunther authored
Release 1.9.0 See merge request Librem5/squeekboard!328
-
- Feb 23, 2020
-
-
Dorota Czaplejewicz authored
-
- Feb 20, 2020
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
- Feb 19, 2020
-
-
Dorota Czaplejewicz authored
Makes it more similar to release handling, removes some redundant checks. This makes it easier to integrate modifiers in the future.
-
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
-
- Feb 18, 2020
-
-
Dorota Czaplejewicz authored
text input: Disable erasing See merge request Librem5/squeekboard!332
-
- Feb 12, 2020
-
-
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
-
- Feb 11, 2020
-
-
Sebastian Krzyszkowiak authored
This prevents the buttons from jumping around when switching between views.
-
- Feb 09, 2020
-
-
Dorota Czaplejewicz authored
Center views relative to layout space See merge request Librem5/squeekboard!326
-
- Feb 06, 2020
-
-
Dorota Czaplejewicz authored
terminal: Make */ easier to reach See merge request Librem5/squeekboard!325
-
- Feb 05, 2020
-
-
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
-
- Feb 03, 2020
-
-
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.
-
- Feb 02, 2020
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-