fluxbox/NEWS

54 lines
2 KiB
Text
Raw Normal View History

2003-11-16 22:41:46 +00:00
News in 0.9.6:
* Added startup script to be used with startfluxbox, to get a
consistent frontend for both *dm and startx and your fluxbox-session
* Added "!" as a comment line for keys file
* Added new actions
* workspacemenu
* Move x y
* Resize x y
Next two commands are absolute coordinates
* MoveTo x y
* ResizeTo x y
* Improved menu speed
* Added -verbose argument to fluxbox
This will enable theme warnings
* Configurable tools in toolbar
* New resource item:
* session.screen<num>.toolbar.tools: <toolname>, <toolname2>
example: session.screen0.toolbar.tools: clock, iconbar, workspacename
Valid toolnames are:
* workspacename
* clock
* iconbar
* systemtray
And the old arrows are back:
* nextworkspace/prevworkspace
* nextwindow/prevwindow
* New theme items for toolbar
* toolbar.button.size: <interger> for fixed buttons in the toolbar
* toolbar.button.borderWidth: <integer>
* toolbar.button.borderColor: <color>
* toolbar.button: <texture>
* toolbar.button.color: <color>
* toolbar.button.colorTo: <color>
* toolbar.button.pixmap: <filename>
* toolbar.button.picColor: <color>
* toolbar.button.pressed.color: <color>
* toolbar.button.pressed.colorTo: <color>
* toolbar.button.pressed: <texture>
* Support for _NET_WM_STATE_FULLSCREEN
* Nearest-quadrant resizing
* Improvements/Updates to fbsetbg and fluxbox-generate_menu
2003-04-16 13:20:36 +00:00
Bug fixes:
2003-11-16 22:41:46 +00:00
* Fixed some issues with mplayer in fullscreen
* Fixed java bug with missing drawing bits of window
* Fixed building with --disable-slit
* Fixed NLS bad message errors by adding explicit codeset entries
* Fixed disappearing close button
* Fixed numlock and scrlock bug in FbTk TextBox
* Fixed pixmap bug when changing between non-pixmap themes and pixmap themes
* Fixed empty window bug in SystemTray
* Fixed toolbar height bug crash
2002-01-10 13:30:39 +00:00
2003-02-23 14:24:16 +00:00
See ChangeLog for more details