This commit is contained in:
fluxgen 2005-09-14 14:09:04 +00:00
parent b8f155bf36
commit 6e42bd4dc9

95
NEWS
View file

@ -1,46 +1,55 @@
News in 0.9.13: News in 0.9.14:
* Titlebar scrolling options
* Massive speed- and memoryimprovements * session.screenN.windowScrollAction: Shade|NextTab
* Added new Buttons for the Titlebar: - set the action that happens when scrolling on the titlebar
- Shade - just like the "Stick"-button * session.screenN.windowScrollReverse: true|false
Styleresources: - reverse the action direction
window.shade.pixmap, window.shade.unfocus.pixmap, window.shade.pressed.pixmap * New locales: uk_UA, be_BY, el_GR
window.unshade.pixmap, window.unshade.unfocus.pixmap, window.unshade.pressed.pixmap * Focus options: (Mathias)
etc. SloppyFocus, SemiSloppyFocus and ClickToFocus options are now
- MenuIcon - click on it provides the windowmenu, if the app MouseFocus, ClickFocus, MouseTabFocus and ClickTabFocus
contains a pixmap (gvim, konqueror etc etc) the pixmap is displayed, a * Renamed bsetroot to fbsetroot
little menu otherwise. * Improved move to action:
Styleresources: * MoveTo <int|*> <int|*> <Reference Corner>
window.menuicon.pixmap, window.menuicon.unfocus.pixmap - * means "use current value"
window.menuicon.pressed.pixmap - Reference Corner is one of:
etc. - UpperLeft, Upper, UpperRight
Example ~/.fluxbox/init - entry: - Left, Right
session.titlebar.left: MenuIcon Stick - LowerLeft, Lower, Right
session.titlebar.right: Shade Minimize Maximize Close examples:
* Added more KeyActions to TextBoxes MoveTo 0 * Left -> snap to left workspace edge
- Control + LeftArrow - Moves cursor to the left direction, up to next word. MoveTo * 0 Lower -> snap to lower workspace edge
- Control + RightArrow - to the right direction. MoveTo 0 0 UpperRight -> snap to upper right workspace corner
- Control + BackSpace - Removes everything from the cursor left side, up to next left word. * Font changes:
- Control + Delete - like above but removes to the right direction. - Usage of xft-fonts is prefered, except a font-description starts with '-'
* Added some style-resources: - Removed "antialias"-option completly, to enable/disable "antialias"
- menu.hilite.submenu.pixmap: <Pixmap> use either <fontname>:antialias=<bool> in the style or use
- menu.hilite.selected.pixmap: <Pixmap> - Added caching of fonts, fonts are only loaded once.
- menu.hilite.unselected.pixmap: <Pixmap> Xft.antialias: <bool> in your .Xdefaults
* Added new IconbarModes: * New style resources:
- NoIcons - all but iconified windows *.font.effect: <halo|shadow>
- WorkspaceNoIcons - all but iconified windows on the current Workspace *.font.shadow.x : <int> - shadow x offset
* Added -screen <"all"|int[,int]> : *.font.shadow.y : <int> - shadow y offset
$> fluxbox -screen 0,2 will run fluxbox on 0.0 and 0.2 so *.font.shadow.color : <color> - color of shadow
one can run any other wm on 0.1. *.font.halo.color : <color> - color of halo
$> fluxbox -screen all default, fluxbox manages all screens - Removed 'shadow' and 'halo' options from fontdefinitions
* fluxbox-generate_menu now can add pixmaps to the menuentries - Style authors may specify multiple fonts:
<font1>|<font2>|<font3>
* Keycodes can now be used in the keys file.
Example:
None 10 :NextWorkspace
where 10 is the keycode for '1'
* Added new configure option --with-locale=path
redirects location of nls directories.
Bug fixes: Bug fixes:
* Mutiple keyboard layout (#1160244, #1099704, #1094107) * #1281708, MenuIcon does not scale properly
* ArrangeWindows (#1086673) * #1240248, Segfaults for :MoveTabLeft/Right
* Inconsistent behavior of Java dialogs (#1157361) * #1206821, unportable usage of grep in fbgm
* fbrun segfault (#1188690) * #1116965, #1047529, shaded windows on restart
* ShowDesktop (#1020399) * #1213003, SendToWorkspace shouldnt follow
* 64bit issues (#1107213, #1105041) * #1216020, *.font.effect wont get cleared if not defined in style
* #1213262, justification in WorkspaceNameTool
* Fixed systemtray overlap
See ChangeLog for more details See ChangeLog for more details