summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* backends: Drop unused functionCarlos Garnacho2020-09-232-12/+0
* wayland/window: Always flag acked move/resize as 'moved' if movedJonas Ådahl2020-09-181-3/+3
* backends/native: fix the scroll button lock right/middle mismatchPeter Hutterer2020-09-171-5/+19
* backends/native: Fall back to compositing if direct scanout failedJonas Ådahl2020-09-177-15/+56
* backends/x11: if the scroll button is nonzero, enable button scrollingPeter Hutterer2020-09-161-0/+1
* backends/x11: factor out the scroll method property changesPeter Hutterer2020-09-161-29/+16
* backends/x11: fix the property type for the scroll buttonPeter Hutterer2020-09-161-1/+1
* kms/crtc: Always consider gamma state validBenjamin Berg2020-09-151-32/+0
* kms/crtc: Read initial gamma stateJonas Ådahl2020-09-151-0/+2
* input-mapper: Don't match touchscreens to the absence of a monitorwip/smcv/issue1414Simon McVittie2020-09-141-1/+6
* screen-cast: Add 'dma-buf-screen-sharing' experimental featureJonas Ådahl2020-09-143-0/+8
* screen-cast: Enable DMA buffers only for i915Jonas Ådahl2020-09-141-11/+8
* backends: Hook ClutterSeat::touch-mode to PanelOrientationManagedCarlos Garnacho2020-09-053-1/+25
* backends: Check panel autorotation state before applying autorotationCarlos Garnacho2020-09-051-0/+3
* backends: Centralize panel autorotation in a DisplayConfig propertyCarlos Garnacho2020-09-054-0/+62
* backends: Add method/property to get accelerometer availabilityCarlos Garnacho2020-09-052-6/+63
* backends/input-mapper: Add some g_debug() traces to MetaInputMapperCarlos Garnacho2020-09-041-0/+10
* backends/input-mapper: Implement score mechanism to assign the most relevant ...Carlos Garnacho2020-09-041-65/+73
* backends: Allow integrated tablet devices to cycle outputsCarlos Garnacho2020-09-041-5/+9
* stream: Remove cursor if it's invisibleGeorges Basile Stavracas Neto2020-09-013-3/+12
* monitor-stream-src: Add before-paint watch to catch scanoutsGeorges Basile Stavracas Neto2020-09-011-0/+22
* monitor-stream-src: Generalize functionGeorges Basile Stavracas Neto2020-09-011-7/+10
* meta/stage: Process BEFORE_PAINT watchers at ClutterStage.before_paintGeorges Basile Stavracas Neto2020-09-011-3/+11
* monitor-stream-src: Blit scanout when availableGeorges Basile Stavracas Neto2020-09-011-10/+22
* cogl/scanout: Allow blitting to framebufferGeorges Basile Stavracas Neto2020-09-011-0/+132
* backends/native: Move pixel format helper to separate fileGeorges Basile Stavracas Neto2020-09-014-75/+132
* renderer-native: Cleanup unused variableGeorges Basile Stavracas Neto2020-09-011-1/+0
* window-stream-src: Record a full frame on damageGeorges Basile Stavracas Neto2020-09-011-1/+1
* wayland: Drop Xwayland abstract socketCarlos Garnacho2020-08-312-63/+8
* clutter/backends: Rename master and slave devicesFlorian Müllner2020-08-3110-80/+80
* core/display: Remove obsolete typedefFlorian Müllner2020-08-311-1/+0
* shaped-texture: Add debug paint overlay for opaque regionsRobert Mader2020-08-311-0/+83
* util: Add paint debug flagsRobert Mader2020-08-312-0/+39
* util: Small style cleanupsRobert Mader2020-08-311-9/+0
* wayland: Reword commentCarlos Garnacho2020-08-311-8/+5
* wayland: Flush text_input.done event after IM key eventCarlos Garnacho2020-08-311-3/+31
* clutter: Prepare input focus for IM event deliveryCarlos Garnacho2020-08-313-4/+12
* background-content: Use redraw_clip when culling is unavailableDaniel van Vugt2020-08-301-1/+12
* background-content: Explicitly distinguish stage space from actor spaceDaniel van Vugt2020-08-301-17/+45
* background-content: Don't set up pipeline unless it's neededDaniel van Vugt2020-08-301-7/+7
* wayland/surface: Don't update outputs recursively on mapped changesJonas Dreßler2020-08-293-17/+1
* wayland/surface: Don't update outputs on all geometry changesJonas Dreßler2020-08-291-4/+0
* wayland/actor-surface: Update outputs on stage-views changesJonas Dreßler2020-08-293-32/+6
* screen-cast: Add vmwgfx to the DMA buffer deny listGrey Christoforo2020-08-291-0/+1
* screen-cast: Disable DMA buffer based screen casting for QXLJonas Ådahl2020-08-293-0/+53
* kms/device: Provide driver name and descriptionJonas Ådahl2020-08-294-0/+64
* screen-cast: Move DMA buffer allocation to MetaScreenCastJonas Ådahl2020-08-293-11/+39
* backend: Add getter for MetaScreenCastJonas Ådahl2020-08-292-0/+13
* xwayland: Add a setting to disable selected X extensionsOlivier Fourdan2020-08-293-14/+87
* seat-native: Process device added/removed events as ClutterEventsMarco Trevisan (Treviño)2020-08-291-51/+57