summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-25Evemu v2.7.0HEADmasterBenjamin 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.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
2016-03-01evemu-record: add support for --autorestart to cycle buffersPeter Hutterer2-18/+179
2016-03-01evemu-record: move describe_device into each modePeter Hutterer1-5/+10
2016-03-01tools: add the output file support to the man pagePeter Hutterer1-2/+4
2016-02-25evemu-record: flush the output after writing the descriptionPeter Hutterer1-0/+1
2016-02-25evemu-record: fix an error messagePeter Hutterer1-1/+1
2016-02-25evemu-record: move grab testing into a helper functionPeter Hutterer1-5/+15
2016-02-25evemu-record: Unify the error pathPeter Hutterer1-8/+12
2016-02-25tools: append strerror to the error messagesPeter Hutterer4-7/+7
2015-11-02tools: evemu-record's output file must record the description tooPeter Hutterer1-3/+3
2015-10-15Check for man pages to exist before making a tarballPeter Hutterer1-0/+9
2015-10-14Evemu v2.3.1v2.3.1Benjamin Tissoires1-1/+1
2015-10-14Evemu v2.3.0v2.3.0Benjamin Tissoires1-1/+1
2015-08-19tools: handle asprintf errorsPeter Hutterer1-4/+4
2015-08-19tools: handle scanf errorsPeter Hutterer1-2/+2
2015-08-19tools: handle sscanf return valuePeter Hutterer1-2/+3
2015-08-19tools: ensure --value is passed to evemu-eventPeter Hutterer1-2/+2
2015-08-19test: check ftruncate() return codePeter Hutterer1-1/+3
2015-08-19Add missing break statementPeter Hutterer1-12/+13
2015-08-19Ignore NULL in evemu_destroy()Peter Hutterer1-0/+3