Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

20.03.2006, 23:32

Fluxbox - neue Version

Neue Version von Fluxbox ist im Portage.
Was mich jetzt aber auch der Seite von Fluxbox etwas verwundert, ist folgende meldung:

Zitat

/ New Release: 0.9.15 / 2006.03.23-03:00
New version 0.9.15 of Fluxbox! Check out the changes here. We are getting one step closer to 1.0 release.

Ist das Portage drei Tage zu früh?
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

2

20.03.2006, 23:42

joap is bei mir auch shcon drin, aber man muss es noch in die keyword eintragen, sonst is es noch nicht drin.

Gruß DerMoench
Ein Leben wie auf Messers Schneide!!


3

21.03.2006, 13:43

jo läuft bei mir auch - habe mich schon gefreut das endlich der fbsetbg bug entfernt wurde.
zumal kommen wir der version 1.0 immer näher was auch auf der hp steht ;)

* fluxbox rock's 8)


hmm und wegen dem datum - vll hat der sich verschrieben - ka
hauptsache ich habe die sourcen und fluxbox rennt ;)
MfG MyD

4

22.06.2006, 13:16

fluxbox-1.0_rc1 ist im Portage

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
Changes for 1.0rc:
*06/06/11:
   * Added support for _NET_WM_MOVERESIZE (Henrik)
     Ewmh.hh/cc, Window.hh/cc
   * Added support for urgency hint.
     This make apps, that support this hint, flash the titlebar and iconbar
     when they want attention.
     For example gaim.
     (Thanks Mark Tiefenbruck)
     fluxbox.hh, Ewmh.hh/cc, WinClient.cc
