aboutsummaryrefslogtreecommitdiff
path: root/NEWS
blob: f73bbeb39ef2d9b1b6a547e18a6bf3da7201713c (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
68
69
News in 0.9.11: 
    * Slit:
      * wheel or middle/right click in slit menu 
        moves items up/down
      * Save slit list menu item
    * (Re)added dragNdrop ordering of tabs
    * Better visualisation of the RememberState in RememberMenu
    * Iconbar:
      * new resources:
        session.*.iconbar.wheelMode: <mode>
           On     - enable mousewheeling on the iconbuttons
           Off    - disables mousewheeling on the iconbuttons
           Screen - uses the settings of desktopWheeling
      
        session.*.iconbar.deiconifyMode: <mode>
           Current    - deiconifies the window on current workspace
           Follow     - deiconifies the window on the workspace it
                        was iconified from and jumps to that workspace
           SemiFollow - acts as 'Current' for windows that were actually
                        iconified, and as 'follow' for the others
        * 
      * Added option to specify what to do with windows, 
        that got activated on a different workspaces than the
        current one (thru NET_ACTIVE_WINDOW for example,
        guinotification-plugin from gaim):
        
        * session.screen0.followModel: <value>
           Ignore  - ignore the activated window
           Follow  - go to the workspace of the window
          Current | CurrentWorkspace | Fetch - get the window onto the 
                                               current workspace
    * New resource:
      * session.focusTabMinWidth: <integer>
        defines the guaranteed minimize size of the focused tab
        in percent of the whole window
    * New command: export | setenv  
      sets the enviroment of fluxbox to a given value
      export NAME=VALUE
      setenv NAME VALUE
    * Alpha values are no longer in theme, but are in init file. Possible
      values are (all beginning with session.screenN.), * means changed/new:
        -  menu.alpha (*)
        -  slit.alpha 
        -  window.focus.alpha (*)
        -  window.unfocus.alpha (*)
        -  toolbar.alpha (*)
Bug fixes:
    * Fix to avoid gentoo bug #72703 also reported at  
      http://www.securityfocus.com/archive/1/382398/2004-11-24/2004-11-30/2
    * Fix for a java-bug (wrong opened subwindows)
    * Fix for hiding menu when menufile changed 
    * Fix for segfault at startup
    * fbrun doesnt overlap screenborders anymore
    * Fixed Wine + Paradise Poker Client problem.
    * Fix UnderMousePlacement, patch #1052534, close #1048000
    * Some changes to avoid invisible fonts
    * Fix memleaks
    * A few fixes to compile fluxbox with icc and mipspro(irix) #1045785
    * Fixed a problem when system-date is set back 
    * Fixed some TextBox issues with some "untypeable" keys 
    * Fix a couple of bugs with transparency in toolbar/buttons
    * Fix crash when in windowmenu->submenu and closing the app 
    * other bug fixes:
      #1057499 font with :shadow isn't loaded
      #1052095 the windowmenu didnt close, when the current tab changed 
      #1039658 transparency issues on unfocused windows


See ChangeLog for more details