Displaying 3 results from an estimated 3 matches for "findwindowatscreen".
2007 Jul 02
1
[PATCH] plugin conflict resolution between Fade & Animation
...ler to Fade that handles
animation's activate event to suppress fade on minimize/open/close.
The activate event doesn't identify the window being animated. It just
tells that there is an animation going on, which is enough for Fade to
resolve the conflict. Since Fade doesn't need to use
findWindowAtScreen, the performance impact is independent of the
number of windows and should be negligible.
The second patch removes the minimize_open_close option since it's not
necessary anymore (it was introduced to resolve the conflict). I guess
the option is not used for any other purpose by anybody. So it...
2007 Aug 20
1
[ANNOUNCE] compiz-0.5.4
...sk to REAL_MOD_MASK.
Select for focus change events on frame windows.
Revert "Select for focus change events on frame windows."
Usage of lastFoundWindow in findTopLevelWindowAtDisplay is
Avoid using lastFoundWindow in findWindowAtDisplay.
Reduce code by using findWindowAtScreen in
This should be taken care of by unhookWindowFromScreen.
Include proper compiler flags and link libdecoration to
Avoid use of strcasestr and case insensitive matching of
Rearrange some headers to avoid compile issues on solaris.
Cleanup.
Fix many function decla...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...ump version for 0.5.2 release.
Post release version increment.
Fix typo.
Remove whitespaces.
Add CompNoMask to REAL_MOD_MASK.
Usage of lastFoundWindow in findTopLevelWindowAtDisplay is
Avoid using lastFoundWindow in findWindowAtDisplay.
Reduce code by using findWindowAtScreen in
This should be taken care of by unhookWindowFromScreen.
Include proper compiler flags and link libdecoration to
Avoid use of strcasestr and case insensitive matching of
Rearrange some headers to avoid compile issues on solaris.
Use equalRange when checking if new va...