udev: factor out device_removed handling
[platform/upstream/libinput.git] / src /
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 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
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 ÅdahlRemove unused disabled code
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-07 Peter Huttererudev-seat: fix leak when failing to add devices
2013-12-06 Peter HuttererDrop include of evdev.h from evdev.h
2013-12-06 Peter HuttererDrop unused libinput_fd_handle and libinput_fd_callback
2013-12-06 Peter Huttererevdev: fix memcopy for calibration
2013-12-06 Peter HuttererMove libinput, libinput_seat and libinput_device to...
2013-12-06 Peter HuttererDeclare libinput_seat explicitly
2013-12-06 Peter Huttererlibinput_dispatch: return -EAGAIN if no events are...
2013-12-06 Peter Huttererlibinput_dispatch: return negative error number on...
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-23 Jonas Ådahlutil: Add logging utilities
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 Ådahlsrc/Makefile.a: Fix whitespace
2013-11-17 Jonas ÅdahlChange API from using listeners to using an event queue
2013-11-16 David Herrmannlauncher: add weston_launcher_close() dummy
2013-11-16 Jonas Ådahludev-seat: Repick seat after a new device was added
2013-11-16 Kristian Høgsberglauncher: Collect launcher state in new struct weston_l...
2013-11-16 Daniel StoneAdd more missing config.h includes
2013-11-16 Peter Hutterermalloc + memset -> zalloc
2013-11-16 Kristian Høgsbergudev: Use WL_OUTPUT udev attribute for pairing touchscr...
2013-11-16 Rob Bradfordcompositor-drm: Enable seat constraining when configure...
2013-11-16 Rob Bradfordudev-seat: Refactor out seat lookup and possible creation
2013-11-16 Daniel Stoneconfigure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
2013-11-16 Rob Bradfordudev-seat: Use udev rules to support multiple seats
2013-11-16 Rob Bradfordudev-seat: Separate the seat out to its own structure
2013-11-16 Rob Bradfordudev-seat: Make the udev_input structure an embedded...
2013-11-16 Rob Bradfordudev-seat: Rename udev_seat to udev_input
2013-11-16 Rob Bradfordinput: Add a seat name parameter to weston_seat_init
2013-11-16 Rob Bradfordudev-seat: Fail input setup only if no devices are...
2013-11-16 Kristian Høgsberginput: Merge wl_seat into weston_seat
2013-11-16 Kristian Høgsbergudev-seat: Simplfy enable/disable interface a bit
2013-11-16 Kristian Høgsbergcompositor-drm: Move udev_seat to its own file
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
2013-11-12 Jonas Ådahlfilter: Remove unused variable
2013-11-10 Jonas Ådahlevdev: Synchronize keys only if seat is keyboard capable
2013-11-10 Jonas ÅdahlMake weston_output_transform_coordinate() take wl_fixed...
2013-11-10 Kristian Høgsbergcompositor: Remove redundant and not well-defined focus...
2013-11-10 Jonas Ådahlevdev: Reference count input device's seat capabilities
2013-11-10 David Herrmannevdev: release devices on read() error
2013-11-10 Kristian Høgsbergevdev: Clear touch capability if we see a mouse-type...
2013-11-10 Kristian Høgsbergevdev: Only init a pointer if the evdev device has...
2013-11-10 Kristian Høgsbergevdev: Stop looking for pointer buttons when we get...
2013-11-10 Neil Robertsevdev: Process touch up events of single-touch devices
2013-11-10 Neil Robertsevdev: Only track one pending event
2013-11-10 Neil Robertsevdev: Flush motion events when the slot changes, not...
2013-11-10 HardeningRename current, origin, scale, origin_scale
2013-11-10 Kristian Høgsbergevdev: Don't parse config file again, use compositor...
2013-11-10 Kristian Høgsbergevdev: Don't transform device->abs.x/y in place
2013-11-10 Kristian Høgsbergevdev: Initliaze device->link so we can wl_list_remove...
2013-11-10 Daniel StoneAdd more missing config.h includes
2013-11-10 Kristian Høgsbergevdev: Ignore joystick devices
2013-11-10 Armin Kevdev-touchpad: Set some options using weston.ini
2013-11-10 Rolf Morelevdev: write EV_SYN input_event along with led events...
2013-11-10 Rusty Lynchevdev: Use touch ID 0 when generating touch up event
2013-11-10 Peter Huttererevdev: log when a device is used as touchpad
2013-11-10 Peter Huttererevdev: call evdev_device_destroy on failure
2013-11-10 Peter Huttererevdev: plug a potential memleak
2013-11-10 Peter Huttererevdev: get the current slot value from the absinfo...
2013-11-10 Peter Huttererevdev: only use mtdev for Protocol A devices
2013-11-10 Peter Huttererevdev: add comment why we're ignoring key value 2
2013-11-10 Peter Huttererevdev: prevent unterminated device name
2013-11-10 Peter Huttererevdev: check for ABS_MT_POSITION_X/Y to determine mt...
2013-11-10 Peter Hutterermalloc + memset -> zalloc
2013-11-10 Kristian Høgsbergevdev: Suport old-style single-touch touch screens
2013-11-10 Kristian Høgsbergevdev: Use temporary x and y coordinates when applying...
2013-11-10 Kristian Høgsbergevdev: Don't add output offset in evdev_process_absolut...
2013-11-10 Kristian Høgsbergevdev: Use weston_output_transform_coordinate for evdev...
2013-11-10 Kristian Høgsbergtouchpad: Handle two-finger click as right click for...
2013-11-10 Daniel Stoneconfigure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
2013-11-10 Kristian Høgsberginput: Merge wl_seat into weston_seat
2013-11-10 Jonas Ådahlevdev-touchpad: Disable tap FSM by default on touchpads...
2013-11-10 Rob Bradfordcompositor: Support notifying with absolute position too
next