aboutsummaryrefslogtreecommitdiff
path: root/rootston/cursor.c
AgeCommit message (Expand)Author
2019-01-26pointer: add a frame eventemersion
2019-01-07Simplify evdev includes on FreeBSD by relying on up-to-date packageJan Beich
2019-01-06relative-pointer-v1: move pointer iteration in wlrootsemersion
2019-01-02Only send relative events to the focused client in rootstonAlex Maese
2018-12-21Add unaccelerated pointer values to wlr_event_pointer_motion eventsAlex Maese
2018-12-21Address @emersion's commentsAlex Maese
2018-12-21Remove pointer resource from relative pointerAlex Maese
2018-12-21Only send relative motion to correct seatAlex Maese
2018-12-21Removed relative pointers from wlr_seatAlex Maese
2018-12-21relative_pointer: implementation and code fixesrandom human
2018-12-21relative_pointer: code formatting fixesrandom human
2018-12-21relative_pointer: implement protocol eventsrandom human
2018-12-05rootston: use box for views positionLouis Taylor
2018-09-27rootston: remove broken rotated pointer constraint handlingemersion
2018-09-27pointer-constraints: refactoringemersion
2018-09-18Fix implicit conversion of floats to ints in calls to pixman_region32_contain...Las
2018-09-18Implement pointer-constraints protocol in wlroots and rootstonLas
2018-09-18Remove extraneous indentation and conform to coding styleLas
2018-09-18Update pointer focus when cycling focusLas
2018-09-18Make roots_cursor::pointer_view available even if there is a surfaceLas
2018-09-14layer-shell: add _v1 suffixemersion
2018-07-29rootston: focus newly-created surfacesIlia Bozhinov
2018-07-09util: add wlr_ prefix to log symbolsemersion
2018-07-04surface: make pending and current embedded structsemersion
2018-05-24rootston: Keep focus unchanged when non-focusable element clickedDorota Czaplejewicz
2018-05-12Send axis source eventemersion
2018-05-12Add support for discrete axis valuesemersion
2018-04-28cursor: use NAN for unspecified axes, refactor absolute warping codeemersion
2018-04-03Implement input inhibit in rootstonDrew DeVault
2018-04-03Fix segfault when clicking rootston desktopDrew DeVault
2018-04-02Add wlr_surface_is_*_surfaceDrew DeVault
2018-04-02Handle layer surfaces below shell surfacesDrew DeVault
2018-03-30Address review feedbackDrew DeVault
2018-03-30Refactor cursor event passhtroughDrew DeVault
2018-03-30xwayland: rename map_notify to map for consistencyemersion
2018-03-28Remove width_mm from tablet eventsDrew DeVault
2018-03-28Remove width_mm from wlr_touch eventsDrew DeVault
2018-03-28Remove width_mm from wlr_pointer eventsDrew DeVault
2018-03-18rootston rotation: change view->rotation signDominique Martinet
2018-02-12Reformat all #include directivesemersion
2018-02-09Merge remote-tracking branch 'upstream/master' into output-damageemersion
2018-02-06Refactor roots_cursor_press_buttonVincent Vanlaer
2018-02-06Update seat pointer on meta move/resize/rotateVincent Vanlaer
2018-02-06Always notify seat on button pressVincent Vanlaer
2018-01-27rootston: damage tracking for rotated viewsemersion
2018-01-24Merge branch 'output-damage' of github.com:emersion/wlroots into output-damageemersion
2018-01-23rootston: damage tracking for drag iconsemersion
2018-01-23fix decorations on wayland backendTony Crisci
2018-01-21rename wlr_deco_part to roots_deco_partTony Crisci
2018-01-21fix cursor issueTony Crisci