Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-10 | Remove VLA from session.h | Eric Molitor | |
VLAs are optional C11 features and not supported by C++. | |||
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 | Send current keyboard state when entering a surface | emersion | |
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 | 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-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-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 | |
2017-11-01 | Merge pull request #378 from martinetd/rootston_close | Drew DeVault | |
Rootston: flush close event for xwayland | |||
2017-11-01 | Indentation fix | Dominique Martinet | |
Some space sneaked in. tabtabtab. | |||
2017-11-01 | Merge pull request #377 from emersion/output-needs-swap | Drew DeVault | |
Add wlr_output.needs_swap | |||
2017-11-01 | rootston: flush 'close' command on Xwayland | Dominique Martinet | |
The close would otherwise wait for another xcb event to happen. Flushing helps 'close' feel reactive. | |||
2017-11-01 | Add wlr_output.needs_swap | emersion | |
2017-11-01 | Merge pull request #376 from martinetd/rootston_exit | Drew DeVault | |
Fix rootston exit segfaults | |||
2017-11-01 | rootston exit: fix libinput destroy | Dominique Martinet | |
The wlr_list -> wl_list rework changed 'wlr_devices' to wl_list, but missed its use on destroy. | |||
2017-11-01 | rootston exit: fix drm destroy | Dominique Martinet | |
wlr_drm_connector were being freed without removing them from the drm->outputs list, segfaulting on destroy | |||
2017-11-01 | Merge pull request #374 from emersion/set-cursor-event-serial | Drew DeVault | |
Add wlr_seat_pointer_request_set_cursor_event.serial | |||
2017-11-01 | Add wlr_seat_pointer_request_set_cursor_event.serial | emersion | |
2017-11-01 | Merge pull request #365 from emersion/wayland-backend-transform | Drew DeVault | |
Cursors ✕ Output Transformations fixes | |||
2017-11-01 | Remove mysterious hotspot switch in DRM backend | emersion | |
2017-11-01 | Fix hidden software cursors, fix cursor transformations on DRM backend | emersion | |
2017-11-01 | Merge pull request #368 from acrisci/bug/seat-clear-focus | Drew DeVault | |
wlr-seat bug: dont set focus surface to null then clear focus | |||
2017-11-01 | wlr-seat bug: dont set focus surface to null then clear focus | Tony Crisci | |
2017-11-01 | Merge pull request #367 from acrisci/bug/dnd-force-cancel | Drew DeVault | |
bugfix: dnd force cancel | |||
2017-11-01 | bugfix: dnd force cancel | Tony Crisci | |
2017-11-01 | Merge pull request #366 from martinetd/no_config_start | Tony Crisci | |
rootston: fix startup with no config | |||
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 |