platform/upstream/libinput.git
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
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
next