summaryrefslogtreecommitdiff
path: root/clutter/wayland/clutter-input-device-wayland.c
Commit message (Expand)AuthorAgeFilesLines
* wayland: Use CLUTTER_BUTTON_* defines instead of magic numbersJason Gerecke2021-07-151-6/+7
* wayland: Fix incorrect button mask in clutter_wayland_handle_buttonJason Gerecke2021-07-151-2/+2
* wayland: Protect against enter events for empty surfacesEmmanuele Bassi2020-03-201-2/+6
* Fix scaling of pointer axis vectorsJonas Ådahl2014-05-281-2/+7
* wayland: Fix coding style issuesJonas Ådahl2014-05-281-12/+12
* wayland: Keep track of button modifier stateJonas Ådahl2014-03-141-0/+14
* wayland: Implement support for 'cursor-visible' stage propertyJonas Ådahl2013-11-141-23/+35
* wayland: Check for NULL surface on pointer leave eventsRob Bradford2013-09-091-0/+3
* ClutterEvent: add API to query the full keyboard state when the event was gen...Giovanni Campagna2013-09-091-4/+2
* evdev: add master / slave device handlingGiovanni Campagna2013-08-131-2/+4
* wayland: Only process enter and leave events Clutter created surfacesRob Bradford2013-08-041-0/+14
* wayland: Check there is valid pointer or keyboard focus for eventsRob Bradford2013-08-041-3/+19
* wayland: Use a fake millisecond monotonic time source for event timesRob Bradford2013-07-101-6/+17
* clutter-input-device-wayland: Update indentifier nameChris Cummins2013-05-141-1/+1
* docs: Remove empty line before parameter tagsChris Cummins2013-05-141-1/+0
* wayland: Only include Wayland headers in privateDaniel Stone2013-02-201-0/+1
* wayland: Port to new protocolwayland-0.99Rob Bradford2012-10-121-0/+2
* wayland: Initialise the repeat key to the expected default valueRob Bradford2012-10-121-0/+1
* Hide clutter_input_device_wayland and clutter_stage_wayland typesDaniel Stone2012-10-121-0/+3
* Wayland: Add key repeatDaniel Stone2012-10-121-0/+58
* Port to new Wayland and xkbcommon APIsDaniel Stone2012-10-121-103/+291
* wayland: Fix some missing includesNeil Roberts2012-03-201-0/+1
* clutter-input-device-wayland: Include clutter-stage-private.hNeil Roberts2012-03-011-0/+1
* Add an input device function to convert keycodes to evdev codesNeil Roberts2012-03-011-0/+12
* wayland: Add accessor API to permit access to underlying Wayland structuresRob Bradford2012-02-141-0/+29
* wayland: Use the Stage state trackingEmmanuele Bassi2012-01-261-15/+6
* wayland: Attach cursor buffer to input device when it enters the surfaceRob Bradford2012-01-101-2/+13
* wayland: Refine enter/leave event handlingRob Bradford2011-12-081-8/+8
* wayland: Updates client side wayland supportRobert Bragg2011-12-081-102/+54
* Add private header for event-related APIEmmanuele Bassi2011-02-181-0/+1
* */event: Never manipulate the event queue directlyEmmanuele Bassi2011-01-211-19/+7
* wayland: fix typonobled2010-12-091-1/+1
* evdev: Factor out the xkbcommon code from the wayland client backendDamien Lespiau2010-11-301-36/+10
* Clean up clutter-private.h/1Emmanuele Bassi2010-10-211-3/+4
* Add wayland backendKristian Høgsberg2010-10-141-0/+340