X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=CHANGELOG;h=558231ed9c1f3b5aa13d72684c45efea5ba213c8;hb=90c81dfff01c2d6766d9baa3e2b807793b7ba171;hp=6eb1942cec12fd72b7e1d18e3ff4884b067c89e9;hpb=6f8d9cde7dd5a4dfc0faec64e3feb65943a4f01a;p=chaz%2Fopenbox diff --git a/CHANGELOG b/CHANGELOG index 6eb1942c..558231ed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,42 @@ +3.3: + * Made edge resist and Send/MoveToEdge not hit windows at layers below + the current one, by default. This is now configurable. + * Fixed directional focus not getting trapped in omnipresent windows + * Fixed focus actions when bound to the mouse, normal focus cycle is always + linear and directional focus is totally disabled, it makes no sense + anyway, just move the mouse. + +3.2: + * Added spanish and swedish translations + * Changed "Unnamed Desktop" to "Desktop n" where n is the actual + number of the desktop + * Hopefully no more of the hanging X totally bug + * the fullscreen property now overrides aspect hints, all programs i've + tried that use it (mplayer and tvtime) handle the aspect internally + anyway, this just makes sure you have black borders all the way to the + edge. If this breaks anything for you, let me know. + * Added M as an alias for Mod3 in the same manner that W is an alias for Mod4 + * Added probably too many options and actions + * ToggleDockAutohide to toggle the autohide option at runtime, + doesn't save it to the config + * keepBorder option to set if you want the 1-pixel border when you + toggleDecorations + * added popupShow and popupPosition to control where and when the + move/resize-popup is shown, these go in the resize section of the config + popupPosition can be Top or Center, popupShow can be Always, Never or + Nonpixel (this is the default). + * Added the xorStyle option to change the behaviour of menus along the bottom + edge, note that the default is true + * warpPointer option in the menu section to control if the mouse cursor is + to be warped by openbox when the menu moves to keep on screen to keep the + cursor in the same place relative to the menu. (I think i got that right) + * Added back the focusLast option (this controls what happens when you + change desktops and have followMouse on) + * Added an option to set which desktop to start on when you start openbox, + firstdesk, for example you might like to set it to 5 if you have a 3x3 + grid to start in the middle. + * I think that was everything, have fun + 3.1: * Added japanese translation (bug #1029) * Closed bug #1060 (modal unfocused window should be placed above @@ -15,6 +54,8 @@ "on top" state) * Closed bug #881 (Programs started with X become zombies upon shutdown.) + * Closed bug #1025 (desktopnext/previous and desktopleft/right dont + quite get along) 3.0: * Closed bug #908 (sometimes some weird grab is left)