Drop --output flag and python generation code from make-event-names.py
[platform/upstream/libevdev.git] / libevdev /
2014-01-14 Peter HuttererDrop --output flag and python generation code from...
2014-01-08 Peter Huttererinclude: update linux/input.h for kernel 3.12
2013-12-23 Peter Hutterertest: detect if we're running inside gdb and disable...
2013-12-23 Peter HuttererDocumentation rewordings and additions
2013-12-23 Peter HuttererDocumentation typo fixes
2013-12-23 Peter HuttererAdd more cross-references
2013-12-23 Peter Huttererdoc: remove initial * from example code lines
2013-12-10 Peter HuttererDon't treat devices with (ABS_MT_SLOT - 1) as multitouc...
2013-12-08 Peter HuttererMerge branch 'ev-rep-handling'
2013-12-08 Peter HuttererState that the event is defined for a SYN_DROPPED
2013-12-08 Peter HuttererSupport EV_REP values through libevdev_get_event_value
2013-12-08 Peter HuttererConstify libevdev_get_repeat
2013-12-08 Peter HuttererMove the testing part to a separate page
2013-12-08 Peter HuttererAdd a doxygen page listing the ioctls and their current...
2013-12-04 Peter HuttererDocumentation fix, refer to correct function
2013-12-04 Peter HuttererFix a typo in the documentation
2013-11-28 Peter HuttererDrop some leftover deprecated constants.
2013-11-22 Peter HuttererDrop semicolons after getter/setter macros
2013-11-22 Peter HuttererDrop trailing comma from last element in the enums
2013-11-22 Peter HuttererDrop deprecated functions
2013-11-18 Gaetan NadonReview/update .gitignore files
2013-11-18 Peter HuttererDrop gcov flags from main libevdev sources
2013-10-31 Peter HuttererProvide separate lookup functions for zero-terminated...
2013-10-31 David HerrmannAdd libevdev_event_type/code_from_name() resolvers
2013-10-31 David HerrmannCreate event type/code lookup tables
2013-10-31 David HerrmannAdd startswith() helper
2013-10-24 Peter HuttererCheck max to see if an event type is valid
2013-10-24 Peter HuttererMake sure EV_SYN is always set
2013-10-24 Peter HuttererDisallow disabling EV_SYN event codes
2013-10-22 Peter HuttererReset the struct on set_fd
2013-10-22 Peter HuttererDocument backwards-compatibility behaviour
2013-10-22 Peter HuttererWork around missing EVIOCGMTSLOTS ioctl
2013-10-22 Peter HuttererMake uinput-code backwards-compatible to missing UI_SET...
2013-10-22 Peter HuttererWhen running against a kernel without properties, conti...
2013-10-22 Peter HuttererPass linux/input.h as argument to make-event-names.py
2013-10-22 Peter HuttererAdd a copy of linux/input.h
2013-10-21 Peter Huttererconfigure: test for python and python-argparse
2013-10-14 Peter HuttererDon't allow a negative fd in libevdev_set_fd
2013-10-14 Peter HuttererAllow -1 as valid fd in libevdev_change_fd
2013-10-08 Peter HuttererUppercase #define LIBEVDEV_INT_H
2013-10-04 Peter HuttererNote that libevdev_change_fd requires a LIBEVDEV_FORCE_SYNC
2013-10-04 Peter HuttererMark three deprecated functions as such
2013-09-18 Peter HuttererAdd extern C guards to libevdev-uinput.h
2013-09-18 Peter HuttererCapitalize uinput header guards
2013-09-18 Peter HuttererPrint an error on an invalid log priority
2013-09-18 Peter HuttererMerge branch 'clockid'
2013-09-17 Peter HuttererFix a typo in the uinput documentation
2013-09-17 Peter HuttererMove libevdev_led_value documentation to the kernel...
2013-09-12 Peter Huttererwrap EVIOCSCLOCKID into an API call
2013-09-12 Peter HuttererFix a comment to reflect the new API
2013-09-11 Peter HuttererRemove warning comment from FORCE_SYNC
2013-09-11 Peter HuttererName-space the read flags better
2013-09-11 Peter HuttererEnumerate libevdev_next_event() return codes
2013-09-11 Peter HuttererFix comment typo
2013-09-11 Peter HuttererAdd missing group assignment to a bunch of functions...
2013-09-10 Peter HuttererRevamp the API once again
2013-09-09 Peter HuttererMerge branch 'logging-fix'
2013-09-09 Peter HuttererLog to stderr by default
2013-09-03 Peter HuttererFix comment typo
2013-09-03 Peter HuttererMatch the kernel define for SYN_MAX
2013-09-03 Peter HuttererCheck for GNU ld and use the flags depending on the...
2013-09-03 Peter HuttererWarn if there are multiple devices with the same syspath
2013-09-03 Peter HuttererLog a few errors, specifically application bugs
2013-09-03 Peter HuttererDrop per-device logging function, use per-library one...
2013-09-02 David HerrmannAdd some gcc/ld optimizations and magic
2013-08-31 Peter Huttereruinput: don't try to set the syspath twice
2013-08-31 Peter HuttererReturn -EBADF for functions that need the fd initialized
2013-08-31 Peter HuttererReturn EBADF when trying to read from an uninitalized...
2013-08-31 Peter HuttererUse ENOMEM instead of ENOSPC
2013-08-30 Peter Hutterermemcpy instead of invidual bittoggle
2013-08-30 Peter HuttererFix off-by-one errors when dealing with *_MAX values.
2013-08-29 Peter HuttererUse AC_USE_SYSTEM_EXTENSIONS
2013-08-29 Peter HuttererAdd support for uinput device creation
2013-08-29 Peter HuttererFix two signed vs unsigned int warnings
2013-08-29 Peter HuttererActually use the gcc CFLAGS set in configure
2013-08-29 Peter HuttererMark all external symbols with LIBEVDEV_EXPORT
2013-08-29 Peter HuttererFix some compiler warnings about maybe uninitialized...
2013-08-29 Peter HuttererAdd C++ header guards
2013-08-29 Peter HuttererSimplify getter/setter macros
2013-08-29 Peter HuttererDrop deprecated API
2013-08-29 Peter HuttererFix a few signed/unsigned int comparisons
2013-08-29 Peter HuttererAdd a note that libevdev_is_event_type/code have compil...
2013-08-29 Peter Huttererlibevdev_is_event_type() needs to check for < EV_CNT
2013-08-29 Peter HuttererRewrite libevdev_is_event_code to avoid signed/unsigned...
2013-08-29 Peter HuttererUse libevdev_get_event_type_max from libevdev_get_event...
2013-08-29 Peter HuttererAxis values must be int, not unsigned int
2013-08-29 Peter HuttererIgnore -Woverride-init in event-names.h
2013-08-29 Peter HuttererChange event name generate script to be python 2/3...
2013-08-29 Peter HuttererAdd support for EV_SW
2013-08-28 Peter HuttererAvoid under-allocation of array for syncing key/led...
2013-08-26 Peter HuttererRemove unneeded include of linux/uinput.h
2013-08-25 Peter HuttererMerge branch 'led-handling'
2013-08-25 Peter HuttererRename enums to match lower_case format
2013-08-25 Peter HuttererStore the abs value after handling mt events
2013-08-25 polyphemuswrite EV_SYN input_event along with led events to device
2013-08-15 Peter HuttererAdd functions to toggle LEDs on the device
2013-08-15 Peter HuttererKeep the LED state and sync it after SYN_DROPPED
2013-08-15 Peter HuttererAdd setters for an event or slot value
2013-08-14 Peter HuttererRename libevdev_kernel_set_abs_value to libevdev_kernel...
2013-08-14 Peter HuttererSync the key state on startup
next