Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-09 | wlr-keyboard: take out modifiers event struct (for now) | Tony Crisci | |
2017-11-08 | rootston: remove old cursor implementation | Tony Crisci | |
2017-11-08 | Merge branch 'master' into feature/multiseat | Tony Crisci | |
2017-11-08 | rootston: drag icons | Tony Crisci | |
2017-11-08 | rootston: request set cursor | Tony Crisci | |
2017-11-08 | rootston: cleanup for multiseat | Tony Crisci | |
2017-11-08 | Merge pull request #391 from emersion/keyboard-enter-state | Drew DeVault | |
Send current keyboard state when entering a surface | |||
2017-11-08 | Always read state from wlr_keyboard in the seat | emersion | |
2017-11-08 | rootston: remove devices from seat | Tony Crisci | |
2017-11-08 | rootston: seat resize and rotate | Tony Crisci | |
2017-11-08 | rootston: guess seat for xwayland moveresize | Tony Crisci | |
2017-11-08 | Send current keyboard state when entering a surface | emersion | |
2017-11-07 | rootston: multiple activated views | Tony Crisci | |
2017-11-07 | rootston: log seat name | Tony Crisci | |
2017-11-07 | rootston: input remove stubs | Tony Crisci | |
2017-11-07 | multiseat: somewhat working | Tony Crisci | |
2017-11-07 | Merge pull request #394 from Ongy/xkb_fix | Drew DeVault | |
Fix #393 | |||
2017-11-07 | works in review comments | Markus Ongyerth | |
2017-11-07 | explains 2 way keybind trying. | Markus Ongyerth | |
2017-11-07 | fix the keybind handling in rootston. | Markus Ongyerth | |
As mentioned in https://github.com/swaywm/wlroots/issues/393 keybinds did't trigger / were checked with "odd" keys and modifiers. This commit sends the keycode through two paths, one to get the keycode and modifiers *after* xkb handles them, a secondary path to get a "raw" keysym without modifiers and then add the modifiers rootston knows about. This will result in the `[Alt]+[Shift]+2` combination I mention earlier going through the keybind detection twice. 1) `[Alt]+[at]` 2) `[Alt]+[Shift]+2` When either combination is found, the appropriate keybind is executed. The xkb handled version will be prefered over the "raw" version. | |||
2017-11-05 | rootston: roots_cursor | Tony Crisci | |
2017-11-05 | Merge branch 'master' into feature/multiseat | Tony Crisci | |
2017-11-05 | Merge pull request #388 from emersion/fix-wayland-pointer-axis | Drew DeVault | |
Fix pointer axis delta in Wayland backend | |||
2017-11-05 | Fix pointer axis delta in Wayland backend | emersion | |
2017-11-04 | rootston: move device init to seat | Tony Crisci | |
2017-11-04 | move keyboard to seat | Tony Crisci | |
2017-11-03 | Merge pull request #385 from emersion/resize-below-min-size | Drew DeVault | |
Fix moving views when resizing below min size | |||
2017-11-03 | Fix moving views when resizing below min size | emersion | |
2017-11-03 | rootston: refactor keyboard | Tony Crisci | |
2017-11-03 | rootston: seat config by device | Tony Crisci | |
2017-11-02 | rootston: break up input.h | Tony Crisci | |
2017-11-02 | Merge pull request #383 from emersion/wl-resource-create-checks | Drew DeVault | |
Add checks for wl_resource_create | |||
2017-11-02 | Add checks for wl_resource_create | emersion | |
2017-11-02 | Merge pull request #382 from emersion/cursor-surface-position | Drew DeVault | |
Process surface position for software cursor hotspots | |||
2017-11-02 | Process surface position for software cursor hotspots | emersion | |
2017-11-02 | Merge pull request #380 from emersion/xwayland-root-cursor | Drew DeVault | |
Set xwayland root cursor | |||
2017-11-02 | Fixes segfault when no xcb_render_pictforminfo_t is available | emersion | |
2017-11-02 | Fetch xcb_render_pictformat_t at startup | emersion | |
2017-11-02 | Use compositor theme for xwm cursor | emersion | |
2017-11-02 | Load xwm cursor from theme | emersion | |
2017-11-02 | Merge pull request #381 from emersion/fix-disabled-cursors | Drew DeVault | |
Fix disabled cursors | |||
2017-11-02 | Fix wlr_output_cursor_destroy | emersion | |
2017-11-02 | Fix disabled cursors | emersion | |
2017-11-02 | Free xwm cursor in xwm_destroy | emersion | |
2017-11-02 | Fix CI build | emersion | |
2017-11-02 | Set xwayland root cursor | emersion | |
2017-11-01 | Merge pull request #379 from martinetd/shutdown_asan | Drew DeVault | |
Shutdown ASAN fixes | |||
2017-11-01 | libinput backend destroy: fix small leak | Dominique Martinet | |
2017-11-01 | multi_backend_destroy: fix trivial use-after-free | Dominique Martinet | |
2017-11-01 | Move shared example code | Drew DeVault | |