summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libevdev 0.2libevdev-0.2Peter Hutterer2013-07-221-1/+1
* doc: fix two doxygen include paths to be source-relativePeter Hutterer2013-07-221-2/+2
* Add libevdev.css to EXTRA_DISTPeter Hutterer2013-07-221-1/+1
* Point to new API documentation URLPeter Hutterer2013-07-222-9/+5
* Document mailing listPeter Hutterer2013-07-222-0/+8
* Change github.com references to freedesktop.orgPeter Hutterer2013-07-172-3/+11
* test: add uinput prop bits and the test for itPeter Hutterer2013-07-113-7/+44
* Don't include config.h in the public headerPeter Hutterer2013-07-091-1/+0
* doc: couple of minor documentation fixesPeter Hutterer2013-07-061-8/+14
* doc: css changes for gnome webPeter Hutterer2013-07-061-5/+8
* Add a custom stylesheet to the documentation.Peter Hutterer2013-07-052-1/+216
* Add documentation about the test suitePeter Hutterer2013-07-051-0/+42
* test: define a common device namePeter Hutterer2013-07-054-13/+15
* test: constify the input_absinfo argumentPeter Hutterer2013-07-052-2/+2
* test: don't set the abs value when initializing an uinput devicePeter Hutterer2013-07-051-1/+8
* test: fix up the tests to test for resolution now tooPeter Hutterer2013-07-051-11/+15
* test: write resolution for uinput devices after creating the devicePeter Hutterer2013-07-051-3/+24
* doc: tweak a few doxygen options, mainly to display the versionPeter Hutterer2013-07-041-4/+4
* Some minor documentation fixesPeter Hutterer2013-07-041-3/+5
* test: add test for event values (type and code)Peter Hutterer2013-07-041-0/+45
* test: unify test case creation in test-event-names.cPeter Hutterer2013-07-041-25/+25
* Add two helper functions to check event type/codePeter Hutterer2013-07-042-0/+57
* Add a simple example to the documentationPeter Hutterer2013-07-031-0/+40
* Indent some documentation betterPeter Hutterer2013-07-031-3/+3
* README: Drop the details, refer to documentation insteadPeter Hutterer2013-07-031-18/+0
* Sync the initial slot state from the devicePeter Hutterer2013-07-031-9/+19
* test: add test for extracting the right slot values on startupPeter Hutterer2013-07-031-0/+80
* test: add a few sync test cases for incomplete syncsPeter Hutterer2013-07-021-0/+127
* If we don't have anything to sync, don't add a EV_SYN eventPeter Hutterer2013-07-021-3/+6
* Switch to a state machine to handle incomplete syncsPeter Hutterer2013-07-022-11/+39
* Add a flag for blocking readPeter Hutterer2013-07-023-10/+14
* If the caller doesn't sync when it should, process all events regardlessPeter Hutterer2013-07-021-4/+6
* test: add test for abs and mt syncingPeter Hutterer2013-07-011-0/+167
* Don't sync mt axes that don't existPeter Hutterer2013-07-011-0/+6
* test: test for trying to enable invalid abs axisPeter Hutterer2013-07-011-0/+34
* test: add tests for mt event valuesPeter Hutterer2013-07-011-0/+119
* test: add tests for checking event valuesPeter Hutterer2013-07-011-0/+119
* test: add new helper function for absolute eventsPeter Hutterer2013-07-012-0/+43
* test: add test for filtered event deliveryPeter Hutterer2013-07-011-1/+79
* Don't deliver events that are filteredPeter Hutterer2013-07-011-11/+15
* Disallow disabling of EV_SYNPeter Hutterer2013-07-013-1/+8
* gitignore: add generated doxygen filePeter Hutterer2013-07-011-0/+1
* test: add test for changing kernel abs valuesPeter Hutterer2013-07-011-0/+57
* Require data be NULL when enabling a non-EV_ABS axisPeter Hutterer2013-07-012-3/+7
* test: add test for getting abs axis dataPeter Hutterer2013-07-011-0/+103
* test: copy absinfo over to the uinput_user_dev before creationPeter Hutterer2013-07-011-0/+8
* test: rename two loop variables to be more meaningfulPeter Hutterer2013-07-011-11/+10
* test: move a block out of the inner loopPeter Hutterer2013-07-011-15/+16
* test: fix parameter name for uinput_device_set_abs_bitPeter Hutterer2013-07-011-1/+1
* test: add two more tests for enabling/disabling invalid events.Peter Hutterer2013-07-011-0/+2