summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2017-09-25python: Add missing binding for evemu_get_abs_current_valueBenjamin Berg1-0/+11
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-10-25test: rename a duplicate function namePeter Hutterer1-1/+1
2014-11-07python: check for fileno(), not read() and document itPeter Hutterer1-4/+13
2014-11-07python: fix a couple of comment claiming we need rootPeter Hutterer1-3/+6
2014-11-07python: add docstrings to evemu.DevicePeter Hutterer1-0/+45
2014-11-07python: switch from type() == str to not isinstance(int)Peter Hutterer1-8/+8
2014-11-07python: remove out-of-date commentPeter Hutterer1-11/+0
2014-11-07python: drop now unused import of evemu.event_namesPeter Hutterer1-1/+0
2014-11-05python: add InputEvent.matches(type, code) for comparisonsPeter Hutterer2-0/+49
2014-08-29python: widen the tests for some int/str values where there shouldn't bePeter Hutterer1-0/+17
2014-08-29python: remove deprecated make-event-names.py and the generated event_name.pyBenjamin Tissoires2-210/+3
2014-08-29python: replace input_prop_get_value/get_name with the C implementationPeter Hutterer1-6/+14
2014-08-29python: replace event_get_value/event_get_name with the C implementationPeter Hutterer1-7/+41
2014-08-29python: add wrappers around some libevdev utility functionsBenjamin Tissoires1-0/+41
2014-08-29python: honor LD_LIBRARY_PATH in the test runnerPeter Hutterer2-2/+2
2014-08-21Drop some trailing whitespacesPeter Hutterer2-6/+6
2014-08-14python: add all .pyc files to CLEANFILESPeter Hutterer1-2/+12
2014-08-14python: move event-names.py generation into the toplevel python makefilePeter Hutterer2-13/+8
2014-08-14python: explicitly specify file listsPeter Hutterer1-2/+16
2014-08-14python: deprecate evemu.constPeter Hutterer1-0/+4
2014-08-14python: fix evemu.Device.has_prop() for string argumentsPeter Hutterer1-1/+2
2014-08-14python: drop evemu.const usages for device bitsPeter Hutterer3-63/+40
2014-08-14configure.ac: add '--disable-python-bindings' optionPeter Seiderer2-0/+5
2014-08-12python: fix typo in input_prop_get_value()Benjamin Tissoires1-1/+1
2014-08-12python: move the library name to the class that loads itPeter Hutterer1-2/+3
2014-08-12python: hardcode the encoding in the two places we need itPeter Hutterer2-3/+2
2014-08-12python: add wrappers to get input prop names/valuesPeter Hutterer3-1/+44
2014-08-12python: put a warning comment for private API into the generated filePeter Hutterer1-1/+3
2014-08-12python: drop an erroneous quote + parenthesisPeter Hutterer1-1/+1
2014-08-12python: update the __all__ listing for the evemu modulePeter Hutterer1-1/+4
2014-08-12python: be forgiving about invalid event types/codes in the public APIPeter Hutterer2-3/+32
2014-08-12python: rename _map to _type_map for better clarityPeter Hutterer1-3/+3
2014-08-12python: prefix event map names with underscoresPeter Hutterer2-12/+12
2014-08-12configure.ac: add '--disable-tests' optionPeter Seiderer1-0/+3
2014-08-08python: fix path for make-event-names.pyBenjamin Tissoires1-1/+1
2014-08-08python: allow strings as event codes/types in evemu.DevicePeter Hutterer2-0/+51
2014-08-08python: add top-level wrappers for getting code/type names and valuesPeter Hutterer1-0/+20
2014-08-08python: fix a typoPeter Hutterer1-1/+1
2014-08-08python: move make-event-names to the python directoryPeter Hutterer2-2/+185
2014-08-08make-event-names: drop C header generationPeter Hutterer1-1/+1
2014-08-05python: use the evemu lib to print the event descriptionPeter Hutterer1-11/+17
2014-08-05python: use the evemu_read_event wrapper to convert recordingsPeter Hutterer1-0/+13
2014-07-28python: add a wrapper around evemu_read_eventPeter Hutterer3-3/+42
2014-07-28python: add an extra flag to evemu.Device.__init__ to avoid uinput creationPeter Hutterer2-2/+19
2014-07-28python: move the generated event_names.py to the python bitsPeter Hutterer2-0/+7