doc: fix doxyen complaints after fd6c9b8ca0ec0791c
[platform/upstream/libevdev.git] / libevdev /
2020-09-11 Peter Huttererdoc: fix doxyen complaints after fd6c9b8ca0ec0791c
2020-08-27 Rosen Penev[clang-tidy] do not use else after return
2020-08-27 Rosen Penevlibevdev: sort includes alphabetically
2020-08-27 Rosen Penevlibevdev: fix inconsistent declarations
2020-08-14 Niclas ZeisingDocument FreeBSD quirks
2020-08-14 Niclas Zeisinguinput: Implement FreeBSD fetch_syspath_and_devnode()
2020-08-14 Niclas Zeisinguinput: Move SYS_INPUT_DIR to where it is used
2020-08-14 Niclas ZeisingAdd FreeBSD compatible input.h and uinput.h
2020-07-15 Peter Huttererlibevdev: any value less than 0 has a NULL name
2020-06-01 George ThomasAdd link to Haskell bindings
2020-05-26 Peter HuttererMatch if/else blocks for curly braces
2020-03-13 Peter HuttererDon't overrun the changes array when synching > MAX_SLOTS
2020-02-27 Peter HuttererUse editorconfig instead of a sprinkling of :vim: instr...
2020-02-19 Peter HuttererFix (theoretical) use of uninitialized variable
2020-02-19 Peter HuttererDon't try to send BTN_TOOL events for zero fingers
2020-02-19 Peter HuttererIgnore slot sync for slots > 256
2020-02-19 Peter HuttererUpdate the BTN_TOOL bits correctly during SYN_DROPPED...
2020-02-19 Peter HuttererTerminate all stopped/changed touches during SYN_DROPPE...
2020-02-19 Peter HuttererInvert an if condition
2020-02-19 Peter HuttererPush terminating the slots into a helper function
2020-02-19 Peter HuttererSplit the MT state syncing and event generation into...
2020-02-19 Peter HuttererExpand the touch state handling during SYN_DROPPED
2020-02-18 Peter HuttererMake the code for handling before/after SYN_DROPPED...
2020-02-16 Peter HuttererCompress an if statement
2020-02-16 Peter HuttererLocalize two variables
2020-02-16 Peter HuttererUncomplicate the setting of axis during slot sync
2020-02-16 Peter HuttererPush the tracking id change bits on the stack
2020-02-16 Peter HuttererPush the slot_update bits on the stack
2020-02-16 Peter HuttererDrop the mt_sync_state in our device struct
2020-02-14 Peter Huttererflake8 fixes for make-event-names.py
2020-02-14 Peter HuttererChange the python script to generate event names to...
2020-02-14 Peter Huttereruinput: drop an unused function argument
2020-02-14 Peter Huttererconfig.h is a local include path
2020-02-12 Peter HuttererAdd queue_push_event as shortcut for the two-liner...
2020-02-11 Peter HuttererSimplify some error handling by assuming a >=3.4 kernel
2020-02-11 Peter Huttererdoc: add markdown for monospace rendering of defines
2020-02-06 Michael ForneyOnly use GCC pragma on GCC
2020-02-06 Michael ForneyAvoid initializer index range
2020-02-06 Michael ForneyAdd fallback min/max for compilers that don't have...
2019-10-23 Peter Hutterermake-event-names.py should take the files as argument
2019-09-13 Alexander Dahldoc: Fix function names in simple code example
2019-08-04 Nayan Deshmukhdoc: add a note regarding truncation of id_* fields
2019-06-17 Peter HuttererInitialize the slots correctly when enabling ABS_MT_SLOT
2019-06-11 Peter Huttererdoc: fix a typo
2019-06-05 Peter Huttererdoc: minor documentation updates
2019-06-03 Peter Huttererdoc: change @retval documentation to help doxygen with...
2019-06-03 Peter Huttererdoc: fix some doxygen layout
2019-06-03 Peter Huttererdoc: fix some doxygen warnings
2019-03-21 Peter HuttererAdd a code-based name lookup function
2019-03-19 Peter HuttererDon't read events unless required
2019-01-16 Peter HuttererReplace ABS_MT_SLOT - 1 with the v4.20 ABS_RESERVED...
2018-10-22 Peter Huttererinclude: sync event codes with kernel 4.19
2018-07-09 Peter HuttererAdd libevdev_event_value_get_name() to resolve ABS_MT_T...
2018-07-09 Peter HuttererResolve the names "SW_MAX" and friends
2018-07-09 Peter Hutterermake-event-names: minor cleanups for readability
2018-06-06 Peter HuttererChange all URLs to gitlab.fdo
2018-04-12 Deepa DinamaniUpdate struct input_event
2018-02-26 Peter HuttererBlacklist SW_MAX so it doesn't shadow SW_PEN_INSERTED
2018-02-26 Peter HuttererBlacklist REP_MAX so it doesn't shadow REP_PERIOD
2018-02-26 Peter HuttererDrop the python map printing
2017-12-13 Peter HuttererWhen changing the fd, reset our grab state to ungrabbed
2017-07-02 Peter Huttereruinput: make a note that the syspath we return is the...
2017-04-24 Peter HuttererFix an indentation issues
2017-03-24 Peter Huttererdoc: add links to git repositories on the main page
2017-01-08 Peter Huttererconfigure.ac: enable subdir-objects
2017-01-02 Nayan DeshmukhFix typos in Documentation
2016-11-13 Nathan BakerFix minor error in doxygen example code
2016-08-17 Peter HuttererDon't bother sanitizing disabled event codes
2016-05-15 Armin Klibevdev: Properly distribute uinput.h
2016-04-20 Peter HuttererFix typo in doc string
2016-04-07 Peter Huttereruinput: support the new UI_DEV_SETUP/UI_ABS_SETUP ioctls
2016-04-07 Peter Huttereruinput: split uinput device creation into a helper...
2016-04-07 Peter Huttereruinput: drop an unused argument
2016-03-30 Peter HuttererAdd parsing linux/input-event-codes.h, update to kernel...
2016-01-03 Peter Huttereruinput: fix race condition in uinput syspath check
2015-12-17 Peter HuttererDocument that the fd should be drained before libevdev_...
2015-08-24 Andreas PokornyFix invalid absinfo range values reported by certain...
2015-06-29 Peter HuttererNote that libevdev_free() does not close the fd
2015-04-08 Peter HuttererAccept LIBEVDEV_READ_FLAG_BLOCKING as valid flag
2015-03-23 Peter HuttererABS_MAX counts as MT axis for the event queue
2015-03-23 Peter Hutterercosmetic: fix a comment
2015-03-03 Peter Hutterercosmetic: fix a couple of duplicate/missing empty lines
2015-02-02 Thilo SchulzUse memcpy/memmove instead of loop operations
2015-01-20 Owen W. Taylorlibevdev_uinput_destroy: don't close non-open FD
2015-01-06 Peter HuttererShut up clang compiler warnings
2014-11-17 Peter Huttererdoc: add the prefixing * to all @code doxygen sections
2014-11-17 Peter HuttererRemove superfluous linebreak in an error message
2014-11-17 Peter Huttererdoc: fix uinput example code
2014-11-17 Peter HuttererFix a confusing comment
2014-08-27 Ran Benitadoc: fix slightly confusing code/type comments
2014-08-25 Peter HuttererAdd some minimal documentation about static linking
2014-08-24 Peter Huttereruinput: explicitly ignore the UI_DEV_DESTROY return...
2014-08-22 Peter Huttereruinput: close the managed fd on error
2014-08-20 Peter HuttererRename symbols leaking from static library to avoid...
2014-08-19 Peter HuttererAdd libevdev_property_from_name()
2014-08-14 Peter Huttereruinput: preserve the errno before cleaning up
2014-08-14 Peter Huttereruinput: check errno against the positive value
2014-06-24 Peter Huttererinclude: add uinput.h header as well
2014-06-20 Peter Huttereruinput: change strcpy/strcat usage for snprintf
2014-06-20 Peter Huttereruinput: use the UI_GET_SYSNAME ioctl if available
next