update
This commit is contained in:
parent
cf8811f3a9
commit
deec1d6773
2 changed files with 37 additions and 28 deletions
63
ChangeLog
63
ChangeLog
|
@ -1,9 +1,18 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 0.9.3:
|
||||
*03/05/12:
|
||||
* Fixed basic RANDR support (Henrik)
|
||||
Resizes toolbar and slit when root window size changes.
|
||||
Screen.hh/cc, FbRootWindow.hh/cc, FbTk/FbWindow.hh
|
||||
fluxbox.cc/hh
|
||||
*03/05/11:
|
||||
* Fixed dangling m_focused_window pointer,
|
||||
that didn't got set in Fluxbox::revertFocus (Henrik)
|
||||
fluxbox.cc
|
||||
*03/05/10:
|
||||
* Added FbRootWindow.hh/cc (Henrik)
|
||||
Screen.hh/cc, Window.cc, Workspace.cc, IconBar.cc, Slit.cc,
|
||||
fluxbox.cc, WinClient.cc, Ewmh.cc, Gnome.cc
|
||||
fluxbox.cc, WinClient.cc, Ewmh.cc, Gnome.cc
|
||||
* Added ScreenInfo.hh/cc (Henrik)
|
||||
Screen.hh
|
||||
* Removed BaseDisplay.hh/cc (Henrik)
|
||||
|
@ -30,7 +39,7 @@ Changes for 0.9.2:
|
|||
FbTk/Transparent.hh/cc
|
||||
* Fixed some bugs and minor cleaning (Thanks MrChuoi)
|
||||
fluxbox.cc, FbTk/Button.cc, FbTk/RefCount.hh
|
||||
LayerMenu.hh,
|
||||
LayerMenu.hh,
|
||||
Resource.hh, Window.cc[focus on deiconify]
|
||||
*03/05/05:
|
||||
* Added window.<button name>.unfocus.pixmap theme item (Henrik)
|
||||
|
@ -62,28 +71,28 @@ Changes for 0.9.2:
|
|||
util/fbsetbg
|
||||
* Added FbDrawable.hh/cc (Henrik)
|
||||
This is a basic class for drawables such as FbWindow
|
||||
and FbPixmap
|
||||
FbWindow.hh/cc, FbDrawable.hh/cc, FbPixmap.hh/cc
|
||||
and FbPixmap
|
||||
FbWindow.hh/cc, FbDrawable.hh/cc, FbPixmap.hh/cc
|
||||
*03/04/28:
|
||||
* Added support for pixmap themes (Henrik)
|
||||
(this requires libXpm is installed, but you can disabled this with --disable-xpm)
|
||||
* Texture type now has an extra option: .pixmap
|
||||
example:
|
||||
window.label.focus.pixmap: image.xpm
|
||||
menu.title.pixmap: image.xpm
|
||||
* Standard buttons has one pixmap for pressed
|
||||
and one for normal state
|
||||
example:
|
||||
window.close.pressed.pixmap: image_pressed.xpm
|
||||
window.close.pixmap: image.xpm
|
||||
window.stick.pixmap: image.xpm
|
||||
window.shade.pixmap: image.xpm
|
||||
window.maximize.pixmap: image.xpm
|
||||
window.maximize.pressed.pixmap: image_pressed.xpm
|
||||
window.iconify.pixmap: image.xpm
|
||||
...
|
||||
window.label.focus.pixmap: image.xpm
|
||||
menu.title.pixmap: image.xpm
|
||||
* Standard buttons has one pixmap for pressed
|
||||
and one for normal state
|
||||
example:
|
||||
window.close.pressed.pixmap: image_pressed.xpm
|
||||
window.close.pixmap: image.xpm
|
||||
window.stick.pixmap: image.xpm
|
||||
window.shade.pixmap: image.xpm
|
||||
window.maximize.pixmap: image.xpm
|
||||
window.maximize.pressed.pixmap: image_pressed.xpm
|
||||
window.iconify.pixmap: image.xpm
|
||||
...
|
||||
Screen.cc/hh, WinButton.hh/cc, Texture.hh, TextureRender.cc/hh
|
||||
WinButtonTheme.hh/cc, configure.in
|
||||
WinButtonTheme.hh/cc, configure.in
|
||||
* Update fbsetbg and fluxbox-generate_menu (Han)
|
||||
* Fix a bunch of alignment + size issues with toolbar (particularly
|
||||
when vertical) (Simon)
|
||||
|
@ -103,7 +112,7 @@ Changes for 0.9.2:
|
|||
Window.cc WinClient.cc FbRun.cc signaltest.cc
|
||||
*03/04/26:
|
||||
* Moved StringUtil to FbTk (Henrik)
|
||||
Screen.cc, Workspace.cc, Keys.cc, XmbFontImp.cc
|
||||
Screen.cc, Workspace.cc, Keys.cc, XmbFontImp.cc
|
||||
* Removed DrawUtil.hh/cc and nl_types_cygnus.h (Henrik)
|
||||
* Fixed menu bug (Henrik)
|
||||
Screen.cc, FbTk/Menu.cc
|
||||
|
@ -128,12 +137,12 @@ Changes for 0.9.2:
|
|||
* drawLine, drawRect, fillRect, copyArea
|
||||
FbWindow.hh/cc
|
||||
* Fixed SlitTheme (Henrik)
|
||||
Slit.cc/hh
|
||||
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
|
||||
fluxbox.cc
|
||||
*03/04/24:
|
||||
* updated fluxbox-generate_menu (Han)
|
||||
- decent reply to -- longopts
|
||||
|
@ -183,8 +192,8 @@ Changes for 0.9.1:
|
|||
Ewmh.cc
|
||||
* Cleaning (Henrik)
|
||||
fluxbox.hh/cc, FbAtoms.hh/cc, IconBar.hh/cc, WinClient.cc
|
||||
Window.cc, Screen.hh/cc, Toolbar.hh/cc, FbCommands.cc,
|
||||
Workspace.cc, Gnome.cc
|
||||
Window.cc, Screen.hh/cc, Toolbar.hh/cc, FbCommands.cc,
|
||||
Workspace.cc, Gnome.cc
|
||||
* Add most recently used/stacked window cycling, set as default (Simon)
|
||||
Thanks also to Sean Seefried for his initial patch.
|
||||
Window.cc Screen.hh/cc fluxbox.hh/cc Keys.hh/cc
|
||||
|
@ -269,7 +278,7 @@ Changes for 0.9.0:
|
|||
* Fixed default white color bug in Theme (Henrik)
|
||||
FbTk/Theme.cc
|
||||
* Added toolbar placement menu and fixed resource saving for toolbar placement (Henrik)
|
||||
Toolbar.cc, Screen.cc/hh
|
||||
Toolbar.cc, Screen.cc/hh
|
||||
* Fixed vertical text for icons in Iconbar (Henrik)
|
||||
IconBar.hh/cc, Toolbar.cc
|
||||
*03/02/20:
|
||||
|
@ -313,7 +322,7 @@ Changes for 0.9.0:
|
|||
*03/02/15:
|
||||
* Added Style menu and fixed theme listeners for FbWinFrame, Menu and Toolbar (Henrik)
|
||||
ToolbarTheme.hh/cc, Toolbar.hh/cc, FbTk Menu.hh/cc, FbTk MenuTheme.hh/cc,
|
||||
Screen.cc, FbWinFrame.hh/cc, FbWinFrameTheme.hh/cc
|
||||
Screen.cc, FbWinFrame.hh/cc, FbWinFrameTheme.hh/cc
|
||||
* Moved Observer.hh/cc and Subject.hh/cc to FbTk directory and
|
||||
change Subject to use std::list instead of std::vector (Henrik)
|
||||
* Added SetStyleCmd command, which takes argument for style filename (Henrik)
|
||||
|
@ -385,7 +394,7 @@ Changes for 0.9.0:
|
|||
* Removed Rootmenu.hh/cc
|
||||
* Added FbCommands.hh/cc which contains some default commands that
|
||||
fluxbox handles, like RestartFluxboxCmd, ExitFluxboxCmd,
|
||||
ReconfigureFluxboxCmd and ExecuteCmd
|
||||
ReconfigureFluxboxCmd and ExecuteCmd
|
||||
* Changed Client menu in Workspace to FbTk::Menu
|
||||
Workspace.hh
|
||||
* Changed Workspace and Rootmenu menu to FbTk::Menu
|
||||
|
@ -486,7 +495,7 @@ Changes for 0.9.0:
|
|||
fluxbox-generate_menu
|
||||
*02/11/27:
|
||||
* Added FbTk::EventManager and changed FbTk::EventHandler to interface
|
||||
class for XEvents.
|
||||
class for XEvents.
|
||||
EventHandler.hh, SignalHandler.hh/cc, App.hh/cc, FbRun.hh/cc ...
|
||||
*02/11/26:
|
||||
* Fixed DrawUtil::doAligment
|
||||
|
|
2
RoadMap
2
RoadMap
|
@ -118,7 +118,7 @@ Release: 0.9.3
|
|||
Approx Date: 26 May, 2003
|
||||
Major Features:
|
||||
- Xinerama (Simon)
|
||||
- XRandr (Henrik)
|
||||
* XRandr (Henrik)
|
||||
Minor Features:
|
||||
- Add some sort of program launch function (Simon)
|
||||
- more powerful autogroup matching (?)
|
||||
|
|
Loading…
Reference in a new issue