summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xwayland: Don't use abstract socket on non-Linux systemswip/lantw/xwayland-Don't-use-abstract-socket-on-non-Linux-systemsTing-Wei Lan2020-05-052-7/+39
* backends: move 'input_device' to HAVE_LIBWACOM scopeChristian Rauch2020-05-031-1/+2
* Bump version to 3.37.13.37.1Florian Müllner2020-04-292-1/+34
* remote-access-controller: Make it build with -Dremote_desktop=falseJonas Ådahl2020-04-281-0/+6
* keybindings: Mask out the reserved modifiers maskOlivier Fourdan2020-04-271-1/+1
* remote-access-controller: Allow inhibiting remote accessJonas Ådahl2020-04-279-2/+143
* compositor: Only include meta-window-actor-wayland.h when building with waylandLaurent Bigonville2020-04-271-1/+1
* window-actor/x11: Cache the frame boundsOlivier Fourdan2020-04-271-9/+19
* clutter/stage-cogl: Fix painting the redraw clip with the damage regionJonas Dreßler2020-04-251-11/+13
* Update German translationChristian Kirbach2020-04-241-36/+49
* backend: Remove support for META_DUMMY_MONITORS variableFlorian Müllner2020-04-231-3/+0
* screen-cast: Add RecordArea for screen cast arbitrary areaJonas Ådahl2020-04-2310-5/+964
* clutter/paint-context: Add 'no-cursors' paint flagJonas Ådahl2020-04-232-2/+7
* stage: Only invoke paint phase callbacks when painting viewsJonas Ådahl2020-04-231-5/+10
* clutter/stage: Add API to paint to a custom targetJonas Ådahl2020-04-232-0/+108
* screen-cast-stream-src: Add getter for strideJonas Ådahl2020-04-232-0/+11
* stage: Pass paint context in phase callbacksJonas Ådahl2020-04-233-13/+19
* clutter/paint-context: Allow passing redraw clip to offscreen paint contextJonas Ådahl2020-04-234-7/+11
* clutter/paint-context: Add paint flagJonas Ådahl2020-04-236-8/+39
* kms-impl/simple: Fix page_flip_data ref leak on fallbackPekka Paalanen2020-04-231-1/+4
* kms: Make GSource ready by defaultPekka Paalanen2020-04-231-0/+2
* x11: Allow X11 clients to clear the selectionCarlos Garnacho2020-04-211-3/+21
* x11: Generalize x11 selection owner checksCarlos Garnacho2020-04-211-2/+2
* x11: Clear X11 selection source after unsetting ownerCarlos Garnacho2020-04-211-0/+1
* tests/wayland: Add a test for meta-anonymous-fileJonas Dreßler2020-04-212-0/+294
* wayland/keyboard: Use MetaAnonymousFile to share keymap filesJonas Dreßler2020-04-212-74/+33
* Add read-only anonymous file abstraction MetaAnonymousFileJonas Dreßler2020-04-215-0/+446
* wayland: Drop unused struct variableCarlos Garnacho2020-04-171-1/+0
* wayland: Move the primary data device manager to its own fileCarlos Garnacho2020-04-179-200/+390
* wayland: Move primary data offers to their own fileCarlos Garnacho2020-04-175-83/+174
* wayland: Move MetaWaylandDataOffer to its own fileCarlos Garnacho2020-04-175-271/+400
* wayland: Move MetaWaylandDataSourcePrimary to its own fileCarlos Garnacho2020-04-176-121/+157
* wayland: Split MetaWaylandDataSource into a separate fileCarlos Garnacho2020-04-176-556/+660
* wayland: Rely on MetaSelection::owner-changed for .selection event emissionCarlos Garnacho2020-04-161-53/+0
* wayland: Do not cancel old data source when setting new selectionCarlos Garnacho2020-04-161-2/+0
* wayland: Shuffle wl_data_source.cancelled version checks on DnDCarlos Garnacho2020-04-161-5/+5
* core: Cater for reading selection in chunksCarlos Garnacho2020-04-161-8/+46
* x11: Do not trust there is task in error pathsCarlos Garnacho2020-04-161-7/+10
* x11: Don't stall on write_async()Carlos Garnacho2020-04-161-8/+3
* x11: Fix iterative INCR property checksCarlos Garnacho2020-04-161-1/+1
* x11: Don't exceed transfer size in INCR chunksCarlos Garnacho2020-04-161-3/+8
* x11: Don't invariably queue a pending delete requestCarlos Garnacho2020-04-161-1/+4
* x11: Finish INCR transfers properlyCarlos Garnacho2020-04-161-1/+6
* x11: Wait till data is flushed before notifying on the pending taskCarlos Garnacho2020-04-161-1/+1
* x11: Only send SelectionNotify on first INCR chunkCarlos Garnacho2020-04-161-1/+6
* x11: Ensure flush() Flushes all output stream dataCarlos Garnacho2020-04-161-4/+8
* x11: Unset pending flush flag right before notifying on taskCarlos Garnacho2020-04-161-3/+5
* x11: Intern INCR atomCarlos Garnacho2020-04-161-1/+1
* x11: Flag flushes despite having less than the element sizeCarlos Garnacho2020-04-161-2/+7
* x11: XMaxRequestSize returns 4-byte unitsCarlos Garnacho2020-04-161-1/+1