Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
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 | Fix various rebase-related bugs | Drew DeVault | |
2017-11-01 | Adjust rendering to compensate for disparate scale | Drew DeVault | |
Something about my math is off, but I'm not certain what. Would appreciate a second opinion. | |||
2017-11-01 | Fix backwards bit banging | Drew DeVault | |
2017-11-01 | Use surface matrix for software cursors | Drew DeVault | |
A similar change should probably be applied to hardware cursors, though more complicated. Also, this doesn't actually fix the issue where the cursor is too small when over a scale=2 surface. Apparently they don't set their cursor scales to 2. Seems like a client bug? idk | |||
2017-11-01 | View view_at (and pointer events) for hidpi | Drew DeVault | |
2017-11-01 | Handle output enter/leave correctly | Drew DeVault | |
2017-11-01 | Send surface enter output events to clients | Drew DeVault | |
2017-11-01 | Consider scale factor when rendering views | Drew DeVault | |
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 |