search for: constrainnewwindowsize

Displaying 3 results from an estimated 3 matches for "constrainnewwindowsize".

2007 Apr 05
1
Ignoring increment hint when maximized horz/vert
Here's a quick patch to have either horz or vert (instead of both) maximized windows honor the "ignore" option: --- src/window.c +++ src/window.c @@ -4012,7 +4012,7 @@ constrainNewWindowSize (CompWindow *w, if (d->opt[COMP_DISPLAY_OPTION_IGNORE_HINTS_WHEN_MAXIMIZED].value.b) { - if ((w->state & MAXIMIZE_STATE) == MAXIMIZE_STATE) + if (w->state & MAXIMIZE_STATE) flags &= ~(PResizeInc | PAspect); } After playing with that, how...
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
...ter' of git+ssh://maniac at git.freedesktop.org/git/xorg/app/compiz First attempt to focus the window under the pointer if 'click to focus' is not enabled. Fix typo. Merge branch 'master' of git+ssh://maniac at git.freedesktop.org/git/xorg/app/compiz Make constrainNewWindowSize return TRUE whenever constraining was applied. Don't issue ungrab notify before server side processing is finished. Fix typo. Track the first grabbed window, not the last one. Merge branch 'master' of git+ssh://maniac at git.freedesktop.org/git/xorg/app/compiz...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...ew metadata system. Update screenshot plugin to use new metadata system. Update scale plugin to use new metadata system. Fix some minor metadata errors. First attempt to focus the window under the pointer if 'click to focus' is not enabled. Fix typo. Make constrainNewWindowSize return TRUE whenever constraining was applied. Don't issue ungrab notify before server side processing is finished. Fix typo. Track the first grabbed window, not the last one. Don't make fill colors entirely transparent by default. Notify other clients of windo...