Age | Commit message (Expand) | Author | Files | Lines |
2007-12-19 | sort source files into these directories according to which part of the WM | Havoc Pennington | 1 | -1603/+0 |
2006-10-01 | Stick an emacs comment directive at the beginning of all the code files so | Elijah Newren | 1 | -0/+2 |
2006-08-21 | Fix several bugs with handling of fullscreen windows, causing them to not | Elijah Newren | 1 | -37/+1 |
2006-04-13 | *** empty log message *** | Björn Lindqvist | 1 | -2/+2 |
2006-02-12 | actually use META_LAYER_TOP but just manually make it equal to | Elijah Newren | 1 | -1/+1 |
2006-01-20 | Patch from Kjartan Maraas to fix a lot of tiny issues (unused variable | Elijah Newren | 1 | -8/+8 |
2005-11-19 | Merge of all the changes on the constraints_experiments branch. This is | Elijah Newren | 1 | -12/+5 |
2005-10-08 | Add my copyright notice to a number of files on which it should already | Elijah Newren | 1 | -0/+1 |
2005-08-01 | use only the expected_focus_window instead of both the focused_window and | Elijah Newren | 1 | -6/+5 |
2005-01-28 | Patch from RHEL-3 (Havoc doesn't remember how it got there) that Havoc | Elijah Newren | 1 | -3/+18 |
2005-01-27 | Treat splashscreens same as other windows for stacking. Fixes #165243. | Elijah Newren | 1 | -5/+1 |
2005-01-24 | Restore original stacking when aborting an alt-esc window switch | Elijah Newren | 1 | -0/+104 |
2004-12-23 | Rename meta_window_visible_on_workspace to | Elijah Newren | 1 | -2/+2 |
2004-06-24 | Add support for _NET_WM_USER_TIME | Elijah Newren | 1 | -8/+18 |
2004-03-02 | don't promote due to transiency; we handle that elsewhere now. | Rob Adams | 1 | -94/+45 |
2004-02-28 | Revert 2/27 patch for layer promotion. | Rob Adams | 1 | -83/+32 |
2004-02-28 | Handle layer promotion of transient descendants of layer-promoted windows | Rob Adams | 1 | -32/+84 |
2003-08-19 | put windows with wm_state_below at the bottom. Make this higher priority | Rob Adams | 1 | -3/+5 |
2003-07-28 | Update window shaking loose so that the window is moved to the pointer and | Rob Adams | 1 | -2/+6 |
2003-05-29 | chdir to the user's home directory on startup. See #113755. | Rob Adams | 1 | -7/+19 |
2003-03-17 | Should fix #108108, #106217, tracked down by Owen Taylor and Frederic | Havoc Pennington | 1 | -26/+23 |
2003-02-23 | Patch from Rob Adams addresses #95014 (placement issues), makes first fit | Havoc Pennington | 1 | -4/+4 |
2003-02-21 | don't create constraints between windows on different screens, #106086 | Havoc Pennington | 1 | -2/+6 |
2003-01-25 | When checking if a window is fullscreen size, only require it to be at the | Havoc Pennington | 1 | -8/+21 |
2003-01-22 | Fix for the "mangles focus window when switching workspaces and using | Havoc Pennington | 1 | -8/+49 |
2002-12-08 | also treat empty string as "unset" in this function. | Havoc Pennington | 1 | -0/+2 |
2002-11-12 | never use a window with input = FALSE take_focus = FALSE as the default | Havoc Pennington | 1 | -0/+1 |
2002-11-03 | use window-props.h stuff for a couple of properties (implement_showing): | Havoc Pennington | 1 | -1/+15 |
2002-10-27 | include config.h | Havoc Pennington | 1 | -0/+1 |
2002-10-21 | Optimizations for managing new windows (do not all take effect if | Havoc Pennington | 1 | -5/+5 |
2002-10-18 | replace the old apply_constraints with wacky new approach involving | Havoc Pennington | 1 | -33/+303 |
2002-10-17 | don't place transient-for-whole-group windows above _each other_, only | Havoc Pennington | 1 | -8/+12 |
2002-10-17 | debug enhancements | Havoc Pennington | 1 | -0/+1 |
2002-10-17 | fix memory leak of group_windows, and don't use the variable name "tmp" | Havoc Pennington | 1 | -5/+7 |
2002-10-11 | make the checks here allow windows larger than the screen in addition to | Havoc Pennington | 1 | -6/+6 |
2002-10-09 | also keep utility/menu/toolbar windows above their whole group. | Havoc Pennington | 1 | -4/+37 |
2002-10-02 | put ABOVE windows in same layer as docks. | Havoc Pennington | 1 | -1/+1 |
2002-10-02 | make it static | Havoc Pennington | 1 | -1/+6 |
2002-09-28 | re-enable the FOCUSED_WINDOW layer, should now work correctly. | Havoc Pennington | 1 | -8/+2 |
2002-09-28 | Rewrite stack code to work a lot differently. Should be better now, and | Havoc Pennington | 1 | -598/+462 |
2002-09-28 | Temporarily disable use of the FOCUSED_WINDOW layer, because given the | Havoc Pennington | 1 | -1/+8 |
2002-09-28 | raise the focused window, since it may not be the window on top, given the | Havoc Pennington | 1 | -10/+52 |
2002-09-28 | constrain placement to try to keep windows from going offscreen to the | Havoc Pennington | 1 | -40/+112 |
2002-09-27 | keep a flag transient_parent_is_root_window for whether the | Havoc Pennington | 1 | -1/+30 |
2002-09-24 | new function | Havoc Pennington | 1 | -3/+8 |
2002-08-24 | translate some strings that should have been, and convert to locale | Havoc Pennington | 1 | -0/+3 |
2002-08-12 | window is in fullscreen layer if any member of its group is fullscreen | Havoc Pennington | 1 | -2/+34 |
2002-08-07 | update layer (meta_window_make_fullscreen): update layer | Havoc Pennington | 1 | -3/+6 |
2002-08-04 | raise/focus on click, even if the click was on the client area (this makes | Havoc Pennington | 1 | -1/+1 |
2002-07-06 | Apply blackc@speakeasy.net patch, bug #83940, to do mini-workspaces | Havoc Pennington | 1 | -0/+36 |