Add a function to get the size of a device
[platform/upstream/libinput.git] / src / libinput.h
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
2013-12-07 Jonas ÅdahlReference count event target struct when applicable
2013-12-07 Jonas Ådahldoc: Clarify that the caller need to free retrieved...
2013-12-07 Peter Huttererdoc: hook up doxygen to generate the public API documen...
2013-12-07 Peter HuttererRename libinput_create_udev to libinput_create_from_udev
2013-12-06 Peter HuttererDrop unused libinput_fd_handle and libinput_fd_callback
2013-12-06 Peter HuttererMove libinput, libinput_seat and libinput_device to...
2013-12-06 Peter HuttererDeclare libinput_seat explicitly
2013-12-06 Peter HuttererMake the slots unsigned, the kernel guarantees a base...
2013-12-06 Peter HuttererMake buttons unsigned, there are no negative button...
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-13 Jonas ÅdahlDon't use the `seat' concept on device capability enum
2013-11-12 Jonas ÅdahlPort evdev code to be used as a shared library