diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 65 |
1 files changed, 33 insertions, 32 deletions
@@ -8,42 +8,43 @@ News in 0.9.6: | |||
8 | consistent frontend for both *dm and startx and your fluxbox-session | 8 | consistent frontend for both *dm and startx and your fluxbox-session |
9 | * Added "!" as a comment line for keys file | 9 | * Added "!" as a comment line for keys file |
10 | * Added new actions | 10 | * Added new actions |
11 | * workspacemenu | 11 | * workspacemenu |
12 | * Move x y | 12 | * Move x y |
13 | * Resize x y | 13 | * Resize x y |
14 | Next two commands are absolute coordinates | 14 | Next two commands are absolute coordinates |
15 | * MoveTo x y | 15 | * MoveTo x y |
16 | * ResizeTo x y | 16 | * ResizeTo x y |
17 | * Improved menu speed | 17 | * Improved menu speed |
18 | * Added -verbose argument to fluxbox | 18 | * Added -verbose argument to fluxbox |
19 | This will enable theme warnings | 19 | This will enable theme warnings |
20 | * Configurable tools in toolbar | 20 | * Configurable tools in toolbar |
21 | * New resource item: | 21 | * New resource item: |
22 | * session.screen<num>.toolbar.tools: <toolname>, <toolname2> | 22 | * session.screen<num>.toolbar.tools: <toolname>, <toolname2> |
23 | example: session.screen0.toolbar.tools: clock, iconbar, workspacename | 23 | example: session.screen0.toolbar.tools: clock, iconbar, workspacename |
24 | Valid toolnames are: | 24 | Valid toolnames are: |
25 | * workspacename | 25 | * workspacename |
26 | * clock | 26 | * clock |
27 | * iconbar | 27 | * iconbar |
28 | * systemtray | 28 | * systemtray |
29 | And the old arrows are back: | 29 | And the old arrows are back: |
30 | * nextworkspace/prevworkspace | 30 | * nextworkspace/prevworkspace |
31 | * nextwindow/prevwindow | 31 | * nextwindow/prevwindow |
32 | * New theme items for toolbar | 32 | * New theme items for toolbar |
33 | * toolbar.button.size: <interger> for fixed buttons in the toolbar | 33 | * toolbar.button.size: <interger> for fixed buttons in the toolbar |
34 | * toolbar.button.borderWidth: <integer> | 34 | * toolbar.button.borderWidth: <integer> |
35 | * toolbar.button.borderColor: <color> | 35 | * toolbar.button.borderColor: <color> |
36 | * toolbar.button: <texture> | 36 | * toolbar.button: <texture> |
37 | * toolbar.button.color: <color> | 37 | * toolbar.button.color: <color> |
38 | * toolbar.button.colorTo: <color> | 38 | * toolbar.button.colorTo: <color> |
39 | * toolbar.button.pixmap: <filename> | 39 | * toolbar.button.pixmap: <filename> |
40 | * toolbar.button.picColor: <color> | 40 | * toolbar.button.picColor: <color> |
41 | * toolbar.button.pressed.color: <color> | 41 | * toolbar.button.pressed.color: <color> |
42 | * toolbar.button.pressed.colorTo: <color> | 42 | * toolbar.button.pressed.colorTo: <color> |
43 | * toolbar.button.pressed: <texture> | 43 | * toolbar.button.pressed: <texture> |
44 | * Support for _NET_WM_STATE_FULLSCREEN | 44 | * Support for _NET_WM_STATE_FULLSCREEN |
45 | * Nearest-quadrant resizing | 45 | * Nearest-quadrant resizing |
46 | * Improvements/Updates to fbsetbg and fluxbox-generate_menu | 46 | * Improvements/Updates to fbsetbg and fluxbox-generate_menu |
47 | |||
47 | Bug fixes: | 48 | Bug fixes: |
48 | * Fixed some issues with mplayer in fullscreen | 49 | * Fixed some issues with mplayer in fullscreen |
49 | * Fixed java bug with missing drawing bits of window | 50 | * Fixed java bug with missing drawing bits of window |