summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-23Reset the struct on set_fdPeter Hutterer1-7/+19
2013-10-23Revert "Check for linux/input.h during configure"Peter Hutterer1-3/+0
2013-10-23Document backwards-compatibility behaviourPeter Hutterer1-0/+56
2013-10-23Work around missing EVIOCGMTSLOTS ioctlPeter Hutterer1-2/+12
2013-10-23Make uinput-code backwards-compatible to missing UI_SET_PROPBIT ioctlPeter Hutterer1-1/+18
2013-10-23When running against a kernel without properties, continue as usualPeter Hutterer1-1/+5
2013-10-23Pass linux/input.h as argument to make-event-names.pyPeter Hutterer2-7/+6
2013-10-23Add a copy of linux/input.hPeter Hutterer5-6/+1173
2013-10-21configure: test for python and python-argparsePeter Hutterer2-1/+6
2013-10-14Don't allow a negative fd in libevdev_set_fdPeter Hutterer1-1/+2
2013-10-14Allow -1 as valid fd in libevdev_change_fdPeter Hutterer2-14/+25
2013-10-08Check for linux/input.h during configurePeter Hutterer1-0/+3
2013-10-08Uppercase #define LIBEVDEV_INT_HPeter Hutterer1-2/+2
2013-10-04Note that libevdev_change_fd requires a LIBEVDEV_FORCE_SYNCPeter Hutterer1-0/+4
2013-10-04Mark three deprecated functions as suchPeter Hutterer3-21/+21
2013-10-02Use AC_MSG_RESULT to print the few configuration optionsPeter Hutterer1-1/+10
2013-10-02Disable gcov by defaultPeter Hutterer1-2/+2
2013-09-24Avoid shipping generated documentation twiceStephen Kitt1-1/+1
2013-09-19Add extern C guards to libevdev-uinput.hPeter Hutterer1-0/+7
2013-09-19Capitalize uinput header guardsPeter Hutterer1-3/+3
2013-09-18libevdev 0.4libevdev-0.4Peter Hutterer1-1/+1
2013-09-18Print an error on an invalid log priorityPeter Hutterer1-0/+1
2013-09-18Merge branch 'clockid'Peter Hutterer5-0/+142
2013-09-17tools: make to function calls staticPeter Hutterer1-2/+4
2013-09-17Fix a typo in the uinput documentationPeter Hutterer1-2/+2
2013-09-17Move libevdev_led_value documentation to the kernel groupPeter Hutterer1-0/+3
2013-09-17tools: Honor GCC_CFLAGSColin Walters1-1/+1
2013-09-16Drop duplicate compiler flagPeter Hutterer1-1/+0
2013-09-16Revert "Reintroduce -fstack-protector"Peter Hutterer1-1/+0
2013-09-13Reintroduce -fstack-protectorDavid Herrmann1-0/+1
2013-09-13Test for CFLAGS/LFLAGS availabilityDavid Herrmann2-5/+313
2013-09-13wrap EVIOCSCLOCKID into an API callPeter Hutterer3-0/+135
2013-09-13test: provide wrapper for fetching the devnode from a uinput test devicePeter Hutterer2-0/+7
2013-09-12test: add a test for checking log data being passed around correctlyPeter Hutterer1-0/+38
2013-09-12Fix a comment to reflect the new APIPeter Hutterer1-3/+3
2013-09-11Remove warning comment from FORCE_SYNCPeter Hutterer1-3/+2
2013-09-11Name-space the read flags betterPeter Hutterer7-83/+95
2013-09-11Enumerate libevdev_next_event() return codesPeter Hutterer4-66/+89
2013-09-11Require check 0.9.9Peter Hutterer1-1/+1
2013-09-11Fix comment typoPeter Hutterer1-1/+1