diff options
-rw-r--r-- | NEWS | 47 | ||||
-rw-r--r-- | TODO | 7 |
2 files changed, 20 insertions, 34 deletions
@@ -1,31 +1,24 @@ | |||
1 | News in 0.1.11: | 1 | News in 0.1.13: |
2 | * Autogrouping: | 2 | * Antialias support (Xft) |
3 | This will read groups from a file and auto group programs when | 3 | * UTF-8 support |
4 | they start. | 4 | * Extended window manager support (i.e Gnome2...) |
5 | * Autogrouping-from-tab: | 5 | * supports: |
6 | This will allow you to popup the root menu, if you right click on the tab, | 6 | * _NET_WM_DESKTOP, |
7 | and select an application and it'll start grouped to the tab. | 7 | * _NET_NUMBER_OF_DESKTOPS, |
8 | (note: this might interfere with the normal autogrouping in a bad way) | 8 | * _NET_CURRENT_DESKTOP, |
9 | * Two new themes: BlueNight and LemonSpace | 9 | * _NET_ACTIVE_WINDOW, |
10 | * Carry window across workspace with outlined mode. | 10 | * _NET_CLOSE_WINDOW |
11 | * Slit now has a theme option: | 11 | * _NET_WM_STATE |
12 | slit: <texture option> | 12 | * _NET_WM_STATE_STICKY |
13 | slit.color: <color value> | 13 | * _NET_WM_STATE_SHADED |
14 | slit.colorTo: <color value> | 14 | * fbrun command history |
15 | It will fall back to the toolbar theme if it doesn't find it. | 15 | * Default terminal and browser choice in fluxbox-generate_menu |
16 | * ja_JP and fr_FR in fluxbox-generate_menu | ||
17 | * New util: fbrun | ||
18 | Which allows you to type a command and run it. | ||
19 | * The window menu now pop up in iconbar when you right click on the icon. | ||
20 | 16 | ||
21 | Bug fixes: | 17 | Bug fixes: |
22 | * Fixed bug [ 582574 ] borderless windows cant be horiz resized. | 18 | * Fixed bug [ 604958 ] Menu not (full) visible when tabs bottom |
23 | * Fixed bug [ 600811 ] undefined keys messes up | 19 | * Fixed bug [ 581588 ] Toolbar auto-hiding |
24 | * Fixed bug [ 598490 ] misplaced parentrelative gives redrw prb | 20 | * Fixed bug [ 608945 ] xmms crashes fluxbox |
25 | * Fixed bug [ 586830 ] the clock now updates once per second. | 21 | * Fixed bug [ 522673 ] Numlock not handled correctly in Solaris |
26 | * Fixed bug [ 574717 ] restarting fluxbox should keep iconic. | 22 | * Fixed bug [ 604634 ] Fluxbox 0.1.11 menu on iconbar problem |
27 | * Fixed "send to..." bug | ||
28 | * Fixed slitlist bug | ||
29 | * Fixed workspace name and the reassociation bug | ||
30 | 23 | ||
31 | See ChangeLog for details | 24 | See ChangeLog for details |
@@ -1,5 +1,3 @@ | |||
1 | * const-correctnes | ||
2 | |||
3 | * Clean up in BImage class, some of those functions are huge, and needs | 1 | * Clean up in BImage class, some of those functions are huge, and needs |
4 | to be smaller. | 2 | to be smaller. |
5 | - also make the class more independent so it could be movable to other | 3 | - also make the class more independent so it could be movable to other |
@@ -29,15 +27,10 @@ | |||
29 | and more | 27 | and more |
30 | * Fix configurable toolbar | 28 | * Fix configurable toolbar |
31 | so the user can configure toolbar in a config file | 29 | so the user can configure toolbar in a config file |
32 | * Toolbar shouldn't hide if its autohide and | ||
33 | you are in "change workspace mode" | ||
34 | * Finnish (Finland) translation | 30 | * Finnish (Finland) translation |
35 | * Wheel-config support | 31 | * Wheel-config support |
36 | * Separator in the menus | 32 | * Separator in the menus |
37 | * More Gnome atom support | ||
38 | * Net wm atom support | ||
39 | * Clean up in the global namespace | 33 | * Clean up in the global namespace |
40 | * Create fbinput style app | ||
41 | * Add "system menu" for minimized apps in the icon bar. | 34 | * Add "system menu" for minimized apps in the icon bar. |
42 | (Close, Kill, Send to, etc) | 35 | (Close, Kill, Send to, etc) |
43 | * "Iconify group"/group commands in Windowmenu | 36 | * "Iconify group"/group commands in Windowmenu |