summaryrefslogtreecommitdiff
path: root/src/place.c
Commit message (Expand)AuthorAgeFilesLines
* 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