aboutsummaryrefslogtreecommitdiff
path: root/rootston/cursor.c
AgeCommit message (Collapse)Author
2017-11-16Fix a bunch of mistakes detected with scan-buildemersion
2017-11-12Introduce wlr_xcursor_manageremersion
2017-11-11rootston: keep one xcursor_theme per seatemersion
2017-11-11rootston: add roots_xcursor_themeemersion
roots_xcursor_theme loads multiple wlr_xcursor_theme at different scales.
2017-11-11Add scale parameter to wlr_cursor_set_imageemersion
2017-11-11Merge branch 'master' into feature/multiseatTony Crisci
2017-11-11Fix resize issues with some xdg-shell apps.emersion
Also renames view_get_size to view_get_box to be more consistent with wlroots API and make it more obvious that x,y are set (while in roots_view.get_size this isn't the case). Fixes #407
2017-11-10Merge pull request #390 from emersion/rootston-maximizeDrew DeVault
Maximize views in rootston
2017-11-09Merge remote-tracking branch 'origin/master' into hidpiDrew DeVault
2017-11-08rootston: remove old cursor implementationTony Crisci
2017-11-08Better UX when moving/resizing/rotating maximized viewsemersion
2017-11-05Basic maximization implementation for xdg-shellemersion
2017-11-05Merge branch 'master' into feature/multiseatTony Crisci
2017-11-04rootston: move device init to seatTony Crisci
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-03Fix moving views when resizing below min sizeemersion
2017-11-02rootston: break up input.hTony Crisci
2017-11-01bugfix: dnd force cancelTony Crisci
2017-10-31Fix rootstonemersion
2017-10-30Merge pull request #358 from acrisci/refactor/sec-to-msecDrew DeVault
refactor input time_sec to time_msec
2017-10-30rename wlr_seat to seat on seat structsTony Crisci
2017-10-30rename seat handle to seat clientTony Crisci
2017-10-30refactor input time_sec to time_msecTony Crisci
2017-10-29Merge branch 'master' into feature/xwm-rewriteTony Crisci
2017-10-28Enforce resize bounds in rootstonemersion
2017-10-27Merge branch 'master' into feature/xwm-rewriteTony Crisci
2017-10-27Force resize for all edges in rootstonemersion
2017-10-27Merge pull request #344 from emersion/compositor-action-cursorsDrew DeVault
Set compositor cursor for move, resize and rotate
2017-10-27Remove input.last_active_viewemersion
2017-10-27Move xcursor stuff into its own fileemersion
2017-10-27Set compositor cursor for move, resize and rotateemersion
2017-10-26Fix fallback when there are two config blocks for a keyboardemersion
2017-10-26Per-keyboard configurationemersion
2017-10-25xwm: dont focus override redirect windowsTony Crisci
2017-10-24Merge branch 'master' into feature/data-device-selectionTony Crisci
2017-10-22Forgot to rename theseDrew DeVault
2017-10-21rootston: remove mostly unused mapped icon paramTony Crisci
2017-10-21Merge branch 'master' into feature/data-device-selectionTony Crisci
2017-10-21Merge branch 'master' into feature/data-device-selectionTony Crisci
2017-10-21Remove wl_list_init when using wl_signal_addemersion
2017-10-20Implement simple touch support for rootstonDrew DeVault
2017-10-19rootston: view set positionTony Crisci
2017-10-17data-device: fix drag icon positionTony Crisci
2017-10-17Merge branch 'master' into feature/data-device-selectionTony Crisci
2017-10-17Merge pull request #257 from emersion/fix-client-cursorsDrew DeVault
[WIP] Fix client cursors
2017-10-16rootston: handle icon already being in the listTony Crisci
2017-10-15wlr-data-device: drag iconsTony Crisci
2017-10-14Fix cursor role name, fix segfault when surface->resource is NULLemersion
2017-10-12Check pointer focused surface instead of view at cursoremersion
2017-10-11Add FreeBSD compatibilityGreg V