platform/upstream/libinput.git
2014-01-31 Peter HuttererAdd COPYING file
2014-01-27 Jonas Ådahlevdev: Don't queue touch events when no touch capabilit...
2014-01-27 Jonas Ådahlevdev: Don't report touch devices with buttons as actua...
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 Jonas Ådahlevdev: Make evdev manage its seat reference
2014-01-22 Jonas ÅdahlRemove redundant device pointer from device notify...
2014-01-22 Jonas ÅdahlSimplify device reference counting of events
2014-01-22 Jonas Ådahlevdev: Make error handling more consistent
2014-01-22 Peter Hutterertest: add a simple touch test
2014-01-22 Peter Hutterertest: add basic pointer motion and button test
2014-01-22 Peter Hutterertest: add a wacom touch devices (absolute touchscreen)
2014-01-22 Peter Hutterertest: Add a basic mouse test device
2014-01-22 Peter Hutterertest: Add a common helper function to drain all current...
2014-01-22 Peter Huttererevdev: don't ignore scroll events with a value greater...
2014-01-22 Peter Huttererpath: get ID_SEAT and WL_SEAT from udev for the device...
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 HuttererAdd documentation for the various events
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-16 Peter Huttererudev: Drop unused seat_name in struct udev_seat
2014-01-15 Jonas Ådahltest: Remove short option and fail on invalid options
2014-01-15 Jonas Ådahltest: Add udev suspend->resume test
2014-01-15 Jonas Ådahltest: Fix optstring in getopt_long call
2014-01-15 Peter Hutterertest: udev suspend tests
2014-01-15 Peter Hutterertest: path suspend tests
2014-01-15 Peter Hutterertest: add tests for libinput_create_from_path
2014-01-15 Peter Hutterertest: add a couple of tests for the udev-seat backend
2014-01-15 Peter HuttererAdd a device test suite
2014-01-15 Peter Hutterertest: add test for minimal linker flags
2014-01-15 Peter Hutterertest: add a build-test for -pedantic
2014-01-10 Peter HuttererAdd the framework for a test suite
2014-01-10 Peter HuttererMake sure our public header compiles with -pedantic
2014-01-10 Peter Hutterergitignore: ignore .swp files
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-10 Peter HuttererSuspend libinput before destroying it
2014-01-10 Peter Huttererudev: notify about a removed seat when the last device...
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 Huttererudev: plug leak when double-resuming
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-07 Peter Hutterergitignore: ignore ctags files
2014-01-07 Peter Hutterergitignore: generalise .libs/ and .deps/
2014-01-07 Peter HuttererRemove duplicate gitignore entries
2014-01-03 Jonas ÅdahlDestroy associated reference counted objects when destr...
2014-01-03 Jonas Ådahludev-seat: Don't notify about removal when destroying...
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-21 Kristian Høgsbergevdev: Drop joystick rejection heurstics
2013-12-21 Kristian Høgsbergevdev: Reject absolute motion if we're not a pointer...
2013-12-21 Kristian Høgsbergevdev: Drop obsolete accelerometer reject rule
2013-12-21 Kristian Høgsbergevdev: Remove EVDEV_TOUCH and with it evdev_device...
2013-12-21 Kristian Høgsbergevdev: Use a has_keyboard flag instead of EVDEV_KEYBOAR...
2013-12-21 Kristian Høgsbergevdev: Replace EVDEV_BUTTON with local has_button flag
2013-12-21 Kristian Høgsbergevdev: Replace EVDEV_MOTION_ABS with local has_abs...
2013-12-21 Kristian Høgsbergevdev: Use has_abs only for ABS_X and ABS_Y, introduce...
2013-12-21 Kristian Høgsbergevdev: Drop EVDEV_MOTION_REL flag
2013-12-21 Kristian Høgsbergevdev: Combine evdev_handle_device() and evdev_configur...
2013-12-21 Peter Huttererdoc: extract static members as well
2013-12-21 Peter HuttererDocumentation typo fix
2013-12-21 Peter HuttererFix typo in comment
2013-12-21 Peter HuttererDocument the open/close_restricted interface
2013-12-21 Peter HuttererAdd libudev and -lm to Requires.private
2013-12-21 Peter HuttererAdd -lm to library
2013-12-21 Peter Huttererudev: print errno if we can't open a device
2013-12-21 Peter Huttererutil: add ARRAY_FOR_EACH helper
2013-12-21 Peter Huttererdoc: group li_fixed_t into the fixed point functions
2013-12-21 Peter HuttererMove zalloc() up to libinput-util.h
2013-12-16 Jonas ÅdahlUnref seats and devices in libinput_destroy()
2013-12-15 Jonas Ådahludev-seat: Remove unused declaration
2013-12-15 Peter Huttererudev: include libinput-private.h for struct libinput
2013-12-15 Peter Huttererfix typo in documentation
2013-12-15 Peter Huttererconfigure: require c99
2013-12-15 Peter Huttererudev: fail libinput_create_from_udev for NULL values
2013-12-15 Peter Huttererconfigure: add libudev dependency
2013-12-15 Peter HuttererAllow for NULL 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 Å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
next