bc43abdb02
src/popover.c: Change 'ControlCenter' to 'Settings'
...
Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/616 >
2024-03-08 14:49:11 +01:00
e029c53401
Add wide emoji-layout
...
Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/614 >
2024-03-08 01:18:45 +00:00
4352f01486
Add German terminal-keyboard-layout
...
Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/609 >
2024-03-07 23:22:38 +00:00
4b73775695
Merge branch 'master' into 'master'
...
add french canadian layout (QWERTY + accented letters)
See merge request World/Phosh/squeekboard!603
2024-03-02 16:10:27 +00:00
d801d45812
Add Spanish terminal-keyboard-layouts
2024-02-27 11:24:23 +01:00
8d96803e91
add french canadian layout (QWERTY + accented letters)
2024-01-29 21:41:09 +01:00
ef516c2082
Merge branch 'size' into 'master'
...
Fix panel sizing
See merge request World/Phosh/squeekboard!594
2023-03-22 16:21:20 +00:00
bd96f4c0c2
panel: Fix sizing on output reconfiguration
2023-03-15 15:44:55 +00:00
83fda9d38a
tests: Make panel manager modifications pure
...
This makes testing possible. Test which prompted this is included.
2023-03-15 15:44:55 +00:00
8c89b4dc2c
cleanup: Remove debug prints
2023-03-15 12:53:22 +00:00
367d8dd5c7
state: Make size independent of scaling factor
2023-03-14 12:16:15 +00:00
ffae36d259
Rust: Restore compatibility with Debian Bookworm
2023-02-04 17:18:35 +00:00
400e82326d
memory: Fix undefined behaviour
...
As warned by the compiler.
At the same time drop support for older rustc, as the code was dead anyway.
2023-01-15 11:52:21 +00:00
20b5cac148
build: Silence overcautious warning
2023-01-15 11:51:53 +00:00
6fd281b214
Remove dead code
2023-01-15 11:27:14 +00:00
2e65586db5
wayland: remove dead, broken init
2023-01-15 11:22:10 +00:00
8c7897da4d
Add Hungarian layout
2023-01-05 17:14:18 +01:00
b0bf78b2a6
Merge branch 'saver' into 'master'
...
popover: Deactivate settings button when lock screen is on
See merge request World/Phosh/squeekboard!582
2023-01-02 12:21:23 +00:00
1704f1b4cb
rust: Use 2021 eition
2022-12-21 12:24:03 +00:00
828279d03c
rust: Use 2018 eition
...
This edition has better syntax around scoping and `use`.
2022-12-21 12:20:17 +00:00
31a7acb0eb
popover: Apply settings enabled stateto UI
2022-12-08 10:07:09 +00:00
7130ac9529
popover: State can be printed
2022-12-08 10:07:09 +00:00
c590064ce3
popover: Connect to screensaver event
2022-12-08 10:07:09 +00:00
3366090454
popover: Use thread-safe reference
...
This reference will be modified from the screensaver thread.
2022-12-08 09:38:31 +00:00
e88410d412
util: Add thread-safe c wrapper
2022-12-08 09:38:31 +00:00
ae15869d07
popover: Able to receive screensaver events
2022-12-08 09:38:31 +00:00
cf6171a51f
loops: Use Void for infinite loops
2022-12-06 13:01:25 +00:00
ea5e36e9fd
screensaver: Catch activeness changes
2022-12-06 12:58:17 +00:00
783ca9ae11
structure: Create a module for custom event loops
2022-12-06 12:19:17 +00:00
38165ac039
Merge branch 'event' into 'master'
...
Decouple event handling from concrete logic
See merge request World/Phosh/squeekboard!581
2022-12-06 12:14:17 +00:00
7f1d237551
event loop: Move event handlers from event loop driver to main loop
2022-11-28 15:53:41 +00:00
6d01386d8a
main: Moved event loop definition close to actor
2022-11-28 15:53:41 +00:00
e5be92efae
loop driver: Decouple from concrete state
2022-11-28 15:53:41 +00:00
2f011a57dd
test: Mark loop scheduling test for rewrite
2022-11-28 15:53:41 +00:00
e7c2350c92
event loop: Decouple event handler from concrete state
2022-11-28 15:53:41 +00:00
d51408a3e0
event loop: Add descriptions
2022-11-28 15:53:41 +00:00
b8c0836f51
event loop: Decouple event type from handler
2022-11-28 15:53:41 +00:00
e0b37d60c4
event loop: Decouple state type from event handler
2022-11-28 15:53:41 +00:00
23d6beee8e
event loop: Decouple event timeout from event type
2022-11-28 15:53:41 +00:00
805c0d27fd
panel: Fix resize when reusing the window
...
When the panel window was reused, it was not re-initialized. That includes the panel size request. If the last panel size was matching a different display size (including orientation), the newly shown panel would re-use that size instead of respecting the newly requested size.
2022-11-27 18:04:18 +00:00
9242bb679d
panel: Hardcode some debugging
...
Quickly done, useful for development tests. For user control, this requires connecting to some switch.
2022-11-27 18:02:47 +00:00
973bbaca4b
layout: Increase separation between mutable and logic
2022-10-01 18:29:24 +00:00
14282387f2
layout: Increase separation between mutable and logic
2022-10-01 18:25:35 +00:00
a5fdc25452
layout: Unbox buttons
...
The Box was just polluting the code, and the original reason for it (passing buttons individually to C) is gone.
2022-10-01 16:38:10 +00:00
952ec805ed
layout: Put all button state into active_buttons
...
Ths gets rid of Rc<RefCell<>> sharing of state, which can be hard to keep track of.
In addition, there's no longer any duplication of button state.
2022-10-01 16:38:01 +00:00
74c5ef4a51
layout: Separate button info from state
...
Splitting out state into a dedicated place lets keep all the immutable metadata in one place, and all state in another.
2022-10-01 13:37:35 +00:00
fc4fa63cc6
layout: Remove unused code
2022-10-01 12:10:03 +00:00
5e12666b8f
layout: Pressed buttons are now a list of indices
...
This makes it possible to copy layout state wholesale, as well as to drop shared state of keys.
2022-10-01 11:11:33 +00:00
649f67d319
layout: Split out static data
...
This will make it possible later to cache this data or compare for best size selection without hassle.
2022-09-30 17:42:03 +00:00
c017a773ea
layout: Gather state-related stuff together
2022-09-30 17:12:00 +00:00