Commit Graph

53 Commits (7c11d3e372769c4ec596d7c82a3207e65454dffe)

Author SHA1 Message Date
emersion e56b82e896
rootston: add toggle_outputs command 7 years ago
Tony Crisci ebf27f2027 add nop command 7 years ago
Tony Crisci c838679393 fix memory leaks 7 years ago
emersion 2c31cac116
Do not segfault when loading an unknown keymap 7 years ago
emersion a3c0f97810
Make keyboard repeat info configurable 7 years ago
Tony Crisci 5d7eb438d9
Merge pull request from emersion/fullscreen 7 years ago
Tony Crisci 903ba1c9b3 rootston: maximize command 7 years ago
emersion 9a6f799d8f
Add fullscreen command, fix view_at with fullscreen views 7 years ago
emersion 97ddd2d1df
Add roots_seat_cycle_focus 7 years ago
emersion bf41e7a794
Make the close command use roots_seat_get_focus, rename a few symbols 7 years ago
emersion bb6d34e7a5
rootston: add per-seat views 7 years ago
emersion a52ca9482a
Various keyboard fixes 7 years ago
emersion 53d4cb47ff
Refactor rootston keyboard 7 years ago
emersion bb79ada49f
Fix a bunch of mistakes detected with scan-build 7 years ago
Tony Crisci 1db3b55128 rootston: prefix config structs and functions 7 years ago
Tony Crisci 1472dbda74 rootston: roots_keyboard null check 7 years ago
Tony Crisci d6513cef5d rootston: add missing properties to kb config merge 7 years ago
Tony Crisci 739361aa70 wlr-keyboard: take out modifiers event struct (for now) 7 years ago
Tony Crisci 79f5bd6ef8 Merge branch 'master' into feature/multiseat 7 years ago
emersion 882e620639
Always read state from wlr_keyboard in the seat 7 years ago
Tony Crisci a00b7f1e9b rootston: remove devices from seat 7 years ago
Tony Crisci 09c6092423 multiseat: somewhat working 7 years ago
Markus Ongyerth 23991861a4 works in review comments 7 years ago
Markus Ongyerth 8ca76ff7f2 explains 2 way keybind trying. 7 years ago
Markus Ongyerth c88990d2c2 fix the keybind handling in rootston. 7 years ago
Tony Crisci 5354fe8729 move keyboard to seat 7 years ago
Tony Crisci 9bd0f47efd rootston: refactor keyboard 7 years ago
Tony Crisci 53021f8ed4 rootston: break up input.h 7 years ago
Tony Crisci e5b49158b4 rootston: end grab on escape 7 years ago
Tony Crisci a224e74fad refactor input time_sec to time_msec 7 years ago
Tony Crisci c01248cf17 Merge branch 'master' into feature/xwm-rewrite 7 years ago
Drew DeVault 4281aefbf8
Merge pull request from acrisci/feature/keyboard-redesign 7 years ago
Tony Crisci c555a66dda Merge branch 'master' into feature/xwm-rewrite 7 years ago
emersion 315c01ba0f
Remove input.last_active_view 7 years ago
emersion c0c4816b13
Fix fallback when there are two config blocks for a keyboard 7 years ago
emersion 4e5d23daa9
Per-keyboard configuration 7 years ago
Tony Crisci 7914f4bda9 xwm: dont focus override redirect windows 7 years ago
Tony Crisci d33a9f8eaa wlr-seat: keyboard redesign 7 years ago
emersion f2c4b80620
Remove calls to assert to check runtime errors in rootston 7 years ago
emersion c8570d0e42
Remove wl_list_init when using wl_signal_add 7 years ago
Versus Void db3368ba43 New binding to switch windows 7 years ago
emersion 972e9dbd1b
Add close command, add close for xwayland 7 years ago
emersion 8ff548cdba
Require exec prefix to execute shell commands 7 years ago
emersion d3d9aca40c
Add modifiers support in wayland backend, parse modifiers in rootston config 7 years ago
emersion eb0b315c6c
exec command if it's not exit 7 years ago
emersion 238ded1578
Use a command string rather than an action enum 7 years ago
emersion 97d0fe8976
Parse bindings in config, execute bindings 7 years ago
emersion d32018f1ac
Use keysyms instead of keycodes 7 years ago
emersion ab6c1f88e6
Add keyboard state to rootston 7 years ago
Drew DeVault aa8a4f12b7 Fix keyboard handling in examples 7 years ago