aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-01-15 12:28:33 (GMT)
committerfluxgen <fluxgen>2004-01-15 12:28:33 (GMT)
commitf178cfb87a098248dffcc673bcd03f9fd54d10e1 (patch)
treebdc21855434333e76f2434688f7429ae7c0119eb /NEWS
parenteb79dc8c7d6f4082bf27263fe43eb93b04ce71ff (diff)
downloadfluxbox-f178cfb87a098248dffcc673bcd03f9fd54d10e1.zip
fluxbox-f178cfb87a098248dffcc673bcd03f9fd54d10e1.tar.bz2
update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS75
1 files changed, 11 insertions, 64 deletions
diff --git a/NEWS b/NEWS
index c242598..8f9eaab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,67 +1,14 @@
1News in 0.9.7: 1News in 0.9.8:
2 * Two new styles: 2 * Transparent toolbar
3 Emerge from Nuno Alexandre 3 Change the toolbar alpha in the style
4 BlueFlux from Lauri Hakkarainen 4 toolbar.alpha: 0-255
5 * Added menu delay/click to open or close sub menus 5 or
6 new resource items: 6 toolbar.<tool>.alpha: 0-255
7 session.screen0.menuMode: can be either Click or Delay (default: Delay)
8 session.screen0.menuDelay: in msec (default: 0 )
9 session.screen0.menuDelayClose: in msec (default: 0 )
10 example:
11 session.screen0.menuMode: Delay
12 session.screen0.menuDelay: 400
13 session.screen0.menuDelayClose: 300
14 * Added alignment for buttons in icon bar
15 Change Left, Relative or Right via the iconbar mode menu
16 New resource item:
17 session.screen0.iconbar.clientWidth: Integer
18 session.screen0.iconbar.alignment: LEFT, RELATIVE or RIGHT
19 * Added remember position (Thanks Mathias Gumz)
20 Usage: [app] (fbrun)
21 [Position] (WINCENTER) {0 0}
22 [end]
23 and inside the { } is the relative position
24 possible values for () are:
25 UPPERLEFT, UPPERRIGHT, LOWERLEFT, LOWERRIGHT, CENTER, WINCENTER
26 * New menu item [separator]
27 This will create a nice separator line
28 * New theme items:
29 window.label.active: <texture>
30 window.label.active.textColor: <color>
31 For highlighting the active (visible) tab when not in focus.
32 * New actions:
33 ReloadStyle
34 CommandDialog - this will show a dialog in which you can issue
35 fluxbox commands
36 WorkspaceNameDialog - edit workspaces name dialog (old SetWorkspaceName)
37 SetWorkspaceName <name>
38 SetResourceValueDialog - shows a dialog where you can type the resource
39 name and it's value
40 SetResourceValueCmd <resourcename> <resource value>
41 BindKey <key string> :<action> - this will append key string and
42 action to your keys file and bind
43 the key
44
45 * Window menu accessible in workspaces client menu
46 * Shadow options for fonts
47 example:
48 menu.frame.font: Verdana-8:shadow
49 * Enabled/Disable toolbar menu item ("Visible" menu item)
50 * Toggle images in iconbar
51 * Edit clock format dialog
52 * Send to menu is back
53 * Changed Maximize menu item in Window menu to a multi button item
54 Button1: Maximize Normal
55 Button2: Maximize Vertical
56 Button3: Maximize Horizontal
57 * Added resource session.useMod1 <boolean> to disable/enable mod1
58 for Resize/Move window with mod1 + button
59Bug fixes: 7Bug fixes:
60 * Fixed slit and toolbar autohide bug 8 * Fixed image cache problem (the memory bug)
61 * Fixed image cache bug 9 * Fixed color parsing bug
62 * Fixed some icc warnings 10 * Fixed iconbar bug in "All Windows" mode
63 * Fixed mozilla focus issue 11 * Fixed border bug with left/right alignment in iconbar
64 * Fixed crash bug when adding new workspaces 12 * Fixed a loop issue in fluxbox-generate_menu
65 * Fixed menu draw bug in empty sub menus
66 13
67See ChangeLog for more details 14See ChangeLog for more details