diff options
author | fluxgen <fluxgen> | 2004-04-25 17:13:46 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-04-25 17:13:46 (GMT) |
commit | 07b50bc85a39bd63747af3c772fbbe26ba54c4a1 (patch) | |
tree | d9749bbf4f7824bee44a9e77898e3521366be495 /NEWS | |
parent | 0aae777243b0fab6cdeeae185dda78d4bd210d20 (diff) | |
download | fluxbox_paul-07b50bc85a39bd63747af3c772fbbe26ba54c4a1.zip fluxbox_paul-07b50bc85a39bd63747af3c772fbbe26ba54c4a1.tar.bz2 |
update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 119 |
1 files changed, 107 insertions, 12 deletions
@@ -1,14 +1,109 @@ | |||
1 | News in 0.9.8: | 1 | News in 0.9.9: |
2 | * Transparent toolbar | 2 | * News commands: |
3 | Change the toolbar alpha in the style | 3 | * Deiconify <mode> <dest> |
4 | toolbar.alpha: 0-255 | 4 | * Where mode is: |
5 | or | 5 | * last |
6 | toolbar.<tool>.alpha: 0-255 | 6 | - deiconify last iconified window |
7 | Bug fixes: | 7 | * lastworkspace (default) |
8 | * Fixed image cache problem (the memory bug) | 8 | - deiconify last iconified window |
9 | * Fixed color parsing bug | 9 | from current workspace |
10 | * Fixed iconbar bug in "All Windows" mode | 10 | * all |
11 | * Fixed border bug with left/right alignment in iconbar | 11 | - deiconify all iconified windows |
12 | * Fixed a loop issue in fluxbox-generate_menu | 12 | * allworkspace |
13 | - deiconify all iconfiied windows | ||
14 | from current workspace | ||
15 | * and dest is: | ||
16 | * current (default) | ||
17 | - deiconify them on current windows | ||
18 | * origin | ||
19 | - deiconify them where they were | ||
20 | * originquiet | ||
21 | - deiconify to old workspace but dont follow | ||
22 | * SendToNextWorkspace <num> | ||
23 | * sends current window forward <num> workspaces | ||
24 | * SendToPrevWorkspace <num> | ||
25 | * sends current window backward <num> workspaces | ||
26 | * WindowMenu | ||
27 | * popups the window menu | ||
28 | * New resources: | ||
29 | * session.tabsAttachArea: <mode> | ||
30 | * where mode is: | ||
31 | * Window | ||
32 | - dropping tabs to any part of the destination-window | ||
33 | leads to attaching to that frame (default) | ||
34 | * Titlebar | ||
35 | - dropping tabs only to the titlebar of the destination- | ||
36 | window leads to attaching to that frame | ||
37 | * session.screen<num>.overlay.lineWidth: <integer> | ||
38 | * session.screen<num>.overlay.lineStyle: | ||
39 | * Valid arguments: LineSolid, LineOnOffDash | ||
40 | LineDoubleDash | ||
41 | |||
42 | * session.screen<num>.overlay.joinStyle: | ||
43 | * Valid arguments: JoinRound, JoindMiter, JoinBevel | ||
13 | 44 | ||
45 | * session.screen<num>.overlay.capStyle: | ||
46 | * Valid arguments: CapNotLast, CapRound, | ||
47 | CapButt, CapProjecting | ||
48 | |||
49 | * KDE dockapps docks in systray inside toolbar now | ||
50 | * Support aspect ratio hints | ||
51 | * Optional decoration on transient windows | ||
52 | * Added ! as a comment char in keys file | ||
53 | * Improved rendering speed while changing workspace | ||
54 | * Improved checking for compiler and compiler version | ||
55 | * Improved transparent rendering speed | ||
56 | * Remember hidden state for apps | ||
57 | * You mark apps in the apps-file with | ||
58 | [Hidden] {yes} | ||
59 | With this you can configure any app to be hidden from the toolbar | ||
60 | * Exands tilde for slitlist file | ||
61 | * Using WM_CLASS instead of NAME in slitlist file | ||
62 | * Window snapping to other windows | ||
63 | * More support for Extended Window Manager Hints: | ||
64 | * _NET_WM_WINDOW_TYPE | ||
65 | * _NET_WM_WINDOW_TYPE_DOCK | ||
66 | * _NET_WM_STATE_ABOVE | ||
67 | * _NET_WM_STATE_BELOW | ||
68 | * _NET_WM_CLIENT_LIST_STACKING | ||
69 | * _NET_WM_DESKTOP_VIEWPORT | ||
70 | * _NET_WM_DESKTOP_GEOMETRY | ||
71 | * _NET_WORKAREA | ||
72 | * _NET_ACTIVE_WINDOW | ||
73 | * _NET_WM_STATE_HIDDEN | ||
74 | * _NET_WM_STATE_SKIP_TASKBAR | ||
75 | * sl_SI | ||
76 | * Updated nl_NL locales | ||
77 | * fbrun news: | ||
78 | * cycling in tab completion | ||
79 | * completes binaries from your $PATH | ||
80 | * if you want to use old history tab-complete, press Ctrl-tab | ||
81 | * completes path names | ||
82 | * Control-C clears the text | ||
83 | * Fixed cursor bug | ||
84 | * fluxbox-generate_menu news: | ||
85 | * Updated German locales | ||
86 | * More firefox support | ||
87 | * portability fixes | ||
88 | * improve menu reloading | ||
89 | * more menu entries | ||
90 | * French locales | ||
91 | * Portuguese locales | ||
92 | Bug fixes: | ||
93 | * Decoration bug with mwm hint + remember | ||
94 | * Drawing issues with big menus | ||
95 | * _MOTIF_WM_HINTS decoration toggle bug | ||
96 | * No-text-in-iconbar bug on restart | ||
97 | * Menu time stamp on root menu | ||
98 | * placeWindow caused spinning with screens higher than width | ||
99 | e.g. vertical xinerama | ||
100 | * compiles in cygwin | ||
101 | * update of keys on keymap change | ||
102 | * infinite loop in fbrun | ||
103 | * window size bug in no-decor windows on start/restart | ||
104 | * The _NET_MOVERESIZE_WINDOW crash bug | ||
105 | * mplayer -vo xvid bug | ||
106 | * menu keyboard navigation bug | ||
107 | * | ||
108 | * | ||
14 | See ChangeLog for more details | 109 | See ChangeLog for more details |