diff options
author | fluxgen <fluxgen> | 2003-05-12 04:30:43 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-12 04:30:43 (GMT) |
commit | deec1d67733e8d8fb3c45e584c542f81f97ec3ee (patch) | |
tree | 4e8a0b7d3e4ba151b209c48494ca00357438c625 /ChangeLog | |
parent | cf8811f3a930198e85d4bb6b76ff604c95a56535 (diff) | |
download | fluxbox-deec1d67733e8d8fb3c45e584c542f81f97ec3ee.zip fluxbox-deec1d67733e8d8fb3c45e584c542f81f97ec3ee.tar.bz2 |
update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 63 |
1 files changed, 36 insertions, 27 deletions
@@ -1,9 +1,18 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.3: | 2 | Changes for 0.9.3: |
3 | *03/05/12: | ||
4 | * Fixed basic RANDR support (Henrik) | ||
5 | Resizes toolbar and slit when root window size changes. | ||
6 | Screen.hh/cc, FbRootWindow.hh/cc, FbTk/FbWindow.hh | ||
7 | fluxbox.cc/hh | ||
8 | *03/05/11: | ||
9 | * Fixed dangling m_focused_window pointer, | ||
10 | that didn't got set in Fluxbox::revertFocus (Henrik) | ||
11 | fluxbox.cc | ||
3 | *03/05/10: | 12 | *03/05/10: |
4 | * Added FbRootWindow.hh/cc (Henrik) | 13 | * Added FbRootWindow.hh/cc (Henrik) |
5 | Screen.hh/cc, Window.cc, Workspace.cc, IconBar.cc, Slit.cc, | 14 | Screen.hh/cc, Window.cc, Workspace.cc, IconBar.cc, Slit.cc, |
6 | fluxbox.cc, WinClient.cc, Ewmh.cc, Gnome.cc | 15 | fluxbox.cc, WinClient.cc, Ewmh.cc, Gnome.cc |
7 | * Added ScreenInfo.hh/cc (Henrik) | 16 | * Added ScreenInfo.hh/cc (Henrik) |
8 | Screen.hh | 17 | Screen.hh |
9 | * Removed BaseDisplay.hh/cc (Henrik) | 18 | * Removed BaseDisplay.hh/cc (Henrik) |
@@ -30,7 +39,7 @@ Changes for 0.9.2: | |||
30 | FbTk/Transparent.hh/cc | 39 | FbTk/Transparent.hh/cc |
31 | * Fixed some bugs and minor cleaning (Thanks MrChuoi) | 40 | * Fixed some bugs and minor cleaning (Thanks MrChuoi) |
32 | fluxbox.cc, FbTk/Button.cc, FbTk/RefCount.hh | 41 | fluxbox.cc, FbTk/Button.cc, FbTk/RefCount.hh |
33 | LayerMenu.hh, | 42 | LayerMenu.hh, |
34 | Resource.hh, Window.cc[focus on deiconify] | 43 | Resource.hh, Window.cc[focus on deiconify] |
35 | *03/05/05: | 44 | *03/05/05: |
36 | * Added window.<button name>.unfocus.pixmap theme item (Henrik) | 45 | * Added window.<button name>.unfocus.pixmap theme item (Henrik) |
@@ -62,28 +71,28 @@ Changes for 0.9.2: | |||
62 | util/fbsetbg | 71 | util/fbsetbg |
63 | * Added FbDrawable.hh/cc (Henrik) | 72 | * Added FbDrawable.hh/cc (Henrik) |
64 | This is a basic class for drawables such as FbWindow | 73 | This is a basic class for drawables such as FbWindow |
65 | and FbPixmap | 74 | and FbPixmap |
66 | FbWindow.hh/cc, FbDrawable.hh/cc, FbPixmap.hh/cc | 75 | FbWindow.hh/cc, FbDrawable.hh/cc, FbPixmap.hh/cc |
67 | *03/04/28: | 76 | *03/04/28: |
68 | * Added support for pixmap themes (Henrik) | 77 | * Added support for pixmap themes (Henrik) |
69 | (this requires libXpm is installed, but you can disabled this with --disable-xpm) | 78 | (this requires libXpm is installed, but you can disabled this with --disable-xpm) |
70 | * Texture type now has an extra option: .pixmap | 79 | * Texture type now has an extra option: .pixmap |
71 | example: | 80 | example: |
72 | window.label.focus.pixmap: image.xpm | 81 | window.label.focus.pixmap: image.xpm |
73 | menu.title.pixmap: image.xpm | 82 | menu.title.pixmap: image.xpm |
74 | * Standard buttons has one pixmap for pressed | 83 | * Standard buttons has one pixmap for pressed |
75 | and one for normal state | 84 | and one for normal state |
76 | example: | 85 | example: |
77 | window.close.pressed.pixmap: image_pressed.xpm | 86 | window.close.pressed.pixmap: image_pressed.xpm |
78 | window.close.pixmap: image.xpm | 87 | window.close.pixmap: image.xpm |
79 | window.stick.pixmap: image.xpm | 88 | window.stick.pixmap: image.xpm |
80 | window.shade.pixmap: image.xpm | 89 | window.shade.pixmap: image.xpm |
81 | window.maximize.pixmap: image.xpm | 90 | window.maximize.pixmap: image.xpm |
82 | window.maximize.pressed.pixmap: image_pressed.xpm | 91 | window.maximize.pressed.pixmap: image_pressed.xpm |
83 | window.iconify.pixmap: image.xpm | 92 | window.iconify.pixmap: image.xpm |
84 | ... | 93 | ... |
85 | Screen.cc/hh, WinButton.hh/cc, Texture.hh, TextureRender.cc/hh | 94 | Screen.cc/hh, WinButton.hh/cc, Texture.hh, TextureRender.cc/hh |
86 | WinButtonTheme.hh/cc, configure.in | 95 | WinButtonTheme.hh/cc, configure.in |
87 | * Update fbsetbg and fluxbox-generate_menu (Han) | 96 | * Update fbsetbg and fluxbox-generate_menu (Han) |
88 | * Fix a bunch of alignment + size issues with toolbar (particularly | 97 | * Fix a bunch of alignment + size issues with toolbar (particularly |
89 | when vertical) (Simon) | 98 | when vertical) (Simon) |
@@ -103,7 +112,7 @@ Changes for 0.9.2: | |||
103 | Window.cc WinClient.cc FbRun.cc signaltest.cc | 112 | Window.cc WinClient.cc FbRun.cc signaltest.cc |
104 | *03/04/26: | 113 | *03/04/26: |
105 | * Moved StringUtil to FbTk (Henrik) | 114 | * Moved StringUtil to FbTk (Henrik) |
106 | Screen.cc, Workspace.cc, Keys.cc, XmbFontImp.cc | 115 | Screen.cc, Workspace.cc, Keys.cc, XmbFontImp.cc |
107 | * Removed DrawUtil.hh/cc and nl_types_cygnus.h (Henrik) | 116 | * Removed DrawUtil.hh/cc and nl_types_cygnus.h (Henrik) |
108 | * Fixed menu bug (Henrik) | 117 | * Fixed menu bug (Henrik) |
109 | Screen.cc, FbTk/Menu.cc | 118 | Screen.cc, FbTk/Menu.cc |
@@ -128,12 +137,12 @@ Changes for 0.9.2: | |||
128 | * drawLine, drawRect, fillRect, copyArea | 137 | * drawLine, drawRect, fillRect, copyArea |
129 | FbWindow.hh/cc | 138 | FbWindow.hh/cc |
130 | * Fixed SlitTheme (Henrik) | 139 | * Fixed SlitTheme (Henrik) |
131 | Slit.cc/hh | 140 | Slit.cc/hh |
132 | * Removed old theme engine (Henrik) | 141 | * Removed old theme engine (Henrik) |
133 | Theme.hh/cc | 142 | Theme.hh/cc |
134 | * Added RootTheme.hh/cc (Henrik) | 143 | * Added RootTheme.hh/cc (Henrik) |
135 | Screen.hh/cc, Workspace.cc, Slit.cc, IconBar.cc, Toolbar.cc | 144 | Screen.hh/cc, Workspace.cc, Slit.cc, IconBar.cc, Toolbar.cc |
136 | fluxbox.cc | 145 | fluxbox.cc |
137 | *03/04/24: | 146 | *03/04/24: |
138 | * updated fluxbox-generate_menu (Han) | 147 | * updated fluxbox-generate_menu (Han) |
139 | - decent reply to -- longopts | 148 | - decent reply to -- longopts |
@@ -183,8 +192,8 @@ Changes for 0.9.1: | |||
183 | Ewmh.cc | 192 | Ewmh.cc |
184 | * Cleaning (Henrik) | 193 | * Cleaning (Henrik) |
185 | fluxbox.hh/cc, FbAtoms.hh/cc, IconBar.hh/cc, WinClient.cc | 194 | fluxbox.hh/cc, FbAtoms.hh/cc, IconBar.hh/cc, WinClient.cc |
186 | Window.cc, Screen.hh/cc, Toolbar.hh/cc, FbCommands.cc, | 195 | Window.cc, Screen.hh/cc, Toolbar.hh/cc, FbCommands.cc, |
187 | Workspace.cc, Gnome.cc | 196 | Workspace.cc, Gnome.cc |
188 | * Add most recently used/stacked window cycling, set as default (Simon) | 197 | * Add most recently used/stacked window cycling, set as default (Simon) |
189 | Thanks also to Sean Seefried for his initial patch. | 198 | Thanks also to Sean Seefried for his initial patch. |
190 | Window.cc Screen.hh/cc fluxbox.hh/cc Keys.hh/cc | 199 | Window.cc Screen.hh/cc fluxbox.hh/cc Keys.hh/cc |
@@ -269,7 +278,7 @@ Changes for 0.9.0: | |||
269 | * Fixed default white color bug in Theme (Henrik) | 278 | * Fixed default white color bug in Theme (Henrik) |
270 | FbTk/Theme.cc | 279 | FbTk/Theme.cc |
271 | * Added toolbar placement menu and fixed resource saving for toolbar placement (Henrik) | 280 | * Added toolbar placement menu and fixed resource saving for toolbar placement (Henrik) |
272 | Toolbar.cc, Screen.cc/hh | 281 | Toolbar.cc, Screen.cc/hh |
273 | * Fixed vertical text for icons in Iconbar (Henrik) | 282 | * Fixed vertical text for icons in Iconbar (Henrik) |
274 | IconBar.hh/cc, Toolbar.cc | 283 | IconBar.hh/cc, Toolbar.cc |
275 | *03/02/20: | 284 | *03/02/20: |
@@ -313,7 +322,7 @@ Changes for 0.9.0: | |||
313 | *03/02/15: | 322 | *03/02/15: |
314 | * Added Style menu and fixed theme listeners for FbWinFrame, Menu and Toolbar (Henrik) | 323 | * Added Style menu and fixed theme listeners for FbWinFrame, Menu and Toolbar (Henrik) |
315 | ToolbarTheme.hh/cc, Toolbar.hh/cc, FbTk Menu.hh/cc, FbTk MenuTheme.hh/cc, | 324 | ToolbarTheme.hh/cc, Toolbar.hh/cc, FbTk Menu.hh/cc, FbTk MenuTheme.hh/cc, |
316 | Screen.cc, FbWinFrame.hh/cc, FbWinFrameTheme.hh/cc | 325 | Screen.cc, FbWinFrame.hh/cc, FbWinFrameTheme.hh/cc |
317 | * Moved Observer.hh/cc and Subject.hh/cc to FbTk directory and | 326 | * Moved Observer.hh/cc and Subject.hh/cc to FbTk directory and |
318 | change Subject to use std::list instead of std::vector (Henrik) | 327 | change Subject to use std::list instead of std::vector (Henrik) |
319 | * Added SetStyleCmd command, which takes argument for style filename (Henrik) | 328 | * Added SetStyleCmd command, which takes argument for style filename (Henrik) |
@@ -385,7 +394,7 @@ Changes for 0.9.0: | |||
385 | * Removed Rootmenu.hh/cc | 394 | * Removed Rootmenu.hh/cc |
386 | * Added FbCommands.hh/cc which contains some default commands that | 395 | * Added FbCommands.hh/cc which contains some default commands that |
387 | fluxbox handles, like RestartFluxboxCmd, ExitFluxboxCmd, | 396 | fluxbox handles, like RestartFluxboxCmd, ExitFluxboxCmd, |
388 | ReconfigureFluxboxCmd and ExecuteCmd | 397 | ReconfigureFluxboxCmd and ExecuteCmd |
389 | * Changed Client menu in Workspace to FbTk::Menu | 398 | * Changed Client menu in Workspace to FbTk::Menu |
390 | Workspace.hh | 399 | Workspace.hh |
391 | * Changed Workspace and Rootmenu menu to FbTk::Menu | 400 | * Changed Workspace and Rootmenu menu to FbTk::Menu |
@@ -486,7 +495,7 @@ Changes for 0.9.0: | |||
486 | fluxbox-generate_menu | 495 | fluxbox-generate_menu |
487 | *02/11/27: | 496 | *02/11/27: |
488 | * Added FbTk::EventManager and changed FbTk::EventHandler to interface | 497 | * Added FbTk::EventManager and changed FbTk::EventHandler to interface |
489 | class for XEvents. | 498 | class for XEvents. |
490 | EventHandler.hh, SignalHandler.hh/cc, App.hh/cc, FbRun.hh/cc ... | 499 | EventHandler.hh, SignalHandler.hh/cc, App.hh/cc, FbRun.hh/cc ... |
491 | *02/11/26: | 500 | *02/11/26: |
492 | * Fixed DrawUtil::doAligment | 501 | * Fixed DrawUtil::doAligment |