summaryrefslogtreecommitdiff
path: root/src/core/stack.c
Commit message (Expand)AuthorAgeFilesLines
* core: Move remaining default focus window handling to workspaceSebastian Wick2022-09-201-124/+1
* window: Move some display level window processing to MetaDisplayJonas Ådahl2022-02-071-0/+2
* stack: Add prerequisites to some stack APICarlos Garnacho2021-12-011-0/+8
* util: Remove push/pop no msg prefix loggingJonas Ådahl2021-11-211-3/+0
* stack: Check workspace in get_default_focus_window()Alexander Mikhaylenko2021-08-121-4/+9
* main: Move rect related macro to util-private.hJonas Ådahl2021-05-171-1/+0
* stack: Add some trace instrumentationJonas Ådahl2020-12-011-0/+4
* Remove misplaced line break in g_* logging functionsJonas Ådahl2020-10-081-1/+1
* Make meta_* logging utilities not require line breakJonas Ådahl2020-10-081-20/+21
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-291-1/+1
* cogl: Install cogl-trace.h and include from cogl.hJonas Ådahl2020-03-261-1/+1
* stack: Delegate layer calculation to a window vfuncFlorian Müllner2019-11-291-127/+1
* window: Add get_default_layer() helperFlorian Müllner2019-11-291-6/+1
* stack: Move HAS_TRANSIENT_TYPE macro to window-privateFlorian Müllner2019-11-291-12/+5
* stack: Allow promoting transient windows to their parent's layerFlorian Müllner2019-11-281-2/+5
* meta: Move private defines to a private headerCarlos Garnacho2019-10-151-0/+1
* meta: Add META namespace to macrosRobert Mader2019-10-141-1/+1
* core: Trace various window management actionsJonas Ådahl2019-09-021-0/+7
* core: Move Stack to StackTracker synchronization back to stack.cCarlos Garnacho2019-08-261-0/+86
* stack: Style and introspection doc fixesMarco Trevisan (Treviño)2019-07-081-22/+21
* stack: Add a function to get a sorted list of focus candidatesMarco Trevisan (Treviño)2019-07-081-13/+42
* x11: Add MetaX11Stack objectCarlos Garnacho2019-05-241-252/+5
* core: Turn MetaStack into a GObjectCarlos Garnacho2019-05-241-20/+130
* window: Return focusable ability looking at properties onlyMarco Trevisan (Treviño)2019-02-141-0/+3
* window: Add is_focusable class methodMarco Trevisan (Treviño)2019-02-131-4/+1
* stack: Don't place Wayland popups in o-r layerJonas Ådahl2018-12-041-1/+11
* Clean up include macros messJonas Ådahl2018-11-061-11/+12
* Move workspace related code from MetaDisplay to MetaWorkspaceManagerArmin Krezović2018-07-061-7/+18
* Rename errors.[ch] to meta-x11-errors.[ch]Armin Krezović2018-07-061-1/+1
* Stop using MetaScreen where it is unnecessaryArmin Krezović2018-07-061-5/+0
* Move workspace handling to MetaDisplay and MetaX11DisplayArmin Krezović2018-07-061-7/+7
* Move rest of non-X11 specific objects from MetaScreenArmin Krezović2018-07-061-1/+1
* Move stack tracking and guard_window outside of MetaScreenArmin Krezović2018-07-061-20/+20
* Start populating MetaX11DisplayArmin Krezović2018-07-061-6/+7
* window: Defer stack placement without a bufferOlivier Fourdan2018-01-111-11/+5
* monitor-manager: Move logical monitor into its own fileJonas Ådahl2017-01-251-0/+1
* stack: Stack docks below other windows on fullscreen monitorsRui Matos2016-11-021-2/+2
* core: Remove META_LAYER_FULLSCREENRui Matos2016-07-061-41/+2
* stack: Don't add wayland windows to _NET_CLIENT_LISTRui Matos2016-05-121-22/+18
* stack: Stack both wayland and X hidden windows below the guard windowRui Matos2016-05-121-8/+7
* stack: Fix 32-bit issuesJasper St. Pierre2016-04-081-2/+3
* Revert "window: Remove old tiling code"Florian Müllner2016-01-101-0/+30
* window: Remove old tiling codeJasper St. Pierre2016-01-091-30/+0
* META_DEBUG_STACK: Fix message about the dumped window orderOwen W. Taylor2015-10-121-1/+1
* Avoid shadowing existing variablesFlorian Müllner2015-09-241-5/+1
* Don't calculate the main window monitor every time it`s neededJonas Ådahl2015-07-161-2/+1
* stack: Don't prefer windows in the same group as not_this_oneJasper St. Pierre2015-07-051-39/+4
* stack: Don't try to focus hidden windowsFlorian Müllner2015-06-301-4/+1
* stack: Fix a leakFlorian Müllner2015-01-211-0/+1
* Fix stacking of the guard windowOwen W. Taylor2014-09-241-4/+4