summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libevdev 1.1libevdev-1.1baserock/genivi/baselinePeter Hutterer2014-03-251-1/+1
* Add documentation for axis updates without a tracking IDPeter Hutterer2014-03-211-0/+49
* libevdev 1.1RC2libevdev-1.0.99.2Peter Hutterer2014-03-191-1/+1
* Bump library revisionPeter Hutterer2014-03-191-1/+1
* uinput: check for asprintf failurePeter Hutterer2014-03-191-1/+2
* test: shut up compiler warningPeter Hutterer2014-03-191-1/+1
* Shut up another warningPeter Hutterer2014-03-191-1/+1
* Shut up compiler warningPeter Hutterer2014-03-191-1/+1
* Sanitize events when we're skipping sync as wellPeter Hutterer2014-03-191-0/+1
* 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-142-1/+10
* doc: Add documentation on how SYN_DROPPED is handledPeter Hutterer2014-03-141-2/+158
* configure: add link to our wiki pagePeter Hutterer2014-03-111-1/+1
* libevdev 1.1RC1libevdev-1.0.99.1Peter Hutterer2014-03-111-1/+1
* test: fix distcheckPeter Hutterer2014-03-111-1/+1
* Add a documentation note to update the slot after syncingPeter Hutterer2014-03-071-1/+5
* If the tracking ID changes during SYN_DROPPED, terminate the touch firstPeter Hutterer2014-03-072-0/+189
* Send an extra ABS_MT_SLOT event to sync the client up with the current slotBenjamin Tissoires2014-03-072-2/+116
* Don't sync the MT state for fake MT devicesPeter Hutterer2014-03-063-2/+91
* Move some functions/macros between libevdev-int.h and libevdev-util.hPeter Hutterer2014-03-062-72/+73
* Cap slot values to the announced maximumPeter Hutterer2014-03-063-1/+108
* test: add two more checks for the current slotPeter Hutterer2014-03-061-0/+3
* Increase MAX_SLOTS to 60Peter Hutterer2014-03-063-3/+3
* test: add a test for > MAX_SLOTS mt valuesPeter Hutterer2014-03-061-0/+102
* Reduce memory requirement for MT syncingPeter Hutterer2014-03-061-29/+39
* Dynamically allocate the slot valuesPeter Hutterer2014-03-062-11/+32
* Don't sync past MAX_SLOTS slotsPeter Hutterer2014-03-062-1/+5
* Add unlikely() macroPeter Hutterer2014-03-061-0/+2
* 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
* test: whitespace fixes (newlines)Peter Hutterer2014-03-054-7/+5
* Fix memory leaks when failing to create a uinput devicePeter Hutterer2014-02-271-13/+4
* Plug a memory leak for name, uniq, physPeter Hutterer2014-02-271-1/+4
* test: plug more memory leaksPeter Hutterer2014-02-272-0/+4
* test: fix memleak when using the test-uinput devicePeter Hutterer2014-02-271-0/+1
* tools: Fix compiler warningEmmanuele Bassi2014-02-261-1/+1
* Fix the include directives when building in tools/Emmanuele Bassi2014-02-261-1/+1
* Add a test for EVIOCREVOKEPeter Hutterer2014-02-263-1/+199
* Document that the return value of get_name|uniq|phys is not permanentPeter Hutterer2014-02-251-0/+24
* tools: add a tool to print the actual range provided by a touchpadPeter Hutterer2014-02-253-0/+201
* Replace hardcoded 0 with the enum for itPeter Hutterer2014-02-251-1/+1
* test: remove a bunch of superfluous empty linesPeter Hutterer2014-02-251-3/+0
* libevdev 1.0libevdev-1.0Peter Hutterer2014-02-181-1/+1
* Actually filter by log priorityPeter Hutterer2014-02-132-1/+77
* Use 0 instead of "zero"Peter Hutterer2014-02-121-7/+7
* More documentation fixes and improvementsPeter Hutterer2014-02-122-31/+58
* 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