Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-10 | Merge pull request #390 from emersion/rootston-maximize | Drew DeVault | |
Maximize views in rootston | |||
2017-11-10 | Merge branch 'hidpi' | Drew DeVault | |
2017-11-10 | Fix centering views on scaled outputs | Drew DeVault | |
2017-11-10 | Merge pull request #400 from Timidger/data_device_destructor | Tony Crisci | |
Adds wlr_data_device_manager destructor | |||
2017-11-09 | Fixes #399 Adds wlr_data_device_manager destructor | Timidger | |
Fixed issues | |||
2017-11-09 | Fix maximize delay in xdg-shell | emersion | |
2017-11-09 | Remove xwayland view listeners on destroy | emersion | |
2017-11-09 | Add wl_shell support for maximized views | emersion | |
2017-11-09 | Remove extraneous keyboard send_enter | Drew DeVault | |
2017-11-09 | Merge remote-tracking branch 'origin/master' into hidpi | Drew DeVault | |
2017-11-09 | Fix xwayland _NET_WM_STATE handling | emersion | |
2017-11-08 | Add maximize support for xwayland in rootston | emersion | |
2017-11-08 | Better UX when moving/resizing/rotating maximized views | emersion | |
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 | Basic maximization implementation for xdg-shell | emersion | |
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 | Fix software cursors on scaled outputs | Drew DeVault | |
There was an issue where it would only work within the boundaries of the unscaled resolution. | |||
2017-11-04 | Improve input sensitivity | Drew DeVault | |
We now use doubles until the last minute, which makes it so we can move the pointer more precisely. This also includes a fix for tablet tools, which move absolutely and sometimes do not update the X or Y axis. | |||
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 remote-tracking branch 'origin/master' into hidpi | Drew DeVault | |
2017-11-02 | Fix view centering on HiDPI outputs | Drew DeVault | |
2017-11-02 | Rethink HiDPI output layouts, fixes everything | Drew DeVault | |
Except for subsurfaces not rendering at the right scale. But that part is (somewhat) easy. | |||
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 |