summaryrefslogtreecommitdiff
path: root/libevdev
Commit message (Expand)AuthorAgeFilesLines
...
* doc: add a note regarding truncation of id_* fieldsNayan Deshmukh2019-08-051-4/+12
* Initialize the slots correctly when enabling ABS_MT_SLOTPeter Hutterer2019-06-181-34/+103
* doc: fix a typoPeter Hutterer2019-06-121-1/+1
* doc: minor documentation updatesPeter Hutterer2019-06-051-3/+8
* doc: change @retval documentation to help doxygen with renderingPeter Hutterer2019-06-031-6/+11
* doc: fix some doxygen layoutPeter Hutterer2019-06-031-6/+8
* doc: fix some doxygen warningsPeter Hutterer2019-06-031-4/+4
* Add a code-based name lookup functionPeter Hutterer2019-03-213-0/+131
* Don't read events unless requiredPeter Hutterer2019-03-191-10/+2
* Replace ABS_MT_SLOT - 1 with the v4.20 ABS_RESERVED definePeter Hutterer2019-01-162-3/+3
* include: sync event codes with kernel 4.19Peter Hutterer2018-10-221-1/+0
* Add libevdev_event_value_get_name() to resolve ABS_MT_TOOL_TYPE valuesPeter Hutterer2018-07-095-2/+130
* Resolve the names "SW_MAX" and friendsPeter Hutterer2018-07-091-4/+14
* make-event-names: minor cleanups for readabilityPeter Hutterer2018-07-091-6/+6
* Change all URLs to gitlab.fdoPeter Hutterer2018-06-061-8/+4
* Update struct input_eventDeepa Dinamani2018-04-121-2/+4
* Blacklist SW_MAX so it doesn't shadow SW_PEN_INSERTEDPeter Hutterer2018-02-261-0/+1
* Blacklist REP_MAX so it doesn't shadow REP_PERIODPeter Hutterer2018-02-261-1/+2
* Drop the python map printingPeter Hutterer2018-02-261-12/+0
* When changing the fd, reset our grab state to ungrabbedPeter Hutterer2017-12-132-0/+8
* uinput: make a note that the syspath we return is the input nodePeter Hutterer2017-07-031-0/+5
* Fix an indentation issuesPeter Hutterer2017-04-251-1/+1
* doc: add links to git repositories on the main pagePeter Hutterer2017-03-241-1/+11
* configure.ac: enable subdir-objectsPeter Hutterer2017-01-091-1/+6
* Fix typos in DocumentationNayan Deshmukh2017-01-031-6/+6
* Fix minor error in doxygen example codeNathan Baker2016-11-141-1/+1
* Don't bother sanitizing disabled event codesPeter Hutterer2016-08-171-0/+3
* libevdev: Properly distribute uinput.hArmin K2016-05-161-1/+1
* Fix typo in doc stringPeter Hutterer2016-04-201-1/+1
* uinput: support the new UI_DEV_SETUP/UI_ABS_SETUP ioctlsPeter Hutterer2016-04-071-10/+64
* uinput: split uinput device creation into a helper functionPeter Hutterer2016-04-071-20/+36
* uinput: drop an unused argumentPeter Hutterer2016-04-071-2/+2
* Add parsing linux/input-event-codes.h, update to kernel v4.5Peter Hutterer2016-03-302-7/+8
* uinput: fix race condition in uinput syspath checkPeter Hutterer2016-01-041-8/+8
* Document that the fd should be drained before libevdev_set_fdPeter Hutterer2015-12-171-1/+11
* Fix invalid absinfo range values reported by certain mtk socAndreas Pokorny2015-08-241-0/+23
* Note that libevdev_free() does not close the fdPeter Hutterer2015-06-291-0/+3
* Accept LIBEVDEV_READ_FLAG_BLOCKING as valid flagPeter Hutterer2015-04-081-1/+5
* ABS_MAX counts as MT axis for the event queuePeter Hutterer2015-03-231-1/+1
* cosmetic: fix a commentPeter Hutterer2015-03-231-1/+1
* cosmetic: fix a couple of duplicate/missing empty linesPeter Hutterer2015-03-046-14/+5
* Use memcpy/memmove instead of loop operationsThilo Schulz2015-02-021-9/+8
* libevdev_uinput_destroy: don't close non-open FDOwen W. Taylor2015-01-211-3/+5
* Shut up clang compiler warningsPeter Hutterer2015-01-071-0/+9
* doc: add the prefixing * to all @code doxygen sectionsPeter Hutterer2014-11-182-226/+226
* Remove superfluous linebreak in an error messagePeter Hutterer2014-11-181-1/+1
* doc: fix uinput example codePeter Hutterer2014-11-181-7/+13
* Fix a confusing commentPeter Hutterer2014-11-171-1/+1
* doc: fix slightly confusing code/type commentsRan Benita2014-08-281-3/+3
* Add some minimal documentation about static linkingPeter Hutterer2014-08-251-0/+14