Fix documentation for libinput_log_set_handler
[platform/upstream/libinput.git] / tools /
2014-09-23 Peter Hutterertools: map KEY_UP/DOWN to pointer acceleration
2014-09-23 Peter Hutterertools: keep a list of devices around for run-time changes
2014-08-24 Peter HuttererUse -no-install instead of -static for local noinst...
2014-07-21 Peter Huttererstyle fix: Remove duplicate empty lines
2014-07-21 Peter Hutterertools: always enable tapping in the event-gui program
2014-07-15 Jonas Ådahltools/event-gui: Silence a couple of compiler warnings
2014-07-15 Jonas Ådahlevent-debug: Silence compiler warnings
2014-07-02 Peter Hutterertools: fix touch/abs event coordinate transformation...
2014-07-02 Peter Hutterertools: draw the circle for abs events in the right...
2014-06-25 Peter HuttererMerge branch 'master' of git+ssh://git.freedesktop...
2014-06-25 Peter HuttererDrop the deprecated LIBINPUT_POINTER_*_SCROLL enums
2014-06-25 Peter HuttererMerge branch 'ref-counting-context'
2014-06-25 Jonas ÅdahlMake context reference counted
2014-06-23 Jonas Ådahlevent-gui: Don't drop fraction of pointer motion events
2014-06-23 Peter HuttererChange the logging system to be per-context
2014-06-23 Peter Huttererudev: split libinput_udev context init into two functions
2014-06-23 Peter HuttererRename KEYBOARD_KEY_STATE to KEY_STATE
2014-06-23 Peter Hutterertools: add a tool for GUI-based debugging
2014-06-23 Peter HuttererName-space the scroll event types
2014-06-19 Peter HuttererAdd a function to get the size of a device
2014-06-19 Peter HuttererChange absolute and touch events to use mm as default...
2014-06-16 Peter Hutterertools: fix the publish-doc script
2014-06-09 Peter Hutterertools: add a script to push the doxygen output to freed...
2014-06-09 Stephen Chandler... s/libinput_pointer_button_state/libinput_button_state/
2014-06-09 Jonas ÅdahlUse floating point numbers instead of fixed point numbers
2014-06-03 Peter HuttererAdd our own version of linux/input.h
2014-06-03 Peter Hutterertools: fix a compiler warning
2014-05-30 Peter Hutterertools: add explicit libudev dependency to event-debug
2014-05-27 Peter Hutterertools: plug leak in event-debug
2014-04-23 Peter Hutterertools: add newline before function name
2014-04-22 Jonas ÅdahlIntroduce seat wide button and key count API
2014-04-10 Peter Hutterertools: add --verbose to event-debug
2014-03-06 Peter Hutterertools: drop CLOCK_MONOTONIC call, no longer necessary
2014-02-26 Jonas ÅdahlSplit up the touch event into the different touch types
2014-02-26 Jonas ÅdahlAdd seat wide slot to touch events
2014-02-25 Peter HuttererMerge branch 'libevdev'
2014-02-19 Jonas Ådahlevent-debug: Display touch event seats as signed integer
2014-02-10 Peter Huttererudev: rename create_from_udev to udev_create_for_seat
2014-02-10 Peter Huttererpath: add libinput_path_create_context instead of libin...
2014-02-03 Jonas ÅdahlReplace output screen size callback with transform...
2014-01-31 Peter Hutterertools: add a tool for basic event debugging