X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=CHANGELOG;h=f4d737fd0bd4f328cd4428c1e97e79ed2e83fefa;hb=5e9f6a165c2304202d6e99993ce6deaac5d32ccc;hp=426b53ed496dc95417688e773e30d869a403a3bc;hpb=551a17d2563679eb6ef7c650f1384ee7e48dbc29;p=chaz%2Fopenbox diff --git a/CHANGELOG b/CHANGELOG index 426b53ed..f4d737fd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,18 @@ Changelog for Openbox: -2.0.1: +2.1.0: + * GNOME 2 Support. (Fixed problems with Gnome 2 (Ben Jansens) + taskbar. + + * Redo borders for styles. Any flat textured object (Ben Jansens) + (solid or gradient) can add "border" to its texture + and then its ".borderColor" resource will be used + for a 1 pixel-wide border around the element. + + * Add an optional Sticky button for window titlebars. + It can be added by putting an 'S' in your + titlebarLayout. (Scott Moynes) + * Fix SendTo menus. They would keep workspaces that had been deleted. (Ben Jansens) @@ -9,7 +21,29 @@ Changelog for Openbox: * Fixes for workspace warping. Window and mouse would (Ben Jansens) move slightly out of sync, as one motion event would - get dropped. + get dropped. Other windows could also be selected + for moving during the warp. Now everything works as + expected. + + * Better workspace changing for sticky windows, don't (Jason Kasper) + unmap/remap them, causing them to flicker. But keep + sloppy focus working right still. + + * Fixed Sloppy Focus-Auto Raise bug, as exibited by (Ben Jansens) + fullscreen SDL applications. A frame window would + be raised over the app. + + * Enforce windows' functionality, so that windows that (Ben Jansens) + aren't suppoosed to be able to perform actions, such + as iconify, can't end up being iconified anyhow. + (Fixes the "Desktop Access" feature in KDE.) + + * Fix window gravity handling for an application + resizing (ConfigureRequest event for resize only). (Ben Jansens) + + * Fix support for the Shape extension. (Ben Jansens) + + * Fix for recognizing kde systray windows unmapping. (Ben Jansens) 2.0.0: * Add an rc option (modiferMask) to allow changing (Ben Jansens)