- 30 Aug, 2019 1 commit
-
-
Dorota Czaplejewicz authored
Pros: Ability to use Rust libraries from crates.io Problems: Need to lock library versions and document their reproducible building, either via Cargo.lock or vendoring.
-
- 29 Aug, 2019 6 commits
-
-
Dorota Czaplejewicz authored
Fix code formatting See merge request !146
-
David Boddie authored
-
David Boddie authored
Layouts See merge request !141
-
The check against fitting inside the Layout was removed: as an optimization it is unneeded, as the actual search must be optimized to be quick. In addition, the view bounds don't correspond to anything physical as long as negative offsets are allowed.
-
Dorota Czaplejewicz authored
Resolve "Key stays pressed when the keyboard hides during a keypress" Closes #56 See merge request !138
-
Dorota Czaplejewicz authored
Adjust height of the extended keyboard layout See merge request !142
-
- 28 Aug, 2019 4 commits
-
-
David Boddie authored
-
David Boddie authored
layout: Place items using simple loops See merge request !140
-
Dorota Czaplejewicz authored
The C version of looping over buttons and other items was weakly typed, causing runtime errors, and also C doesn't know how to iterate in abstract, so it was full of callbacks with user-defined data. Moving this to Rust, iteration is made of simple loops, and compile-time type-checked, at the cost of some more verbose code.
-
Dorota Czaplejewicz authored
Remove debugging code See merge request !139
-
- 27 Aug, 2019 4 commits
-
-
David Boddie authored
-
David Boddie authored
-
Dorota Czaplejewicz authored
Improve error reporting for keys and keymaps See merge request !136
-
Dorota Czaplejewicz authored
Fix the nb symbols file and extended layout See merge request !137
-
- 26 Aug, 2019 7 commits
-
-
David Boddie authored
-
David Boddie authored
-
David Boddie authored
-
David Boddie authored
EekKey improvements/cleanups See merge request !132
-
Dorota Czaplejewicz authored
Fix null pointer dereference See merge request dorota.czaplejewicz/squeekboard!6
-
David Boddie authored
-
David Boddie authored
Layout fixes See merge request !131
-
- 23 Aug, 2019 1 commit
-
-
David Boddie authored
Resolve "debian/copyright has bad Upstream-Name and Source fields" Closes #81 See merge request !134
-
- 20 Aug, 2019 1 commit
-
-
David Boddie authored
-
- 18 Aug, 2019 16 commits
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-