aboutsummaryrefslogtreecommitdiff
path: root/NEWS
blob: c2425983b36a981ab3e7fefc66f9d8d58b1a9cbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
News in 0.9.7:
    * Two new styles:
      Emerge from Nuno Alexandre
      BlueFlux from Lauri Hakkarainen
    * Added menu delay/click to open or close sub menus
      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 alignment for buttons in icon bar
       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 slit and toolbar autohide bug
    * Fixed image cache bug
    * Fixed some icc warnings
    * Fixed mozilla focus issue
    * Fixed crash bug when adding new workspaces
    * Fixed menu draw bug in empty sub menus

See ChangeLog for more details