summaryrefslogtreecommitdiff
path: root/libevdev/libevdev.h
Commit message (Expand)AuthorAgeFilesLines
* Note that libevdev_free() does not close the fdPeter Hutterer2015-06-291-0/+3
* cosmetic: fix a couple of duplicate/missing empty linesPeter Hutterer2015-03-041-3/+5
* doc: add the prefixing * to all @code doxygen sectionsPeter Hutterer2014-11-181-163/+163
* doc: fix slightly confusing code/type commentsRan Benita2014-08-281-3/+3
* Add some minimal documentation about static linkingPeter Hutterer2014-08-251-0/+14
* Add libevdev_property_from_name()Peter Hutterer2014-08-201-0/+30
* Add per-device log handlersPeter Hutterer2014-06-051-5/+92
* Mark the log functions with the printf format attributePeter Hutterer2014-06-051-1/+4
* Document that we need uinput in the kernel for the test suitePeter Hutterer2014-05-221-1/+2
* Drain all events before synchronizing after SYN_DROPPEDPeter Hutterer2014-04-241-0/+45
* Clarify what signal-safe meansPeter Hutterer2014-04-101-3/+4
* Calling libevdev_enable_event_code() overwrites EV_ABS/EV_REP valuesPeter Hutterer2014-04-081-0/+4
* Split the SYN_DROPPED page into a few sectionsPeter Hutterer2014-04-071-0/+9
* Fix a typo, add a @ref in the documentationPeter Hutterer2014-04-071-2/+2
* Drop hardcoded MAX_SLOTS in favour of pre-allocated memoryPeter Hutterer2014-04-031-5/+0
* Add documentation for axis updates without a tracking IDPeter Hutterer2014-03-211-0/+49
* add a linebreak for correct rendering of the documentationPeter Hutterer2014-03-181-0/+1
* doc: move the section for the internal test suite downPeter Hutterer2014-03-141-46/+46
* doc: include linux/input.h verbatim in the documentationPeter Hutterer2014-03-141-0/+9
* doc: Add documentation on how SYN_DROPPED is handledPeter Hutterer2014-03-141-2/+158
* Add a documentation note to update the slot after syncingPeter Hutterer2014-03-071-1/+5
* Don't sync the MT state for fake MT devicesPeter Hutterer2014-03-061-0/+6
* Cap slot values to the announced maximumPeter Hutterer2014-03-061-1/+6
* Increase MAX_SLOTS to 60Peter Hutterer2014-03-061-1/+1
* Don't sync past MAX_SLOTS slotsPeter Hutterer2014-03-061-0/+4
* Fix a wrong reference in the libevdev_next_event documentationPeter Hutterer2014-03-061-1/+1
* Document the FORCE_SYNC behavior a bit betterPeter Hutterer2014-03-051-0/+7
* Document that the return value of get_name|uniq|phys is not permanentPeter Hutterer2014-02-251-0/+24
* Use 0 instead of "zero"Peter Hutterer2014-02-121-7/+7
* More documentation fixes and improvementsPeter Hutterer2014-02-121-24/+52
* Mark a few more functions as signal-safePeter Hutterer2014-02-121-0/+14
* Improve the documentation a bitPeter Hutterer2014-02-111-11/+24
* Document that we don't support EVIOCREVOKEPeter Hutterer2014-02-111-0/+3
* test: detect if we're running inside gdb and disable forkingPeter Hutterer2013-12-241-2/+3
* Documentation rewordings and additionsPeter Hutterer2013-12-241-6/+9
* Documentation typo fixesPeter Hutterer2013-12-241-4/+4
* Add more cross-referencesPeter Hutterer2013-12-241-9/+9
* doc: remove initial * from example code linesPeter Hutterer2013-12-241-51/+51
* Don't treat devices with (ABS_MT_SLOT - 1) as multitouch devicesPeter Hutterer2013-12-101-0/+9
* Merge branch 'ev-rep-handling'Peter Hutterer2013-12-091-3/+7
|\
| * Support EV_REP values through libevdev_get_event_valuePeter Hutterer2013-12-091-2/+6
| * Constify libevdev_get_repeatPeter Hutterer2013-12-091-1/+1
* | State that the event is defined for a SYN_DROPPEDPeter Hutterer2013-12-091-3/+5
|/
* Move the testing part to a separate pagePeter Hutterer2013-12-091-11/+13
* Add a doxygen page listing the ioctls and their current supportPeter Hutterer2013-12-091-1/+63
* Documentation fix, refer to correct functionPeter Hutterer2013-12-051-1/+1
* Fix a typo in the documentationPeter Hutterer2013-12-051-1/+1
* Drop trailing comma from last element in the enumsPeter Hutterer2013-11-221-6/+5
* Drop deprecated functionsPeter Hutterer2013-11-221-30/+0
* Provide separate lookup functions for zero-terminated stringsPeter Hutterer2013-11-011-5/+42