- Added "_OB_APP_TITLE" property
- Fixes #3: OBApps crashes on start with wxPython v4.1.1
- Fixes #2: OBApps fails to launch if there is no application tag in the applications-section of rc.xml
- First try on fixing GUI
- Fix GUI and AboutDialog, bump version to 0.2.2
- Fix python shebang (duh!)
- Code converted to Python3 (2to3).
- Fixed wxPyDeprecationWarnings
- Maximized setting of both in GUI now properly translates to "yes" in XML.
- Fixed locale-dependent error checking when locating config file.
- Crosshair cursor for find; status bar removed
- No longer crashes if root window is clicked on during find.
- Xlib-dependent code moved to separate module.
- Determine correct config file if not using the default.
- Blank name/class/role/type values are loaded properly.
- Added proper installation script and removed '.py' extension.
- Changed to python-xlib for window picker. This removes dependency on python-wnck and allows picking to work across desktops.
- Added statusbar to indicate picking status because python-xlib doesn't seem to allow changing the cursor in a pointer grab.
- Automatically reconfigure Openbox when changes applied.
- Removed internal constraint on radio box titles.
- Added icons to buttons.
- Initial release