summaryrefslogtreecommitdiff
path: root/src/core/meta-context-main.c
Commit message (Expand)AuthorAgeFilesLines
* Replace using sscanf() to parse mode strings with new helperJonas Ådahl2023-04-181-5/+2
* core: Retrieve DESKTOP_AUTOSTART_ID early on startupCarlos Garnacho2023-03-181-0/+11
* core: Setup and use ownership chainsJonas Ådahl2022-12-171-1/+2
* x11: Let X11 connection owners call XSynchronize() themselvesJonas Ådahl2022-06-031-1/+13
* context/main: Disable X11 specific optionsBilal Elmoussaoui2022-06-011-0/+6
* native: Replace 'headless' property with 'mode' propertyJonas Ådahl2022-01-141-1/+1
* context: Add (hidden) --unsafe-mode optionFlorian Müllner2021-09-021-0/+7
* context: Move 'replace-current-wm' tracking to the contextJonas Ådahl2021-07-151-1/+9
* context: Move X11 display policy under the contextJonas Ådahl2021-07-151-6/+32
* x11/session: Use MetaContext to terminate instead of meta_quit()Jonas Ådahl2021-07-151-1/+2
* context: Make the context owner of the backendJonas Ådahl2021-07-151-0/+4
* Introduce MetaContextMainJonas Ådahl2021-07-151-0/+663