summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* x11: Separate X11 focus handling into MetaX11Display methodCarlos Garnacho2019-05-245-43/+50
* core: Relax requirement that MetaWindow shall have icon/mini-iconCarlos Garnacho2019-05-241-55/+2
* x11: Move X11 calls to map/unmap a MetaWindow to MetaWindowX11Carlos Garnacho2019-05-244-10/+41
* core: Separate checks for pointer barriers availabilityCarlos Garnacho2019-05-241-4/+6
* core: Avoid grab transfer shenanigans with non-X11 backendCarlos Garnacho2019-05-241-8/+11
* x11: Add MetaX11Stack objectCarlos Garnacho2019-05-247-278/+458
* core: Turn MetaStack into a GObjectCarlos Garnacho2019-05-243-29/+136
* x11: Move focus sentinel to MetaX11DisplayCarlos Garnacho2019-05-246-46/+48
* window: Move all attached windows with parentJonas Ådahl2019-05-241-2/+2
* backends/x11: Do not reload keymap on new keyboard notificationsCarlos Garnacho2019-05-241-1/+0
* wayland/pointer-constraints: Reject invalid lifetimeVasilis Liaskovitis2019-05-221-0/+13
* Fix typo in RemoteDesktop dbus apiIgnacio Casal Quinteiro2019-05-221-1/+2
* drm-buffer: Make the "types" actual typesJonas Ådahl2019-05-218-268/+419
* drm-buffer: Remove useless soft-assertsJonas Ådahl2019-05-211-12/+4
* drm-buffer: Clean up file descriptor variable namingJonas Ådahl2019-05-211-8/+9
* kms-buffer: Rename to MetaDrmBufferJonas Ådahl2019-05-214-96/+94
* kms-buffer: Clean up include orderJonas Ådahl2019-05-212-6/+6
* launcher: Explicitly look up object path for seatBenjamin Berg2019-05-211-3/+5
* renderer-native: Reference count front buffersDaniel van Vugt2019-05-214-184/+390
* boxes: Assign input to output rect when there's no transformationMarco Trevisan (Treviño)2019-05-211-6/+1
* place: Assign anchor rect using automatic copyMarco Trevisan (Treviño)2019-05-211-6/+3
* monitor: Assign monitor layout directly by crtc rectMarco Trevisan (Treviño)2019-05-211-6/+1
* boxes: Ensure we scale to a fully rounded rectangleMarco Trevisan (Treviño)2019-05-211-19/+5
* meta: Remove meta_free_gslist_and_elementsMarco Trevisan (Treviño)2019-05-154-16/+2
* Use free_full on GSList's instead of foreach + freeMarco Trevisan (Treviño)2019-05-155-33/+6
* Use free_full on GList's instead of foreach + freeMarco Trevisan (Treviño)2019-05-151-4/+1
* x11: Do not warn on cancelled X11 selection sourcesCarlos Garnacho2019-05-151-2/+2
* backends/native: Add rt-scheduler experimental key to set RT schedulingCarlos Garnacho2019-05-103-0/+20
* 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
* core/window: Fix copy/paste error in size-changed docsDaniel van Vugt2019-05-081-1/+1
* core: Check environment variables before giving to GAppLaunchContextCarlos Garnacho2019-05-061-4/+15
* backends: Fallback to builtin panel for devices where all heuristics failCarlos Garnacho2019-05-031-1/+1
* display: Fix a possible bug in meta_display_sync_wayland_focusJonas Dreßler2019-05-021-4/+4
* idle-monitor: Postpone dispatching of idle timeout if not readyJonas Ådahl2019-05-021-0/+7
* idle-monitor: Use G_SOURCE_CONTINUE instead of TRUEJonas Ådahl2019-05-021-1/+1
* workspace: Activate a window also if it's already in workspaceMarco Trevisan (Treviño)2019-05-021-1/+5
* meson: Define srcdir and builddir using meson functionsMarco Trevisan (Treviño)2019-05-022-3/+3
* meson: Add option flags to control test suites buildingMarco Trevisan (Treviño)2019-05-021-1/+1
* tests: Use suites for test casesMarco Trevisan (Treviño)2019-05-021-2/+4
* tests: Add single stacking tests with suiteMarco Trevisan (Treviño)2019-05-021-19/+22
* tests: Add missing stacking testsMarco Trevisan (Treviño)2019-05-021-0/+3
* Make MetaSelection, MetaSelectionSource and MetaMemorySelectionSource publicCarlos Garnacho2019-05-0218-19/+122
* wayland: Reduce MetaXWaylandSelection to just DnDCarlos Garnacho2019-05-029-1810/+961
* wayland: Integrate with MetaSelectionCarlos Garnacho2019-05-022-88/+322
* core: Add clipboard managerCarlos Garnacho2019-05-025-0/+206
* core: Add memory-based selection sourceCarlos Garnacho2019-05-023-0/+163
* x11: Add X11 selection managementCarlos Garnacho2019-05-026-0/+458
* core: Set up MetaSelection on MetaDisplayCarlos Garnacho2019-05-022-0/+13
* wayland: Add wayland MetaSelectionSource implementationCarlos Garnacho2019-05-023-0/+210