summaryrefslogtreecommitdiff
path: root/src/x11
Commit message (Expand)AuthorAgeFilesLines
* x11-selection: Unref owners and cancellables on shutdownSebastian Keller2020-02-011-0/+12
* x11-selection: Don't store copies of strings that are not being usedSebastian Keller2020-02-011-16/+4
* x11-selection: Plug potential GInputStream leakSebastian Keller2020-02-011-0/+1
* x11-selection: Plug MetaSelectionSourceX11 leakSebastian Keller2020-02-011-0/+1
* x11-display: add support for _GTK_WORKAREAS_DnAlberts Muktupāvels2020-01-292-0/+54
* window/x11: Add function to convert the buffer to frame rectOlivier Fourdan2020-01-292-0/+23
* x11: Map x11 (UTF8_)STRING requests to text/plain mimetypesCarlos Garnacho2020-01-271-9/+50
* window/x11: Add `always_update_shape()` vfuncOlivier Fourdan2020-01-163-0/+17
* window/x11: Freeze commits on resizeOlivier Fourdan2020-01-161-0/+10
* window/x11: Add flag to thaw commits after resizeOlivier Fourdan2020-01-163-0/+26
* window/x11: Add `freeze_commits()/thaw_commits()`Olivier Fourdan2020-01-164-0/+34
* window: Always disarm XSYNC watchdog when X client respondsRay Strode2020-01-161-16/+22
* Use G_GNUC_FALLTHROUGH instead of commentsJonas Ådahl2020-01-091-4/+4
* x11-selection: Plug MetaX11SelectionOutputStream leakSebastian Keller2020-01-061-0/+1
* startup: Fix build with 'startup_notification=false'Christian Rauch2019-12-051-0/+6
* stack: Delegate layer calculation to a window vfuncFlorian Müllner2019-11-291-0/+119
* cleanup: Use g_clear_handle_id() for g_source_remove()Robert Mader2019-11-223-8/+3
* cleanup: Use g_clear_signal_handler() where possibleRobert Mader2019-11-211-2/+2
* window-props: Read WM_TRANSIENT_FOR for override-redirect windowsMarco Trevisan (Treviño)2019-11-071-7/+30
* window-props: Don't set override redirect windows as top-level parentMarco Trevisan (Treviño)2019-11-071-0/+9
* window-props: Don't look for parent multiple timesMarco Trevisan (Treviño)2019-11-071-13/+20
* x11-display: Get next serial just before using itMarco Trevisan (Treviño)2019-11-061-1/+1
* x11-display: Don't unset the X11 focused window after setting oneMarco Trevisan (Treviño)2019-11-061-1/+6
* window-xwayland: Add Xwayland fullscreen games workaroundHans de Goede2019-11-011-0/+1
* x11: Update X11 focus before updating MetaDisplay focusCarlos Garnacho2019-10-221-1/+1
* x11: Iterate over selections in a safer manner for event handlingCarlos Garnacho2019-10-211-4/+14
* x11: Detach selection streams on disposeCarlos Garnacho2019-10-212-0/+30
* x11/window-controls: Pass around MetaX11Display directlyJonas Ådahl2019-10-154-111/+106
* core/core: Rename and move to x11/meta-x11-window-controlJonas Ådahl2019-10-152-0/+359
* Stop including core.h where it's not usedJonas Ådahl2019-10-151-1/+0
* x11: Map mimetypes back to selection atomsCarlos Garnacho2019-10-121-0/+9
* x11: Translate well known selection atoms to mimetypesCarlos Garnacho2019-10-101-0/+13
* window-x11: Refactor meta_prop_get_latin1_string() callsHans de Goede2019-10-031-22/+9
* xprops: Use g_new0 instead of malloc in size_hints_from_results()Hans de Goede2019-10-031-2/+2
* xprops: Use g_strdup in class_hint_from_results()Hans de Goede2019-10-031-26/+8
* xprops: Use g_new0 instead of calloc in wm_hints_from_results()Hans de Goede2019-10-031-2/+2
* xprops: Use g_free instead of XFree in text_property_from_results()Hans de Goede2019-10-031-4/+2
* xprops: Free counter_list_from_results() return value with g_free()Hans de Goede2019-10-031-1/+1
* xprops: Free latin1/utf8_string_from_results() return value with g_free()Hans de Goede2019-10-032-4/+4
* xprops: Use g_new0 instead of calloc in meta_prop_get_motif_hints()Hans de Goede2019-10-032-10/+3
* xprops: Free meta_prop_get_cardinal_list() return value with g_free()Hans de Goede2019-10-033-5/+5
* xprops: Free atom_list_from_results() return value with g_free()Hans de Goede2019-10-031-1/+1
* xprops: Use meta_XFree instead of XFree in validate_or_free_results()Hans de Goede2019-10-031-6/+3
* x11: Update focus on the X11 display before the MetaDisplayCarlos Garnacho2019-09-271-4/+4
* x11: Minor refactor of input focus handling codeCarlos Garnacho2019-09-132-9/+30
* x11: Use the currently focused X window for _NET_ACTIVE_WINDOWCarlos Garnacho2019-09-131-1/+4
* x11: Trace XEvent processingJonas Ådahl2019-09-021-0/+4
* x11: Add window test before accessing reparents_pending fieldRémi Bernon2019-09-021-1/+1
* core: Fix multiple reparent requests handlingRémi Bernon2019-09-021-1/+4
* iconcache: Avoid xrender picture formats when creating cairo surfaceRay Strode2019-08-271-25/+7