update
This commit is contained in:
parent
7d41b4c799
commit
74fdeff705
2 changed files with 14 additions and 2 deletions
12
ChangeLog
12
ChangeLog
|
@ -6,6 +6,18 @@ Changes for 0.9.2:
|
||||||
* Add UnderMousePlacement policy, plus minor positioning fix (Simon)
|
* Add UnderMousePlacement policy, plus minor positioning fix (Simon)
|
||||||
-> Patch originally contributed by "Mike" (lgn@users.sf)
|
-> Patch originally contributed by "Mike" (lgn@users.sf)
|
||||||
Screen.hh Workspace.cc fluxbox.cc Window.cc
|
Screen.hh Workspace.cc fluxbox.cc Window.cc
|
||||||
|
* Fixed so WinButton updates sticky state from FluxboxWindow (Henrik)
|
||||||
|
WinButton.hh/cc, Screen.cc
|
||||||
|
* Added basic drawable functions to FbWindow (Henrik)
|
||||||
|
* drawLine, drawRect, fillRect, copyArea
|
||||||
|
FbWindow.hh/cc
|
||||||
|
* Fixed SlitTheme (Henrik)
|
||||||
|
Slit.cc/hh
|
||||||
|
* Removed old theme engine (Henrik)
|
||||||
|
Theme.hh/cc
|
||||||
|
* Added RootTheme.hh/cc (Henrik)
|
||||||
|
Screen.hh/cc, Workspace.cc, Slit.cc, IconBar.cc, Toolbar.cc
|
||||||
|
fluxbox.cc
|
||||||
*03/04/24:
|
*03/04/24:
|
||||||
* updated fluxbox-generate_menu (Han)
|
* updated fluxbox-generate_menu (Han)
|
||||||
- decent reply to -- longopts
|
- decent reply to -- longopts
|
||||||
|
|
4
RoadMap
4
RoadMap
|
@ -100,7 +100,7 @@ Release: 0.9.2
|
||||||
Approx Date: 5 May, 2003
|
Approx Date: 5 May, 2003
|
||||||
Major Features:
|
Major Features:
|
||||||
- Integration of Remember patch (Simon)
|
- Integration of Remember patch (Simon)
|
||||||
= Transparency (Henrik)
|
* Transparency (Henrik)
|
||||||
Minor Features:
|
Minor Features:
|
||||||
- more keybinding actions (Both)
|
- more keybinding actions (Both)
|
||||||
* directional focus movement (Simon)
|
* directional focus movement (Simon)
|
||||||
|
@ -108,7 +108,7 @@ Minor Features:
|
||||||
* snap to windows (Simon)
|
* snap to windows (Simon)
|
||||||
- improved command-line help option (Henrik)
|
- improved command-line help option (Henrik)
|
||||||
- pixmap buttons (Henrik)
|
- pixmap buttons (Henrik)
|
||||||
= Shaped menu/slit/toolbar (Henrik)
|
+ Shaped menu/slit/toolbar (Henrik)
|
||||||
Bugfixes/lower priority:
|
Bugfixes/lower priority:
|
||||||
- Bugs from 0.9.1 (Both)
|
- Bugs from 0.9.1 (Both)
|
||||||
- stop window moving from borders (Simon)
|
- stop window moving from borders (Simon)
|
||||||
|
|
Loading…
Reference in a new issue