summaryrefslogtreecommitdiff
path: root/src/libinput.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-27Merge branch 'master' into tablet-supportPeter Hutterer1-0/+33
2016-01-27touchpad: add a config option to disable tap-and-dragPeter Hutterer1-0/+33
2016-01-25Merge branch 'master' into tablet-supporttablet-supportPeter Hutterer1-3/+5
2016-01-22tablet: add support for relative x/y motion deltasPeter Hutterer1-0/+26
2016-01-20gestures: pass the finger count into pinch eventsPeter Hutterer1-3/+5
2016-01-15tablet: drop delta array, provided by the tablet_axis struct nowPeter Hutterer1-2/+0
2016-01-15tablet: use a struct rather than a double array for axis valuesPeter Hutterer1-64/+77
2016-01-15tablet: allow the various get_<axis> on tablet button eventsPeter Hutterer1-0/+12
2016-01-11tablet: a tip event can replace an axis eventPeter Hutterer1-0/+4
2016-01-06tablet: insert "STATE" into proximity/tip statesPeter Hutterer1-3/+3
2015-12-23tablet: explicitly set the tip state on the proximity eventPeter Hutterer1-0/+1
2015-12-23Add event debugging to libinput_post_eventPeter Hutterer1-0/+37
2015-12-23tablet: add libinput_tablet_tool_is_unique()Peter Hutterer1-0/+6
2015-12-23tablet: store the wheel delta in the normal axesPeter Hutterer1-3/+2
2015-12-23tablet: dump deltas, replace it with a single wheel_delta variablePeter Hutterer1-4/+4
2015-12-23tablet: dump deltas_discrete, replace with a single wheel_discrete variablePeter Hutterer1-6/+4
2015-12-21tablet: reduce event deltas to only apply to the wheelPeter Hutterer1-41/+6
2015-12-21tablet: rename libinput_tablet_tool_has_axis into an axis-specific API setPeter Hutterer1-3/+38
2015-12-21tablet: rename axis_get_value into an axis-specific API setPeter Hutterer1-1/+57
2015-12-21tablet: rename axis_has_changed into an axis-specific API setPeter Hutterer1-4/+124
2015-12-14tablet: add missing tip event to libinput_event_tablet_tool_get_base_event()Peter Hutterer1-0/+1
2015-11-24Merge branch 'master' into tablet-supportPeter Hutterer1-1/+1
2015-11-18tablet: rename the libinput_tool calls to libinput_tablet_toolPeter Hutterer1-13/+13
2015-11-18tablet: rename libinput_event_tablet to libinput_event_tablet_toolPeter Hutterer1-28/+28
2015-11-18tablet: rename LIBINPUT_EVENT_TABLET to LIBINPUT_EVENT_TABLET_TOOLPeter Hutterer1-52/+52
2015-11-18tablet: rename the tablet capability to a tablet_tool capabilityPeter Hutterer1-1/+1
2015-11-18tablet: rename tool_tip_state to tablet_tool_tip_statePeter Hutterer1-5/+5
2015-11-18tablet: rename TOOL_PROXIMITY_ to TABLET_TOOL_PROXIMITYPeter Hutterer1-3/+3
2015-11-18tablet: rename tool_proximity_state to tablet_tool_proximity statePeter Hutterer1-3/+3
2015-11-18tablet: rename libinput_tool_type to libinput_tablet_tool_typePeter Hutterer1-1/+1
2015-11-18tablet: rename the tablet axes to "LIBINPUT_TABLET_TOOL_AXIS_..."Peter Hutterer1-33/+33
2015-11-18tablet: rename libinput_tablet_axis to libinput_tablet_tool_axisPeter Hutterer1-5/+5
2015-11-18tablet: rename libinput_tool to libinput_tablet_toolPeter Hutterer1-18/+18
2015-11-16tablet: allow fetching the tip state from any tablet eventPeter Hutterer1-1/+8
2015-11-16tablet: allow checking for proximity state on all tablet eventsPeter Hutterer1-0/+6
2015-11-16tablet: add missing event type checks for tablet eventsPeter Hutterer1-0/+49
2015-11-12tablet: split out tip handling into a separate eventPeter Hutterer1-0/+42
2015-11-09tablet: widen the tool id to 64 bitsPeter Hutterer1-1/+1
2015-11-05tablet: allow tablet_get_x/y_transformed for proximity events as wellPeter Hutterer1-2/+4
2015-11-05tablet: restrict tablet_axis_has_changed to axis/proximity eventsPeter Hutterer1-0/+6
2015-11-05tablet: use require_event_type instead of direct type checkPeter Hutterer1-13/+23
2015-11-05tablet: widen the serial type to uint64_tPeter Hutterer1-1/+1
2015-11-02Fix libinput_device_group_find_group() to return NULL on failurePeter Hutterer1-1/+1
2015-10-21Merge branch 'master' into tablet-supportPeter Hutterer1-3/+81
2015-09-11Add an API to change pointer acceleration profilesPeter Hutterer1-1/+46
2015-09-10Fix leaking device groupsPeter Hutterer1-2/+35
2015-08-26Merge branch 'master' into tablet-supportPeter Hutterer1-2/+28
2015-08-20Add log_*_ratelimit wrappersPeter Hutterer1-0/+25
2015-08-20Change a fprintf to log_errorPeter Hutterer1-2/+3
2015-08-04tablet: add get_time_usec() for tablets, switch to usecPeter Hutterer1-4/+10