fluxbox/NEWS

79 lines
2.5 KiB
Text
Raw Normal View History

2008-09-01 16:01:28 +00:00
News in 1.1.0:
* Changed syntax for window cycling.
2008-09-01 16:18:53 +00:00
Instead of bitmask, the window cycling functions takes a list of
options enclosed in {} followed by pattern, similar to those used in
2008-09-01 16:01:28 +00:00
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:
2008-09-01 16:18:53 +00:00
- focushidden
- fullscreen
- head
- iconhidden
- layer
- minimized
- maximized
- shaded
- stuck
2008-09-01 16:01:28 +00:00
- transient
2008-09-01 16:18:53 +00:00
- urgent
- workspace
2008-09-01 16:01:28 +00:00
- workspacename
* New commands:
- Attach
2008-09-01 16:18:53 +00:00
- ClientMenu
- Delay
2008-09-01 16:01:28 +00:00
- Focus
- ForEach
2008-09-01 16:18:53 +00:00
- GoToWindow
- If
- StartMoving
- StartResizing
2008-09-01 16:01:28 +00:00
- StartTabbing
- SetDecor
- SetTitle
- SetTitleDialog
- SetLayer
* New modifiers to keys file:
- OnToolbar
- OnWindow
- OnTitlebar
- Double
* 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:
2008-09-01 16:18:53 +00:00
- de_AT
- de_CH
- mk_MK
2008-09-01 16:01:28 +00:00
- zh_TW
* Added -list-commands command line option, which prints a list of
valid fluxbox commands.
2004-04-25 18:10:39 +00:00
Bug fixes:
2008-09-01 16:01:28 +00:00
* #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.
2008-09-01 16:18:53 +00:00
* #1806327, Fix `About' menu item with tcsh.
2006-06-13 18:31:39 +00:00
See ChangeLog for more details.