aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-04Fix software cursors on scaled outputsDrew DeVault
There was an issue where it would only work within the boundaries of the unscaled resolution.
2017-11-04Improve input sensitivityDrew 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-02Merge remote-tracking branch 'origin/master' into hidpiDrew DeVault
2017-11-02Fix view centering on HiDPI outputsDrew DeVault
2017-11-02Rethink HiDPI output layouts, fixes everythingDrew DeVault
Except for subsurfaces not rendering at the right scale. But that part is (somewhat) easy.
2017-11-02Merge pull request #383 from emersion/wl-resource-create-checksDrew DeVault
Add checks for wl_resource_create
2017-11-02Add checks for wl_resource_createemersion
2017-11-02Merge pull request #382 from emersion/cursor-surface-positionDrew DeVault
Process surface position for software cursor hotspots
2017-11-02Process surface position for software cursor hotspotsemersion
2017-11-02Merge pull request #380 from emersion/xwayland-root-cursorDrew DeVault
Set xwayland root cursor
2017-11-02Fixes segfault when no xcb_render_pictforminfo_t is availableemersion
2017-11-02Fetch xcb_render_pictformat_t at startupemersion
2017-11-02Use compositor theme for xwm cursoremersion
2017-11-02Load xwm cursor from themeemersion
2017-11-02Merge pull request #381 from emersion/fix-disabled-cursorsDrew DeVault
Fix disabled cursors
2017-11-02Fix wlr_output_cursor_destroyemersion
2017-11-02Fix disabled cursorsemersion
2017-11-02Free xwm cursor in xwm_destroyemersion
2017-11-02Fix CI buildemersion
2017-11-02Set xwayland root cursoremersion
2017-11-01Merge pull request #379 from martinetd/shutdown_asanDrew DeVault
Shutdown ASAN fixes
2017-11-01libinput backend destroy: fix small leakDominique Martinet
2017-11-01multi_backend_destroy: fix trivial use-after-freeDominique Martinet
2017-11-01Move shared example codeDrew DeVault
2017-11-01Merge pull request #378 from martinetd/rootston_closeDrew DeVault
Rootston: flush close event for xwayland
2017-11-01Indentation fixDominique Martinet
Some space sneaked in. tabtabtab.
2017-11-01Merge pull request #377 from emersion/output-needs-swapDrew DeVault
Add wlr_output.needs_swap
2017-11-01rootston: flush 'close' command on XwaylandDominique Martinet
The close would otherwise wait for another xcb event to happen. Flushing helps 'close' feel reactive.
2017-11-01Add wlr_output.needs_swapemersion
2017-11-01Merge pull request #376 from martinetd/rootston_exitDrew DeVault
Fix rootston exit segfaults
2017-11-01rootston exit: fix libinput destroyDominique Martinet
The wlr_list -> wl_list rework changed 'wlr_devices' to wl_list, but missed its use on destroy.
2017-11-01rootston exit: fix drm destroyDominique Martinet
wlr_drm_connector were being freed without removing them from the drm->outputs list, segfaulting on destroy
2017-11-01Merge pull request #374 from emersion/set-cursor-event-serialDrew DeVault
Add wlr_seat_pointer_request_set_cursor_event.serial
2017-11-01Add wlr_seat_pointer_request_set_cursor_event.serialemersion
2017-11-01Merge pull request #365 from emersion/wayland-backend-transformDrew DeVault
Cursors ✕ Output Transformations fixes
2017-11-01Remove mysterious hotspot switch in DRM backendemersion
2017-11-01Fix hidden software cursors, fix cursor transformations on DRM backendemersion
2017-11-01Merge pull request #368 from acrisci/bug/seat-clear-focusDrew DeVault
wlr-seat bug: dont set focus surface to null then clear focus
2017-11-01wlr-seat bug: dont set focus surface to null then clear focusTony Crisci
2017-11-01Fix various rebase-related bugsDrew DeVault
2017-11-01Adjust rendering to compensate for disparate scaleDrew DeVault
Something about my math is off, but I'm not certain what. Would appreciate a second opinion.
2017-11-01Fix backwards bit bangingDrew DeVault
2017-11-01Use surface matrix for software cursorsDrew 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-01View view_at (and pointer events) for hidpiDrew DeVault
2017-11-01Handle output enter/leave correctlyDrew DeVault
2017-11-01Send surface enter output events to clientsDrew DeVault
2017-11-01Consider scale factor when rendering viewsDrew DeVault
2017-11-01Merge pull request #367 from acrisci/bug/dnd-force-cancelDrew DeVault
bugfix: dnd force cancel
2017-11-01bugfix: dnd force cancelTony Crisci
2017-11-01Merge pull request #366 from martinetd/no_config_startTony Crisci
rootston: fix startup with no config