Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-05 | rootston: roots_cursor | Tony Crisci | |
2017-11-05 | Merge branch 'master' into feature/multiseat | Tony Crisci | |
2017-11-04 | rootston: move device init to seat | Tony Crisci | |
2017-11-04 | move keyboard to seat | Tony Crisci | |
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 | Use compositor theme for xwm cursor | emersion | |
2017-11-01 | Merge pull request #365 from emersion/wayland-backend-transform | Drew DeVault | |
Cursors ✕ Output Transformations fixes | |||
2017-11-01 | Fix hidden software cursors, fix cursor transformations on DRM backend | emersion | |
2017-11-01 | bugfix: dnd force cancel | Tony Crisci | |
2017-11-01 | rootston: fix startup with no config | Dominique Martinet | |
Would choke on NULL name on strcmp later on: #0 0x00007ffff6e0ad4a in __strcmp_sse2_unaligned () at /usr/lib/libc.so.6 #1 0x00005555555593d2 in config_get_keyboard (config=0x555555774f80, device=0x555555775768) at ../rootston/config.c:443 #2 0x000055555555d7e3 in keyboard_add (device=0x555555775768, input=0x555555e96d70) at ../rootston/keyboard.c:206 #3 0x000055555555ca39 in input_add_notify (listener=0x555555e96fa8, data=0x555555775768) at ../rootston/input.c:34 #4 0x00007ffff7ba2b80 in wl_signal_emit (signal=0x5555557754f8, data=0x555555775768) at /usr/include/wayland-server-core.h:388 #5 0x00007ffff7ba37e0 in wlr_x11_backend_start (backend=0x5555557754f0) at ../backend/x11/backend.c:286 #6 0x00007ffff7b9372d in wlr_backend_start (backend=0x5555557754f0) at ../backend/backend.c:29 #7 0x000055555555dcc0 in main (argc=1, argv=0x7fffffffe408) at ../rootston/main.c:39 | |||
2017-10-31 | Merge pull request #352 from emersion/output-cursor | Tony Crisci | |
Add wlr_output_cursor | |||
2017-10-31 | rootston: end grab on escape | Tony Crisci | |
2017-10-31 | Remove outdated TODOs, use wlr_surface_has_buffer | emersion | |
2017-10-31 | Add multi-pointer example | emersion | |
2017-10-31 | Fix cursor hotspot with rotated outputs on DRM backend | emersion | |
2017-10-31 | Remove wlr_cursor_set_xcursor for now | emersion | |
2017-10-31 | Fix rootston | emersion | |
2017-10-30 | Merge pull request #358 from acrisci/refactor/sec-to-msec | Drew DeVault | |
refactor input time_sec to time_msec | |||
2017-10-30 | rename wlr_seat to seat on seat structs | Tony Crisci | |
2017-10-30 | rename seat handle to seat client | Tony Crisci | |
2017-10-30 | refactor input time_sec to time_msec | Tony Crisci | |
2017-10-30 | Fix resize bounds check in rootson | Valentin Hăloiu | |
2017-10-29 | Merge branch 'master' into feature/xwm-rewrite | Tony Crisci | |
2017-10-28 | Allow configuring output mode in rootston | Drew DeVault | |
Fixes #336 | |||
2017-10-28 | Merge pull request #324 from acrisci/feature/keyboard-redesign | Drew DeVault | |
wlr-seat: keyboard redesign | |||
2017-10-28 | Enforce resize bounds in rootston | emersion | |
2017-10-27 | Merge branch 'master' into feature/xwm-rewrite | Tony Crisci | |
2017-10-27 | Force resize for all edges in rootston | emersion | |
2017-10-27 | Merge pull request #344 from emersion/compositor-action-cursors | Drew DeVault | |
Set compositor cursor for move, resize and rotate | |||
2017-10-27 | Remove input.last_active_view | emersion | |
2017-10-27 | Move xcursor stuff into its own file | emersion | |
2017-10-27 | Set compositor cursor for move, resize and rotate | emersion | |
2017-10-27 | xwm: moveresize events | Tony Crisci | |
2017-10-27 | Merge pull request #333 from emersion/server-decoration | Drew DeVault | |
Add server-decoration protocol | |||
2017-10-27 | Send server-decoration ack event automatically | emersion | |
2017-10-26 | Rename default keyboard section | emersion | |
2017-10-26 | Fix fallback when there are two config blocks for a keyboard | emersion | |
2017-10-26 | Per-keyboard configuration | emersion | |
2017-10-25 | xwm: dont focus override redirect windows | Tony Crisci | |
2017-10-25 | Focus last view on close in rootston | emersion | |