aboutsummaryrefslogtreecommitdiff
path: root/NEWS
blob: 50066dc8d6af811b4ec63e84bb180ec749bc6a87 (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
News in 1.1.0:
    * Changed syntax for window cycling.
      Instead of bitmask, the window cucling functions takes a list of
      options enclosed in{} followed by pattern, similar to those used in 
      the apps file.
    * Added new placement policies {Row,Col}MinOverlapPlacement. They 
      behave the same as {Row,Col}SmartPlacement when the window fits but
      fall back on minimizing overlap with other windows instead of
      CascadePlacement.
    * New options to client patterns:
      - transient
      - mouse
      - workspacename
    * New commands:
      - TypeAheadFocus 
      - GoToWindow
      - ClientMenu
      - Attach
      - Focus
      - ForEach
      - StartTabbing
      - SetDecor
      - SetTitle 
      - SetTitleDialog
      - SetLayer
    * New modifiers to keys file:
      - OnToolbar
      - OnWindow
      - OnTitlebar
      - Double
      - FocusIn/FocusOut  MouseOver/MouseOut ..?
      - Delay
    * New resources:
      - session.screen<N>.tabs.usePixmap: <boolean>
      - session.screen<N>.maxIgnoreIncrement: <boolean>
      - session.screen<N>.noFocusWhileTypingDelay: <int>
      - session.screen<N>.maxDisable{Move,Resize}: <boolean>
      - session.screen<N>.slit.acceptKdeDockapps: <boolean>
    * New Resize modes:
      NearestEdge, Left, Right, Top, Bottom.
    * Style changes:
      New window.label.(un)focused.{justify,border{Color,Width}},
      which fallback to window.label.{justify,border{Color,Width}} before
      - this has the backwards-incompatible effect that
        toolbar.iconbar.(un)focused.* fallback first to toolbar.iconbar.* 
        and then to window.label.* window.{justify,border{Color,Width}}
      New style items: 
      window.(un)focus.border{Width,Color}
    * New or updated translations: 
      - zh_TW
      - de_*
    * Added -list-commands command line option, which prints a list of 
      valid fluxbox commands.
Bug fixes:
    * #1809786, Fixed gcc 2.96 compile problem.
    * #1787345, Fix crash when cycling focus and window closes.
    * #1836182, Fix division by 0 error when resize increments are set to 
      0 by an application.
    * #1843325, Fix startup items in apps file with specified screen number
    * #1786566, NLS entries for Mouse Tab Focus and Click Tab Focus were 
      switched.
See ChangeLog for more details.