openbox
openbox copied to clipboard
Openbox Window Manager (OpenboxWM)
This is a fix for: https://bugzilla.icculus.org/show_bug.cgi?id=4408 When we go to unmaximize, if the client is currently on a different monitor than the one it was on when it was originally...
Without this, Openbox is unstable on any setup with more than 2 X screens, as the collision can make the loop infinitely call XQueryPointer() on X screen 1.
When the direction is right-to-left, `i == -1` so memory is read one byte before the string before the pointer is checked against the bound.
New translations and minor corrections
add new theme elements: - focus.cycle.bg.color - focus.cycle.border.color Explanation: I was suprised this highly configurable window manager had no option to theme the focus indicator and the default colors did...
Use of __future__ required to support file=sys.stderr
This option lets user to stop application processes automatically when all the application windows are hidden from the user. A window is considered hidden when it's iconified or shaded or...
There is a bug that appears when windows are created … and destroyed in a random way: some "zombie" windows appears, they cannot be destroyed, they have almost no properties...
Windows which can't get focus (FALSE passed to gtk_window_set_accept_focus()) can grab it from active window while moving them. This behavior causes bugs in programs which use focus-in-event and focus-out-event combined...