summaryrefslogtreecommitdiff
path: root/src/libinput.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-25touchpad: allow tap-and-drag for two-finger and three-finger tapssatrmb1-4/+3
2020-09-04doc: fix a wrongly named parameterPeter Hutterer1-1/+1
2020-08-27[clang-tidy] fix inconsistent declarationsRosen Penev1-1/+1
2020-05-21Deprecate wheel tilt as separate axis sourcePeter Hutterer1-8/+6
2019-12-04pad: add LIBINPUT_EVENT_TABLET_PAD_KEY for pad keysPeter Hutterer1-0/+81
2019-10-17Add a scroll button lock featurePeter Hutterer1-0/+75
2019-10-11LIBINPUT_EVENT_TABLET_BUTTON doesn't exist, use LIBINPUT_EVENT_TABLET_PAD_BUTTONAleix Pol1-1/+1
2019-09-25doc: update reference to the event codes headerPeter Hutterer1-2/+2
2019-06-07tablet: add a the Totem tool type to the tablet interfacePeter Hutterer1-0/+96
2019-04-03doc/api: add since tags to all functions after 1.0Peter Hutterer1-0/+244
2019-03-27doc/api: improve readability of the API docsPeter Hutterer1-1/+1
2019-01-17doc: add missing @refPeter Hutterer1-1/+1
2019-01-17doc: correct a slightly ambiguous @ref wordingPeter Hutterer1-1/+1
2019-01-03doc: fix doxygen references for libinput_get_user_dataPeter Hutterer1-1/+2
2018-08-01doc/user: more documentation cleanups and fixesPeter Hutterer1-1/+12
2018-07-27doc: refer to "the libinput documentation" in a few @see casesPeter Hutterer1-69/+74
2018-07-27doc: drop a few unnecessary @refPeter Hutterer1-2/+1
2018-07-27doc: copy some bits of the tablet docs to doxygenPeter Hutterer1-12/+58
2018-05-21Revert "Expose a custom acceleration profile"Peter Hutterer1-56/+0
2018-05-02Merge branch 'wip/custom-pointer-acceleration-function-v2'Peter Hutterer1-0/+56
2018-05-01Add libinput_device_touch_get_touch_count()Peter Hutterer1-0/+14
2018-04-26Expose a custom acceleration profilePeter Hutterer1-0/+56
2018-04-06Fix a doxygen link for the get_default_matrix callPeter Hutterer1-1/+1
2017-12-01Include stdarg.h where variadic functions are usedGreg V1-0/+1
2017-09-06Add support for SW_TABLET_MODEPeter Hutterer1-0/+16
2017-09-06Add libinput_device_switch_has_switch()Peter Hutterer1-0/+16
2017-07-12doc: add a line breakPeter Hutterer1-0/+1
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