compositor-drm: Work around page flip not setting tiling mode on BYT
[platform/upstream/weston.git] / src / input.c
2014-09-10 Jonas Ådahlinput: Schedule pointer sprite repaint when cursor...
2014-09-05 Derek Foremantouch-input: Don't dereference NULL pointer during...
2014-09-03 Giulio Camuffocompositor: add a way to change the keyboard locks
2014-08-20 Ran BenitaDon't protect xkb_*_unref from NULL
2014-08-20 Ran BenitaReplace deprecated xkbcommon symbols with current names
2014-08-15 Jonny Lambcompositor: fetch repeat info from weston.ini
2014-08-08 Jasper St. PierreUse the named SINCE_VERSION defines for version checks
2014-08-05 Jasper St. Pierreinput: Send key-repeat
2014-07-23 Giulio Camuffocompositor: keep track of the weston_layer a weston_vie...
2014-04-21 Jonas Ådahllibinput: Forward frame events to clients
2014-04-03 Jason EkstrandAdd a signal for when a seat updates its capabilities
2014-02-18 Kristian Høgsberginput: Send leave and enter pair when the surface moves...
2014-02-12 Kristian Høgsbergcompositor: Drop core ping_handler callout
2014-02-06 Kristian Høgsberginput: Run touch binding before calling touch grab
2014-02-05 Kristian Høgsberginput: Transform to surface coordinates outside resourc...
2014-02-01 Ander Conselvan... input: Remove exported function weston_pointer_verify()
2014-02-01 Ander Conselvan... input: Fix weston_seat_init_keyboard() error path
2014-02-01 Ander Conselvan... input: Empty the current input region when configuring...
2014-01-28 Jonas Ådahlinput: Unlink saved kbd focus listener when releasing...
2014-01-09 Kristian Høgsberginput: Ignore touch up events if num_tp is 0
2014-01-09 Rui Matosinput: Don't leak the initial keymap
2013-12-17 Ander Conselvan... compositor: Make pointers visible when an output is...
2013-12-06 Giulio Camuffoinput: make sure the devices get the resource destructi...
2013-12-03 Jonas Ådahlinput: Reset keyboard state when releasing last seat...
2013-12-03 Jonas Ådahlinput: Move the xkb fields from weston_seat to weston_k...
2013-12-03 Jason EkstrandRemove the weston_view.geometry.width/height fields
2013-12-02 Jonas Ådahlinput: Reset pointer state when last pointer device...
2013-12-02 Jonas Ådahlinput: Reset touch state when last touch device was...
2013-12-02 Jonas Ådahlinput: Keep track of number of touch points inside...
2013-11-28 Pekka Paalanencompositor: do not recompute size on pointer_set_cursor
2013-11-23 Kristian Høgsberginput: Cancel pointer grabs when compositor loses kb...
2013-11-21 Giulio Camuffoinput: set the focus to NULL when the focus's resource...
2013-11-19 Jason Ekstrandinput: Fix a segfault in focus checking
2013-11-19 Emilio Pozuelo Monfortinput: Don't send leave events to destroyed views
2013-11-19 Daniel StoneAdd modifier-only binding
2013-11-16 Giulio Camuffocompositor: add a way to override the default pointer...
2013-11-16 Giulio Camuffoinput: let the pointer motion handlers move the pointer
2013-11-16 Giulio Camuffozoom: use the new pointer motion signal to move the...
2013-11-16 Giulio Camuffoinput: add a motion signal to weston_pointer
2013-10-28 Kristian Høgsberginput.c: Rename default grab functions to be consistent
2013-10-28 Jonas ÅdahlAdd cancel function to grab interfaces
2013-10-28 Jonas Ådahlinput: Remove unused variable
2013-10-24 Kristian Høgsberginput: Properly handle setting touch focus to NULL
2013-10-22 Rui Matosinput: Add core API to update the keymap
2013-10-22 Jason EkstrandSplit the geometry information from weston_surface...
2013-10-22 Kristian Høgsbergcompositor: Remove redundant and not well-defined focus...
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
next