diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | RoadMap | 4 |
2 files changed, 14 insertions, 2 deletions
@@ -6,6 +6,18 @@ Changes for 0.9.2: | |||
6 | * Add UnderMousePlacement policy, plus minor positioning fix (Simon) | 6 | * Add UnderMousePlacement policy, plus minor positioning fix (Simon) |
7 | -> Patch originally contributed by "Mike" (lgn@users.sf) | 7 | -> Patch originally contributed by "Mike" (lgn@users.sf) |
8 | Screen.hh Workspace.cc fluxbox.cc Window.cc | 8 | Screen.hh Workspace.cc fluxbox.cc Window.cc |
9 | * Fixed so WinButton updates sticky state from FluxboxWindow (Henrik) | ||
10 | WinButton.hh/cc, Screen.cc | ||
11 | * Added basic drawable functions to FbWindow (Henrik) | ||
12 | * drawLine, drawRect, fillRect, copyArea | ||
13 | FbWindow.hh/cc | ||
14 | * Fixed SlitTheme (Henrik) | ||
15 | Slit.cc/hh | ||
16 | * Removed old theme engine (Henrik) | ||
17 | Theme.hh/cc | ||
18 | * Added RootTheme.hh/cc (Henrik) | ||
19 | Screen.hh/cc, Workspace.cc, Slit.cc, IconBar.cc, Toolbar.cc | ||
20 | fluxbox.cc | ||
9 | *03/04/24: | 21 | *03/04/24: |
10 | * updated fluxbox-generate_menu (Han) | 22 | * updated fluxbox-generate_menu (Han) |
11 | - decent reply to -- longopts | 23 | - decent reply to -- longopts |
@@ -100,7 +100,7 @@ Release: 0.9.2 | |||
100 | Approx Date: 5 May, 2003 | 100 | Approx Date: 5 May, 2003 |
101 | Major Features: | 101 | Major Features: |
102 | - Integration of Remember patch (Simon) | 102 | - Integration of Remember patch (Simon) |
103 | = Transparency (Henrik) | 103 | * Transparency (Henrik) |
104 | Minor Features: | 104 | Minor Features: |
105 | - more keybinding actions (Both) | 105 | - more keybinding actions (Both) |
106 | * directional focus movement (Simon) | 106 | * directional focus movement (Simon) |
@@ -108,7 +108,7 @@ Minor Features: | |||
108 | * snap to windows (Simon) | 108 | * snap to windows (Simon) |
109 | - improved command-line help option (Henrik) | 109 | - improved command-line help option (Henrik) |
110 | - pixmap buttons (Henrik) | 110 | - pixmap buttons (Henrik) |
111 | = Shaped menu/slit/toolbar (Henrik) | 111 | + Shaped menu/slit/toolbar (Henrik) |
112 | Bugfixes/lower priority: | 112 | Bugfixes/lower priority: |
113 | - Bugs from 0.9.1 (Both) | 113 | - Bugs from 0.9.1 (Both) |
114 | - stop window moving from borders (Simon) | 114 | - stop window moving from borders (Simon) |