aboutsummaryrefslogtreecommitdiff
path: root/NEWS
blob: 427fe5acafdf9bf0bd1c7f6fb16c3e9c7454ce7e (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
News in Fluxbox 0.1.8:

* Code clean up
* NLS-fixes
* Better window cycling with optional parameters.
  NextWindow and PrevWindow now takes an integer parameter
  parameter values:
     0 or unspecified = Default/current behavior - no skipping
     1 = Skip: lower tabs
     2 = Skip: stuck windows
     3 = Skip: lower tabs/stuck windows
     4 = Skip: shaded windows
     5 = Skip: lower tabs/shaded windows
     6 = Skip: stuck windows/shaded windows
     7 = Skip: lower tabs/stuck windows/shaded windows
* Xinerama support ( configure option --enable-xinerama )
* Workspace warping, drag window between workspaces, 
  does only work with opaque moving
* You can enable tabs in "Tabs off"-mode
* New key bindings:
  ToggleDecor
      Toggle the decor of a window
  ToggleTab
      Toggle the tab
  RootMenu
      Pop up the root menu 
* Smarter Next/Prev focus,
  Makes new windows get inserted after the focused window in 
  the cycling order instead of always at the end.
* Scrolling on root window changes workspace

Bug fixes in Fluxbox 0.1.8:

* Window dragging + workspace changing ( bug [ 528101 ] )
* Minor task bar issue, it will update icon bar-text now ( bug [ 533436 ] )
* "decoration.handle" bug, which caused the window to have wrong height 
  with no decorations
* Slit-client window bug.