summaryrefslogtreecommitdiff
path: root/src/libinput.h
AgeCommit message (Expand)AuthorFilesLines
2017-05-04Merge branch 'wip/touchpad-tap-timestamps'Peter Hutterer1-0/+42
2017-05-02doc: fix doxygen group for libinput_event_tablet_pad_get_timePeter Hutterer1-1/+1
2017-05-02doc: document the event timestampsPeter Hutterer1-0/+42
2017-04-25Add doc to discourage use of libinput_device_get_output_name()Peter Hutterer1-0/+8
2017-02-21Add the matching @see tags to the accel configPeter Hutterer1-0/+16
2017-01-26Clarify the default 'off' position of a switchPeter Hutterer1-1/+5
2017-01-26Add a "switch" interface for parts of the SW_* rangeJames Ye1-0/+112
2017-01-20Merge branch 'wip/wheel-tilt-source'Peter Hutterer1-0/+15
2017-01-18Fix typos in DocumentationRohith Mukku1-4/+4
2017-01-16Fix doxygen references for natural scroll configPeter Hutterer1-12/+12
2017-01-04Add wheel tilt as axis sourcePeter Hutterer1-0/+15
2016-08-15Add configurable button map to tappingsPeter Hutterer1-0/+82
2016-08-15doc: split middle button emulation into a separate pagePeter Hutterer1-16/+7
2016-07-11Remove LIBINPUT_EVENT_TABLET_PAD_MODE eventPeter Hutterer1-13/+0
2016-07-11Fix and improve mode group documentationPeter Hutterer1-18/+29
2016-07-04Merge branch 'wip/tablet-pad-modes-v3'Peter Hutterer1-139/+437
2016-07-04touchpad: remove software middle button when emulation is enabledPeter Hutterer1-0/+4
2016-06-22pad: Add a new API for modes and mode groupsPeter Hutterer1-0/+290
2016-06-22doc: move the struct declarations to the topPeter Hutterer1-126/+126
2016-06-22doc: split the tablet pad events into their own doxygen module pagePeter Hutterer1-15/+23
2016-05-24doc: update ref/unref behavior for the tablet toolPeter Hutterer1-4/+7
2016-05-24doc: update doc to explicitly state that the seat isn't referencedPeter Hutterer1-0/+5
2016-05-19doc: fix a few typosPeter Hutterer1-2/+3
2016-05-16Add support for relative device rotation (trackball only)Peter Hutterer1-0/+96
2016-05-03doc: add an overview of the various configuration optionsPeter Hutterer1-0/+26
2016-05-03doc: add missing @ingroup tag to the accel profile enumPeter Hutterer1-0/+3
2016-04-18Add the LIBINPUT_DEVICE_CAP_TABLET_PAD capability and matching interfacePeter Hutterer1-1/+312
2016-04-06Fix spelling mistakesEric Engestrom1-4/+4
2016-03-29Fix two doxygen groupingsPeter Hutterer1-1/+3
2016-02-11test: add tablet test for out-of-bounds motion coordinatesPeter Hutterer1-0/+12
2016-02-09tablet: change tilt axes to use degreesPeter Hutterer1-4/+12
2016-02-04doc: be more specific about tablet vs tablet toolPeter Hutterer1-61/+63
2016-01-27Merge branch 'master' into tablet-supportPeter Hutterer1-0/+73
2016-01-27touchpad: add a config option to disable tap-and-dragPeter Hutterer1-0/+73
2016-01-22tablet: add support for relative x/y motion deltasPeter Hutterer1-0/+34
2016-01-19Merge branch 'master' into tablet-supportPeter Hutterer1-0/+2
2016-01-15tablet: allow the various get_<axis> on tablet button eventsPeter Hutterer1-9/+18
2016-01-11tablet: a tip event can replace an axis eventPeter Hutterer1-2/+26
2016-01-11doc: fix two grammar issues "of tablet tool" -> "of the tablet tool"Peter Hutterer1-4/+4
2016-01-06tablet: insert "STATE" into proximity/tip statesPeter Hutterer1-4/+4
2016-01-05doc: add missing tip event to the allowed set of eventsPeter Hutterer1-18/+38
2016-01-05doc: fix and improve the tablet documentationPeter Hutterer1-14/+28
2015-12-23tablet: add libinput_tablet_tool_is_unique()Peter Hutterer1-6/+18
2015-12-22doc: add missing @config tag to libinput_config_send_event_modesPeter Hutterer1-0/+2
2015-12-21tablet: remove the libinput_tablet_tool_axis enum from the public APIPeter Hutterer1-21/+0
2015-12-21tablet: reduce event deltas to only apply to the wheelPeter Hutterer1-23/+14
2015-12-21tablet: rename libinput_tablet_tool_has_axis into an axis-specific API setPeter Hutterer1-5/+58
2015-12-21tablet: rename axis_get_value into an axis-specific API setPeter Hutterer1-34/+109
2015-12-21tablet: rename axis_has_changed into an axis-specific API setPeter Hutterer1-9/+150
2015-12-15doc: a couple of tablet documentation fixesPeter Hutterer1-24/+28