summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wayland/actor-surface: Call ensure_size_valid() on shaped-textureRobert Mader2021-03-301-0/+2
* shaped-texture: Expose ensure_size_valid() APIRobert Mader2021-03-302-9/+11
* shaped-texture: Use G_APPROX_VALUE to compare viewport source rectsRobert Mader2021-03-301-4/+8
* region-utils: Fix typo in crop_and_scale() fastpathRobert Mader2021-03-301-2/+2
* shaped-texture: Viewport update calculation fixesRobert Mader2021-03-301-4/+4
* xwayland: Check permissions on /tmp/.X11-unixOlivier Fourdan2021-03-181-1/+44
* xwayland: Use defines for X11 directory and pathOlivier Fourdan2021-03-181-7/+12
* xwayland: Make sure /tmp/.X11-unix/ existsJonas Ådahl2021-03-181-0/+26
* wayland/subsurface: Move placement ops to the parents pending stateRobert Mader2021-03-144-68/+110
* frame: Fix crash when clicking below titlebar with broken gtk themesSebastian Keller2021-03-091-0/+9
* window-actor/x11: Queue full actor redraw when redraw queuedJonas Ådahl2021-03-091-6/+7
* compositor/x11: Notify the sync ring about frames on updatesJonas Ådahl2021-03-091-17/+18
* core: Account for the globally active input caseOlivier Fourdan2021-02-231-0/+8
* window: Add "is_focus_async" APIOlivier Fourdan2021-02-234-0/+26
* wayland: Avoid automatically decoupling source/offer after grabCarlos Garnacho2021-02-111-5/+1
* wayland: Manually detach source/offer on failure pathsCarlos Garnacho2021-02-111-0/+2
* wayland: Plug XDnD drag source leakCarlos Garnacho2021-02-111-0/+1
* wayland: Make XDnD grab unlink source/offer manuallyCarlos Garnacho2021-02-111-5/+13
* compositor/dnd-actor: Take geometry scale into account on DnD-cancelRobert Mader2021-02-061-2/+16
* wayland/dnd-surface: Use new API to set geometry scale of feedback actorRobert Mader2021-02-061-12/+3
* feedback-actor: Add API to set and get geometry scaleRobert Mader2021-02-062-2/+39
* window/x11: Check before freezing commitsOlivier Fourdan2021-02-031-1/+15
* window-actor: Add a new can_freeze_commits() APIOlivier Fourdan2021-02-034-0/+27
* window: Freeze stack when calculating showing stateJonas Ådahl2021-02-031-0/+5
* screen-cast/area-src: Handle monitors changes here tooJonas Ådahl2021-01-291-0/+21
* screen-cast/monitor-stream: Don't fall apart when monitor changesJonas Ådahl2021-01-291-13/+50
* screen-cast-stream: Add getter for stream srcJonas Ådahl2021-01-292-0/+11
* workspace: Downgrade assert to warning when adding windowJonas Ådahl2021-01-291-1/+2
* tests/monitor-config: Improve debugging outputThomas Mühlbacher2021-01-291-1/+1
* monitor-config: Free `meta_monitor_spec` safelyThomas Mühlbacher2021-01-291-1/+2
* monitor-config-store: Properly escape monitor specThomas Mühlbacher2021-01-2928-44/+59
* window: Guard can_ping() against unmanaging windowsFlorian Müllner2021-01-281-0/+2
* window: Do not handle ungrabbed events when unmanagingFlorian Müllner2021-01-281-0/+3
* wayland: Ensure pointer constraint region consistencyCarlos Garnacho2021-01-121-6/+9
* monitor-manager-xrandr: Disable CRTCs if there is no monitorKai-Heng Feng2021-01-111-0/+7
* monitor-manager-kms: Disable CRTCs if there is no monitorKai-Heng Feng2021-01-113-0/+25
* renderer/native: Refactor modeset boilerplate into new helpersKai-Heng Feng2021-01-111-39/+45
* tests/stacking: Add test hiding a modal with a not shown parentJonas Ådahl2020-12-184-3/+72
* core: Be more selective looking for a focusable ancestorOlivier Fourdan2020-12-181-1/+4
* core: Make sure focus_default_window() workedOlivier Fourdan2020-12-181-16/+42
* xwayland: Set xrandr primary outputAleksandr Mezin2020-12-154-1/+123
* barrier: Complain loudly if bogus barriers are createdJonas Ådahl2020-11-271-0/+4
* seat-native: Fix has_touchscreen becoming FALSE when a non touchscreen device...Hans de Goede2020-11-271-1/+2
* backends/native: Don't crash if keymap is misconfiguredSimon McVittie2020-11-273-0/+11
* monitor-config-manager: Handle multiple builtin panels gracefullycherry-pick-f6db6cd2Jonas Ådahl2020-11-272-0/+149
* screen-cast: Fix segfault when drawing cursorFlorian Zwoch2020-11-261-0/+3
* surface-actor-wayland: Optimize get_current_primary_view for single viewRobert Mader2020-11-231-7/+15
* backends/native: Wait to have an stage before emitting CLUTTER_DEVICE_ADDEDCarlos Garnacho2020-11-231-7/+28
* window: Fix size hints with CSDOlivier Fourdan2020-11-231-1/+1
* core/window: Move size hints to dedicated functionChristian Rauch2020-11-231-6/+11