- 12 Feb, 2020 1 commit
-
-
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.
-
- 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 6 commits
-
-
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 4 commits
-
-
Dorota Czaplejewicz authored
Update docs and CI builds See merge request !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 !311
-
Guido Gunther authored
number: Fix keysym for Return See merge request !310
-
Guido Gunther authored
debian: Add missing commas See merge request !316
-
- 28 Jan, 2020 8 commits
-
-
Sebastian Krzyszkowiak authored
setup: Connect ui to the state manager See merge request !319
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
This ensures that the layout type information is accessible to the state manager when new layout information arrive. The should be thought of as a stopgap measure. A proper solution would be to separate the state properly, and probably turn layout information coming from random places into messages that some object (thread?) collects and displays.
-
Dorota Czaplejewicz authored
layout: terminal: Replace actions button with period on symbols view See merge request !317
-
Sebastian Krzyszkowiak authored
Commit ab67bd2c took things a bit too far and completely removed the period button.
-
Sebastian Krzyszkowiak authored
layouts: Fix segfault on switching to wide See merge request !312
-
Sebastian Krzyszkowiak authored
font: Use font from style context See merge request !313
-
Dorota Czaplejewicz authored
-