summaryrefslogtreecommitdiff
path: root/src/stack.c
Commit message (Expand)AuthorAgeFilesLines
* chdir to the user's home directory on startup. See #113755.Rob Adams2003-05-291-7/+19
* Should fix #108108, #106217, tracked down by Owen Taylor and FredericHavoc Pennington2003-03-171-26/+23
* Patch from Rob Adams addresses #95014 (placement issues), makes first fitHavoc Pennington2003-02-231-4/+4
* don't create constraints between windows on different screens, #106086Havoc Pennington2003-02-211-2/+6
* When checking if a window is fullscreen size, only require it to be at theHavoc Pennington2003-01-251-8/+21
* Fix for the "mangles focus window when switching workspaces and usingHavoc Pennington2003-01-221-8/+49
* also treat empty string as "unset" in this function.Havoc Pennington2002-12-081-0/+2
* never use a window with input = FALSE take_focus = FALSE as the defaultHavoc Pennington2002-11-121-0/+1
* use window-props.h stuff for a couple of properties (implement_showing):Havoc Pennington2002-11-031-1/+15
* include config.hHavoc Pennington2002-10-271-0/+1
* Optimizations for managing new windows (do not all take effect ifHavoc Pennington2002-10-211-5/+5
* replace the old apply_constraints with wacky new approach involvingHavoc Pennington2002-10-181-33/+303
* don't place transient-for-whole-group windows above _each other_, onlyHavoc Pennington2002-10-171-8/+12
* debug enhancementsHavoc Pennington2002-10-171-0/+1
* fix memory leak of group_windows, and don't use the variable name "tmp"Havoc Pennington2002-10-171-5/+7
* make the checks here allow windows larger than the screen in addition toHavoc Pennington2002-10-111-6/+6
* also keep utility/menu/toolbar windows above their whole group.Havoc Pennington2002-10-091-4/+37
* put ABOVE windows in same layer as docks.Havoc Pennington2002-10-021-1/+1
* make it staticHavoc Pennington2002-10-021-1/+6
* re-enable the FOCUSED_WINDOW layer, should now work correctly.Havoc Pennington2002-09-281-8/+2
* Rewrite stack code to work a lot differently. Should be better now, andHavoc Pennington2002-09-281-598/+462
* Temporarily disable use of the FOCUSED_WINDOW layer, because given theHavoc Pennington2002-09-281-1/+8
* raise the focused window, since it may not be the window on top, given theHavoc Pennington2002-09-281-10/+52
* constrain placement to try to keep windows from going offscreen to theHavoc Pennington2002-09-281-40/+112
* keep a flag transient_parent_is_root_window for whether theHavoc Pennington2002-09-271-1/+30
* new functionHavoc Pennington2002-09-241-3/+8
* translate some strings that should have been, and convert to localeHavoc Pennington2002-08-241-0/+3
* window is in fullscreen layer if any member of its group is fullscreenHavoc Pennington2002-08-121-2/+34
* update layer (meta_window_make_fullscreen): update layerHavoc Pennington2002-08-071-3/+6
* raise/focus on click, even if the click was on the client area (this makesHavoc Pennington2002-08-041-1/+1
* Apply blackc@speakeasy.net patch, bug #83940, to do mini-workspacesHavoc Pennington2002-07-061-0/+36
* don't use a minimized window as the next focus window, patch fromHavoc Pennington2002-06-181-0/+1
* Apply big patch from blackc@speakeasy.net adding a popup window to theHavoc Pennington2002-06-091-1/+1
* Patch from Erwann Chenede for raise_or_lower keybindingHavoc Pennington2002-05-291-2/+8
* keep the tooltip on the screen horizontally, #76825Havoc Pennington2002-05-111-0/+7
* add override redirect test windowHavoc Pennington2002-05-111-4/+96
* remove the unused tab stuffHavoc Pennington2002-04-051-176/+0
* use new functionsHavoc Pennington2002-03-121-7/+5
* hmm, and don't set last_window at all if we don't ++newp. Fixes even moreHavoc Pennington2002-02-091-1/+0
* assign last_window prior to ++newp, so we don't try to stack windows withHavoc Pennington2002-02-091-2/+2
* try to make more error message strings the same, easier for translatorsHavoc Pennington2002-02-091-1/+1
* put in some kind of distinctive frame for UTILITY, though it's ugly. AlsoHavoc Pennington2002-02-091-0/+4
* Throughout: move to meta_topic rather than meta_verbose so metacity.logHavoc Pennington2002-02-081-17/+17
* disable custom log handler and fatal mask for nowHavoc Pennington2002-02-071-4/+5
* only bump unmaps_pending if the window was mappedHavoc Pennington2002-01-111-0/+1
* focus top window when switching to a new workspaceHavoc Pennington2002-01-031-0/+54
* I was using meta_workspace_contains_window() in a number of places whereHavoc Pennington2001-10-251-6/+6
* fix to keep desktop window from appearing on top of everything else, amongHavoc Pennington2001-10-231-0/+6
* take a window mapped at fullscreen size/pos to desire maximization; once IHavoc Pennington2001-10-141-4/+0
* set last window before setting newp, so we don't get the current window asHavoc Pennington2001-10-131-4/+5