aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS70
1 files changed, 59 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 40424b2..cc784ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,59 @@
1So whats new in 0.1.5? 1News in 0.9.6:
2 * Keybinding code and new keyconfiguresstyle 2 * Adding image search paths when loading a style
3 * Keybindings: NextTab, PrevTab and AbortKeychain 3 It now looks for pixmaps in <stylebase> and <stylebase>/pixmaps
4 * Tab placement and alignment 4 and in file <stylesdir>/<stylename>/theme.cfg
5 * wheelscroll on titlebar changes between tabs 5 => for this, stylebase is the style directory
6 * Toggle tab on windows 6 pixmap styles should use the new format for portability
7 * Semi-sloppy focus 7 * Added startup script to be used with startfluxbox, to get a
8 * Italian nls 8 consistent frontend for both *dm and startx and your fluxbox-session
9 * a session.rootCommand to override the Themes rootCommand 9 * Added "!" as a comment line for keys file
10 * and some buggfixes 10 * Added new actions
11 11 * workspacemenu
12 * Move x y
13 * Resize x y
14 Next two commands are absolute coordinates
15 * MoveTo x y
16 * ResizeTo x y
17 * Improved menu speed
18 * Added -verbose argument to fluxbox
19 This will enable theme warnings
20 * Configurable tools in toolbar
21 * New resource item:
22 * session.screen<num>.toolbar.tools: <toolname>, <toolname2>
23 example: session.screen0.toolbar.tools: clock, iconbar, workspacename
24 Valid toolnames are:
25 * workspacename
26 * clock
27 * iconbar
28 * systemtray
29 And the old arrows are back:
30 * nextworkspace/prevworkspace
31 * nextwindow/prevwindow
32 * New theme items for toolbar
33 * toolbar.button.size: <interger> for fixed buttons in the toolbar
34 * toolbar.button.borderWidth: <integer>
35 * toolbar.button.borderColor: <color>
36 * toolbar.button: <texture>
37 * toolbar.button.color: <color>
38 * toolbar.button.colorTo: <color>
39 * toolbar.button.pixmap: <filename>
40 * toolbar.button.picColor: <color>
41 * toolbar.button.pressed.color: <color>
42 * toolbar.button.pressed.colorTo: <color>
43 * toolbar.button.pressed: <texture>
44 * Support for _NET_WM_STATE_FULLSCREEN
45 * Nearest-quadrant resizing
46 * Improvements/Updates to fbsetbg and fluxbox-generate_menu
47
48Bug fixes:
49 * Fixed some issues with mplayer in fullscreen
50 * Fixed java bug with missing drawing bits of window
51 * Fixed building with --disable-slit
52 * Fixed NLS bad message errors by adding explicit codeset entries
53 * Fixed disappearing close button
54 * Fixed numlock and scrlock bug in FbTk TextBox
55 * Fixed pixmap bug when changing between non-pixmap themes and pixmap themes
56 * Fixed empty window bug in SystemTray
57 * Fixed toolbar height bug crash
58
59See ChangeLog for more details