summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-17Add support for ABS2abs2David Herrmann8-48/+215
2013-12-17Update linux/input.hDavid Herrmann2-2/+9
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
2013-11-25doxygen: fix 'dist' when the html docs have not yet been builtGaetan Nadon1-1/+1
2013-11-25doxygen: fix rebuild when not necessaryGaetan Nadon1-4/+8
2013-11-25doxygen: fix error msg: 'find: `html': No such file or directory'Gaetan Nadon1-1/+1
2013-11-25doxygen: remove redundant "dist_noinst_DATA = libevdev.doxygen.in" statementGaetan Nadon1-2/+0
2013-11-25doxygen: implement silent rules in the makefileGaetan Nadon1-2/+2
2013-11-25doxygen: invocation of doxygen fails due to hard coded pathGaetan Nadon1-1/+1
2013-11-25doxygen: libevdev.doxygen must not be distributedGaetan Nadon1-1/+1
2013-11-23test: add a build test for -WpedanticPeter Hutterer3-1/+11
2013-11-22Drop semicolons after getter/setter macrosPeter Hutterer1-16/+16
2013-11-22Drop trailing comma from last element in the enumsPeter Hutterer2-7/+6
2013-11-22Drop deprecated functionsPeter Hutterer2-79/+0
2013-11-22libevdev 0.5Peter Hutterer1-1/+1
2013-11-20python: request version 2.6 or higherGaetan Nadon1-1/+1
2013-11-20configure.ac: remove redundant AC_SUBST(PYTHON)Gaetan Nadon1-1/+0
2013-11-20configure.ac: AC_PROG_CC_C99: use C99 compilerGaetan Nadon1-1/+1
2013-11-20configure.ac: add copyright statementGaetan Nadon1-0/+20
2013-11-20configure.ac: AC_INIT: add bug report urlGaetan Nadon1-1/+1
2013-11-19autogen.sh: remove unneeded m4 configuration workaroundGaetan Nadon1-1/+0
2013-11-19autogen.sh: fix broken out-of-source tree buildingGaetan Nadon1-1/+1
2013-11-19Review/update .gitignore filesGaetan Nadon6-36/+51
2013-11-18Drop gcov flags from main libevdev sourcesPeter Hutterer1-5/+1
2013-11-18build: check for build/link flags harderDavid Herrmann1-3/+3
2013-11-15Update COPYING file.Gaetan Nadon1-0/+10
2013-11-06build: set AC_CONFIG_SRCDIRDavid Herrmann1-0/+1
2013-11-01Provide separate lookup functions for zero-terminated stringsHEADmasterPeter Hutterer3-64/+112
2013-10-31Add name-resolver unit testsDavid Herrmann3-0/+120
2013-10-31Add libevdev_event_type/code_from_name() resolversDavid Herrmann4-0/+178
2013-10-31Create event type/code lookup tablesDavid Herrmann1-4/+59
2013-10-31Add startswith() helperDavid Herrmann1-0/+8
2013-10-31Fix wrong libevdev clock testDavid Herrmann1-2/+5
2013-10-31Require autoconf 2.62Peter Hutterer1-1/+1
2013-10-24Check max to see if an event type is validPeter Hutterer2-2/+20
2013-10-24Make sure EV_SYN is always setPeter Hutterer1-1/+2
2013-10-24Disallow disabling EV_SYN event codesPeter Hutterer2-1/+2