aboutsummaryrefslogtreecommitdiff
path: root/NEWS
blob: 4b9c7fd85f7891fd30073e65d4786a420edacd50 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
News in 0.9.9:
    * New commands:
      * Deiconify <mode> <dest>
        * Where mode is:
          * last
           - deiconify last iconified window
          * lastworkspace (default)
           - deiconify last iconified window from current workspace
          * all
           - deiconify all iconified windows
          * allworkspace
           - deiconify all iconfied windows from current workspace
        * and dest is:
          * current (default)
           - deiconify them on current windows
          * origin
           - deiconify them where they were
          * originquiet
           - deiconify to old workspace but dont follow
      * SendToNextWorkspace <num>
        * sends current window forward <num> workspaces
      * SendToPrevWorkspace <num>
        * sends current window backward <num> workspaces
      * WindowMenu
        * popups the window menu
    * New resources:
      * session.tabsAttachArea: <mode>
        * where mode is:
           * Window
            - dropping tabs to any part of the destination-window leads
              to attaching to that frame (default)
           * Titlebar
            - dropping tabs only to the titlebar of the destination-
              window leads to attaching to that frame
      * session.screen<num>.overlay.lineWidth: <integer>
      * session.screen<num>.overlay.lineStyle:
         * Valid arguments: LineSolid, LineOnOffDash LineDoubleDash

      * session.screen<num>.overlay.joinStyle:
         * Valid arguments: JoinRound, JoindMiter, JoinBevel

      * session.screen<num>.overlay.capStyle:
         * Valid arguments: CapNotLast, CapRound, CapButt, CapProjecting

    * KDE dockapps docks in systray inside toolbar now
    * Support aspect ratio hints
    * Optional decoration on transient windows
    * Added ! as a comment char in keys file
    * Improved rendering speed while changing workspace
    * Improved checking for compiler and compiler version
    * Improved transparent rendering speed
    * Remember hidden state for apps
      * [IconHidden] hides the app from the icon bar
      * [FocusHidden] hides the app from the list to be reachable
        via Next/PrevWindow
      * [Hidden] is [IconHidden] + [FocusHidden]
        Example ~/.fluxbox/apps: [IconHidden] {true}
    * Expands tilde for slitlist file
    * Using WM_CLASS instead of NAME in slitlist file
    * Window snapping to other windows
    * More support for Extended Window Manager Hints:
      * _NET_WM_WINDOW_TYPE
      * _NET_WM_WINDOW_TYPE_DOCK
      * _NET_WM_STATE_ABOVE
      * _NET_WM_STATE_BELOW
      * _NET_WM_CLIENT_LIST_STACKING
      * _NET_WM_DESKTOP_VIEWPORT
      * _NET_WM_DESKTOP_GEOMETRY
      * _NET_WORKAREA
      * _NET_ACTIVE_WINDOW
      * _NET_WM_STATE_HIDDEN
      * _NET_WM_STATE_SKIP_TASKBAR
    * sl_SI nls
    * Updated nl_NL locales
    * fbrun news:
      * cycling in tab completion
      * completes binaries from your $PATH
        * if you want to use old history tab-complete, press Ctrl-tab
      * completes path names
      * Control-C clears the text
      * Fixed cursor bug
    * fluxbox-generate_menu news:
      * Updated German locales
      * More firefox support
      * portability fixes
      * improve menu reloading
      * more menu entries
      * French locales
      * Portuguese locales
Bug fixes:
    * Decoration bug with mwm hint + remember
    * Drawing issues with big menus
    * _MOTIF_WM_HINTS decoration toggle bug
    * No-text-in-iconbar bug on restart
    * Menu time stamp on root menu
    * placeWindow caused spinning with screens higher than width
      e.g. vertical xinerama
    * compiles in cygwin
    * update of keys on keymap change
    * infinite loop in fbrun
    * window size bug in no-decor windows on start/restart
    * The _NET_MOVERESIZE_WINDOW crash bug
    * mplayer -vo xvid bug
    * menu keyboard navigation bug

See ChangeLog for more details