- 22 Sep, 2020 2 commits
-
-
Guido Günther authored
-
Guido Günther authored
-
- 14 Sep, 2020 3 commits
-
-
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 https://source.puri.sm/Librem5/squeekboard/-/issues/223 Signed-off-by:
Nazarii Kretovych <nazarii.kretovych@gmail.com>
-
- 11 Sep, 2020 22 commits
-
-
Guido Günther 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 Günther 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 Günther authored
There's no point having it for a final type and it only makes the code harder to read.
-
Guido Günther authored
The previous commits show it's not really a derivable type so make it a finale one.
-
Guido Günther authored
-
Guido Günther authored
It's unused
-
Guido Günther authored
-
Guido Günther authored
G_DECLARE_FINAL_TYPE does this for us
-
Guido Günther authored
-
Guido Günther authored
-
Guido Günther authored
No changes needed.
-
Guido Günther authored
No changes needed.
-
Guido Günther authored
No changes needed
-
Guido Günther 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 Günther authored
This makes sure we don't have more warnings creeping in
-
Guido Günther 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 Günther 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 Günther 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 Günther authored
-
Guido Günther authored
-
Guido Günther authored
-
Guido Günther 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
-
Luís Fernando Stürmer da Rosa authored
-
- 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
-
- 15 Jul, 2020 3 commits
-
-
Dorota Czaplejewicz authored
This ensures that keymap switches leave modifiers and virtual keys in a known state.
-
Sebastian Krzyszkowiak authored
New terminal layout, showing more useful keys at the same time See merge request Librem5/squeekboard!345
-
Björn Tantau authored
-