summaryrefslogtreecommitdiff
path: root/src/place.c
Commit message (Expand)AuthorAgeFilesLines
* Merge of all the changes on the constraints_experiments branch. This isElijah Newren2005-11-191-68/+43
* Fix edge snapping for multi-screen (non-xinerama) setups. #319425Elijah Newren2005-10-231-5/+7
* Add my copyright notice to a number of files on which it should alreadyElijah Newren2005-10-081-0/+1
* Moved the call to meta_screen_get_natural_xinerama_list to earlier inBrent Smith2005-09-021-4/+4
* Avoid obscuring centered-on-desktop windows which are denied focus. FixesElijah Newren2005-08-131-1/+1
* Improve the behavior of keyboard move/resize and edge snapping. Still notRay Strode2005-08-031-114/+155
* remove some unneeded debug spew that was causing crashes. Fixes #311819.Elijah Newren2005-07-281-14/+0
* try to place windows denied focus near the focus window and fix a xineramaElijah Newren2005-07-251-11/+93
* Fix an obscure xinerama placement bug with windows that are too large toElijah Newren2005-02-201-1/+1
* Avoid new windows being obscured by the focus window (and thus possiblyElijah Newren2005-02-111-1/+128
* Take into account the appropriate list of windows when placing a new one.Elijah Newren2005-01-281-2/+3
* Plug a pair of leaks. Fixes #165378Elijah Newren2005-01-271-0/+4
* Partially resolve the conflicting requirements of windows on multipleElijah Newren2004-12-221-1/+1
* When snap-moving, don't snap to transients of minimized windows since theyElijah Newren2004-12-201-4/+1
* use maximize_after_placement to automaximize in meta_window_place; avoidsRob Adams2003-11-081-3/+1
* Try harder to find a theme in the event that the theme in the preferenceRob Adams2003-11-081-5/+14
* Revamp placement policy for windows that are maximized when they areRob Adams2003-06-091-67/+82
* cascade on xinerama with pointer instead of on first xinerama.Rob Adams2003-04-071-6/+4
* Update placement policy for screen with multiple xineramas. Windows willRob Adams2003-04-061-155/+99
* Fix a minor off-by-one error. See #110079.Rob Adams2003-04-061-3/+3
* Patch from Rob Adams addresses #95014 (placement issues), makes first fitHavoc Pennington2003-02-231-54/+83
* try extra cascades alongside the first, if the first fails; patch fromHavoc Pennington2002-10-021-31/+55
* constrain placement to try to keep windows from going offscreen to theHavoc Pennington2002-09-281-2/+16
* update best_overlap as we go through the loop - doh. Fix fromHavoc Pennington2002-09-251-1/+30
* fix compiler warningsHavoc Pennington2002-09-121-2/+23
* try to maximize windows that are too big for the work areaHavoc Pennington2002-07-121-3/+20
* increase the cascade threshold a bit. (find_first_fit): implement aHavoc Pennington2002-06-181-55/+313
* don't run constrain_placement on windows we allow to go anywhere (docks,Havoc Pennington2002-06-091-24/+25
* Yeah I know maximization is broken, I'm too tired to fix it. ProbablyHavoc Pennington2002-06-081-0/+21
* short-circuit the "only one xinerama" case, and use outer rect of windowHavoc Pennington2002-06-081-4/+4
* implementHavoc Pennington2002-06-071-5/+8
* Take Xinerama screen edges into consideration.Anders Carlsson2002-05-251-4/+18
* move pposition/usposition honoring code into here, instead of putting itHavoc Pennington2002-05-131-1/+56
* on unminimize, queue calc_showing on all transientsHavoc Pennington2002-05-051-13/+62
* don't try to decorate toolbars.Havoc Pennington2002-05-011-1/+7
* put in some kind of distinctive frame for UTILITY, though it's ugly. AlsoHavoc Pennington2002-02-091-3/+4
* Throughout: move to meta_topic rather than meta_verbose so metacity.logHavoc Pennington2002-02-081-5/+5
* store strut information, update it on property changes, etc. etc. so weHavoc Pennington2002-01-101-18/+17
* handle queue/unqueue of calc showings as we are iterating over the pendingHavoc Pennington2001-10-301-7/+3
* I was using meta_workspace_contains_window() in a number of places whereHavoc Pennington2001-10-251-2/+2
* don't use gdk_display_nameHavoc Pennington2001-09-091-0/+6
* avoid focusing a window on tab popup popdownHavoc Pennington2001-08-301-1/+5
* ...rhp2001-07-281-1/+6
* ...rhp2001-07-261-54/+227
* ...rhp2001-07-121-0/+349
* ...rhp2001-07-041-5/+3
* ...rhp2001-07-041-1/+1
* ...rhp2001-07-031-2/+10
* ...rhp2001-06-241-2/+207
* ...rhp2001-06-241-0/+95