summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 3.36.23.36.2Florian Müllner2020-04-292-1/+28
* clutter/stage: Use new paint API to implement capture()Jonas Ådahl2020-04-295-42/+15
* clutter/paint-context: Add 'no-cursors' paint flagJonas Ådahl2020-04-293-3/+8
* stage: Only invoke paint phase callbacks when painting viewsJonas Ådahl2020-04-291-5/+10
* clutter/stage: Add API to paint to a custom targetJonas Ådahl2020-04-292-0/+112
* stage: Pass paint context in phase callbacksJonas Ådahl2020-04-293-13/+19
* clutter/paint-context: Add paint flagJonas Ådahl2020-04-293-3/+27
* clutter/stage-cogl: Fix painting the redraw clip with the damage regionJonas Dreßler2020-04-281-11/+13
* keybindings: Mask out the reserved modifiers maskOlivier Fourdan2020-04-271-1/+1
* 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
* Update German translationChristian Kirbach2020-04-241-36/+49
* kms-impl/simple: Fix page_flip_data ref leak on fallbackPekka Paalanen2020-04-241-1/+4
* kms: Make GSource ready by defaultPekka Paalanen2020-04-241-0/+2
* core: Add private function to get the current selection ownerCarlos Garnacho2020-04-222-0/+43
* x11: Allow X11 clients to clear the selectionCarlos Garnacho2020-04-221-3/+21
* x11: Generalize x11 selection owner checksCarlos Garnacho2020-04-221-2/+2
* x11: Clear X11 selection source after unsetting ownerCarlos Garnacho2020-04-221-0/+1
* x11: Forward current selection state when initializing X11 selectionsCarlos Garnacho2020-04-221-9/+16
* wayland: Rely on MetaSelection::owner-changed for .selection event emissionCarlos Garnacho2020-04-191-53/+0
* wayland: Do not cancel old data source when setting new selectionCarlos Garnacho2020-04-191-2/+0
* wayland: Shuffle wl_data_source.cancelled version checks on DnDCarlos Garnacho2020-04-191-5/+5
* core: Cater for reading selection in chunksCarlos Garnacho2020-04-191-8/+46
* x11: Do not trust there is task in error pathsCarlos Garnacho2020-04-191-7/+10
* x11: Don't stall on write_async()Carlos Garnacho2020-04-191-8/+3
* x11: Fix iterative INCR property checksCarlos Garnacho2020-04-191-1/+1
* x11: Don't exceed transfer size in INCR chunksCarlos Garnacho2020-04-191-3/+8
* x11: Don't invariably queue a pending delete requestCarlos Garnacho2020-04-191-1/+4
* x11: Finish INCR transfers properlyCarlos Garnacho2020-04-191-1/+6
* x11: Wait till data is flushed before notifying on the pending taskCarlos Garnacho2020-04-191-1/+1
* x11: Only send SelectionNotify on first INCR chunkCarlos Garnacho2020-04-191-1/+6
* x11: Ensure flush() Flushes all output stream dataCarlos Garnacho2020-04-191-4/+8
* x11: Unset pending flush flag right before notifying on taskCarlos Garnacho2020-04-191-3/+5
* x11: Intern INCR atomCarlos Garnacho2020-04-191-1/+1
* x11: Flag flushes despite having less than the element sizeCarlos Garnacho2020-04-191-2/+7
* x11: XMaxRequestSize returns 4-byte unitsCarlos Garnacho2020-04-191-1/+1
* monitor-unit-tests: Ensure configuration is preserved in laptop with closed lidMarco Trevisan (Treviño)2020-04-162-0/+135
* monitor-config-manager: Fallback to closed laptop lid configurationMarco Trevisan (Treviño)2020-04-161-3/+15
* cursor-renderer-native: Take CRTC transform into accountJonas Ådahl2020-04-151-3/+4
* renderer-native: Use CRTC layout in stage viewJonas Ådahl2020-04-151-1/+5
* tests/monitor-unit-tests: Test non-hw-transform rotated tiled monitorsJonas Ådahl2020-04-151-0/+194
* monitor-config-manager: Only use crtc transform for assignmentJonas Ådahl2020-04-151-5/+8
* monitor: Fix tile coordinate calculationJonas Ådahl2020-04-152-5/+6
* input-settings: fix device list iterationPhillip Wood2020-04-121-1/+1
* wayland: preserve `xkb_state` on VT switchOlivier Fourdan2020-04-081-1/+11
* wayland/xdnd: Add error traps around Xdnd* IPCCarlos Garnacho2020-04-071-0/+24
* backends/native: Translate coordinates of absolute motion eventsJonas Troeger2020-04-071-0/+3
* backends/x11: Fix access to WacomDeviceCarlos Garnacho2020-04-071-8/+13
* clutter/stage: Don't assume stage relayouts reallocate everythingJonas Dreßler2020-04-071-6/+0
* window: Check aliveness a bit less aggressivelyJonas Ådahl2020-04-071-2/+3