summaryrefslogtreecommitdiff
path: root/tools/event-gui.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-11Remove LIBINPUT_EVENT_TABLET_PAD_MODE eventPeter Hutterer1-1/+0
2016-07-04Merge branch 'wip/tablet-pad-modes-v3'Peter Hutterer1-0/+1
2016-06-27tools: reduce tilt scale to 1/30 of the input valuePeter Hutterer1-1/+1
2016-06-22pad: Add a new API for modes and mode groupsPeter Hutterer1-0/+1
2016-04-19tools: draw some grids for positioning testing in the event-guiPeter Hutterer1-0/+42
2016-04-18Add the LIBINPUT_DEVICE_CAP_TABLET_PAD capability and matching interfacePeter Hutterer1-0/+4
2016-01-29tools: split drawing commands into helper functionsPeter Hutterer1-15/+54
2016-01-28tools: draw the pointer sprite lastPeter Hutterer1-10/+10
2016-01-22tools: add support for tablet relative events to the event-guiPeter Hutterer1-0/+49
2016-01-15tools: share the axis and tip code where appropriatePeter Hutterer1-16/+13
2016-01-15tools: get pressure/distance/tilt from a tip event tooPeter Hutterer1-0/+4
2016-01-06tablet: insert "STATE" into proximity/tip statesPeter Hutterer1-1/+1
2015-12-21tablet: rename axis_get_value into an axis-specific API setPeter Hutterer1-8/+4
2015-11-18tablet: rename libinput_event_tablet to libinput_event_tablet_toolPeter Hutterer1-13/+13
2015-11-18tablet: rename LIBINPUT_EVENT_TABLET to LIBINPUT_EVENT_TABLET_TOOLPeter Hutterer1-8/+8
2015-11-18tablet: rename TOOL_TIP to TABLET_TOOL_TIPPeter Hutterer1-1/+1
2015-11-18tablet: rename TOOL_PROXIMITY_ to TABLET_TOOL_PROXIMITYPeter Hutterer1-1/+1
2015-11-18tablet: rename the tablet axes to "LIBINPUT_TABLET_TOOL_AXIS_..."Peter Hutterer1-4/+4
2015-11-12tablet: split out tip handling into a separate eventPeter Hutterer1-0/+34
2015-11-05tools: add tablet support to event-guiPeter Hutterer1-0/+69
2015-07-24Merge branch 'master' into tablet-supportPeter Hutterer1-0/+1
2015-07-21tools: handle the initial set of events at event-gui's startupPeter Hutterer1-0/+1
2015-07-08Merge branch 'master' into tablet-supportPeter Hutterer1-0/+133
2015-07-06tools: handle pinch event in event-guiPeter Hutterer1-1/+68
2015-07-06tools: add swipe support to the event-guiPeter Hutterer1-0/+59
2015-07-06touchpad: Extend the touchpad gesture API with pinch gesturesHans de Goede1-0/+3
2015-07-06touchpad: Add an API for touchpad gesture eventsHans de Goede1-0/+4
2015-06-29Merge branch 'master' into tablet-supportPeter Hutterer1-27/+13
2015-06-24tools: pass a context around as userdataPeter Hutterer1-9/+13
2015-06-24tools: move the interface into the shared codePeter Hutterer1-19/+1
2015-06-22Merge branch 'master' into tablet-supportPeter Hutterer1-16/+17
2015-06-16COPYING: Update boilerplate from MIT X11 to MIT Expat licensePeter Hutterer1-16/+17
2015-05-22Merge branch 'master' into tablet-supportPeter Hutterer1-12/+6
2015-04-22tools: use doubles to back the scroll barsPeter Hutterer1-4/+4
2015-04-10tools: apply the config options for the event-gui helper tooPeter Hutterer1-8/+2
2015-04-07Merge tag '0.13.0' into tablet-supportPeter Hutterer1-1/+7
2015-03-20tools: don't use deprecated gdk_cursor_new()Peter Hutterer1-1/+7
2015-02-20Merge branch 'master' into tablet-supportPeter Hutterer1-1/+0
2015-02-20cosmetic: drop double empty linesPeter Hutterer1-1/+0
2015-02-18tablet: Merge PROXIMITY_IN and PROXIMITY_OUT into a single eventStephen Chandler Paul1-2/+1
2015-02-05Merge tag '0.9.0' into tablet-supportPeter Hutterer1-10/+12
2015-01-27tools: Check if axis value is available in debugging GUIFriedrich Schöller1-10/+12
2015-01-27tools: Use correct event axis in debugging GUIFriedrich Schöller1-1/+1
2015-01-16Merge branch 'master' into tablet-supportPeter Hutterer1-49/+19
2015-01-13Change axis events to carry all directionsPeter Hutterer1-9/+9
2014-12-23tools: pass the userdata to the contextPeter Hutterer1-1/+1
2014-12-23tools: use the new shared lib from event-guiPeter Hutterer1-40/+10
2014-12-08Merge tag '0.7.0' into tablet-supportPeter Hutterer1-2/+91
2014-11-20tools: print the device name on DEVICE_ADDEDPeter Hutterer1-1/+4
2014-09-23tools: map KEY_UP/DOWN to pointer accelerationPeter Hutterer1-1/+51