summaryrefslogtreecommitdiff
path: root/src/wayland
Commit message (Expand)AuthorAgeFilesLines
* Add "size states" which save window size informationJasper St. Pierre2016-04-041-1/+3
* wayland/cursor: Keep a private use count and reference to active bufferJonas Ådahl2016-03-291-1/+49
* MetaWaylandSurface: Keep an extra buffer use count for role-less surfacesJonas Ådahl2016-03-292-7/+66
* wayland: Move buffer use count to MetaWaylandSurfaceJonas Ådahl2016-03-295-96/+113
* wayland: Replace buffer destroy wl_signal with a GObject signalJonas Ådahl2016-03-294-15/+41
* wayland: Implement support for the x-rootwindow-drop targetCarlos Garnacho2016-03-111-0/+83
* wayland: Force an initial focus in meta_wayland_drag_grab_set_focus()Carlos Garnacho2016-03-111-1/+8
* wayland: Always send focus() when starting a pointer grabCarlos Garnacho2016-03-111-2/+1
* Handle meta_screen_get_monitor_for_point() returning NULLRui Matos2016-03-101-2/+3
* wayland-pointer: Drop a phony signal disconnectRui Matos2016-03-101-5/+0
* wayland: Add gtk_surface.present to gtk-shellJonas Ådahl2016-03-102-0/+20
* wayland: Add system bell support via gtk_shellJonas Ådahl2016-03-102-0/+29
* wayland: Namespace gtk_shell request handlersJonas Ådahl2016-03-101-9/+9
* wayland: Don't invent our own unstable protocol semanticsJonas Ådahl2016-03-103-28/+17
* wayland: Start drags from the press positionCarlos Garnacho2016-03-091-5/+7
* wayland: Small code cleanup in meta_wayland_drag_grab_set_focus()Carlos Garnacho2016-03-091-6/+6
* MetaWaylandPointerConstraint: Maybe enable on window 'raise'Jonas Ådahl2016-03-091-0/+12
* MetaWaylandPointerConstraint: Disable if 'appears-focused' is falseJonas Ådahl2016-03-091-22/+27
* MetaWaylandPointerConstraint: Require 'appears-focused' to enableJonas Ådahl2016-03-091-2/+7
* MetaWaylandPointerConstraint: Unset is_enabled state when disablingJonas Ådahl2016-03-091-0/+1
* MetaWaylandPointerConstraint: Use own 'appears-focused' signal handlerJonas Ådahl2016-03-093-14/+61
* MetaWaylandPointerConstraint: Make per surface state a quarkJonas Ådahl2016-03-094-55/+106
* MetaWaylandPointerConstraint: Use NULL for infinite regionJonas Ådahl2016-03-091-15/+5
* MetaWaylandPointerConstraint: Fix effective region calculationJonas Ådahl2016-03-093-2/+27
* xwayland: Fix possible cancellation of wayland data sourcesCarlos Garnacho2016-03-041-1/+7
* wayland: Emit signal on primary selection data source destructionCarlos Garnacho2016-03-041-0/+2
* wayland: Emit signal on selection data source destructionCarlos Garnacho2016-03-041-0/+2
* wayland: Don't access the cursor wl_buffer when updating the spriteJonas Ådahl2016-03-031-16/+13
* wayland: Close primary selection fd after gtk_primary_selection_source.sendCarlos Garnacho2016-03-011-0/+1
* wayland: Don't unset surface->buffer when wl_buffer destroyedJonas Ådahl2016-03-014-48/+40
* wayland: Ensure harder we're dealing with DnD offers/sourcesCarlos Garnacho2016-02-291-1/+5
* wayland: Use separate destructor for the gtk_primary_selection_offerCarlos Garnacho2016-02-291-1/+23
* wayland: Implement the (so far internal) primary selection protocolCarlos Garnacho2016-02-264-25/+368
* wayland: Add gtk-primary-selection protocolCarlos Garnacho2016-02-261-0/+225
* MetaWaylandPointerConstraint: Don't expose internal functionJonas Ådahl2016-02-252-3/+1
* MetaWaylandPointerConstraint: Ignore requests on defunct resourceJonas Ådahl2016-02-251-1/+7
* MetaWaylandPointerConstraint: Remove redundant typedefJonas Ådahl2016-02-251-2/+0
* MetaWaylandPointerConstraint: Remove unused functionJonas Ådahl2016-02-252-8/+0
* wayland: Implement gtk-shell v3Carlos Garnacho2016-02-192-3/+16
* wayland: Update gtk-shell protocol file to v3Carlos Garnacho2016-02-191-2/+6
* wayland: change accessible boolean to use_count counterRay Strode2016-02-194-24/+41
* wayland: get rid of buffer->copied_data booleanRay Strode2016-02-193-5/+10
* wayland: return from toplevel commit early if no new bufferRay Strode2016-02-171-0/+6
* MetaPointerConfinementWayland: Support non-rectangular confinement regionsJonas Ådahl2016-02-161-60/+567
* wayland: Use the event coordinates when sending pointer motion eventsJonas Ådahl2016-02-161-4/+7
* Implement support for the wp_pointer_constraints protocolJonas Ådahl2016-02-1612-1/+1355
* wayland: Make the pending surface state a GObjectJonas Ådahl2016-02-162-32/+79
* wayland: Add "painting" signal to surface actorJonas Ådahl2016-02-161-0/+13
* wayland: Add global to surface coordinate helperJonas Ådahl2016-02-163-4/+24
* wayland: Implement support for wp_relative_pointerJonas Ådahl2016-02-163-1/+158