aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2005-09-14 14:09:04 (GMT)
committerfluxgen <fluxgen>2005-09-14 14:09:04 (GMT)
commit6e42bd4dc9450d4cfccd83cc619a32afa5f9ed60 (patch)
treee66b8d81a3007be760fc195563a02a02efc0d330 /NEWS
parentb8f155bf368b2c7958ea035bd4baa1639e9b63db (diff)
downloadfluxbox-6e42bd4dc9450d4cfccd83cc619a32afa5f9ed60.zip
fluxbox-6e42bd4dc9450d4cfccd83cc619a32afa5f9ed60.tar.bz2
update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS95
1 files changed, 52 insertions, 43 deletions
diff --git a/NEWS b/NEWS
index c57ac7f..55eeafe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,46 +1,55 @@
1News in 0.9.13: 1News in 0.9.14:
2 2 * Titlebar scrolling options
3 * Massive speed- and memoryimprovements 3 * session.screenN.windowScrollAction: Shade|NextTab
4 * Added new Buttons for the Titlebar: 4 - set the action that happens when scrolling on the titlebar
5 - Shade - just like the "Stick"-button 5 * session.screenN.windowScrollReverse: true|false
6 Styleresources: 6 - reverse the action direction
7 window.shade.pixmap, window.shade.unfocus.pixmap, window.shade.pressed.pixmap 7 * New locales: uk_UA, be_BY, el_GR
8 window.unshade.pixmap, window.unshade.unfocus.pixmap, window.unshade.pressed.pixmap 8 * Focus options: (Mathias)
9 etc. 9 SloppyFocus, SemiSloppyFocus and ClickToFocus options are now
10 - MenuIcon - click on it provides the windowmenu, if the app 10 MouseFocus, ClickFocus, MouseTabFocus and ClickTabFocus
11 contains a pixmap (gvim, konqueror etc etc) the pixmap is displayed, a 11 * Renamed bsetroot to fbsetroot
12 little menu otherwise. 12 * Improved move to action:
13 Styleresources: 13 * MoveTo <int|*> <int|*> <Reference Corner>
14 window.menuicon.pixmap, window.menuicon.unfocus.pixmap 14 - * means "use current value"
15 window.menuicon.pressed.pixmap 15 - Reference Corner is one of:
16 etc. 16 - UpperLeft, Upper, UpperRight
17 Example ~/.fluxbox/init - entry: 17 - Left, Right
18 session.titlebar.left: MenuIcon Stick 18 - LowerLeft, Lower, Right
19 session.titlebar.right: Shade Minimize Maximize Close 19 examples:
20 * Added more KeyActions to TextBoxes 20 MoveTo 0 * Left -> snap to left workspace edge
21 - Control + LeftArrow - Moves cursor to the left direction, up to next word. 21 MoveTo * 0 Lower -> snap to lower workspace edge
22 - Control + RightArrow - to the right direction. 22 MoveTo 0 0 UpperRight -> snap to upper right workspace corner
23 - Control + BackSpace - Removes everything from the cursor left side, up to next left word. 23 * Font changes:
24 - Control + Delete - like above but removes to the right direction. 24 - Usage of xft-fonts is prefered, except a font-description starts with '-'
25 * Added some style-resources: 25 - Removed "antialias"-option completly, to enable/disable "antialias"
26 - menu.hilite.submenu.pixmap: <Pixmap> 26 use either <fontname>:antialias=<bool> in the style or use
27 - menu.hilite.selected.pixmap: <Pixmap> 27 - Added caching of fonts, fonts are only loaded once.
28 - menu.hilite.unselected.pixmap: <Pixmap> 28 Xft.antialias: <bool> in your .Xdefaults
29 * Added new IconbarModes: 29 * New style resources:
30 - NoIcons - all but iconified windows 30 *.font.effect: <halo|shadow>
31 - WorkspaceNoIcons - all but iconified windows on the current Workspace 31 *.font.shadow.x : <int> - shadow x offset
32 * Added -screen <"all"|int[,int]> : 32 *.font.shadow.y : <int> - shadow y offset
33 $> fluxbox -screen 0,2 will run fluxbox on 0.0 and 0.2 so 33 *.font.shadow.color : <color> - color of shadow
34 one can run any other wm on 0.1. 34 *.font.halo.color : <color> - color of halo
35 $> fluxbox -screen all default, fluxbox manages all screens 35 - Removed 'shadow' and 'halo' options from fontdefinitions
36 * fluxbox-generate_menu now can add pixmaps to the menuentries 36 - Style authors may specify multiple fonts:
37 37 <font1>|<font2>|<font3>
38
39 * Keycodes can now be used in the keys file.
40 Example:
41 None 10 :NextWorkspace
42 where 10 is the keycode for '1'
43 * Added new configure option --with-locale=path
44 redirects location of nls directories.
38Bug fixes: 45Bug fixes:
39 * Mutiple keyboard layout (#1160244, #1099704, #1094107) 46 * #1281708, MenuIcon does not scale properly
40 * ArrangeWindows (#1086673) 47 * #1240248, Segfaults for :MoveTabLeft/Right
41 * Inconsistent behavior of Java dialogs (#1157361) 48 * #1206821, unportable usage of grep in fbgm
42 * fbrun segfault (#1188690) 49 * #1116965, #1047529, shaded windows on restart
43 * ShowDesktop (#1020399) 50 * #1213003, SendToWorkspace shouldnt follow
44 * 64bit issues (#1107213, #1105041) 51 * #1216020, *.font.effect wont get cleared if not defined in style
52 * #1213262, justification in WorkspaceNameTool
53 * Fixed systemtray overlap
45 54
46See ChangeLog for more details 55See ChangeLog for more details