- 28 Feb, 2020 2 commits
-
-
Dorota Czaplejewicz authored
settings: Handle empty settings See merge request !333
-
Dorota Czaplejewicz authored
Variant: Use proper pointer conversion between C and Rust See merge request !334
-
- 26 Feb, 2020 1 commit
-
-
Dorota Czaplejewicz authored
layout: Improve press handling See merge request !330
-
- 24 Feb, 2020 1 commit
-
-
Guido Gunther authored
Release 1.9.0 See merge request !328
-
- 20 Feb, 2020 2 commits
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
- 19 Feb, 2020 4 commits
-
-
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 !324
-
- 18 Feb, 2020 1 commit
-
-
Dorota Czaplejewicz authored
text input: Disable erasing See merge request !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 !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 !326
-
- 06 Feb, 2020 1 commit
-
-
Dorota Czaplejewicz authored
terminal: Make */ easier to reach See merge request !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 !329
-
Dorota Czaplejewicz authored
-
Sebastian Krzyszkowiak authored
Better accents in PL See merge request !323
-
Dorota Czaplejewicz authored
Update translations & greek See merge request !315
-
Dorota Czaplejewicz authored
-
Sebastian Krzyszkowiak authored
Turn locking stateless See merge request !322
-
Guido Gunther authored
Allocation problems See merge request !327
-
- 03 Feb, 2020 4 commits
-
-
Dorota Czaplejewicz authored
Submit and delete strings via text_input See merge request !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 !321
-
Dorota Czaplejewicz authored
layouts: Add Polish layouts See merge request !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 1 commit
-
-
Dorota Czaplejewicz authored
Update docs and CI builds See merge request !320
-