Use an enum to enable/disable tapping configuration
[platform/upstream/libinput.git] / src / libinput-private.h
2014-07-21 Peter HuttererUse an enum to enable/disable tapping configuration
2014-07-03 Peter HuttererAdd an interface to enable/disable tapping
2014-06-25 Peter HuttererMerge branch 'master' of git+ssh://git.freedesktop...
2014-06-25 Peter HuttererMerge branch 'ref-counting-context'
2014-06-25 Jonas ÅdahlMake context reference counted
2014-06-23 Peter HuttererChange the logging system to be per-context
2014-06-23 Peter HuttererRename KEYBOARD_KEY_STATE to KEY_STATE
2014-06-11 Hans de GoedeAdd a log_msg_va function
2014-06-10 Hans de GoedeAdd a timer subsystem
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-05-30 Peter HuttererReplace log_bug with per-component bug macros
2014-04-22 Jonas ÅdahlIntroduce seat wide button and key count API
2014-04-17 Hans de GoedeAdd a log_bug macro
2014-04-09 Jonas ÅdahlStructure libinput_seat struct
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-18 Peter HuttererAdd a customizable log handler
2014-01-22 Peter HuttererPromote touch frames to top-level events
2014-01-17 Peter HuttererSplit seats into having a physical and a logical name
2014-01-17 Peter HuttererDrop seat events
2014-01-10 Peter HuttererDrop capability events
2014-01-09 Peter HuttererAbstract the backend interface away
2013-11-24 Jonas ÅdahlPort udev-seat to be used in libinput
2013-11-19 Jonas ÅdahlMerge branch 'master' into udev
2013-11-19 Jonas ÅdahlAdd interface to libinput object and move screen dimens...
2013-11-17 Jonas ÅdahlUse events instead of callbacks for capability registration
2013-11-17 Jonas ÅdahlIntroduce libinput object managing all input data
2013-11-17 Jonas ÅdahlChange API from using listeners to using an event queue
2013-11-12 Jonas ÅdahlPort evdev code to be used as a shared library