diff options
-rw-r--r-- | NEWS | 75 |
1 files changed, 11 insertions, 64 deletions
@@ -1,67 +1,14 @@ | |||
1 | News in 0.9.7: | 1 | News 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 | ||
59 | Bug fixes: | 7 | Bug 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 | ||
67 | See ChangeLog for more details | 14 | See ChangeLog for more details |