summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-08fix(evemu-play): exit on EOFHEADmasterpseudoc1-1/+4
2024-02-29CI: add new workflow rulesPeter Hutterer1-0/+5
2023-10-09tools: fall back to alphasort when versionsort isn't availableHarry Cutts1-1/+9
2023-10-09tools: use basename(argv[0]) instead of program_invocation_short_nameHarry Cutts3-14/+18
2020-09-30test: replace the hardcoded EV_MAX array with the libevdev onePeter Hutterer2-17/+12
2020-09-30include: sync with the 5.8 kernel headersPeter Hutterer1-4/+107
2020-08-31Fix links in the README that referred to evtestHarry Cutts1-3/+3
2020-03-24Add a minimal gitlab CIPeter Hutterer1-0/+42
2020-03-24update to libevdev's autogen.shPeter Hutterer1-7/+13
2020-03-24src/evemu.c: fix build with kernels < 4.16Fabrice Fontaine1-0/+8
2020-03-23src/evemu.c: fix build with kernels >= 4.16Fabrice Fontaine1-6/+1
2019-03-22test: link the evemu-create test with -no-installPeter Hutterer1-1/+1
2018-08-31evemu: Update struct input_eventDeepa Dinamani1-12/+23
2018-08-31include: add the kernel's input headersPeter Hutterer4-0/+1583
2018-06-06Change all URLs to gitlab.fdoPeter Hutterer1-2/+2
2018-04-09Init the evtime with 0 rather than calling memset on itPeter Hutterer1-2/+1
2017-11-22tools: s/evtest/evemu/ in the evemu-describe man pagePeter Hutterer1-1/+1
2017-10-19Fix warning when using autorestart without output fileMartin Kepplinger1-1/+1
2017-10-12Include limits.h for PATH_MAX.Peter Seiderer1-0/+1
2017-09-25Evemu v2.7.0v2.7.0Benjamin Tissoires1-2/+2
2017-09-25python: Add missing binding for evemu_get_abs_current_valueBenjamin Berg1-0/+11
2017-09-19test: test-evemu-create.c: declare check_evemu_read() staticMartin Kepplinger1-1/+1
2017-09-17evemu-record.c: fix memory access in error pathMartin Kepplinger1-1/+1
2017-09-17evemu-record.c: Fix evemu-describe writing to output fileMartin Kepplinger1-1/+1
2017-09-17evemu-record.c: Add missing newline to error messageMartin Kepplinger1-1/+1
2017-09-14evemu-describe.txt: fix typoMartin Kepplinger1-1/+1
2017-09-05tools: evemu-record: set global variables staticMartin Kepplinger1-2/+2
2017-06-02Let printf handle the EV_SYN time delta's signPeter Hutterer1-1/+1
2017-06-02Fix compiler warning about truncated outputPeter Hutterer1-1/+1
2017-05-03README: fix link to wiki pagePeter Hutterer1-1/+1
2016-12-14Evemu v2.6.0v2.6.0Benjamin Tissoires1-2/+2
2016-11-10python: encode/decode C strings for Python 3Peter Hutterer1-6/+23
2016-11-10python: fix ctypes NULL-pointer checksPeter Hutterer1-6/+5
2016-11-09python: use "is None" instead of "== None"Peter Hutterer1-6/+6
2016-11-08python: automatically rewind the fd at the end of the event sequencePeter Hutterer3-0/+15
2016-11-08python/test: don't use 'e' for an fd and the eventPeter Hutterer1-2/+2
2016-11-08Include the various MAX values in the outputPeter Hutterer2-9/+9
2016-11-08Fail when reading an EV_foo index greater than EV_MAXPeter Hutterer1-0/+5
2016-10-25Print the device size where applicablePeter Hutterer1-0/+22
2016-10-25Upgrade a warning to a fatal errorPeter Hutterer1-1/+1
2016-10-25test: rename a duplicate function namePeter Hutterer1-1/+1
2016-10-25Mark the error() function as format printfPeter Hutterer1-0/+3
2016-10-25Align the resolution with the other valuesPeter Hutterer1-6/+7
2016-09-16Evemu v2.5.0v2.5.0Benjamin Tissoires1-2/+2
2016-07-01tools: make evemu-play create devices and re-run recordingsPeter Hutterer2-19/+122
2016-07-01tools: Merge evemu-device and evemu-play into a single filePeter Hutterer3-134/+102
2016-05-12Ignore carriage return in device namesPeter Hutterer1-1/+1
2016-05-12tools: fix a couple of indentation/coding style issuesPeter Hutterer1-7/+8
2016-04-04Evemu v2.4.0v2.4.0Benjamin Tissoires1-2/+2
2016-03-01evemu-record: if we have no events, delete the autorestarted filePeter Hutterer1-1/+8