aboutsummaryrefslogtreecommitdiff
path: root/NEWS
blob: cc784ac88fe7e6e6933b56a29338724b15f26ca2 (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
News in 0.9.6:
    * Adding image search paths when loading a style
      It now looks for pixmaps in <stylebase> and <stylebase>/pixmaps
      and in file <stylesdir>/<stylename>/theme.cfg
      => for this, stylebase is the style directory
      pixmap styles should use the new format for portability
    * Added startup script to be used with startfluxbox, to get a 
      consistent frontend for both *dm and startx and your fluxbox-session
    * Added "!" as a comment line for keys file
    * Added new actions
          * workspacemenu  
          * Move x y
          * Resize x y
          Next two commands are absolute coordinates
          * MoveTo x y
          * ResizeTo x y
    * Improved menu speed
    * Added -verbose argument to fluxbox
        This will enable theme warnings
    * Configurable tools in toolbar
        * New resource item:
        * session.screen<num>.toolbar.tools: <toolname>, <toolname2>
          example: session.screen0.toolbar.tools: clock, iconbar, workspacename
          Valid toolnames are:
             * workspacename
             * clock
             * iconbar
             * systemtray
             And the old arrows are back:
             * nextworkspace/prevworkspace
             * nextwindow/prevwindow   
    * New theme items for toolbar
        * toolbar.button.size: <interger>   for fixed buttons in the toolbar
        * toolbar.button.borderWidth: <integer>
        * toolbar.button.borderColor: <color>
        * toolbar.button: <texture>
        * toolbar.button.color: <color>
        * toolbar.button.colorTo: <color>
        * toolbar.button.pixmap:  <filename>
        * toolbar.button.picColor: <color>
        * toolbar.button.pressed.color: <color>
        * toolbar.button.pressed.colorTo: <color>
        * toolbar.button.pressed: <texture>   
    * Support for _NET_WM_STATE_FULLSCREEN
    * Nearest-quadrant resizing
    * Improvements/Updates to fbsetbg and fluxbox-generate_menu

Bug fixes: 
    * Fixed some issues with mplayer in fullscreen
    * Fixed java bug with missing drawing bits of window
    * Fixed building with --disable-slit
    * Fixed NLS bad message errors by adding explicit codeset entries
    * Fixed disappearing close button
    * Fixed numlock and scrlock bug in FbTk TextBox
    * Fixed pixmap bug when changing between non-pixmap themes and pixmap themes
    * Fixed empty window bug in SystemTray
    * Fixed toolbar height bug crash

See ChangeLog for more details