- 11 Sep, 2020 9 commits
-
-
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
-
- 15 Jul, 2020 5 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
-
Björn Tantau authored
-
Björn Tantau authored
-
- 10 Jul, 2020 1 commit
-
-
Dorota Czaplejewicz authored
-
- 28 Jun, 2020 2 commits
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
Phoc sends output information *after* changing keyboard surface size. Squeekboard adjusts size on surface events, but not on output in this revision, making it unaware of display size at the time of adjustment, resulting in bad adjustment. This change hardcodes the proportions again to make it work at least on the Librem5.
-
- 26 Jun, 2020 2 commits
-
-
Dorota Czaplejewicz authored
build: Add missing gio-unix dependency See merge request Librem5/squeekboard!356
-
Guido Gunther authored
debian: Require lsb-release See merge request Librem5/squeekboard!359
-
- 25 Jun, 2020 4 commits
-
-
Dorota Czaplejewicz authored
-
Guido Gunther authored
build: Debian Bullseye-compatible deps See merge request Librem5/squeekboard!357
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
- 24 Jun, 2020 1 commit
-
-
Dorota Czaplejewicz authored
This commit is a bit bigger than it could have: Meson changes could have gone in separately from CI and Debian. This commit looks more complicated than it should reasonably be. Alas, Cargo is a piece of work, and it doesn't let honest people just choose different versions of dependencies, leading to a cascade of misery. Several things were tried to curb the disaster: - Cargo [feature] supports choosing dependencies, but doesn't support specifying dependency versions - Cargo has a cfg() syntax in sections for choosing dependencies by build options, but it explicitly doesn't support selecting on features… - Cargo allows choosing different dependencies based on features, so perhaps dependencies with different versions could live in stub crates pulled in as needed? Nope! If a dependency doesn't exist in the repo (and that's the point here), Cargo throws up its hands. This means Cargo.toml needs to be generated based on the build type. More misery: - we lose th...
-
- 13 Jun, 2020 1 commit
-
-
Dorota Czaplejewicz authored
-
- 07 Jun, 2020 2 commits
-
-
Guido Gunther authored
Release 1.9.2 See merge request Librem5/squeekboard!354
-
Dorota Czaplejewicz authored
- Swedish - Russian - Danish - French - minor fixes
-
- 04 Jun, 2020 2 commits
-
-
Dorota Czaplejewicz authored
Provide haptic feedback via libfeedback Closes #166 See merge request Librem5/squeekboard!350
-
Guido Gunther authored
Use libfeedback to trigger feedback for the button press event. Closes: #166
-
- 02 Jun, 2020 1 commit
-
-
Guido Gunther authored
Will be needed in the following commits.
-