This commit is contained in:
fluxgen 2003-11-16 22:41:46 +00:00
parent c8d1e5491b
commit 17301286dc

119
NEWS
View file

@ -1,72 +1,53 @@
News in 0.9.5: News in 0.9.6:
* New theme items: * Added startup script to be used with startfluxbox, to get a
Menu theme changes: consistent frontend for both *dm and startx and your fluxbox-session
* menu.selected.pixmap * Added "!" as a comment line for keys file
* menu.unselected.pixmap * Added new actions
* menu.submenu.pixmap * workspacemenu
Window theme changes: * Move x y
* window.title.height * Resize x y
Toolbar theme changes: Next two commands are absolute coordinates
* toolbar.height: <pixel size> * MoveTo x y
* toolbar.clock: <texture> * ResizeTo x y
* toolbar.clock.pixmap: <filename> * Improved menu speed
* toolbar.clock.color: <color> * Added -verbose argument to fluxbox
* toolbar.clock.colorTo: <color> This will enable theme warnings
* toolbar.clock.textColor: <color> * Configurable tools in toolbar
* toolbar.clock.font: <font> * New resource item:
* session.screen<num>.toolbar.tools: <toolname>, <toolname2>
* toolbar.workspace: <texture> example: session.screen0.toolbar.tools: clock, iconbar, workspacename
* toolbar.workspace.pixmap: <filename> Valid toolnames are:
* toolbar.workspace.color: <color> * workspacename
* toolbar.workspace.colorTo: <color> * clock
* toolbar.workspace.textColor: <color> * iconbar
* toolbar.workspace.font: <font> * systemtray
This is for an empty iconbar: And the old arrows are back:
* toolbar.iconbar.empty: <texture> * nextworkspace/prevworkspace
* toolbar.iconbar.empty.pixmap: <filename> * nextwindow/prevwindow
* toolbar.iconbar.empty.color: <color> * New theme items for toolbar
* toolbar.iconbar.empty.colorTo: <color> * toolbar.button.size: <interger> for fixed buttons in the toolbar
* toolbar.button.borderWidth: <integer>
Focused window in iconbar: * toolbar.button.borderColor: <color>
* toolbar.iconbar.focused: <texture> * toolbar.button: <texture>
* toolbar.iconbar.focused.pixmap: <filename> * toolbar.button.color: <color>
* toolbar.iconbar.focused.color: <color> * toolbar.button.colorTo: <color>
* toolbar.iconbar.focused.colorTo: <color> * toolbar.button.pixmap: <filename>
* toolbar.iconbar.focused.textColor: <color> * toolbar.button.picColor: <color>
* toolbar.iconbar.focused.font: <font> * toolbar.button.pressed.color: <color>
And the same for .unfocused: * toolbar.button.pressed.colorTo: <color>
* toolbar.iconbar.unfocused: <texture> * toolbar.button.pressed: <texture>
etc. * Support for _NET_WM_STATE_FULLSCREEN
* New actions: * Nearest-quadrant resizing
* resizevertical * Improvements/Updates to fbsetbg and fluxbox-generate_menu
* resizehorizontal
* setworkspacename
* movetableft
* movetabright
* Set workspace name tool
* Search path resource for images
* session.screen<num>.imageSearchPath
This is a list separated by , or space
example: session.screen0.imageSearchPath: ~/.fluxbox/pixmaps, /usr/share/fluxbox/pixmaps
* New height resource for toolbar
* session.screen<num>.toolbar.height
This will override the style's font height
* Support for system tray _NET_SYSTEM_TRAY
Applications that support this will show their icon
in the toolbar next to the clock.
* New texture type: Tiled
This will just affect pixmap loaded from file, and it will not scale them.
* Added MoveTabLeft and MoveTabRight commands
Bug fixes: Bug fixes:
* Fixed Transparency bug in menus * Fixed some issues with mplayer in fullscreen
* Fixed so shaped windows like xmms wont get round corners * Fixed java bug with missing drawing bits of window
* Fixed shape bug when switching between shaped themes and non shaped * Fixed building with --disable-slit
* Fixed kde dockapp bug * Fixed NLS bad message errors by adding explicit codeset entries
* FbRun works properly on multiple screens * Fixed disappearing close button
* Fixed pesky crash and phantom icons * Fixed numlock and scrlock bug in FbTk TextBox
* Fixed aspects of focus and raising, including transients * Fixed pixmap bug when changing between non-pixmap themes and pixmap themes
* Fixed java bug, slow windows * Fixed empty window bug in SystemTray
* Fixed 8 bpp crash * Fixed toolbar height bug crash
See ChangeLog for more details See ChangeLog for more details