summaryrefslogtreecommitdiff
path: root/src/wayland
Commit message (Expand)AuthorAgeFilesLines
* core: Untangle input focus managementCarlos Garnacho2019-05-241-4/+6
* x11: Move X11 calls to map/unmap a MetaWindow to MetaWindowX11Carlos Garnacho2019-05-241-0/+12
* wayland/pointer-constraints: Reject invalid lifetimeVasilis Liaskovitis2019-05-221-0/+13
* wayland/dnd-surface: Propagate commit to parent classRobert Mader2019-05-091-0/+4
* wayland: Move check for present window out of the actor-surface classRobert Mader2019-05-094-8/+42
* Make MetaSelection, MetaSelectionSource and MetaMemorySelectionSource publicCarlos Garnacho2019-05-022-2/+2
* wayland: Reduce MetaXWaylandSelection to just DnDCarlos Garnacho2019-05-027-1807/+958
* wayland: Integrate with MetaSelectionCarlos Garnacho2019-05-022-88/+322
* wayland: Add wayland MetaSelectionSource implementationCarlos Garnacho2019-05-022-0/+208
* wayland/output: Set user data of xdg_output resourceOlivier Fourdan2019-04-151-4/+4
* wayland/xdg-shell: Correct window menu position in logical layout modeJan Alexander Steffens (heftig)2019-03-262-2/+2
* wayland: Defer text_input.done on an idleCarlos Garnacho2019-03-251-6/+54
* wayland/xdg-shell: Split out popup placement out of setup finishJonas Ådahl2019-03-171-4/+17
* wayland/buffer: Try realizing EGLStream before EGLImage bufferErik Kurzinger2019-03-141-8/+8
* wayland: Minor refactorCarlos Garnacho2019-03-041-14/+7
* wayland: Only enable OSK if receiving .enable when already activeCarlos Garnacho2019-03-041-4/+7
* clutter: Make ClutterInputFocus API to set panel state explicitCarlos Garnacho2019-03-042-2/+2
* wayland-tablet-tool: Downscale the sprite texture in FB modeMarco Trevisan (Treviño)2019-03-011-2/+14
* wayland/touch: Remove undelivered touches earlierJonas Dreßler2019-02-281-9/+13
* Use a consistent style for enum bracesNiels De Graef2019-02-285-6/+12
* wayland: Check whether Xwayland window had a prior surface in generic codeCarlos Garnacho2019-02-251-10/+10
* wayland/buffer: Fall back to CoglTexture2DSlicedRobert Mader2019-02-251-8/+25
* wayland: Move surface texture ownership to MetaWaylandSurfaceJonas Ådahl2019-02-258-82/+152
* wayland/surface: Process damage also for non-actor surfacesJonas Ådahl2019-02-251-14/+16
* wayland/dma-buf: Don't use API meant for MetaWaylandSurface internallyJonas Ådahl2019-02-251-4/+12
* wayland/xdg-shell: Do not maximize if not possibleOlivier Fourdan2019-02-152-0/+6
* wayland: Reset text-input state after commitCarlos Garnacho2019-02-141-4/+6
* window: Move can_ping to a function and implement in X11Marco Trevisan (Treviño)2019-02-131-1/+7
* window: Add is_focusable class methodMarco Trevisan (Treviño)2019-02-131-1/+8
* wayland/surface: Add support for wp_viewporterRobert Mader2019-02-066-20/+404
* wayland: Implement window activation and focus stealing preventionCarlos Garnacho2019-01-262-6/+71
* wayland: Update gtk-shell protocol to v3Carlos Garnacho2019-01-261-2/+12
* Fix builds with G_DISABLE_ASSERTFlorian Müllner2019-01-253-0/+4
* meta: Hide libmutter symbols by default and selectively export themMarco Trevisan (Treviño)2019-01-232-0/+22
* wayland/xdg-shell: Fix buffer attach coordinate comparisonJonas Ådahl2019-01-222-2/+2
* wayland: Move DND surface role into its own fileJonas Ådahl2019-01-225-52/+97
* Fix const qualifier usageJonas Ådahl2019-01-222-2/+2
* wayland: Accept NULL primary data sourceCarlos Garnacho2019-01-181-2/+3
* Add some gtk-doc comments.Niels De Graef2019-01-062-0/+19
* wayland/surface: Don't make destoryed actor reactiveJonas Ådahl2018-12-041-1/+5
* wayland/surface: Intersect buffer damage with buffer rectJonas Ådahl2018-12-041-2/+9
* wayland/surface: Add support for buffer transformsRobert Mader2018-12-033-29/+119
* wayland: Fix DnD actor set upCarlos Garnacho2018-12-011-4/+4
* wayland: Make DnD role inherit from MetaWaylandActorSurfaceCarlos Garnacho2018-12-012-5/+9
* wayland/gtk-shell: Emit new capabilities event when changedJonas Ådahl2018-11-271-5/+56
* wayland: Add MetaWaylandGtkShell objectJonas Ådahl2018-11-273-5/+39
* wayland: Make MetaWaylandCompositor a GObjectJonas Ådahl2018-11-272-11/+28
* wayland: Complete the startup sequence as given from gtk-shellCarlos Garnacho2018-11-231-0/+1
* x11: Refactor the X11 startup notification bits into src/x11Carlos Garnacho2018-11-231-2/+9
* xwayland: Invert running-as-gdm checkJonas Ådahl2018-11-221-1/+1