- 25 Sep, 2020 1 commit
-
-
Benjamin Schaaf authored
Fixes #217
-
- 24 Sep, 2020 1 commit
-
-
Dorota Czaplejewicz authored
Honor org.gnome.desktop.a11y.applications screen-keyboard-enabled Closes #222 See merge request Librem5/squeekboard!370
-
- 21 Sep, 2020 2 commits
-
-
Guido Gunther authored
rust: Fix deprecation warnings See merge request Librem5/squeekboard!374
-
Dorota Czaplejewicz authored
-
- 14 Sep, 2020 4 commits
-
-
Guido Gunther authored
If the corresponding a11y settings is disbaled don't unfold the keyboad at all. This helps e.g. running the same session on laptops or when an external keyboard is attached. Closes: #222
-
Guido Gunther authored
A bunch of cleanups See merge request Librem5/squeekboard!371
-
Dorota Czaplejewicz authored
Add Ukrainian keyboard layout Closes #223 See merge request Librem5/squeekboard!372
-
Nazarii Kretovych authored
Fixes #223 Signed-off-by:
Nazarii Kretovych <nazarii.kretovych@gmail.com>
-
- 11 Sep, 2020 22 commits
-
-
Guido Gunther authored
This makes sure 'self' comes first. While at that fix the function signatures and use ServerContextService directly and add type checks so it's easy to notice when we messed up.
-
Guido Gunther authored
It's confusing when the object a method acts on is sometimes called context and sometimes called state. So name it 'self' as we do in other projects.
-
Guido Gunther authored
There's no point having it for a final type and it only makes the code harder to read.
-
Guido Gunther authored
The previous commits show it's not really a derivable type so make it a finale one.
-
Guido Gunther authored
-
Guido Gunther authored
It's unused
-
Guido Gunther authored
-
Guido Gunther authored
G_DECLARE_FINAL_TYPE does this for us
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
No changes needed.
-
Guido Gunther authored
No changes needed.
-
Guido Gunther authored
No changes needed
-
Guido Gunther authored
This fixes ../eek/eek-keyboard.c:71:5: warning: ignoring return value of ‘getrandom’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 71 | getrandom(r, 6, GRND_NONBLOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [17/32] Compiling C object 'src/25a6634@@libsqueekboard@sta/.._eek_eek-renderer.c.o'
-
Guido Gunther authored
This makes sure we don't have more warnings creeping in
-
Guido Gunther authored
This fixes warning: unnecessary parentheses around block return value --> /var/scratch/librem5/squeekboard/src/layout.rs:110:13 | 110 | / (point.x > self.x && point.x < self.x + self.width 111 | | && point.y > self.y && point.y < self.y + self.height) | |______________________________________________________________________^ | = note: `#[warn(unused_parens)]` on by default
-
Guido Gunther authored
warning: unused variable: `name` --> /var/scratch/librem5/squeekboard/src/keyboard.rs:195:10 | 195 | for (name, state) in keystates.iter() { | ^^^^ help: consider prefixing with an underscore: `_name`
-
Guido Gunther authored
This fixes the ../eekboard/eekboard-context-service.c:244:13: warning: Deprecated pre-processor symbol, replace with 244 | self->priv = EEKBOARD_CONTEXT_SERVICE_GET_PRIVATE(self); warning and makes us use more modern GObject style
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
This also fixes a leak of GSettingsSchema.
-
- 28 Aug, 2020 1 commit
-
-
Dorota Czaplejewicz authored
virtual_keyboard: Fix desynced modifiers state See merge request Librem5/squeekboard!362
-
- 06 Aug, 2020 1 commit
-
-
Sebastian Krzyszkowiak authored
Document changes and release 1.9.3 Closes #212 See merge request Librem5/squeekboard!369
-
- 05 Aug, 2020 1 commit
-
-
Sebastian Krzyszkowiak authored
-
- 20 Jul, 2020 3 commits
-
-
Dorota Czaplejewicz authored
Terminal layout: another approach See merge request Librem5/squeekboard!368
-
Dorota Czaplejewicz authored
Brazilian Portuguese Keyboard Layout. See merge request Librem5/squeekboard!365
-
-
- 18 Jul, 2020 2 commits
-
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
This reverts commit 0c8feb76, reversing changes made to 762e1243.
-
- 16 Jul, 2020 2 commits
-
-
Dorota Czaplejewicz authored
italian: Fix space and period See merge request Librem5/squeekboard!364
-
Dorota Czaplejewicz authored
size: Hardcode size to work around screen rotation See merge request Librem5/squeekboard!361
-