summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Rename scroll_mode to scroll_methodPeter Hutterer2014-11-241-6/+6
* tools: print the device name on DEVICE_ADDEDPeter Hutterer2014-11-202-2/+6
* tools: print config options for each device on DEVICE_ADDEDPeter Hutterer2014-11-201-0/+22
* tools: map KEY_UP/DOWN to pointer accelerationPeter Hutterer2014-09-231-1/+51
* tools: keep a list of devices around for run-time changesPeter Hutterer2014-09-231-0/+36
* Use -no-install instead of -static for local noinst linkingPeter Hutterer2014-08-251-2/+2
* style fix: Remove duplicate empty linesPeter Hutterer2014-07-221-1/+0
* tools: always enable tapping in the event-gui programPeter Hutterer2014-07-221-0/+9
* tools/event-gui: Silence a couple of compiler warningsJonas Ådahl2014-07-151-2/+2
* event-debug: Silence compiler warningsJonas Ådahl2014-07-151-2/+2
* tools: fix touch/abs event coordinate transformation in event-guiPeter Hutterer2014-07-031-6/+6
* tools: draw the circle for abs events in the right positionPeter Hutterer2014-07-031-2/+1
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/wayland/libinputPeter Hutterer2014-06-251-5/+5
|\
| * event-gui: Don't drop fraction of pointer motion eventsJonas Ådahl2014-06-231-5/+5
* | Drop the deprecated LIBINPUT_POINTER_*_SCROLL enumsPeter Hutterer2014-06-251-2/+2
* | Merge branch 'ref-counting-context'Peter Hutterer2014-06-252-4/+4
|\ \
| * | Make context reference countedJonas Ådahl2014-06-252-3/+3
| |/
* | Change the logging system to be per-contextPeter Hutterer2014-06-231-14/+19
* | udev: split libinput_udev context init into two functionsPeter Hutterer2014-06-232-3/+9
* | Rename KEYBOARD_KEY_STATE to KEY_STATEPeter Hutterer2014-06-231-2/+2
|/
* tools: add a tool for GUI-based debuggingPeter Hutterer2014-06-233-0/+484
* Name-space the scroll event typesPeter Hutterer2014-06-231-2/+2
* Add a function to get the size of a devicePeter Hutterer2014-06-191-1/+7
* Change absolute and touch events to use mm as default unitPeter Hutterer2014-06-191-2/+5
* tools: fix the publish-doc scriptPeter Hutterer2014-06-161-2/+2
* tools: add a script to push the doxygen output to freedesktop.orgPeter Hutterer2014-06-101-0/+11
* s/libinput_pointer_button_state/libinput_button_state/Stephen Chandler Paul2014-06-091-2/+2
* Use floating point numbers instead of fixed point numbersJonas Ådahl2014-06-091-17/+11
* Add our own version of linux/input.hPeter Hutterer2014-06-042-2/+3
* tools: fix a compiler warningPeter Hutterer2014-06-031-1/+1
* tools: add explicit libudev dependency to event-debugPeter Hutterer2014-05-302-1/+3
* tools: plug leak in event-debugPeter Hutterer2014-05-271-0/+1
* tools: add newline before function namePeter Hutterer2014-04-231-3/+5
* Introduce seat wide button and key count APIJonas Ådahl2014-04-231-2/+3
* tools: add --verbose to event-debugPeter Hutterer2014-04-101-1/+19
* tools: drop CLOCK_MONOTONIC call, no longer necessaryPeter Hutterer2014-03-061-6/+0
* Split up the touch event into the different touch typesJonas Ådahl2014-02-261-19/+26
* Add seat wide slot to touch eventsJonas Ådahl2014-02-261-1/+2
* event-debug: Display touch event seats as signed integerJonas Ådahl2014-02-191-1/+1
* udev: rename create_from_udev to udev_create_for_seatPeter Hutterer2014-02-101-1/+1
* path: add libinput_path_create_context instead of libinput_create_from_pathPeter Hutterer2014-02-101-1/+11
* Replace output screen size callback with transform helpersJonas Ådahl2014-02-031-15/+8
* tools: add a tool for basic event debuggingPeter Hutterer2014-01-313-0/+463