summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-07libevdev 1.0.1libevdev-1.0.1libevdev-1.0-branchPeter Hutterer1-1/+1
2014-03-07Fix a wrong reference in the libevdev_next_event documentationPeter Hutterer1-1/+1
2014-03-07Document the FORCE_SYNC behavior a bit betterPeter Hutterer1-0/+7
2014-03-07Fix memory leaks when failing to create a uinput devicePeter Hutterer1-13/+4
2014-03-07Document that the return value of get_name|uniq|phys is not permanentPeter Hutterer1-0/+24
2014-03-07Plug a memory leak for name, uniq, physPeter Hutterer1-1/+4
2014-03-07Fix the include directives when building in tools/Emmanuele Bassi1-1/+1
2014-02-18libevdev 1.0libevdev-1.0Peter Hutterer1-1/+1
2014-02-13Actually filter by log priorityPeter Hutterer2-1/+77
2014-02-12Use 0 instead of "zero"Peter Hutterer1-7/+7
2014-02-12More documentation fixes and improvementsPeter Hutterer2-31/+58
2014-02-12Mark a few more functions as signal-safePeter Hutterer1-0/+14
2014-02-11Improve the documentation a bitPeter Hutterer1-11/+24
2014-02-11Document that we don't support EVIOCREVOKEPeter Hutterer1-0/+3
2014-02-11README: remove the warning, it's stable nowPeter Hutterer1-2/+0
2014-01-29libevdev 0.9.1libevdev-0.9.1Peter Hutterer1-1/+1
2014-01-29test: remove NULL test for SW_MAX, 3.13 defines SW_MUTE_DEVICEPeter Hutterer1-3/+0
2014-01-29Bump sonamePeter Hutterer1-1/+1
2014-01-29Add ld version-scriptDavid Herrmann2-2/+108
2014-01-22include: update linux/input.h for kernel 3.13Peter Hutterer1-1/+5
2014-01-22Warn about a SYN_DROPPED right after finishing a syncPeter Hutterer2-3/+116
2014-01-22test: abort on unexpected log messagesPeter Hutterer5-0/+46
2014-01-22Count the number of events needed for a full syncPeter Hutterer1-4/+30
2014-01-17test: fix typoPeter Hutterer1-1/+1
2014-01-17test: rename a test to match what it's testing betterPeter Hutterer1-2/+2
2014-01-15Drop the argparse requirement for make-event-names.pyPeter Hutterer2-11/+10
2014-01-15Drop --output flag and python generation code from make-event-names.pyPeter Hutterer2-42/+2
2014-01-09include: update linux/input.h for kernel 3.12Peter Hutterer3-6/+4
2013-12-24test: detect if we're running inside gdb and disable forkingPeter Hutterer2-2/+40
2013-12-24Documentation rewordings and additionsPeter Hutterer1-6/+9
2013-12-24Documentation typo fixesPeter Hutterer1-4/+4
2013-12-24Add more cross-referencesPeter Hutterer2-14/+14
2013-12-24doc: remove initial * from example code linesPeter Hutterer2-108/+108
2013-12-23libevdev 0.6libevdev-0.6Peter Hutterer1-1/+1
2013-12-12test: add basic link testPeter Hutterer3-1/+12
2013-12-12test: split tests into run-time and build-time testsPeter Hutterer1-2/+5
2013-12-10Don't treat devices with (ABS_MT_SLOT - 1) as multitouch devicesPeter Hutterer3-2/+49
2013-12-09Merge branch 'ev-rep-handling'Peter Hutterer3-4/+47
2013-12-09State that the event is defined for a SYN_DROPPEDPeter Hutterer2-3/+7
2013-12-09Support EV_REP values through libevdev_get_event_valuePeter Hutterer3-2/+45
2013-12-09Constify libevdev_get_repeatPeter Hutterer2-2/+2
2013-12-09Move the testing part to a separate pagePeter Hutterer1-11/+13
2013-12-09Add a doxygen page listing the ioctls and their current supportPeter Hutterer1-1/+63
2013-12-09doc: add a placeholder man pagePeter Hutterer4-0/+36
2013-12-05Documentation fix, refer to correct functionPeter Hutterer1-1/+1
2013-12-05Fix a typo in the documentationPeter Hutterer1-1/+1
2013-12-04build: set aux-dirDavid Herrmann1-0/+1
2013-11-28Drop some leftover deprecated constants.Peter Hutterer1-6/+0
2013-11-26test-compile-pedantic: replace -Wpedantic with -pedanticGaetan Nadon1-1/+1
2013-11-26doxygen: specifying builddir is not requiredGaetan Nadon1-1/+1