diff options
author | fluxgen <fluxgen> | 2004-12-06 17:53:14 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-12-06 17:53:14 (GMT) |
commit | e6f996815187212d81b66b30d0d5cfeb14e3ee6e (patch) | |
tree | 56219627d7e2e8d784ba9d25ee16a43b19d2ac39 /NEWS | |
parent | 1e52bf0d9fd48074c9f07cacfcdbc7a42ed04785 (diff) | |
download | fluxbox_paul-e6f996815187212d81b66b30d0d5cfeb14e3ee6e.zip fluxbox_paul-e6f996815187212d81b66b30d0d5cfeb14e3ee6e.tar.bz2 |
update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 154 |
1 files changed, 66 insertions, 88 deletions
@@ -1,91 +1,69 @@ | |||
1 | News in 0.9.10: | 1 | News in 0.9.11: |
2 | * Old styles should look like they used to | 2 | * Slit: |
3 | * New actions: | 3 | * wheel or middle/right click in slit menu |
4 | * directional focus movement: | 4 | moves items up/down |
5 | FocusUp, FocusDown, FocusLeft, FocusRight | 5 | * Save slit list menu item |
6 | * other: | 6 | * (Re)added dragNdrop ordering of tabs |
7 | RaiseLayer, LowerLayer, Exit | 7 | * Better visualisation of the RememberState in RememberMenu |
8 | * Added apps file matching on WM_WINDOW_ROLE | 8 | * iconbar: |
9 | * use "role=string". Particularly useful for gaim+gimp windows | 9 | * new resources: |
10 | [app] (role=buddy_list) ... | 10 | session.*.iconbar.wheelMode: <mode> |
11 | * Window menu file | 11 | On - enable mousewheeling on the iconbuttons |
12 | * new resource: | 12 | Off - disables mousewheeling on the iconbuttons |
13 | * session.screen<num>.windowMenu: <filename> | 13 | Screen - uses the settings of desktopWheeling |
14 | * The menu file format is the same as the normal ~/.fluxbox/menu | 14 | |
15 | but with some special menu items: | 15 | session.*.iconbar.deiconifyMode: <mode> |
16 | [iconify], [maximize], [shade], [close], [extramenus] | 16 | Current - deiconifies the window on current workspace |
17 | [layer], [sendto] | 17 | Follow - deiconifies the window on the workspace it |
18 | + the all the other menu items that you can use in the normal | 18 | was iconified from and jumps to that workspace |
19 | root menu (i.e [exec] (aterm) {aterm}) | 19 | SemiFollow - acts as 'Current' for windows that were actually |
20 | The [extramenus] will add "remember" menu | 20 | iconified, and as 'follow' for the others |
21 | example: session.screen0.windowMenu: ~/.fluxbox/windowmenu | 21 | * |
22 | [begin] | 22 | * Added option to specify what to do with windows, |
23 | [exec] (aterm) {aterm} | 23 | that got activated on a different workspaces than the |
24 | [maximize] | 24 | urrent one (thru NET_ACTIVE_WINDOW for example, |
25 | [shade] | 25 | guinotification-plugin from gaim) |
26 | [close] | 26 | * session.screen0.followModel: <value> |
27 | [end] | 27 | Ignore - ignore the activated window |
28 | * Added [wallpapers|wallpapermenu|rootcommands] to possible | 28 | Follow - go to the workspace of the window |
29 | menuitems | 29 | Current | CurrentWorkspace | Fetch - get the window onto the |
30 | * [wallpapers] (directory) {rootcommand} | 30 | current workspace |
31 | creates a submenu in the menu to click on the wallpaper one | 31 | * session.focusTabMinWidth: |
32 | wants. default rootcommand is fbsetbg | 32 | defines the guaranteed minimize size of the focused tab |
33 | * Improved menu transparent rendering speed and the | 33 | in percent of the whole window |
34 | text is not transparent anymore so you are able | 34 | * New command: export | setenv |
35 | to see the text even if you have 100% transparency | 35 | sets the enviroment of fluxbox to a given value |
36 | * New menu theme items: | 36 | export NAME=VALUE |
37 | * menu.titleHeight: <integer> | 37 | setenv NAME VALUE |
38 | * menu.itemHeight: <integer> | 38 | * Alpha values are no longer in theme, but are in init file. Possible |
39 | The height of the item/title will be the biggest of | 39 | values are (all beginning with session.screenN.), * means changed/new: |
40 | font height + bevel and the specified height, so the | 40 | - menu.alpha (*) |
41 | text will always fit. | 41 | - slit.alpha |
42 | * Added icons in menu and improved menu loading speed | 42 | - window.focus.alpha (*) |
43 | * New option for menu file: | 43 | - window.unfocus.alpha (*) |
44 | [key] (label) {argument to key} <the icon filename> | 44 | - toolbar.alpha (*) |
45 | example: | ||
46 | [exec] (aterm) {aterm} <terminal.xpm> | ||
47 | * Improve rendering speed of toolbar | ||
48 | * Supports _NET_WM_WINDOW_TYPE_DESKTOP | ||
49 | * eg nautilus desktop windows are on the bottom, not tabable, etc | ||
50 | * Added some new options font loading: | ||
51 | *.font: fontname-size:option,specoption1:key=val;key2=val2 etc | ||
52 | eg: | ||
53 | *.font: Verdana-10:bold,shadow:offsetx=2;offsety=4;color=green | ||
54 | *.font: Verdana-10:halo:color=blue | ||
55 | possible specoptions atm: | ||
56 | halo: | ||
57 | color=colorname | ||
58 | shadow: | ||
59 | color=colorname | ||
60 | offsetx=number (negative allowed) | ||
61 | offsety=number (negative allowed) | ||
62 | * Fixed so one can use to use this in the apps-file: | ||
63 | [Layer] {number | literal} | ||
64 | ex: | ||
65 | [Layer] {BOTTOM} | ||
66 | while literal is one of | ||
67 | DESKTOP BOTTOM NORMAL TOP DOCK ABOVEDOCK MENU | ||
68 | * fluxbox-generate_menu: | ||
69 | * Preliminary basic support for icons in fluxbox-generate_menu | ||
70 | put a <progname>.xpm into ~/.fluxbox/icons. e.g. Eterm.xpm | ||
71 | |||
72 | Bug fixes: | 45 | Bug fixes: |
73 | * Compiles with gcc 3.4 | 46 | * Fix to avoid gentoo bug #72703 also reported at |
74 | * Reparent issue with java menus | 47 | http://www.securityfocus.com/archive/1/382398/2004-11-24/2004-11-30/2 |
75 | * A crash when a window closes while [opaque] moving | 48 | * Fix for a java-bug (wrong opened subwindows) |
76 | * Rendering of transparency on menu exposes | 49 | * Fix for hiding menu when menufile changed |
77 | * handling alpha value of zero | 50 | * Fix for segfault at startup |
78 | * Bug in Iconbar mode menu | 51 | * fbrun doesnt overlap screenborders anymore |
79 | * Bug in systray | 52 | * Fixed Wine + Paradise Poker Client problem. |
80 | (this fixes the problem with "sim" in systray) | 53 | * Fix UnderMousePlacement, patch #1052534, close #1048000 |
81 | It didn't force client position on configure request | 54 | * Some changes to avoid invisible fonts |
82 | * Tiled texture | 55 | * Fix memleaks |
83 | * Transient window bug at startup | 56 | * A few fixes to compile fluxbox with icc and mipspro(irix) #1045785 |
84 | * Ugly toolbar at startup | 57 | * Fixed a problem when system-date is set back |
85 | * When time_t is long long | 58 | * Fixed some TextBox issues with some "untypeable" keys |
86 | * Delete key is working for fbrun | 59 | * Fix a couple of bugs with transparency in toolbar/buttons |
87 | * Mouse scroll on icons in toolbar changes workspace | 60 | * Fix crash when in windowmenu->submenu and closing the app |
88 | * Click on handle bar raises window even if "click raises" = false | 61 | * other bug fixes: |
89 | * fbrun segfaults when history item is bigger than entry box | 62 | #1057499 |
63 | #1046472 | ||
64 | #1052095 | ||
65 | #1034522 | ||
66 | #1039658 | ||
67 | |||
90 | 68 | ||
91 | See ChangeLog for more details | 69 | See ChangeLog for more details |