aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-11-16 22:41:46 (GMT)
committerfluxgen <fluxgen>2003-11-16 22:41:46 (GMT)
commit17301286dccae227935742a71ac9a9bb7cc9474b (patch)
tree6de55b9d5235284cf12c4708ebd9e0b69c5dfc81 /NEWS
parentc8d1e5491bf5ca9b7e3a7d16780faebb4a40793e (diff)
downloadfluxbox-17301286dccae227935742a71ac9a9bb7cc9474b.zip
fluxbox-17301286dccae227935742a71ac9a9bb7cc9474b.tar.bz2
update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS119
1 files changed, 50 insertions, 69 deletions
diff --git a/NEWS b/NEWS
index 2c1ad45..a0fe9cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,72 +1,53 @@
1News in 0.9.5: 1News in 0.9.6:
2 * New theme items: 2 * Added startup script to be used with startfluxbox, to get a
3 Menu theme changes: 3 consistent frontend for both *dm and startx and your fluxbox-session
4 * menu.selected.pixmap 4 * Added "!" as a comment line for keys file
5 * menu.unselected.pixmap 5 * Added new actions
6 * menu.submenu.pixmap 6 * workspacemenu
7 Window theme changes: 7 * Move x y
8 * window.title.height 8 * Resize x y
9 Toolbar theme changes: 9 Next two commands are absolute coordinates
10 * toolbar.height: <pixel size> 10 * MoveTo x y
11 * toolbar.clock: <texture> 11 * ResizeTo x y
12 * toolbar.clock.pixmap: <filename> 12 * Improved menu speed
13 * toolbar.clock.color: <color> 13 * Added -verbose argument to fluxbox
14 * toolbar.clock.colorTo: <color> 14 This will enable theme warnings
15 * toolbar.clock.textColor: <color> 15 * Configurable tools in toolbar
16 * toolbar.clock.font: <font> 16 * New resource item:
17 17 * session.screen<num>.toolbar.tools: <toolname>, <toolname2>
18 * toolbar.workspace: <texture> 18 example: session.screen0.toolbar.tools: clock, iconbar, workspacename
19 * toolbar.workspace.pixmap: <filename> 19 Valid toolnames are:
20 * toolbar.workspace.color: <color> 20 * workspacename
21 * toolbar.workspace.colorTo: <color> 21 * clock
22 * toolbar.workspace.textColor: <color> 22 * iconbar
23 * toolbar.workspace.font: <font> 23 * systemtray
24 This is for an empty iconbar: 24 And the old arrows are back:
25 * toolbar.iconbar.empty: <texture> 25 * nextworkspace/prevworkspace
26 * toolbar.iconbar.empty.pixmap: <filename> 26 * nextwindow/prevwindow
27 * toolbar.iconbar.empty.color: <color> 27 * New theme items for toolbar
28 * toolbar.iconbar.empty.colorTo: <color> 28 * toolbar.button.size: <interger> for fixed buttons in the toolbar
29 29 * toolbar.button.borderWidth: <integer>
30 Focused window in iconbar: 30 * toolbar.button.borderColor: <color>
31 * toolbar.iconbar.focused: <texture> 31 * toolbar.button: <texture>
32 * toolbar.iconbar.focused.pixmap: <filename> 32 * toolbar.button.color: <color>
33 * toolbar.iconbar.focused.color: <color> 33 * toolbar.button.colorTo: <color>
34 * toolbar.iconbar.focused.colorTo: <color> 34 * toolbar.button.pixmap: <filename>
35 * toolbar.iconbar.focused.textColor: <color> 35 * toolbar.button.picColor: <color>
36 * toolbar.iconbar.focused.font: <font> 36 * toolbar.button.pressed.color: <color>
37 And the same for .unfocused: 37 * toolbar.button.pressed.colorTo: <color>
38 * toolbar.iconbar.unfocused: <texture> 38 * toolbar.button.pressed: <texture>
39 etc. 39 * Support for _NET_WM_STATE_FULLSCREEN
40 * New actions: 40 * Nearest-quadrant resizing
41 * resizevertical 41 * Improvements/Updates to fbsetbg and fluxbox-generate_menu
42 * resizehorizontal
43 * setworkspacename
44 * movetableft
45 * movetabright
46 * Set workspace name tool
47 * Search path resource for images
48 * session.screen<num>.imageSearchPath
49 This is a list separated by , or space
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
61Bug fixes: 42Bug fixes:
62 * Fixed Transparency bug in menus 43 * Fixed some issues with mplayer in fullscreen
63 * Fixed so shaped windows like xmms wont get round corners 44 * Fixed java bug with missing drawing bits of window
64 * Fixed shape bug when switching between shaped themes and non shaped 45 * Fixed building with --disable-slit
65 * Fixed kde dockapp bug 46 * Fixed NLS bad message errors by adding explicit codeset entries
66 * FbRun works properly on multiple screens 47 * Fixed disappearing close button
67 * Fixed pesky crash and phantom icons 48 * Fixed numlock and scrlock bug in FbTk TextBox
68 * Fixed aspects of focus and raising, including transients 49 * Fixed pixmap bug when changing between non-pixmap themes and pixmap themes
69 * Fixed java bug, slow windows 50 * Fixed empty window bug in SystemTray
70 * Fixed 8 bpp crash 51 * Fixed toolbar height bug crash
71 52
72See ChangeLog for more details 53See ChangeLog for more details