diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 78 |
1 files changed, 67 insertions, 11 deletions
@@ -1,11 +1,67 @@ | |||
1 | So whats new in 0.1.5? | 1 | News in 0.9.7: |
2 | * Keybinding code and new keyconfiguresstyle | 2 | * Two new styles: |
3 | * Keybindings: NextTab, PrevTab and AbortKeychain | 3 | Emerge from Nuno Alexandre |
4 | * Tab placement and alignment | 4 | BlueFlux from Lauri Hakkarainen |
5 | * wheelscroll on titlebar changes between tabs | 5 | * Added menu delay/click to open or close sub menus |
6 | * Toggle tab on windows | 6 | new resource items: |
7 | * Semi-sloppy focus | 7 | session.screen0.menuMode: can be either Click or Delay (default: Delay) |
8 | * Italian nls | 8 | session.screen0.menuDelay: in msec (default: 0 ) |
9 | * a session.rootCommand to override the Themes rootCommand | 9 | session.screen0.menuDelayClose: in msec (default: 0 ) |
10 | * and some buggfixes | 10 | example: |
11 | 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: | ||
60 | * Fixed slit and toolbar autohide bug | ||
61 | * Fixed image cache bug | ||
62 | * Fixed some icc warnings | ||
63 | * Fixed mozilla focus issue | ||
64 | * Fixed crash bug when adding new workspaces | ||
65 | * Fixed menu draw bug in empty sub menus | ||
66 | |||
67 | See ChangeLog for more details | ||