Fix documentation for libinput_log_set_handler
[platform/upstream/libinput.git] / src / libinput.h
2014-11-04 Peter HuttererFix documentation for libinput_log_set_handler master
2014-10-30 Peter HuttererFix a documentation typo
2014-09-23 Peter HuttererAdd configuration option for left-handed behavior
2014-09-23 Peter HuttererAdd missing doxygen @ingroup commands
2014-09-23 Peter HuttererAdd a configuration option for natural scrolling
2014-09-23 Peter HuttererAdd a pointer acceleration API
2014-09-18 Peter HuttererAdd a config interface for enabling/disabling event...
2014-09-10 Peter HuttererDocument the static udev configuration options we support
2014-09-10 Peter HuttererDocument LIBINPUT_CALIBRATION_MATRIX properly
2014-09-01 Peter HuttererChange calibration into a configuration option
2014-09-01 Peter Huttererevdev: switch to a normalized transformation matrix
2014-08-26 Peter HuttererFix a doxygen reference
2014-08-18 Jonas Ådahlevdev: Ignore key/button release events if key was...
2014-07-23 Peter HuttererDocument that the delta from pointer events is accelerated
2014-07-21 Peter HuttererUse an enum to enable/disable tapping configuration
2014-07-21 Peter HuttererFix two doxygen errors
2014-07-03 Peter HuttererAdd an interface to enable/disable tapping
2014-07-03 Peter HuttererAdd an enum for configuration return codes
2014-07-02 Peter HuttererFix two doxygen refs pointing to nonexistent functions
2014-07-01 Peter HuttererAdd functions to get the device name, PID and VID
2014-06-28 Jonas ÅdahlFix coding style
2014-06-25 Peter HuttererMerge branch 'master' of git+ssh://git.freedesktop...
2014-06-25 Stephen Chandler... touchpad: Fix typo in documentation
2014-06-25 Peter HuttererDrop the deprecated libinput_udev_create_for_seat()
2014-06-25 Peter HuttererFix a few comments referring to udev_create_for_seat()
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-25 Jonas ÅdahlMake ref count unref/ref() functions return resulting...
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 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-13 Peter HuttererDocument the top software button behavior
2014-06-13 Peter HuttererAdd two doxygen cross-references for the logging functions
2014-06-10 Peter HuttererMark the log function as attribute printf
2014-06-09 Jonas Ådahldoc: Fix spelling
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-05-22 Peter HuttererMerge branch 'clickpad-improvements-v2' of git://people...
2014-05-22 Peter Hutterertouchpad: Add clickpad-style software buttons
2014-04-23 Carlos GarnachoFix doc typo
2014-04-23 Carlos GarnachoFix doc typo in function name
2014-04-23 Carlos GarnachoRemove doc references to non-existing function
2014-04-23 Carlos GarnachoFix doc typo
2014-04-22 Jonas ÅdahlIntroduce seat wide button and key count API
2014-04-10 Peter HuttererAdd functions to convert back to the base event
2014-03-28 Jonas ÅdahlMake libinput.h safe to be included from C++
2014-03-25 Peter HuttererMerge branch 'wip/mt-touchpad'
2014-03-23 Peter HuttererExpand documentation for libinput_udev_create_for_seat
2014-03-23 Peter HuttererReturn the length or a neg errno from libinput_device_g...
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-02-17 Jonas Ådahlevdev: Use -1 to represent touch events slots from...
2014-02-17 Jonas ÅdahlChange touch event slots from being unsigned to signed
2014-02-17 Jonas Ådahldoc: Rephrase touch event slot description to be more...
2014-02-17 Jonas ÅdahlFix coding style issues
2014-02-10 Jonas ÅdahlMake it possible to have persistent libinput_seat instances
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-10 Peter Huttererpath: add libinput_path_add_device() and libinput_path_...
2014-02-03 Jonas ÅdahlRemove mention of delta coordinates having device speci...
2014-02-03 Jonas ÅdahlReplace output screen size callback with transform...
2014-01-26 Jonas ÅdahlDocument the LIBINPUT_EVENT_NONE event type
2014-01-25 Jonas ÅdahlAllow initial device configuration after receiving...
2014-01-25 Jonas ÅdahlFix some coding style inconsistencies
2014-01-22 Peter HuttererPromote touch frames to top-level events
2014-01-22 Peter HuttererProvide accessors to retrieve the right event type
2014-01-22 Peter HuttererAdd documentation for the various events
2014-01-22 Peter HuttererReduce touch events to a single event type
2014-01-22 Peter HuttererReduce pointer events to one single type
2014-01-22 Peter HuttererReduce keyboard events to one single type
2014-01-21 Peter HuttererImprove namespacing of event types
2014-01-21 Peter HuttererMerge the device added/removed events into a single...
2014-01-21 Peter HuttererDrop libinput_event_get_target()
2014-01-21 Peter HuttererAdd a generic libinput_event_get_device() function
2014-01-17 Peter HuttererSplit seats into having a physical and a logical name
2014-01-17 Peter HuttererDrop seat events
2014-01-16 Peter HuttererAdd libinput_event_get_context()
2014-01-10 Peter HuttererMake sure our public header compiles with -pedantic
2014-01-10 Peter HuttererAdd libinput_next_event_type()
2014-01-10 Peter HuttererAdd LIBEVENT_EVENT_NONE
2014-01-10 Peter HuttererDrop capability events
2014-01-10 Peter HuttererAdd libinput_create_from_path
2014-01-03 Jonas ÅdahlDestroy associated reference counted objects when destr...
2014-01-03 Jonas ÅdahlDon't return error when dispatching didn't queue any...
2013-12-21 Peter HuttererDocumentation typo fix
2013-12-21 Peter HuttererDocument the open/close_restricted interface
2013-12-21 Peter Huttererdoc: group li_fixed_t into the fixed point functions
2013-12-15 Peter Huttererfix typo in documentation
2013-12-15 Jonas ÅdahlIntroduce libinput_device_get_sysname() API
2013-12-15 Jonas ÅdahlExport li_fixed_to_(int|double) converters
2013-12-15 Jonas ÅdahlIntroduce libinput_device_has_capability() API
2013-12-08 Jonas Ådahldoc: Document basic event accessor functions
2013-12-08 Jonas ÅdahlPut libinput_event_destroy() together with other event...
2013-12-08 Jonas ÅdahlMake even structs private
2013-12-08 Jonas ÅdahlPut libinput_interface struct below base doxygen group
next