*06/06/10:
   * Added new command: ToggleCmd
     Works like a macro but executes the commands one at the time in order.
     Example:
     Mod1 T :ToggleCmd {Exec xterm} {NextWindow}
     When Mod1 T is press the first time it will start xterm, the second time
     it will do NextWindow. When it reaches end it will start at the beginning.
     (Thanks Mark Tiefenbruck)
     src/FbCommandFactory.cc, src/FbTk/MacroCommand.{hh,cc}
   * Fixed resize box bug.
     The text used to determine the size used space, which could have
     different width than characters on some fonts.
     (Thanks Thanks Scott Kuhl)
   * Pressing shift while pressing enter in menu item will fake a 
     right mouse button press. Usefull when inc/decrease alpha/size in menu. 
     (Thanks Mark Tiefenbruck)
     src/FbTk/Menu.cc 
   * Added docs for session.titlebar.left/right.
     Added docs about middle click on workspace menu.
     Improved danish translation.
     (Thanks Jonas Koelker)
     doc/asciidoc/fluxbox.txt
   * Fix building on machines without iconv [sf.net #1499402] (Simon)
     FbTk/FbString.cc
   * Fix some external tab alignment on shade (Simon)
     FbWinFrame.cc
   * Fix container size rounding for right alignment (Simon)
     Container.cc
*06/06/01:
   * Update of new manpage (thanx Guillermo Patterer)
*06/05/23:
   * Spanish Translation of the new manpage (thanx Guillermo Patterer)
     doc/asciidoc/fluxbox.es.txt
*06/05/22:
   * Fix handling of ParentRelative background (Simon)
     FbWindow.cc
*06/05/21:
   * Fix build on cygwin (iconv const error) (Simon)
     FbTk/FbString.cc
   * Fix background of external tabs when label background is 
     ParentRelative (Simon)
     FbWinFrame.cc
   * Improve native language support handling, especially relating
     to codesets (Simon)
     *** Please report any oddness (Esp regressions) in native text
     - Makefile.am can now specify several target codesets
     - generated-*.m files are automatically generated, but not on 
       every build, only on new additions.
     - I18N::getMessage now returns FbString's
     - Menu labels are passed as FbString&e s, not char *s.
     nls/*/Makefile.am nls/*/generated*.m
     src/ ... lots of files (most things menu or translation-related)
*06/05/17:
   * Fix transparency on multiple screens & possibly bad root bg atom
     reading (Simon)
     FbTk/FbPixmap.cc
*06/05/16:
   * Fix bug with horizontal maximisation when quadrant resizing (Mathias)
     Window.hh/cc
*06/05/13:
   * Fixed some title redraw issues (Thanks Mark Tiefenbruck)
     WinClient.cc, Window.cc
   * Added support for _NET_WM_STATE_DEMANDS_ATTENTION . (Henrik)
     When this state is set fluxbox will start flashing 
     the titlebar and button in the toolbar. It will stop when the window
     is focused.
     The blink rate can be configured with the following resource:
     session.screen0.demandsAttentionTimeout: <timeout in milliseconds>
     Default value is 500.
     If the value is zero this feature will be disabled.
     Ewmh.hh/cc, IconbarTool.cc, AttentionNoticeHandler.hh/cc, Window.hh/cc
*06/05/07:
   * Handle EMWH window and icon titles, plus localise workspace names (Simon)
     - FbTk::FbWindow::textProperty now handles utf8 type, and always 
       returns UTF-8 encoded strings (for internal use)
     Ewmh.hh/cc Screen.cc WinClient.hh/cc WinClientUtil.cc Workspace.cc 
     WorkspaceNameTool.cc fluxbox.cc FbTk/... FbString.hh/cc FbWindow.cc
   * Handle UTF-8 strings properly (Simon)
     - still need to integrate EWMH strings properly (they are utf8)
     - still need to fix up TextBox
     FbTk/... FbString.hh/cc App.cc FOnt.hh/cc FontImp.hh Makefile.am 
       XFontImp.hh/cc XmbFontImp.hh/cc XftFontImp.hh/cc TextButton.cc
     Window.cc Xutil.hh/cc tests/testFont.cc
*06/05/01:
   * Make apps file keywords case insensitive, plus reload it (if newer)
     before save on close and remember menu events (Simon)
     Remember.cc
*06/04/26:
   * Fix resizing of client window when autogroup from apps (Simon)
     Window.cc
*06/04/25:
   * Cleanup unneeded headers (thanks Semushin Slava)
     FbAtoms.cc Slit.cc Keys.cc FocusControl.cc FbTk/App.cc
     util/fbrun/FbRun.cc
   * Fix occasional highlighting of menu nops+separators, sf.net patch 
     #1475268 (thanks Scott Kuhl; skuhl AT cs utah edu)
     FbTk/MenuSeparator.hh/cc FbTk/Menu.cc MenuCreator.cc
   * fbrun: Move the cursor to the end when tab completing
     (Simon + thanks Jonas Koelker), sf.net rfe #1333003, patch #1475578
     util/fbrun/FbRun.hh/cc
   * Fix up comments for doxygen (Thanks Jonas Koelker)
     Screen.cc CommandParser.cc Container.hh fluxbox.hh Workspace.hh 
     ArrowButton.hh FbTk/Texture.cc FbTk/ThemeItems.cc FbTk/Texture.hh 
     FbTk/Theme.hh FbTk/EventHandler.hh fluxbox.cc Remember.cc
   * Output the error message on fallback restart execs (sf patch#1475213)
     (Thanks Jonas Kölker, jonaskoelker at users.sourceforge.net).
     main.cc     
*06/04/24:
   * Use -Wall when --enable-debug and some warning fixes 
     (Simon + thanks Jonas Koelker)
     configure.in ClockTool.cc main.cc Ewmh.cc Window.cc 
     PlacementStrategy.hh LayerMenu.hh FbTk/SignalHandler.hh 
     FbTk/FbWindow.hh
   * Fix memory leaks & other errors in Menu code (Simon)
     Screen.cc Slit.cc Toolbar.cc fluxbox.cc MenuCreator.cc FbTk/Menu.cc
   * Use external tabs by default (Simon)
     - they provide a unique look to fluxbox
     - backwards compatible with 0.1.14 ("stable")
     - new users will wonder what they are :)
     Screen.cc
*06/04/23:
   * Fixed typos in new docs (thanks Semushin Slava)
     docs/asciidoc/fluxbox.txt
   * Added support for _NET_WM_ALLOWED_ACTIONS and all the _NET_WM_ACTION_*,
     _NET_WM_STATE_MODAL, _NET_WM_WINDOW_TYPE_SPLASH,
     _NET_RESTACK_WINDOW  (Henrik)
     Ewmh.hh/cc, Window.hh, WinClient.hh, WinClientUtil.hh/cc
   * Reload the apps file on fluxbox reload (Simon)
     Remember.hh/cc fluxbox.cc AtomHandler.hh ClientPattern.hh/cc
   * Update documentation for Next/PrevWindow (Simon / thanks Jonas 
     Koelker), sf.net patch #1474825
     doc/asciidoc/fluxbox.txt
   * Focus singular windows on a workspace (Simon / thanks Jonas Koelker)
     sf.net patch #1474722
     Window.cc
   * Tidy up window cycling, and make linear mode work in order of 
     creation (Thanks Mark Tiefenbruck, mark at tiefenbruck dot org)
     FocusControl.hh/cc
*06/04/22:
   * Fix workspace menu corruption when window title changes (Simon)
     sf.net bug #1113668
     Menu.cc MenuItem.cc
   * Fix crash when toolbar disabled (Simon)
     Slit.hh/cc Screen.cc
   * Couple of memory-based fixes from valgrind (Simon)
     Keys.cc Screen.cc MenuCreator.cc
   * Applied #1467926 and #1458069, minor other changes (Mathias)
     docs/asciidoc/fluxbox.txt
   * static CommandParser could be used after destruction (Simon)
     Fixes sf.net #1474444, segfault when DISPLAY not set
     CommmandParser.hh/cc
   * Minor cosmetic changes, thanks Semushin Slava (php-coder AT ngs ru)
     main.cc Screen.cc util/startfluxbox.in
   * First draft of new docs in docs/asciidoc (Mathias)
   * Cosmetics to Workspace.hh CurrentWindowCmd.cc
*06/04/21:
   * Minor fixes to slit transparency (esp if autohidden) (Simon)
     Slit.cc
   * php_coder tells me that the nb_NO patch was somewhat broken
     Revert it for now, pending another update ... (Simon)
     nls/nb_NO/Translation.m
   * Update all transparent things when bg changes (Simon)
     (fixes sf.net #1446516 - slit transparency on start)
     FbTk/... FbPixmap.cc FbWindow.hh/cc
   * Make border between tabs same width/color as window border (Simon)
     (sf.net #1473870)
     FbWinFrame.cc
*06/04/19:
   * Add a bunch of apps to fluxbox-generate_menu, plus a new System 
     Tools menu (thanks Ku8aZ at users.sourceforge.net)
     fluxbox-generate_menu.in
   * Update Norwegian Bokml translation, nb_NO, sf.net patch #1393780
     (Thanks Alexander N. Sornes, emptydoor at users.sourceforge.net)
     nls/nb_NO/Translation.m
   * Update Danish translation, da_DK, sf.net patch #1455023
     (Thanks Jonas Kölker, jonaskoelker at users.sourceforge.net).
     nls/da_DK/Translation.m
   * Fixes to Mouse Focus (thanks Scott Kuhl; skuhl AT cs utah edu)
     Window.cc
   * Allow ~ in "background" pixmap options (Simon + thanks Mark Tiefenbruck)
     RootTheme.cc
   * Windows keep relative position in ArrangeWindows (Mathias)
     WorkspaceCmd.cc
   * Made fbgm more pure bourne-compatibel (Mathias)
     fluxbox-generate_menu.in
*06/04/18:
   * Add new timer ability - interval - to reduce clock update checks (Simon)
     ClockTool.cc FbTk/Timer.hh/cc
   * Fix system tray resize looping/livelock, sf.net bug #1359442 (Simon)
     SystemTray.cc
   * Fix iconbar updates (icon and title)
     (Thanks Mark Tiefenbruck, mark at tiefenbruck dot org)
     WinClient.hh/cc Window.hh/cc IconButton.cc IconbarTool.cc WinButton.cc
*06/04/17:
   * Fix toolbar transparency when autohide enabled (Simon)
     Toolbar.cc Container.hh/cc ToolbarItem.hh/cc *Tool.hh/cc
   * Fix toolbar transparency (frame and empty iconbar) (Simon)
     Container.cc Toolbar.cc
   * Fix display of label for dialog-type boxes (Simon)
     (only when external tabs are enabled, but not for particular window)
     FbWinFrame.cc
   * Fix fbrun position setting (-pos and -nearmouse args) (Simon)
     util/fbrun/... FbRun.hh/cc main.cc
   * Resize the clock if the text gets too big, sf.net patch #1436406
     (thanks Geoff Lywood - glywood at users.sourceforge.net)
     ClockTool.cc
   * Fix some rotated toolbar+textbutton issues (Simon)
     Toolbar.cc IconbarTool.cc FbTk/TextButton.cc
   * Fix /bin/sh portability for fbsetbg and startfluxbox (Simon)
     (fluxbox-generate_menu is seriously broken wrt portability 
     atm though :-/)
     fbsetbg startfluxbox.in
   * Make autogen.sh properly /bin/sh portable (Simon)
     Fixes #1445464
     autogen.sh
   * patchset missed my fbrun -Wall fixes (Simon)
     util/fbrun/FbRun.cc
*06/04/16:
   * Add option to reverse desktop wheeling, patch #1034287
       session.screen0.reversewheeling: true|false
     (thanks Kalle - ice_jkpg at users.sourceforge.net)
     Screen.hh/cc fluxbox.cc Toolbar.cc IconButton.cc
   * Missing space in translation (thanks... anonymous, sf.net #1455024)
     nls/C/Translation.m
   * Set (take|send)to(next|prev)workspace offset default value to 1
     instead of the current 0 (which makes them look non-functional).
     Similarly for tab and (|next|prev|left|right)workspace.
     - Thanks Jonas Koelker (sf.net 1467926)
     FbCommandFactory.cc
   * Add "CloseAllWindows" key binding 
     (thanks Adriano Dal Bosco - adbosco at users.sourceforge.net)
     - Useful to trigger all "close" actions before flux exit (or other)
       to catch any pending file saves etc...
     WorkspaceCmd.hh/cc FbCommandFactory.cc
   * Fix all warnings with (gcc 3.4.6) -Wall, mainly sign comparisons (Simon)
     ClientPattern.cc Container.cc FbWinFrame.cc IconButton.cc IconbarTool.cc
     ScreenPlacement.hh ScreenResources.cc ToolFactory.cc Toolbar.cc
     Window.cc  FbTk/... FbPixmap.hh/cc Menu.hh Text.hh TextBox.hh/cc
   * signedness fix in Container moveItem (thanks Mark Tiefenbruck)
     Container.cc
   * Vertical toolbar (Simon)
     Toolbar.cc ToolbarItem.hh/cc IconbarTool.hh/cc IconButton.hh/cc
     ClockTool.hh/cc ButtonTool.cc WorkspaceNameTool.hh/cc Container.cc
     SystemTray.cc FbTk/TextButton.cc
*06/04/14:
   * Fix type of last_release_time, affected double click functions
     on 64-bit platforms (sf.net #1467871, thanks davidhi) (Simon)
     FbWinFrame.cc
   * Fix updating of button state (esp stick/shade)  (Simon)
     (sf.net #1281724, #1213257)
     FbTk/Button.hh/cc WinButton.cc Window.cc
*06/04/13:
   * Provide "Key Modes" (Thanks Mark Tiefenbruck, mark at tiefenbruck dot org)
     - New action in keys file:
         Modifier Key :Keymode <Name> <End Modifier> <End Key>
       Will define a keybinding namespace activated by the given mod/key 
       combination. The End Modifier and key are optional. They define 
       the key combination that quits the given key mode. They default 
       to just 'Escape'.
     - New keys file optional prefix:
         <Name>: Modifier Key :Command
       will only work when the <Name> keymode is activated.
     - <Name> is  "default" if not specified - so:
        **default commands will not be activated inside another keymode**
     - Handy Example:
        Mod1 X :KeyMode XNest
        XNest: Mod1 X :KeyMode default
       Will switch to XNest keymode when you press Alt-X. Then the 
       default bindings will not be caught by normal fluxbox, and will 
       pass through to an Xnested one! Groovy... Alt-X will switch back 
       to normal.
     Keys.hh/cc FbCommands.hh/cc fluxbox.cc FbCommandFactory.cc 
     FbTk/KeyUtil.cc
*06/04/11:
   * Ensure applying of size hints while maximizing (Mathias)
     Window.cc
   * Fix calculation of prevWorkspace (Mathias)
     Screen.cc
   * Cosmetic, close #1467926 (thanx Jonas Koelker)
     Keys.hh/cc
*06/04/09:
   * Fix label background update with external tabs (Simon)
     FbWinFrame.cc
*06/04/06:
   * Fix build on amd64 - some more size_t propagation and includes 
    (Simon)
    FbTk/... Text.hh/cc Font.cc
*06/04/05:
   * Fix gcc 2.95.4 build error in ScreenPlacement.hh (Simon)
     ScreenPlacement.hh
   * Fix tabs on other workspaces being shown on placement change (Simon)
     + Fix XmbFonts for multiple screens. Still need to fix XFontImp, 
       it's quite a bit more convoluted.
     FbWinFrame.cc FbTk/XmbFontImp.cc
*06/04/04:
   * Rotated Xmb Fonts (Simon)
     - rotated when drawn. Probably not very efficient for 
       parentrelative backgrounds. If it proves an issue, we should 
       probably cache recently-drawn strings so we can just re-stipple.
     XmbFontImp.hh/cc Text.hh
   * Rotated X Fonts again, plus minor external tab alignment fixes (Simon)
     - Still need to do XmbFonts. Most people probably load those 
       instead of XFont these days. Will need yet another approach...
     FbTk/XFontImp.hh/cc FbTk/Text.hh FbWinFrame.cc Container.cc 
*06/04/02:
   * size_t fixes. (Thanks Semushin Slava aka php-coder)
*06/03/27:
   * Fix crash when deiconifying stuck windows with Follow mode (Simon)
     IconButton.cc
   * Don't Follow stuck windows on deiconify, since they're stuck 
     (thanks Mark Tiefenbruck)
     IconButton.cc
*06/03/26:
   * Related to external (Simon)
     - Fix title alignment
     - Fix "jumpy" vertical tabs on tab size change & other change-related
     - Fix alignment error for left-hand vertical tabs
     FbWinFrame.cc Container.cc
   * More external tabs work AND rotated Xft text (Simon)
     - new tab positions (LeftTop, LeftBottom, etc)
     - TextButtons and Containers can have orientation set on them
     - XftFonts store all rotated versions (if used), 
       so the theme doesn't need to know about it. Pixmaps are also auto-rotated.
     - TODO: Update XFontImp rotation code
     - Note: many files touched because constness removed from many fonts
     FbTk/  Button.hh FbPixmap.hh/cc Font.hh/cc FontImp.hh ImageControl.hh/cc
            Text.hh/cc TextButton.hh/cc TextureRender.hh/cc XFontImp.hh/cc
            XftFontImp.hh/cc XmbFontImp.hh/cc
     Container.hh/cc FbWinFrame.hh/cc FbWinFrameTheme.hh IconButton.hh/cc
     IconbarTheme.hh IconbarTool.hh Screen.cc ToolFactory.hh/cc
     WinButtonTheme.hh/cc
     tests/testFont.cc
*06/03/24:
   * Fix compile error in Theme.cc (sf.net bug #1454204)
     FbTk/Theme.cc
   * Fixed apps filename on save (Thanks mal at komcept com)
     Remember.cc
*06/03/23:
   * Fixed duplicate ClickToFocus menu item (Thanks Mark Tiefenbruck)
   * Fix some tab stacking alignment and rendering on tab resize (Simon)
     (and very minor tidying)
     FbWinFrame.cc FbTk/XLayer.cc FbTk/XLayerItem.hh/cc
*06/03/22:
   * More external tabs work (Simon)
     - Can now be placed TopLeft/TopRight/BottomLeft/BottomRight
     - New "Tab Options" config menu, with (efficient) runtime updating
     - New tab.width config option to control external tab width
     - edge snapping includes tabs
     - decoration fixes where some missed the tab option
     - label text color was not updated
     Screen.hh/cc Window.hh/cc FbWinFrame.hh/cc Container.cc 
     fluxbox-nls.hh
*06/03/20:
   * Fixed some minor typos (Thanks Semushin Slava)
   * Fix placement config (some compilers resulted in ignoring of 
     placement policy setting), and a minor ext. tabs placement bug
     ScreenPlacement.cc Row/ColSmartPlacement.cc
   * External tabs (Simon)
     - option in Configure menu to enable
       - restart require at present when toggling this option
     - New apps pnemonic for "Deco" option: TAB, which is like NONE, 
       but with an external tab
     Notes:
     - tab width currently hardcoded
     - only alignment is topleft
     fluxbox.cc Screen.hh/cc Window.hh/cc FbWinFrame.hh/cc Remember.cc
     Container.hh/cc FbTk/XLayer.hh/cc XLayerItem.cc fluxbox-nls.hh
     RowSmart/ColSmart/UnderMousePlacement.cc WinButton.cc


News in 1.0rc (von fluxbox.sourceforge.net)

Was mir gleich auffiel ist, dass Umlaute nun endlich richtig in der Taskleiste angezeigt werden.
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

5

23.06.2006, 10:58

ich habe gestern auch mit begeisterung fluxbox 1.0 installiert. läuft bis jetzt richtig gut und die utf-umlautfehler die ich vorher hatte sind nu alle weg *g*