This commit is contained in:
fluxgen 2004-01-03 00:33:42 +00:00
parent 76006e0ac9
commit b344db7cf6
2 changed files with 63 additions and 59 deletions

View file

@ -1,6 +1,8 @@
(Format: Year/Month/Day)
Changes for 0.9.7:
*04/01/02:
* Added menu item [separator] (Henrik)
Screen.cc
* Fixed bug in ThemeItem<int>::setFromString (Henrik)
It didn't check if sscanf returned error
ThemeItems.hh
@ -120,8 +122,8 @@ Changes for 0.9.7:
session.screen0.menuDelayClose: in msec (default: 0 )
example:
session.screen0.menuMode: Delay
session.screen0.menuDelay: 400000
session.screen0.menuDelayClose: 300000
session.screen0.menuDelay: 400
session.screen0.menuDelayClose: 300
Notice how the menuDelay is a bit larger than menuCloseDelay
this is so the previous menu can close before you open the next

116
NEWS
View file

@ -1,59 +1,61 @@
News in 0.9.6:
* 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
=> for this, stylebase is the style directory
pixmap styles should use the new format for portability
* 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
News in 0.9.7:
* Added menu delay/click to open or close submenus
new resource items:
session.screen0.menuMode: can be either Click or Delay (default: Delay)
session.screen0.menuDelay: in msec (default: 0 )
session.screen0.menuDelayClose: in msec (default: 0 )
example:
session.screen0.menuMode: Delay
session.screen0.menuDelay: 400
session.screen0.menuDelayClose: 300
* Added aligment for buttons in iconbar
Change Left, Relative or Right via the Iconbar mode menu
New resource item:
session.screen0.iconbar.clientWidth: Integer
session.screen0.iconbar.alignment: LEFT, RELATIVE or RIGHT
* Added remember position (Thanks Mathias Gumz)
Usage: [app] (fbrun)
[Position] (WINCENTER) {0 0}
[end]
and inside the { } is the relative position
possible values for () are:
UPPERLEFT, UPPERRIGHT, LOWERLEFT, LOWERRIGHT, CENTER, WINCENTER
* New menu item [separator]
This will create a nice separator line
* New theme items:
window.label.active: <texture>
window.label.active.textColor: <color>
For highlighting the active (visible) tab when not in focus.
* New actions:
ReloadStyle
CommandDialog - this will show a dialog in which you can issue
fluxbox commands
WorkspaceNameDialog - edit workspaces name dialog (old SetWorkspaceName)
SetWorkspaceName <name>
SetResourceValueDialog - shows a dialog where you can type the resource
name and it's value
SetResourceValueCmd <resourcename> <resource value>
BindKey <key string> :<action> - this will append key string and action to your keys file and bind
the key
* Window menu accessible in workspaces client menu
* Shadow options for fonts
example:
menu.frame.font: Verdana-8:shadow
* Enabled/Disable toolbar menu item ("Visible" menu item)
* Toggle images in iconbar
* Edit clock format dialog
* Send to menu is back
* Changed Maximize menu item in Window menu to a multi button item
Button1: Maximize Normal
Button2: Maximize Vertical
Button3: Maximize Horizontal
* Added resource session.useMod1 <boolean> to disable/enable mod1
for Resize/Move window with mod1 + button
Bug fixes:
* 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
* Fixed image cache bug
* Fixed some icc warnings
* Fixed mozilla focus issue
* Fixed crash bug when adding alot of new workspaces
* Fixed menu draw bug in empty submenus
See ChangeLog for more details