udev-seat: Repick seat after a new device was added
[profile/ivi/weston-ivi-shell.git] / src / input.c
2013-10-21 Jonas Ådahludev-seat: Repick seat after a new device was added
2013-10-21 Jonas Ådahlinput: Unmap pointer sprite when no more pointer device...
2013-10-21 Jonas Ådahlinput: Unset focus of seat device when releasing last...
2013-10-21 Jonas Ådahlevdev: Reference count input device's seat capabilities
2013-10-14 Neil RobertsOnly update the touch grab position for the first finger
2013-10-14 Neil RobertsAdd a touch binding to activate a surface
2013-10-09 Kristian Høgsberginput: Don't send modifiers if client doesn't have...
2013-09-23 Giulio Camuffoinput: check that the new focus surface has a valid...
2013-09-22 Neil Robertsinput: Emit events on all resources for a client
2013-09-21 Stefan Schmidtinput: Fix trailing whitspaces and indent.
2013-09-11 Rob Bradfordinput: Use new wl_resource_for_each for sending updated...
2013-09-11 Andrew WedgburyCopying xkb_info when creating a seat causes problems
2013-08-30 Kristian Høgsbergcompositor: Implement release request for input interfaces
2013-08-16 Daniel StoneAdd more missing config.h includes
2013-08-12 Rob Bradfordinput: For serial generation get the display from the...
2013-08-09 Rusty Lynchinput: Store touch position and time when we start...
2013-08-08 Peter Hutterermalloc + memset -> zalloc
2013-08-06 Kristian Høgsbergcompositor: Check wl_resource_create() return value
2013-07-29 Michael FuReset touch focus in unmap
2013-07-09 Kristian HøgsbergConvert to wl_global_create/destroy()
2013-07-08 Kristian Høgsberginput: Remove wl_seat global when a seat is destroyed
2013-07-08 Giulio Camuffoinput: check if the resource is valid in seat_get_pointer
2013-07-04 Kristian Høgsberginput: Don't cache pointer grab interface between calls...
2013-07-03 Jason EkstrandUse wl_resource_create() for creating resources
2013-06-28 Rob Bradfordbuild: Make libxkbcommon build-time optional in the...
2013-06-28 Matt Roperinput: Add support for making libxkbcommon optional
2013-06-28 Rob Bradfordcompositor-drm: Enable seat constraining when configure...
2013-06-25 Rob Bradfordinput: Add weston_pointer_clamp function to ensure...
2013-06-25 Kristian Høgsbergcompositor: Remove double free()s in resource destructors
2013-06-20 Giulio Camuffoinput: check if the focus surface has a valid resource
2013-06-14 Jason Ekstrandinput: Use wl_resource_get accessor functions for resources
2013-06-14 Jason EkstrandUse wl_resource_get_user_data for weston_surface resources
2013-06-12 Jason EkstrandChange weston_surface.resource to a wl_resource pointer.
2013-06-05 Rob Bradfordinput: Send the seat name if the client advertises...
2013-06-05 Rob Bradfordinput: Add a seat name parameter to weston_seat_init
2013-05-28 Alexander Larssoninput: Fix possible crash in clip_pointer_motion
2013-05-09 Kristian Høgsberginput: Move surface picking into the pointer grab focus...
2013-05-09 Kristian Høgsberginput: Get rid of grab focus concept
2013-05-08 Kristian Høgsberginput: Remove 'current' and related fields from weston_...
2013-05-08 Kristian Høgsberginput: Move sprite fields into weston_pointer from...
2013-05-08 Kristian Høgsbergcompositor: Adapt to wl_surface going away
2013-05-08 Kristian Høgsberginput: Allocate pointer/keyboard/touch structs
2013-05-08 Kristian Høgsberginput: Eliminate weston_seat::has_pointer/keyboard...
2013-05-08 Kristian Høgsbergdata-device: Update drag icon position from configure...
2013-05-08 Kristian Høgsbergdata-device: Don't emit a signal for drag icon changes
2013-05-07 Kristian Høgsberginput: Move drag handling to data-device.c
2013-05-07 Kristian Høgsberginput: Merge wl_seat into weston_seat
2013-05-07 Kristian Høgsberginput: Remove wl_seat destroy signal
2013-05-07 Kristian Høgsberginput: Fold wl_seat init/release into weston_seat init...
2013-05-07 Kristian Høgsberginput: Rename wl_touch to weston_touch
2013-05-07 Kristian Høgsberginput: Rename wl_pointer to weston_pointer
2013-05-07 Kristian Høgsberginput: Rename weston_device_repick() to weston_seat_rep...
2013-05-07 Kristian Høgsberginput: Drop find_resource_for_client()
2013-05-07 Kristian Høgsbergmove input code from compositor.c into input.c
2013-05-07 Kristian Høgsbergfold wl_keyboard into weston_keyboard
2013-05-07 Kristian HøgsbergImport input structs and helper functions from wayland