summaryrefslogtreecommitdiff
path: root/src/constraints.c
Commit message (Expand)AuthorAgeFilesLines
* disable onscreen resize constraints for right, left, and bottom, sinceGNOME_2_4_BRANCHPOINTRob Adams2003-10-071-40/+12
* Fix a bug with partial-width panel struts caused by incorrect computationRob Adams2003-09-201-8/+8
* do northwest resize when maximizing and fullscreening to avoid potentialRob Adams2003-08-211-6/+6
* recalculate frame geometry if the window gets maximized after placement,Rob Adams2003-08-191-2/+8
* fix but with maximizing/fullscreening windowsRob Adams2003-08-161-12/+3
* Allow windows that are too tall for the workarea to break the onscreenRob Adams2003-08-151-47/+83
* Update window shaking loose so that the window is moved to the pointer andRob Adams2003-07-281-15/+38
* Actually maximize after placement. See #116285.Rob Adams2003-06-291-1/+4
* nuke the lists of struts here, to improve confidence that we never try toHavoc Pennington2003-06-281-6/+21
* Update constraints code to support the new _NET_WM_STRUT_PARTIAL EWMHRob Adams2003-06-261-139/+282
* Revamp placement policy for windows that are maximized when they areRob Adams2003-06-091-4/+22
* Don't apply onscreen constraints to full screen windows. Fix for #110048Rob Adams2003-05-021-0/+1
* Don't try to force a window onscreen by more than its width. Fix forRob Adams2003-03-161-3/+5
* include left frame geometry when maximizing or fullscreening windows. FixRob Adams2003-03-121-2/+2
* Switch over to new constraints code, unquestionably introduces some bugs,Havoc Pennington2003-03-081-166/+441
* disable animation when shading windows, just doesn't really convey theHavoc Pennington2002-08-061-78/+939
* syncHavoc Pennington2002-07-241-13/+45
* fixes to the commentsHavoc Pennington2002-07-241-20/+93
* grab display across managing each screen; XGetInputFocus() on startup.Havoc Pennington2002-07-241-0/+147