summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Replace contents with redirect messagemasterFlorian Müllner2021-07-1971-43439/+0
* backends: Shuffle ClutterBackendX11 code into MetaClutterBackendX11Carlos Garnacho2021-07-161-1/+1
* core: Add private utility function to get Clutter debug flagsCarlos Garnacho2021-07-162-1/+13
* util: Add 'backend' debug topicJonas Ådahl2021-07-161-0/+3
* context: Move the signal handling and dir management to userJonas Ådahl2021-07-151-47/+0
* tests: Move 'wait-for-X11-display' helper to MetaContextTestJonas Ådahl2021-07-151-0/+2
* context: Move 'replace-current-wm' tracking to the contextJonas Ådahl2021-07-154-14/+17
* context: Move X11 display policy under the contextJonas Ådahl2021-07-156-135/+47
* context: Allow controlled destructionJonas Ådahl2021-07-151-1/+19
* context: Add explicit state trackingJonas Ådahl2021-07-151-4/+58
* x11-display: Get _GNOME_WM_KEYBINDINGS from the contextJonas Ådahl2021-07-152-0/+23
* x11-display: Get _NET_WM_NAME from contextJonas Ådahl2021-07-152-0/+10
* wayland: Initialize in a single stepJonas Ådahl2021-07-151-5/+1
* context: Make the context own MetaWaylandCompositorJonas Ådahl2021-07-152-11/+24
* Remove meta_quit()Jonas Ådahl2021-07-152-45/+0
* x11/session: Use MetaContext to terminate instead of meta_quit()Jonas Ådahl2021-07-151-1/+2
* display: Keep pointer to the contextJonas Ådahl2021-07-153-4/+29
* main: Move MetaX11DisplayPolicy to a new meta-private-enums.hJonas Ådahl2021-07-152-7/+32
* context: Make context owner of MetaDisplayJonas Ådahl2021-07-153-23/+28
* context: Make the context owner of the backendJonas Ådahl2021-07-152-6/+32
* main: Remove now unused functions used for running mutterJonas Ådahl2021-07-151-789/+7
* context: Add way to add custom option groupJonas Ådahl2021-07-151-0/+11
* context: Add way to set plugin GType instead of nameJonas Ådahl2021-07-151-2/+21
* main: Remove meta_test_init()Jonas Ådahl2021-07-152-109/+5
* mutter: Port to MetaContextJonas Ådahl2021-07-151-14/+31
* Introduce MetaContextMainJonas Ådahl2021-07-154-2/+695
* display: Don't include sn.h from display-private.hJonas Ådahl2021-07-151-4/+0
* context: Handle dealing with option entriesJonas Ådahl2021-07-151-0/+43
* main: Temporarily tie meta_quit() to meta_context_terminate*()Jonas Ådahl2021-07-152-2/+45
* context: Add 'notify_ready()' vfunc and methodJonas Ådahl2021-07-152-0/+8
* context: Init debug utils during setup phaseJonas Ådahl2021-07-151-0/+1
* context: Init introspection paths during setupJonas Ådahl2021-07-151-0/+10
* context: Change to home directory during setupJonas Ådahl2021-07-151-0/+15
* context: Initialize signal handlers during setupJonas Ådahl2021-07-151-0/+33
* context: Init prefs when startingJonas Ådahl2021-07-151-0/+3
* context: Add start/run/terminate phasesJonas Ådahl2021-07-151-0/+95
* context: Load plugin during setup phaseJonas Ådahl2021-07-151-0/+22
* context: Add setup phaseJonas Ådahl2021-07-152-0/+48
* util: Export meta_set_syncing() symbolJonas Ådahl2021-07-151-0/+3
* context: Set up locale on initJonas Ådahl2021-07-151-0/+6
* context: Add create_backend() vfuncJonas Ådahl2021-07-151-0/+4
* context: Add entry points for context configurationJonas Ådahl2021-07-152-0/+41
* main: Move MetaCompositorType to a new meta-enums.hJonas Ådahl2021-07-153-8/+3
* Introduce mostly empty MetaContext typeJonas Ådahl2021-07-152-0/+148
* core: Add ::timeout signal to MetaStartupSequenceCarlos Garnacho2021-07-091-1/+13
* events: Only support super+scroll on waylandFlorian Müllner2021-07-081-1/+3
* core: Be more careful around n_modes signednessCarlos Garnacho2021-07-071-3/+5
* main: Avoid calling meta_wayland_compositor_get_default() on X11Daniel van Vugt2021-06-021-1/+4
* wayland: Make init and shutdown symmetricJonas Ådahl2021-05-181-2/+10
* backends: Introduce MetaIdleManagerJonas Ådahl2021-05-182-7/+5