diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 38 |
1 files changed, 20 insertions, 18 deletions
@@ -1,6 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.4: | 2 | Changes for 0.9.4: |
3 | *03/07/10: | 3 | *03/07/10: |
4 | * Added new toolbar theme item (Henrik) | ||
5 | * toolbar.button.borderWidth: <integer> | ||
4 | * Add [startup] to Remember (Simon) | 6 | * Add [startup] to Remember (Simon) |
5 | Can now add entries to apps file like: | 7 | Can now add entries to apps file like: |
6 | [startup] {xterm} | 8 | [startup] {xterm} |
@@ -8,15 +10,15 @@ Changes for 0.9.4: | |||
8 | Can also give a screen option: | 10 | Can also give a screen option: |
9 | [startup] (screen=1) {xterm} | 11 | [startup] (screen=1) {xterm} |
10 | will start it on screen 1 rather than the default 0. | 12 | will start it on screen 1 rather than the default 0. |
11 | * Added new shape theme items (Henrik) | 13 | * Added new rounded theme items (Henrik) |
12 | * toolbar.shape: <bool> this will make the toolbar shape the corners that are towards center | 14 | * toolbar.shaped: <bool> this will make the toolbar shape the corners that are towards center |
13 | of the screen | 15 | of the screen |
14 | * menu.shape: <shape items> | 16 | * menu.roundCorners: <shape items> |
15 | * window.shape: <shape items> | 17 | * window.roundCorners: <shape items> |
16 | Where shape items can be TopLeft TopRight BottomLeft and BottomRight | 18 | Where shape items can be TopLeft TopRight BottomLeft and BottomRight |
17 | example: menu.shape: TopRight BottomLeft | 19 | example: menu.roundCorners: TopRight BottomLeft |
18 | ToolbarTheme.hh/cc, Toolbar.cc/hh, FbTk/Menu.hh, FbMenu.hh/cc, Screen.hh/cc, | 20 | ToolbarTheme.hh/cc, Toolbar.cc/hh, FbTk/Menu.hh, FbMenu.hh/cc, Screen.hh/cc, |
19 | MenuTheme.hh/cc, FbWinFrameTheme.hh/cc, FbWinFrame.cc/hh | 21 | MenuTheme.hh/cc, FbWinFrameTheme.hh/cc, FbWinFrame.cc/hh |
20 | * Applied patch that keeps the fbrun_history clean by not allowing | 22 | * Applied patch that keeps the fbrun_history clean by not allowing |
21 | duplicates to get placed in the history. (Thanks David J Burger <dburger<(a|T)>hawaii.edu>) | 23 | duplicates to get placed in the history. (Thanks David J Burger <dburger<(a|T)>hawaii.edu>) |
22 | FbRun.cc | 24 | FbRun.cc |
@@ -48,10 +50,10 @@ Changes for 0.9.4: | |||
48 | * Added keyboard navigation for menus (Henrik) | 50 | * Added keyboard navigation for menus (Henrik) |
49 | (click on title to get input focus, unless you're using RootMenu in keys) | 51 | (click on title to get input focus, unless you're using RootMenu in keys) |
50 | Use keys: | 52 | Use keys: |
51 | Up/Down: select menu item | 53 | Up/Down: select menu item |
52 | Left/Right: go in/out from submenus | 54 | Left/Right: go in/out from submenus |
53 | Escape: close menu and return focus to windows | 55 | Escape: close menu and return focus to windows |
54 | Enter: run/execute/toggle menu item | 56 | Enter: run/execute/toggle menu item |
55 | Menu.hh/cc, fluxbox.cc | 57 | Menu.hh/cc, fluxbox.cc |
56 | * Fixed reconfigure toolbar on screen reconfig signal (Henrik) | 58 | * Fixed reconfigure toolbar on screen reconfig signal (Henrik) |
57 | Screen.hh/cc, Toolbar.cc | 59 | Screen.hh/cc, Toolbar.cc |
@@ -119,7 +121,7 @@ Changes for 0.9.4: | |||
119 | WinClient.cc, Slit.cc, SlitClient.cc | 121 | WinClient.cc, Slit.cc, SlitClient.cc |
120 | * New resource name session.screen<num>.slit.maxOver: <bool> (Henrik) | 122 | * New resource name session.screen<num>.slit.maxOver: <bool> (Henrik) |
121 | This will prevent windows from maximize over the slit | 123 | This will prevent windows from maximize over the slit |
122 | Slit.cc | 124 | Slit.cc |
123 | *03/06/20: | 125 | *03/06/20: |
124 | * Moved SlitTheme and SlitClient out from Slit.cc into new files (Henrik) | 126 | * Moved SlitTheme and SlitClient out from Slit.cc into new files (Henrik) |
125 | SlitClient.hh/cc, SlitTheme.hh | 127 | SlitClient.hh/cc, SlitTheme.hh |
@@ -130,7 +132,7 @@ Changes for 0.9.4: | |||
130 | Toolbar.hh/cc, Slit.hh/cc | 132 | Toolbar.hh/cc, Slit.hh/cc |
131 | * Fixed _NET_WM_STRUT support (Henrik) | 133 | * Fixed _NET_WM_STRUT support (Henrik) |
132 | Ewmh.hh/cc, AtomHandler.hh, Gnome.hh, Remember.hh, ToolbarHandler.hh | 134 | Ewmh.hh/cc, AtomHandler.hh, Gnome.hh, Remember.hh, ToolbarHandler.hh |
133 | Screen.hh/cc, fluxbox.cc, Window.hh/cc | 135 | Screen.hh/cc, fluxbox.cc, Window.hh/cc |
134 | * Added Strut.hh which contains left, right, top and bottom (Henrik) | 136 | * Added Strut.hh which contains left, right, top and bottom (Henrik) |
135 | *03/06/16: | 137 | *03/06/16: |
136 | * Fixed trailing whitespace in group file loading (Henrik) | 138 | * Fixed trailing whitespace in group file loading (Henrik) |
@@ -163,7 +165,7 @@ Changes for 0.9.4: | |||
163 | will match anything with gaim in the title ("gaim", "the gaim | 165 | will match anything with gaim in the title ("gaim", "the gaim |
164 | window", etc. | 166 | window", etc. |
165 | RegExp.hh/cc ClientPattern.hh/cc configure.in Makefile.am Remember.hh/cc | 167 | RegExp.hh/cc ClientPattern.hh/cc configure.in Makefile.am Remember.hh/cc |
166 | WinClient.hh/cc StringUtil.hh/cc | 168 | WinClient.hh/cc StringUtil.hh/cc |
167 | *03/06/12: | 169 | *03/06/12: |
168 | * Renamed i18n.hh/cc to I18n.hh/cc (Henrik) | 170 | * Renamed i18n.hh/cc to I18n.hh/cc (Henrik) |
169 | *03/06/11: | 171 | *03/06/11: |
@@ -216,7 +218,7 @@ Changes for 0.9.3: | |||
216 | *03/05/18: | 218 | *03/05/18: |
217 | * Moved Resource.hh/cc, DirHelper.hh/cc and | 219 | * Moved Resource.hh/cc, DirHelper.hh/cc and |
218 | XrmDatabaseHelper.hh to FbTk (Henrik) | 220 | XrmDatabaseHelper.hh to FbTk (Henrik) |
219 | Screen.hh/cc, fluxbox.hh/cc, IntResMenuItem.hh/cc | 221 | Screen.hh/cc, fluxbox.hh/cc, IntResMenuItem.hh/cc |
220 | *03/05/17: | 222 | *03/05/17: |
221 | * Fixed autohide bug in toolbar (Thanks MrChuoi) | 223 | * Fixed autohide bug in toolbar (Thanks MrChuoi) |
222 | Toolbar.cc, ArrowButton.hh/cc | 224 | Toolbar.cc, ArrowButton.hh/cc |
@@ -229,7 +231,7 @@ Changes for 0.9.3: | |||
229 | *03/05/16: | 231 | *03/05/16: |
230 | * Fixed logging file and better info message (Henrik) | 232 | * Fixed logging file and better info message (Henrik) |
231 | New argument to fluxbox -log <filename> | 233 | New argument to fluxbox -log <filename> |
232 | main.cc | 234 | main.cc |
233 | *03/05/14: | 235 | *03/05/14: |
234 | * Fixed Shape events, this fixes some decor issues with gkrellm and xmms (Henrik) | 236 | * Fixed Shape events, this fixes some decor issues with gkrellm and xmms (Henrik) |
235 | Window.cc/hh, fluxbox.cc/hh | 237 | Window.cc/hh, fluxbox.cc/hh |