platform/upstream/libevdev.git
2014-03-13 Peter Huttererdoc: Add documentation on how SYN_DROPPED is handled
2014-03-10 Peter Huttererconfigure: add link to our wiki page
2014-03-10 Peter Huttererlibevdev 1.1RC1 libevdev-1.0.99.1
2014-03-10 Peter Hutterertest: fix distcheck
2014-03-07 Peter HuttererAdd a documentation note to update the slot after syncing
2014-03-07 Peter HuttererIf the tracking ID changes during SYN_DROPPED, terminat...
2014-03-07 Benjamin TissoiresSend an extra ABS_MT_SLOT event to sync the client...
2014-03-06 Peter HuttererDon't sync the MT state for fake MT devices
2014-03-06 Peter HuttererMove some functions/macros between libevdev-int.h and...
2014-03-06 Peter HuttererCap slot values to the announced maximum
2014-03-05 Peter Hutterertest: add two more checks for the current slot
2014-03-05 Peter HuttererIncrease MAX_SLOTS to 60
2014-03-05 Peter Hutterertest: add a test for > MAX_SLOTS mt values
2014-03-05 Peter HuttererReduce memory requirement for MT syncing
2014-03-05 Peter HuttererDynamically allocate the slot values
2014-03-05 Peter HuttererDon't sync past MAX_SLOTS slots
2014-03-05 Peter HuttererAdd unlikely() macro
2014-03-05 Peter HuttererFix a wrong reference in the libevdev_next_event docume...
2014-03-05 Peter HuttererDocument the FORCE_SYNC behavior a bit better
2014-03-05 Peter Hutterertest: whitespace fixes (newlines)
2014-02-27 Peter HuttererFix memory leaks when failing to create a uinput device
2014-02-27 Peter HuttererPlug a memory leak for name, uniq, phys
2014-02-27 Peter Hutterertest: plug more memory leaks
2014-02-27 Peter Hutterertest: fix memleak when using the test-uinput device
2014-02-25 Emmanuele Bassitools: Fix compiler warning
2014-02-25 Emmanuele BassiFix the include directives when building in tools/
2014-02-25 Peter HuttererAdd a test for EVIOCREVOKE
2014-02-25 Peter HuttererDocument that the return value of get_name|uniq|phys...
2014-02-25 Peter Hutterertools: add a tool to print the actual range provided...
2014-02-25 Peter HuttererReplace hardcoded 0 with the enum for it
2014-02-25 Peter Hutterertest: remove a bunch of superfluous empty lines
2014-02-18 Peter Huttererlibevdev 1.0 libevdev-1.0
2014-02-12 Peter HuttererActually filter by log priority
2014-02-12 Peter HuttererUse 0 instead of "zero"
2014-02-12 Peter HuttererMore documentation fixes and improvements
2014-02-12 Peter HuttererMark a few more functions as signal-safe
2014-02-11 Peter HuttererImprove the documentation a bit
2014-02-11 Peter HuttererDocument that we don't support EVIOCREVOKE
2014-02-11 Peter HuttererREADME: remove the warning, it's stable now
2014-01-29 Peter Huttererlibevdev 0.9.1 libevdev-0.9.1
2014-01-29 Peter Hutterertest: remove NULL test for SW_MAX, 3.13 defines SW_MUTE...
2014-01-29 Peter HuttererBump soname
2014-01-29 David HerrmannAdd ld version-script
2014-01-21 Peter Huttererinclude: update linux/input.h for kernel 3.13
2014-01-21 Peter HuttererWarn about a SYN_DROPPED right after finishing a sync
2014-01-21 Peter Hutterertest: abort on unexpected log messages
2014-01-21 Peter HuttererCount the number of events needed for a full sync
2014-01-17 Peter Hutterertest: fix typo
2014-01-17 Peter Hutterertest: rename a test to match what it's testing better
2014-01-14 Peter HuttererDrop the argparse requirement for make-event-names.py
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-23 Peter Huttererlibevdev 0.6 libevdev-0.6
2013-12-12 Peter Hutterertest: add basic link test
2013-12-12 Peter Hutterertest: split tests into run-time and build-time tests
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-08 Peter Huttererdoc: add a placeholder man page
2013-12-04 Peter HuttererDocumentation fix, refer to correct function
2013-12-04 Peter HuttererFix a typo in the documentation
2013-12-04 David Herrmannbuild: set aux-dir
2013-11-28 Peter HuttererDrop some leftover deprecated constants.
2013-11-25 Gaetan Nadontest-compile-pedantic: replace -Wpedantic with -pedantic
2013-11-25 Gaetan Nadondoxygen: specifying builddir is not required
2013-11-25 Gaetan Nadondoxygen: fix 'dist' when the html docs have not yet...
2013-11-25 Gaetan Nadondoxygen: fix rebuild when not necessary
2013-11-25 Gaetan Nadondoxygen: fix error msg: 'find: `html': No such file...
2013-11-25 Gaetan Nadondoxygen: remove redundant "dist_noinst_DATA = libevdev...
2013-11-25 Gaetan Nadondoxygen: implement silent rules in the makefile
2013-11-25 Gaetan Nadondoxygen: invocation of doxygen fails due to hard coded...
2013-11-25 Gaetan Nadondoxygen: libevdev.doxygen must not be distributed
2013-11-22 Peter Hutterertest: add a build test for -Wpedantic
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-21 Peter Huttererlibevdev 0.5 libevdev-0.5
2013-11-19 Gaetan Nadonpython: request version 2.6 or higher
2013-11-19 Gaetan Nadonconfigure.ac: remove redundant AC_SUBST(PYTHON)
2013-11-19 Gaetan Nadonconfigure.ac: AC_PROG_CC_C99: use C99 compiler
2013-11-19 Gaetan Nadonconfigure.ac: add copyright statement
2013-11-19 Gaetan Nadonconfigure.ac: AC_INIT: add bug report url
2013-11-18 Gaetan Nadonautogen.sh: remove unneeded m4 configuration workaround
2013-11-18 Gaetan Nadonautogen.sh: fix broken out-of-source tree building
2013-11-18 Gaetan NadonReview/update .gitignore files
2013-11-18 Peter HuttererDrop gcov flags from main libevdev sources
2013-11-18 David Herrmannbuild: check for build/link flags harder
2013-11-14 Gaetan NadonUpdate COPYING file.
2013-11-05 David Herrmannbuild: set AC_CONFIG_SRCDIR
2013-10-31 Peter HuttererProvide separate lookup functions for zero-terminated...
2013-10-31 David HerrmannAdd name-resolver unit tests
next