diff options
author | fluxgen <fluxgen> | 2003-12-01 19:01:29 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-01 19:01:29 (GMT) |
commit | 1136a8688a19abd30d0b4603555e641777ce2492 (patch) | |
tree | 3f9c9e9f44cbed510d4151b291261df041a9a71f | |
parent | f1b4d08628d388f0273d9ef80394e5005d23a9ee (diff) | |
download | fluxbox-1136a8688a19abd30d0b4603555e641777ce2492.zip fluxbox-1136a8688a19abd30d0b4603555e641777ce2492.tar.bz2 |
update
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 16 insertions, 11 deletions
@@ -1,15 +1,20 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.7: | 2 | Changes for 0.9.7: |
3 | *03/12/01: | ||
4 | * Fixed antialias bug in fbrun (Henrik) | ||
5 | Antialias is enabled by default for FbRun | ||
6 | Changed switch -a to -na (disable antialias) | ||
7 | FbRun/main.cc | ||
3 | *03/11/29: | 8 | *03/11/29: |
4 | * Added shadow text (Henrik) | 9 | * Added shadow text (Henrik) |
5 | To use shadow in text you need to add option to your font style item. | 10 | To use shadow in text you need to add option to your font style item. |
6 | The theme item will continue to work in old fluxbox and it'll just | 11 | The theme item will continue to work in old fluxbox and it'll just |
7 | ignore the "shadow" option | 12 | ignore the "shadow" option |
8 | Example: | 13 | Example: |
9 | menu.title.font: Verdana-10:bold,shadow | 14 | menu.title.font: Verdana-10:bold,shadow |
10 | menu.frame.font: Verdana-8:shadow | 15 | menu.frame.font: Verdana-8:shadow |
11 | window.font: sans-8:shadow | 16 | window.font: sans-8:shadow |
12 | *.font: sans-12:shadow | 17 | *.font: sans-12:shadow |
13 | *03/11/27: | 18 | *03/11/27: |
14 | * The "Send To..."-menu is back (Henrik) | 19 | * The "Send To..."-menu is back (Henrik) |
15 | SendToMenu.hh/cc, Window.cc | 20 | SendToMenu.hh/cc, Window.cc |
@@ -48,7 +53,7 @@ Changes for 0.9.6: | |||
48 | *03/11/15: | 53 | *03/11/15: |
49 | * Moved fluxbox-generate_menu to fluxbox-generate_menu.in (Thanks Han) | 54 | * Moved fluxbox-generate_menu to fluxbox-generate_menu.in (Thanks Han) |
50 | fixed empty submenu problem | 55 | fixed empty submenu problem |
51 | fluxbox-generate_menu.in, util/Makefile.am, data/Makefile.am | 56 | fluxbox-generate_menu.in, util/Makefile.am, data/Makefile.am |
52 | *03/10/31: | 57 | *03/10/31: |
53 | * Fix slit client map on restart and surplus menu redraw (Simon) | 58 | * Fix slit client map on restart and surplus menu redraw (Simon) |
54 | SlitClient.hh Slit.cc Menu.cc | 59 | SlitClient.hh Slit.cc Menu.cc |
@@ -80,7 +85,7 @@ Changes for 0.9.6: | |||
80 | *03/10/26: | 85 | *03/10/26: |
81 | * Fixed bug in FbWindow::setNew (Henrik) | 86 | * Fixed bug in FbWindow::setNew (Henrik) |
82 | It didn't update member variables | 87 | It didn't update member variables |
83 | FbWindow.cc | 88 | FbWindow.cc |
84 | *03/10/25: | 89 | *03/10/25: |
85 | * Fixed whitespace in filenames for pixmaps (Henrik) | 90 | * Fixed whitespace in filenames for pixmaps (Henrik) |
86 | StringUtil.hh/cc, ThemeItems.hh | 91 | StringUtil.hh/cc, ThemeItems.hh |
@@ -109,7 +114,7 @@ Changes for 0.9.6: | |||
109 | *03/10/14: | 114 | *03/10/14: |
110 | * Bug fix in NextWindow/PrevWindow Command (Henrik) | 115 | * Bug fix in NextWindow/PrevWindow Command (Henrik) |
111 | it was only executed when last event = keyevent | 116 | it was only executed when last event = keyevent |
112 | WorkspaceCmd.cc | 117 | WorkspaceCmd.cc |
113 | * New theme items: | 118 | * New theme items: |
114 | * toolbar.button.size for fixed buttons in the toolbar | 119 | * toolbar.button.size for fixed buttons in the toolbar |
115 | * toolbar.button.borderWidth | 120 | * toolbar.button.borderWidth |
@@ -118,7 +123,7 @@ Changes for 0.9.6: | |||
118 | * toolbar.button.color | 123 | * toolbar.button.color |
119 | * toolbar.button.colorTo | 124 | * toolbar.button.colorTo |
120 | * toolbar.button.pixmap | 125 | * toolbar.button.pixmap |
121 | * toolbar.button.picColor | 126 | * toolbar.button.picColor |
122 | * toolbar.button.pressed.color | 127 | * toolbar.button.pressed.color |
123 | * toolbar.button.pressed.colorTo | 128 | * toolbar.button.pressed.colorTo |
124 | * toolbar.button.pressed | 129 | * toolbar.button.pressed |
@@ -126,7 +131,7 @@ Changes for 0.9.6: | |||
126 | FbTk/ Button.hh/cc | 131 | FbTk/ Button.hh/cc |
127 | * Added new tools for the toolbar (Henrik) | 132 | * Added new tools for the toolbar (Henrik) |
128 | - nextworkspace/prevworkspace creates left/right arrows that changes workspace | 133 | - nextworkspace/prevworkspace creates left/right arrows that changes workspace |
129 | - nextwindow/prevwindow creates left/right arrows that changes focused window | 134 | - nextwindow/prevwindow creates left/right arrows that changes focused window |
130 | ToolFactory.hh/cc | 135 | ToolFactory.hh/cc |
131 | * Added new files (Henrik) | 136 | * Added new files (Henrik) |
132 | - GenericTool.hh/cc helper class for simple tools like buttons | 137 | - GenericTool.hh/cc helper class for simple tools like buttons |