summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libevdev 0.3libevdev-0.3Peter Hutterer2013-08-081-1/+1
* Fix header guard, lowercased in some previous search/replacePeter Hutterer2013-08-081-3/+3
* Add setters for product/vendor/bustype/versionPeter Hutterer2013-08-013-0/+93
* Rename ID getters to have a consistent naming schemePeter Hutterer2013-08-014-15/+25
* Replace ID getter implementation with a definePeter Hutterer2013-08-011-17/+8
* Provide setters for name, phys, uniqPeter Hutterer2013-08-013-0/+99
* Add abs setters for changing a single value on an abs axisPeter Hutterer2013-08-013-0/+141
* Rename a few getters for consistencyPeter Hutterer2013-08-015-31/+56
* Replace libevdev_get_abs_* with macro-generated onesPeter Hutterer2013-08-011-36/+10
* Add setter for property bitsPeter Hutterer2013-08-013-0/+58
* test: check for enabling REL_X with dataPeter Hutterer2013-08-011-0/+1
* Add libevdev_has_event_pending()Peter Hutterer2013-08-013-0/+80
* doc: fix css for notes and return valuesPeter Hutterer2013-08-011-0/+9
* When enabling EV_REP, set the delay/period valuesPeter Hutterer2013-07-313-9/+27
* Make sure all EV_REP bits are setPeter Hutterer2013-07-311-1/+1
* Set the size for repeat delays based on REP_CNTPeter Hutterer2013-07-311-1/+1
* Don't try setting an ABS code without dataPeter Hutterer2013-07-292-0/+4
* Allow enabling of EV_SYN codesPeter Hutterer2013-07-291-0/+3
* test: drop some superfluous dev creationPeter Hutterer2013-07-291-15/+0
* gitignore: ignore gcov, ctags, announce emailsPeter Hutterer2013-07-291-0/+5
* libevdev 0.2.1libevdev-0.2.1Peter Hutterer2013-07-251-1/+1
* Fix name and version in pkgconfig filePeter Hutterer2013-07-241-2/+2
* 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