aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-08-25 13:03:17 (GMT)
committerfluxgen <fluxgen>2004-08-25 13:03:17 (GMT)
commitf32969d4e5a18bddd426b481824eb50902cba5de (patch)
tree1c988867a169f758b0584176b822371f6d96ec7d /NEWS
parentb57ce6ca8a80443c7b4927136e35e160fdaf345e (diff)
downloadfluxbox-f32969d4e5a18bddd426b481824eb50902cba5de.zip
fluxbox-f32969d4e5a18bddd426b481824eb50902cba5de.tar.bz2
update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS183
1 files changed, 81 insertions, 102 deletions
diff --git a/NEWS b/NEWS
index 4b9c7fd..1b1d1cb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,106 +1,85 @@
1News in 0.9.9: 1News in 0.9.10:
2 * New commands: 2 * Keybindings for directional focus movement:
3 * Deiconify <mode> <dest> 3 * key actions:
4 * Where mode is: 4 FocusUp, FocusDown, FocusLeft, FocusRight
5 * last 5 * Added apps file matching on WM_WINDOW_ROLE (Simon)
6 - deiconify last iconified window 6 * use "role=string". Particularly useful for gaim+gimp windows
7 * lastworkspace (default) 7 [app] (role=buddy_list) ...
8 - deiconify last iconified window from current workspace 8 * Window menu file
9 * all 9 * new resource:
10 - deiconify all iconified windows 10 * session.screen<num>.windowMenu: <filename>
11 * allworkspace 11 * The menu file format is the same as the normal ~/.fluxbox/menu
12 - deiconify all iconfied windows from current workspace 12 but with some special menu items:
13 * and dest is: 13 [iconify], [maximize], [shade], [close], [extramenus]
14 * current (default) 14 [layer], [sendto]
15 - deiconify them on current windows 15 + the all the other menu items that you can use in the normal
16 * origin 16 root menu (i.e [exec] (aterm) {aterm})
17 - deiconify them where they were 17 The [extramenus] will add "remember" menu
18 * originquiet 18 example: session.screen0.windowMenu: ~/.fluxbox/windowmenu
19 - deiconify to old workspace but dont follow 19 [begin]
20 * SendToNextWorkspace <num> 20 [exec] (aterm) {aterm}
21 * sends current window forward <num> workspaces 21 [maximize]
22 * SendToPrevWorkspace <num> 22 [shade]
23 * sends current window backward <num> workspaces 23 [close]
24 * WindowMenu 24 [end]
25 * popups the window menu 25 * New actions:
26 * New resources: 26 * exit (exit fluxbox, new to keybinding)
27 * session.tabsAttachArea: <mode> 27 * Improved menu transparent rendering speed and the
28 * where mode is: 28 text is not transparent anymore so you are able
29 * Window 29 to see the text even if you have 100% transparency
30 - dropping tabs to any part of the destination-window leads 30 * New menu theme items:
31 to attaching to that frame (default) 31 * menu.titleHeight: <integer>
32 * Titlebar 32 * menu.itemHeight: <integer>
33 - dropping tabs only to the titlebar of the destination- 33 The height of the item/title will be the biggest of
34 window leads to attaching to that frame 34 font height + bevel and the specified height, so the
35 * session.screen<num>.overlay.lineWidth: <integer> 35 text will always fit.
36 * session.screen<num>.overlay.lineStyle: 36 * Added icons in menu and improved menu loading speed
37 * Valid arguments: LineSolid, LineOnOffDash LineDoubleDash 37 * New option for menu file:
38 [key] (label) {argument to key} <the icon filename>
39 example:
40 [exec] (aterm) {aterm} <terminal.xpm>
41 * Improve rendering speed of toolbar
42 * Supports _NET_WM_WINDOW_TYPE_DESKTOP
43 * eg nautilus desktop windows are on the bottom, not tabable, etc
44 * Added some new options font loading:
45 *.font: fontname-size:option,specoption1:key=val;key2=val2 etc
46 eg:
47 *.font: Verdana-10:bold,shadow:offsetx=2;offsety=4;color=green
48 *.font: Verdana-10:halo:color=blue
49 possible specoptions atm:
50 halo:
51 color=colorname
52 shadow:
53 color=colorname
54 offsetx=number (negative allowed)
55 offsety=number (negative allowed)
56 * Fixed so one can use to use this in the apps-file:
57 [Layer] {number | literal}
58 ex:
59 [Layer] {BOTTOM}
60 while literal is one of
61 DESKTOP BOTTOM NORMAL TOP DOCK ABOVEDOCK MENU
62 * fluxbox-generate_menu:
63 * Preliminary basic support for icons in fluxbox-generate_menu (Han)
64 * put a <progname>.xpm into ~/.fluxbox/icons. e.g. Eterm.xpm
38 65
39 * session.screen<num>.overlay.joinStyle:
40 * Valid arguments: JoinRound, JoindMiter, JoinBevel
41
42 * session.screen<num>.overlay.capStyle:
43 * Valid arguments: CapNotLast, CapRound, CapButt, CapProjecting
44
45 * KDE dockapps docks in systray inside toolbar now
46 * Support aspect ratio hints
47 * Optional decoration on transient windows
48 * Added ! as a comment char in keys file
49 * Improved rendering speed while changing workspace
50 * Improved checking for compiler and compiler version
51 * Improved transparent rendering speed
52 * Remember hidden state for apps
53 * [IconHidden] hides the app from the icon bar
54 * [FocusHidden] hides the app from the list to be reachable
55 via Next/PrevWindow
56 * [Hidden] is [IconHidden] + [FocusHidden]
57 Example ~/.fluxbox/apps: [IconHidden] {true}
58 * Expands tilde for slitlist file
59 * Using WM_CLASS instead of NAME in slitlist file
60 * Window snapping to other windows
61 * More support for Extended Window Manager Hints:
62 * _NET_WM_WINDOW_TYPE
63 * _NET_WM_WINDOW_TYPE_DOCK
64 * _NET_WM_STATE_ABOVE
65 * _NET_WM_STATE_BELOW
66 * _NET_WM_CLIENT_LIST_STACKING
67 * _NET_WM_DESKTOP_VIEWPORT
68 * _NET_WM_DESKTOP_GEOMETRY
69 * _NET_WORKAREA
70 * _NET_ACTIVE_WINDOW
71 * _NET_WM_STATE_HIDDEN
72 * _NET_WM_STATE_SKIP_TASKBAR
73 * sl_SI nls
74 * Updated nl_NL locales
75 * fbrun news:
76 * cycling in tab completion
77 * completes binaries from your $PATH
78 * if you want to use old history tab-complete, press Ctrl-tab
79 * completes path names
80 * Control-C clears the text
81 * Fixed cursor bug
82 * fluxbox-generate_menu news:
83 * Updated German locales
84 * More firefox support
85 * portability fixes
86 * improve menu reloading
87 * more menu entries
88 * French locales
89 * Portuguese locales
90Bug fixes: 66Bug fixes:
91 * Decoration bug with mwm hint + remember 67 * Compiles with gcc 3.4
92 * Drawing issues with big menus 68 * Reparent issue with java menus
93 * _MOTIF_WM_HINTS decoration toggle bug 69 * A crash when a window closes while [opaque] moving
94 * No-text-in-iconbar bug on restart 70 * Rendering of transparency on menu exposes
95 * Menu time stamp on root menu 71 * handling alpha value of zero
96 * placeWindow caused spinning with screens higher than width 72 * Bug in Iconbar mode menu
97 e.g. vertical xinerama 73 * Bug in systray (Henrik)
98 * compiles in cygwin 74 (this fixes the problem with "sim" in systray)
99 * update of keys on keymap change 75 It didn't force client position on configure request
100 * infinite loop in fbrun 76 * Tiled texture
101 * window size bug in no-decor windows on start/restart 77 * Transient window bug at startup
102 * The _NET_MOVERESIZE_WINDOW crash bug 78 * Ugly toolbar at startu
103 * mplayer -vo xvid bug 79 * When time_t is long long
104 * menu keyboard navigation bug 80 * Delete key is working for fbrun
81 * Mouse scroll on icons in toolbar changes workspace
82 * Click on handle bar raises window even if "click raises" = false
83 * fbrun segfaults when history item is bigger than entry box
105 84
106See ChangeLog for more details 85See ChangeLog for more details