summaryrefslogtreecommitdiff
path: root/libevdev
Commit message (Expand)AuthorAgeFilesLines
* doc: update the ioctl list with missing ioctlsPeter Hutterer2023-05-081-0/+8
* doc: remove duplicate doc entry for EVIOCSKEYCODEPeter Hutterer2023-05-081-4/+0
* Include all include files in dist tarballsAlyssa Ross2023-01-131-1/+1
* Correct documentZixian Liu2022-08-161-1/+1
* uinput: use named initializers for the event structPeter Hutterer2022-07-111-1/+7
* Fix a few whitespace/coding style issuesPeter Hutterer2022-07-111-1/+2
* Fix a compiler warningPeter Hutterer2022-07-111-1/+2
* doc: fix initialization and setup errorJosé Expósito2021-09-041-1/+1
* doc: fix uinput device creation warningsJosé Expósito2021-09-041-3/+2
* doc: fix typosUlrich Ölmann2021-08-171-5/+5
* doc: fix uinput example codeUlrich Ölmann2021-08-171-1/+1
* make-event-names: Fix determinism issueRichard Purdie2021-02-221-3/+3
* Change to the (always intended) MIT licensePeter Hutterer2021-01-259-161/+47
* doc: fix conflicting documentation for libevdev_get_event_value()Peter Hutterer2021-01-081-2/+1
* Add libevdev_disable_propertyScott Jann2020-10-193-0/+27
* Add link to Rust bindingsNayan Deshmukh2020-10-101-0/+1
* doc: fix doxyen complaints after fd6c9b8ca0ec0791cPeter Hutterer2020-09-111-5/+5
* [clang-tidy] do not use else after returnRosen Penev2020-08-272-35/+48
* libevdev: sort includes alphabeticallyRosen Penev2020-08-273-13/+15
* libevdev: fix inconsistent declarationsRosen Penev2020-08-271-5/+5
* Document FreeBSD quirksNiclas Zeising2020-08-141-0/+11
* uinput: Implement FreeBSD fetch_syspath_and_devnode()Niclas Zeising2020-08-141-0/+30
* uinput: Move SYS_INPUT_DIR to where it is usedNiclas Zeising2020-08-141-2/+2
* Add FreeBSD compatible input.h and uinput.hNiclas Zeising2020-08-141-3/+5
* libevdev: any value less than 0 has a NULL namePeter Hutterer2020-07-151-1/+1
* Add link to Haskell bindingsGeorge Thomas2020-06-021-0/+1
* Match if/else blocks for curly bracesPeter Hutterer2020-05-262-16/+27
* Don't overrun the changes array when synching > MAX_SLOTSPeter Hutterer2020-03-131-2/+6
* Use editorconfig instead of a sprinkling of :vim: instructionsPeter Hutterer2020-02-271-1/+0
* Fix (theoretical) use of uninitialized variablePeter Hutterer2020-02-191-1/+1
* Don't try to send BTN_TOOL events for zero fingersPeter Hutterer2020-02-191-2/+2
* Ignore slot sync for slots > 256Peter Hutterer2020-02-191-6/+5
* Update the BTN_TOOL bits correctly during SYN_DROPPED handlingPeter Hutterer2020-02-191-3/+51
* Terminate all stopped/changed touches during SYN_DROPPED in the first framePeter Hutterer2020-02-191-13/+31
* Invert an if conditionPeter Hutterer2020-02-191-7/+6
* Push terminating the slots into a helper functionPeter Hutterer2020-02-191-9/+19
* Split the MT state syncing and event generation into two functionsPeter Hutterer2020-02-191-23/+40
* Expand the touch state handling during SYN_DROPPEDPeter Hutterer2020-02-191-16/+39
* Make the code for handling before/after SYN_DROPPED slot values more readablePeter Hutterer2020-02-191-4/+6
* Compress an if statementPeter Hutterer2020-02-161-4/+2
* Localize two variablesPeter Hutterer2020-02-161-6/+5
* Uncomplicate the setting of axis during slot syncPeter Hutterer2020-02-161-9/+5
* Push the tracking id change bits on the stackPeter Hutterer2020-02-162-22/+3
* Push the slot_update bits on the stackPeter Hutterer2020-02-162-14/+4
* Drop the mt_sync_state in our device structPeter Hutterer2020-02-162-25/+13
* flake8 fixes for make-event-names.pyPeter Hutterer2020-02-141-165/+178
* Change the python script to generate event names to Python3Peter Hutterer2020-02-141-2/+1
* uinput: drop an unused function argumentPeter Hutterer2020-02-141-3/+2
* config.h is a local include pathPeter Hutterer2020-02-145-5/+5
* Add queue_push_event as shortcut for the two-liner we use everywherePeter Hutterer2020-02-122-43/+38