aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-01-03 00:33:42 (GMT)
committerfluxgen <fluxgen>2004-01-03 00:33:42 (GMT)
commitb344db7cf6c1bd66937c5f9fba3f8f8711bd2139 (patch)
tree42993fee2299c39da802be2ffd4d3d4a40e32124 /NEWS
parent76006e0ac9f36019d17686cd96f8369f2eb50e0d (diff)
downloadfluxbox-b344db7cf6c1bd66937c5f9fba3f8f8711bd2139.zip
fluxbox-b344db7cf6c1bd66937c5f9fba3f8f8711bd2139.tar.bz2
update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS116
1 files changed, 59 insertions, 57 deletions
diff --git a/NEWS b/NEWS
index cc784ac..90a0330 100644
--- a/NEWS
+++ b/NEWS
@@ -1,59 +1,61 @@
1News in 0.9.6: 1News in 0.9.7:
2 * Adding image search paths when loading a style 2 * Added menu delay/click to open or close submenus
3 It now looks for pixmaps in <stylebase> and <stylebase>/pixmaps 3 new resource items:
4 and in file <stylesdir>/<stylename>/theme.cfg 4 session.screen0.menuMode: can be either Click or Delay (default: Delay)
5 => for this, stylebase is the style directory 5 session.screen0.menuDelay: in msec (default: 0 )
6 pixmap styles should use the new format for portability 6 session.screen0.menuDelayClose: in msec (default: 0 )
7 * Added startup script to be used with startfluxbox, to get a 7 example:
8 consistent frontend for both *dm and startx and your fluxbox-session 8 session.screen0.menuMode: Delay
9 * Added "!" as a comment line for keys file 9 session.screen0.menuDelay: 400
10 * Added new actions 10 session.screen0.menuDelayClose: 300
11 * workspacemenu 11 * Added aligment for buttons in iconbar
12 * Move x y 12 Change Left, Relative or Right via the Iconbar mode menu
13 * Resize x y 13 New resource item:
14 Next two commands are absolute coordinates 14 session.screen0.iconbar.clientWidth: Integer
15 * MoveTo x y 15 session.screen0.iconbar.alignment: LEFT, RELATIVE or RIGHT
16 * ResizeTo x y 16 * Added remember position (Thanks Mathias Gumz)
17 * Improved menu speed 17 Usage: [app] (fbrun)
18 * Added -verbose argument to fluxbox 18 [Position] (WINCENTER) {0 0}
19 This will enable theme warnings 19 [end]
20 * Configurable tools in toolbar 20 and inside the { } is the relative position
21 * New resource item: 21 possible values for () are:
22 * session.screen<num>.toolbar.tools: <toolname>, <toolname2> 22 UPPERLEFT, UPPERRIGHT, LOWERLEFT, LOWERRIGHT, CENTER, WINCENTER
23 example: session.screen0.toolbar.tools: clock, iconbar, workspacename 23 * New menu item [separator]
24 Valid toolnames are: 24 This will create a nice separator line
25 * workspacename 25 * New theme items:
26 * clock 26 window.label.active: <texture>
27 * iconbar 27 window.label.active.textColor: <color>
28 * systemtray 28 For highlighting the active (visible) tab when not in focus.
29 And the old arrows are back: 29 * New actions:
30 * nextworkspace/prevworkspace 30 ReloadStyle
31 * nextwindow/prevwindow 31 CommandDialog - this will show a dialog in which you can issue
32 * New theme items for toolbar 32 fluxbox commands
33 * toolbar.button.size: <interger> for fixed buttons in the toolbar 33 WorkspaceNameDialog - edit workspaces name dialog (old SetWorkspaceName)
34 * toolbar.button.borderWidth: <integer> 34 SetWorkspaceName <name>
35 * toolbar.button.borderColor: <color> 35 SetResourceValueDialog - shows a dialog where you can type the resource
36 * toolbar.button: <texture> 36 name and it's value
37 * toolbar.button.color: <color> 37 SetResourceValueCmd <resourcename> <resource value>
38 * toolbar.button.colorTo: <color> 38 BindKey <key string> :<action> - this will append key string and action to your keys file and bind
39 * toolbar.button.pixmap: <filename> 39 the key
40 * toolbar.button.picColor: <color> 40
41 * toolbar.button.pressed.color: <color> 41 * Window menu accessible in workspaces client menu
42 * toolbar.button.pressed.colorTo: <color> 42 * Shadow options for fonts
43 * toolbar.button.pressed: <texture> 43 example:
44 * Support for _NET_WM_STATE_FULLSCREEN 44 menu.frame.font: Verdana-8:shadow
45 * Nearest-quadrant resizing 45 * Enabled/Disable toolbar menu item ("Visible" menu item)
46 * Improvements/Updates to fbsetbg and fluxbox-generate_menu 46 * Toggle images in iconbar
47 47 * Edit clock format dialog
48 * Send to menu is back
49 * Changed Maximize menu item in Window menu to a multi button item
50 Button1: Maximize Normal
51 Button2: Maximize Vertical
52 Button3: Maximize Horizontal
53 * Added resource session.useMod1 <boolean> to disable/enable mod1
54 for Resize/Move window with mod1 + button
48Bug fixes: 55Bug fixes:
49 * Fixed some issues with mplayer in fullscreen 56 * Fixed image cache bug
50 * Fixed java bug with missing drawing bits of window 57 * Fixed some icc warnings
51 * Fixed building with --disable-slit 58 * Fixed mozilla focus issue
52 * Fixed NLS bad message errors by adding explicit codeset entries 59 * Fixed crash bug when adding alot of new workspaces
53 * Fixed disappearing close button 60 * Fixed menu draw bug in empty submenus
54 * Fixed numlock and scrlock bug in FbTk TextBox
55 * Fixed pixmap bug when changing between non-pixmap themes and pixmap themes
56 * Fixed empty window bug in SystemTray
57 * Fixed toolbar height bug crash
58
59See ChangeLog for more details 61See ChangeLog for more details