fluxbox/NEWS

60 lines
2.4 KiB
Text
Raw Normal View History

2003-11-16 22:41:46 +00:00
News in 0.9.6:
2003-11-17 01:20:30 +00:00
* Adding image search paths when loading a style
It now looks for pixmaps in <stylebase> and <stylebase>/pixmaps
and in file <stylesdir>/<stylename>/theme.cfg
2003-11-17 00:19:23 +00:00
=> for this, stylebase is the style directory
pixmap styles should use the new format for portability
2003-11-16 22:41:46 +00:00
* 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
2003-11-17 01:20:30 +00:00
* workspacemenu
2003-11-17 00:37:51 +00:00
* Move x y
* Resize x y
Next two commands are absolute coordinates
* MoveTo x y
* ResizeTo x y
2003-11-16 22:41:46 +00:00
* Improved menu speed
* Added -verbose argument to fluxbox
2003-11-17 00:37:51 +00:00
This will enable theme warnings
2003-11-16 22:41:46 +00:00
* Configurable tools in toolbar
2003-11-17 00:37:51 +00:00
* 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
2003-11-16 22:41:46 +00:00
* New theme items for toolbar
2003-11-17 00:37:51 +00:00
* 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>
2003-11-17 01:20:30 +00:00
* toolbar.button.picColor: <color>
2003-11-17 00:37:51 +00:00
* toolbar.button.pressed.color: <color>
* toolbar.button.pressed.colorTo: <color>
2003-11-17 01:20:30 +00:00
* toolbar.button.pressed: <texture>
2003-11-17 00:37:51 +00:00
* 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