aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-27 22:12:32 (GMT)
committerfluxgen <fluxgen>2003-08-27 22:12:32 (GMT)
commit118d9ad1589fecd41b373e651c4150bac2054038 (patch)
tree5eae4cfc3647d764a41e52c85cbca962b08db2ad /NEWS
parent87a51fce234bdda0b3e1b3730138d3e5ff280ded (diff)
downloadfluxbox-118d9ad1589fecd41b373e651c4150bac2054038.zip
fluxbox-118d9ad1589fecd41b373e651c4150bac2054038.tar.bz2
update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS124
1 files changed, 69 insertions, 55 deletions
diff --git a/NEWS b/NEWS
index bb45dfb..2c1ad45 100644
--- a/NEWS
+++ b/NEWS
@@ -1,58 +1,72 @@
1News in 0.9.4: 1News in 0.9.5:
2 * Keyboard navigation in menus 2 * New theme items:
3 * Keys: 3 Menu theme changes:
4 Up/Down: select menu item 4 * menu.selected.pixmap
5 Left/Right: go in/out from sub menus 5 * menu.unselected.pixmap
6 Escape: close menu and return focus to windows 6 * menu.submenu.pixmap
7 Enter: run/execute/toggle menu item 7 Window theme changes:
8 To set input focus on the menu you either click on the title bar 8 * window.title.height
9 or bring it up with key bindings 9 Toolbar theme changes:
10 * New action strings 10 * toolbar.height: <pixel size>
11 * ArrangeWindows 11 * toolbar.clock: <texture>
12 This will arrange the windows on the current desktop 12 * toolbar.clock.pixmap: <filename>
13 * ShowDesktop 13 * toolbar.clock.color: <color>
14 This will iconify all windows on the current desktop 14 * toolbar.clock.colorTo: <color>
15 * The same action strings that are in keys file can 15 * toolbar.clock.textColor: <color>
16 now be used in the menu 16 * toolbar.clock.font: <font>
17 example: 17
18 [ArrangeWindows] (arrange windows) 18 * toolbar.workspace: <texture>
19 * New theme items 19 * toolbar.workspace.pixmap: <filename>
20 * toolbar.button.borderWidth: <integer> 20 * toolbar.workspace.color: <color>
21 * toolbar.borderWidth: <integer> 21 * toolbar.workspace.colorTo: <color>
22 * toolbar.bevelWidth: <integer> 22 * toolbar.workspace.textColor: <color>
23 * toolbar.borderColor: <color> 23 * toolbar.workspace.font: <font>
24 * slit.borderWidth: <integer> 24 This is for an empty iconbar:
25 * slit.bevelWidth: <integer> 25 * toolbar.iconbar.empty: <texture>
26 * slit.borderColor: <color> 26 * toolbar.iconbar.empty.pixmap: <filename>
27 * [startup] option in remember file 27 * toolbar.iconbar.empty.color: <color>
28 Can now add entries to apps file like: 28 * toolbar.iconbar.empty.colorTo: <color>
29 [startup] {xterm} 29
30 Then "xterm" will be launched on fluxbox startup. 30 Focused window in iconbar:
31 Can also give a screen option: 31 * toolbar.iconbar.focused: <texture>
32 [startup] (screen=1) {xterm} 32 * toolbar.iconbar.focused.pixmap: <filename>
33 will start it on screen 1 rather than the default 0. 33 * toolbar.iconbar.focused.color: <color>
34 * Rounded corners on menu, windows and toolbar 34 * toolbar.iconbar.focused.colorTo: <color>
35 Theme items: 35 * toolbar.iconbar.focused.textColor: <color>
36 * menu.roundCorners: <shape item> 36 * toolbar.iconbar.focused.font: <font>
37 * toolbar.shaped: <boolean> 37 And the same for .unfocused:
38 * window.roundCorners: <shape item> 38 * toolbar.iconbar.unfocused: <texture>
39 Shape item can be: TopLeft TopRight BottomLeft and/or BottomRight 39 etc.
40 example: menu.roundCorners: TopRight BottomLeft 40 * New actions:
41 * The current style is now marked in the style menu 41 * resizevertical
42 * Compile time option for toolbar 42 * resizehorizontal
43 --disable-toolbar 43 * setworkspacename
44 --enable-toolbar (default) 44 * movetableft
45 * Emacs style key bindings in fbrun 45 * movetabright
46 * Tab completion in fbrun 46 * Set workspace name tool
47 * Group persistence over a restart 47 * Search path resource for images
48 * Maximization stop on slit and toolbar (check Maximize Over menu items) 48 * session.screen<num>.imageSearchPath
49 * Support for _NET_WM_STRUT 49 This is a list separated by , or space
50 * Regular expression support for remember 50 example: session.screen0.imageSearchPath: ~/.fluxbox/pixmaps, /usr/share/fluxbox/pixmaps
51 * New height resource for toolbar
52 * session.screen<num>.toolbar.height
53 This will override the style's font height
54 * Support for system tray _NET_SYSTEM_TRAY
55 Applications that support this will show their icon
56 in the toolbar next to the clock.
57 * New texture type: Tiled
58 This will just affect pixmap loaded from file, and it will not scale them.
59 * Added MoveTabLeft and MoveTabRight commands
60
51Bug fixes: 61Bug fixes:
52 * Toggle maximize vertical/horizontal 62 * Fixed Transparency bug in menus
53 * Slit/Toolbar auto hide bug 63 * Fixed so shaped windows like xmms wont get round corners
54 * Button alignment bug in title bar 64 * Fixed shape bug when switching between shaped themes and non shaped
55 * Trailing whitespace in group file resource 65 * Fixed kde dockapp bug
56 * Group cycling 66 * FbRun works properly on multiple screens
67 * Fixed pesky crash and phantom icons
68 * Fixed aspects of focus and raising, including transients
69 * Fixed java bug, slow windows
70 * Fixed 8 bpp crash
57 71
58See ChangeLog for more details 72See ChangeLog for more details