summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-seat.c
Commit message (Expand)AuthorAgeFilesLines
* wayland/seat: Use seat capability checking helperJonas Ådahl2016-10-111-13/+13
* wayland: Move device seat association to MetaWaylandInputDeviceJonas Ådahl2016-09-151-6/+12
* wayland/seat: Add API to check whether a seat has a device classJonas Ådahl2016-09-151-0/+18
* wayland: Make seat devices GObjectsJonas Ådahl2016-09-091-26/+38
* wayland: Don't handle input events after capability was removedJonas Ådahl2016-09-021-7/+13
* wayland: Add focus management to padsCarlos Garnacho2016-07-221-4/+11
* wayland: Ensure each MetaWaylandSeat gets its MetaWaylandTabletSeatCarlos Garnacho2016-05-031-2/+6
* wayland: remove pressed button checks from meta_wayland_pointer_can_grab_surf...Carlos Garnacho2016-04-251-5/+7
* wayland: Make it possible to trigger popups through pointer/keyboard/touchCarlos Garnacho2015-10-171-0/+9
* wayland: Move cursor surface role to meta-wayland-pointer.cJonas Ådahl2015-09-131-9/+0
* wayland: Implement the wl_pointer_gesture_pinch interfaceCarlos Garnacho2015-08-101-0/+1
* wayland: Implement the wl_pointer_gesture_swipe interfaceCarlos Garnacho2015-08-101-0/+1
* wayland: don't try to use seat devices that aren't (yet) presentRay Strode2015-02-181-13/+33
* wayland: discard non-seat events sent to the seatRay Strode2015-02-181-0/+48
* wayland: treat touchpads like mouse devicesRay Strode2015-02-181-0/+1
* wayland: Simplify global version managementJasper St. Pierre2014-08-041-2/+1
* wayland: Handle window drags for touch eventsCarlos Garnacho2014-07-241-4/+22
* seat: Listen for ClutterDeviceManager signals in order to update capabilitiesCarlos Garnacho2014-07-231-10/+124
* data-device: Put the DataDevice implementation in its own structJasper St. Pierre2014-07-101-3/+2
* wayland: Remove seat->displayJasper St. Pierre2014-07-101-2/+0
* wayland: Add a wrapper for set_input_focusJasper St. Pierre2014-07-101-0/+9
* wayland: Implement the server side bits of wl_touch_interfaceCarlos Garnacho2014-06-041-2/+18
* wayland: Move checks for grabbing into a central locationJasper St. Pierre2014-05-221-0/+8
* wayland: Use standard SINCE version definitionsJasper St. Pierre2014-05-121-1/+1
* wayland: Have a consistent _init pattern for subcomponentsJasper St. Pierre2014-04-221-1/+8
* wayland-seat: Clean up includesJasper St. Pierre2014-04-221-14/+2
* wayland: Kill extra includes to meta-wayland-stage.hJasper St. Pierre2014-04-221-1/+0
* seat: Move the keyboard resource creation over to MetaWaylandKeyboardJasper St. Pierre2014-04-171-25/+1
* seat: Don't set the data device key focus on get_keyboard creationJasper St. Pierre2014-04-171-4/+1
* seat: Move pointer event handling to MetaWaylandPointer as wellJasper St. Pierre2014-04-171-144/+2
* seat: Rewrite event handling in terms of MetaWaylandPointerJasper St. Pierre2014-04-171-20/+15
* seat: Group CLUTTER_SCROLL handling together with other pointer eventsJasper St. Pierre2014-04-171-4/+4
* seat: Don't save the current stage ourselvesJasper St. Pierre2014-04-171-13/+10
* seat: Don't require an event to repick()Jasper St. Pierre2014-04-171-36/+42
* seat: Remove incorrect comment above repickJasper St. Pierre2014-04-171-5/+0
* seat: Move update_pointer to MetaWaylandPointerJasper St. Pierre2014-04-171-46/+3
* seat: Reorder handle_event helpers near handle_eventJasper St. Pierre2014-04-171-66/+66
* seat: Move pointer interface over to MetaWaylandPointerJasper St. Pierre2014-04-171-45/+1
* seat: Rewrite the pointer interface in terms of MetaWaylandPointerJasper St. Pierre2014-04-171-16/+9
* seat: Move update_cursor_surface to the endJasper St. Pierre2014-04-171-7/+7
* seat: Move set_cursor_surface and all that tracking to MetaWaylandPointerJasper St. Pierre2014-04-171-28/+1
* seat: Move cursor storage to MetaWaylandPointerJasper St. Pierre2014-04-171-37/+19
* seat: Rewrite get_pointer / get_keyboard in terms of MetaWaylandPointerJasper St. Pierre2014-04-171-10/+10
* seat: Rewrite handle_scroll in terms of MetaWaylandPointerJasper St. Pierre2014-04-171-1/+2
* seat: ReformatJasper St. Pierre2014-04-171-7/+5
* seat: ReorderJasper St. Pierre2014-04-171-11/+11
* pointer/keyboard: Support more than one focused resourceJasper St. Pierre2014-04-161-9/+12
* display: Rename grab_op_is_wayland to grab_op_should_block_waylandJasper St. Pierre2014-04-121-1/+1
* wayland: Implement wl_seat v3Jasper St. Pierre2014-04-021-1/+20
* cursor-tracker: Make set_window_cursor take a MetaCursorReference as wellJasper St. Pierre2014-03-311-7/+13