Fix documentation for libinput_log_set_handler
[platform/upstream/libinput.git] / src / libinput.c
2014-09-23 Peter HuttererAdd configuration option for left-handed behavior
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-01 Peter HuttererChange calibration into a configuration option
2014-08-26 Peter HuttererDon't close the fd if libinput_add_fd() fails
2014-07-21 Peter Huttererstyle fix: Remove duplicate empty lines
2014-07-21 Peter HuttererUse an enum to enable/disable tapping configuration
2014-07-03 Peter HuttererAdd an interface to enable/disable tapping
2014-07-03 Peter HuttererAdd an enum for configuration return codes
2014-07-01 Peter HuttererAdd functions to get the device name, PID and VID
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-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 HuttererRename KEYBOARD_KEY_STATE to KEY_STATE
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-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-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-04 Jasper St. Pierrelibinput: Fix the close_restricted interface callback
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 ÅdahlChange touch event slots from being unsigned to signed
2014-02-17 Jonas ÅdahlFix coding style issues
2014-02-10 Jonas ÅdahlMake it possible to have persistent libinput_seat instances
2014-02-03 Jonas ÅdahlReplace output screen size callback with transform...
2014-01-25 Jonas ÅdahlFix some coding style inconsistencies
2014-01-22 Jonas ÅdahlRemove redundant device pointer from device notify...
2014-01-22 Jonas ÅdahlSimplify device reference counting of events
2014-01-22 Peter HuttererDrop event classes
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 Huttererzalloc all events to make sure we have defined defaults
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 HuttererAdd libinput_next_event_type()
2014-01-10 Peter HuttererAdd LIBEVENT_EVENT_NONE
2014-01-10 Peter HuttererDrop capability events
2014-01-10 Peter HuttererSuspend libinput before destroying it
2014-01-10 Peter Huttererudev: Refcount the seat for each device
2014-01-09 Peter HuttererAbstract the backend interface away
2014-01-08 Peter HuttererDrop the destroyed sources list on libinput_destroy()
2014-01-08 Peter HuttererAllow libinput_destroy() on a NULL pointer
2014-01-08 Peter HuttererAdd two asserts to avoid underrunning the seat/device...
2014-01-07 Peter HuttererAlways allocate an event queue
2014-01-07 Peter HuttererDon't access event buffer after realloc
2014-01-03 Jonas ÅdahlDestroy associated reference counted objects when destr...
2014-01-03 Jonas ÅdahlDestroy unprocessed events properly when destroying...
2014-01-03 Jonas ÅdahlDon't return error when dispatching didn't queue any...
2013-12-16 Jonas ÅdahlUnref seats and devices in libinput_destroy()
2013-12-15 Peter HuttererAllow for NULL in libevdev_event_destroy
2013-12-15 Jonas ÅdahlIntroduce libinput_device_get_sysname() API
2013-12-15 Jonas ÅdahlIntroduce libinput_device_has_capability() API
2013-12-08 Jonas ÅdahlMake even structs private
2013-12-07 Jonas ÅdahlReference count event target struct when applicable
2013-12-07 Jonas ÅdahlRemove unused disabled code
2013-12-06 Peter Huttererlibinput_dispatch: return -EAGAIN if no events are...
2013-12-06 Peter Huttererlibinput_dispatch: return negative error number on...
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