platform/upstream/libinput.git
2014-03-24 Peter Hutterertouchpad: add fake-touch support for BTN_TOOL_DOUBLETAP...
2014-03-24 Peter Hutterertouchpad: support single-touch touchpads
2014-03-24 Peter Hutterertouchpad: Only move the pointer when there's a single...
2014-03-24 Peter Hutterertouchpad: require minimum scroll distance and lock...
2014-03-24 Peter Hutterertouchpad: Filter motion in a certain number of tap...
2014-03-24 Peter Hutterertouchpad: add support for multi-finger tapping
2014-03-24 Peter Hutterertouchpad: Make touchpad_get_delta() available from...
2014-03-24 Peter Hutterertouchpad: add a struct for handling physical button...
2014-03-24 Peter Hutterertouchpad: mark which events are currently pending proce...
2014-03-24 Peter Hutterertouchpad: move structs into a header file
2014-03-24 Peter Hutterertouchpad: add two-finger average scrolling
2014-03-24 Peter Hutterertouchpad: hook up the pointer acceleration
2014-03-24 Peter Hutterertouchpad: add hysteresis smoothing for input coordinates
2014-03-24 Peter Hutterertouchpad: add a touchpad driver based on per-finger...
2014-03-24 Peter HuttererAdd the shell for a multitouch-compatible touchpad...
2014-03-06 Peter Hutterertools: drop CLOCK_MONOTONIC call, no longer necessary
2014-03-04 Jasper St.... libinput: Fix the close_restricted interface callback
2014-02-26 Jonas Ådahlconfigure.ac: Bump to 0.1.0 0.1.0
2014-02-26 Jonas Ådahlconfigure.ac: Update URLs
2014-02-26 Jonas ÅdahlUpdate README
2014-02-26 Jonas ÅdahlMakefile.am: Add private header to sources list
2014-02-26 Jonas Ådahlpath: Silence -Wmaybe-uninitialized compiler warning
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-25 Peter HuttererMerge branch 'libevdev'
2014-02-25 Peter Huttererevdev: set CLOCK_MONOTONIC as the time source
2014-02-25 Peter HuttererHook up event processing to libevdev
2014-02-23 Peter HuttererHook up libevdev as backend
2014-02-21 Peter Huttererevdev: reset the device fd after closing it
2014-02-20 Benjamin Tissoiresevdev: fix device_transform_ functions
2014-02-20 Jonas Ådahltest: Add scale li_fixed overflow test
2014-02-20 Jonas Ådahltest: Fix touch_down in wacom touch test device
2014-02-19 Jonas Ådahlevent-debug: Display touch event seats as signed integer
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-17 Peter Huttererevdev-touchpad: don't post motion events for 0/0 deltas
2014-02-17 Peter Huttererevdev-touchpad: replace some numbers with a #define
2014-02-17 Peter Huttererutil: add min/max macros
2014-02-10 Jonas ÅdahlMake it possible to have persistent libinput_seat instances
2014-02-10 Peter Huttererevdev: restore EVDEV_UNHANDLED_DEVICE error code
2014-02-10 Peter Hutterertest: Add tests for adding/removing devices
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-10 Peter Huttererpath: modify backend to allow for more than one device
2014-02-10 Peter HuttererRevert "evdev: restore EVDEV_UNHANDLED_DEVICE error...
2014-02-05 Peter Huttererevdev: restore EVDEV_UNHANDLED_DEVICE error code
2014-02-05 Peter Huttererevdev: if mtdev failed to open, fail to init the device
2014-02-05 Peter Huttererpath: add error handling for failing to create a seat
2014-02-05 Peter HuttererMove opening and closing the device fd into evdev.c
2014-02-05 Peter Hutterertest: plug a memory leak, all events need to be destroyed
2014-02-03 Jonas Ådahlevdev: Fix absolute coordinate transform formula
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-31 Peter Huttererpath: fix inconsistent use of devnode vs input->path
2014-01-31 Peter Hutterertest: don't leak open/closed counts into the next test
2014-01-31 Peter Hutterertools: add a tool for basic event debugging
2014-01-31 Peter Hutterertest: Make sure the sysname of a device is correct
2014-01-31 Peter Huttererpath: print error when failing to open a device
2014-01-31 Peter Huttererpath: store the sysname, not the syspath, in the device
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
next