all repos — fluxbox @ 193b3ab99ea02bc413b97a3bbd49b8894241caba

custom fork of the fluxbox windowmanager

update
fluxgen fluxgen
commit

193b3ab99ea02bc413b97a3bbd49b8894241caba

parent

11673856e37e068dcfc637a5faa2493e5b781ac1

3 files changed, 21 insertions(+), 21 deletions(-)

jump to
M BUGSBUGS

@@ -33,7 +33,6 @@ * "My window (e.g. mplayer/xmms) stops updating when I move windows

around" => outline moving does this, it's not a bug, etc etc. fixed bugs (or not-our-fault bugs): -* toggle horz/vertical maximise should restore the orig value (fixed in cvs) * Some people get weird transparency behaviour. -> this appears to be a problem with nvidia drivers, make sure RenderAccel is off (Option "RenderAccel" "false").
M ChangeLogChangeLog

@@ -1,6 +1,8 @@

(Format: Year/Month/Day) Changes for 0.9.4: *03/07/10: + * Added new toolbar theme item (Henrik) + * toolbar.button.borderWidth: <integer> * Add [startup] to Remember (Simon) Can now add entries to apps file like: [startup] {xterm}

@@ -8,15 +10,15 @@ Then "xterm" will be launched on fluxbox startup.

Can also give a screen option: [startup] (screen=1) {xterm} will start it on screen 1 rather than the default 0. - * Added new shape theme items (Henrik) - * toolbar.shape: <bool> this will make the toolbar shape the corners that are towards center - of the screen - * menu.shape: <shape items> - * window.shape: <shape items> - Where shape items can be TopLeft TopRight BottomLeft and BottomRight - example: menu.shape: TopRight BottomLeft - ToolbarTheme.hh/cc, Toolbar.cc/hh, FbTk/Menu.hh, FbMenu.hh/cc, Screen.hh/cc, - MenuTheme.hh/cc, FbWinFrameTheme.hh/cc, FbWinFrame.cc/hh + * Added new rounded theme items (Henrik) + * toolbar.shaped: <bool> this will make the toolbar shape the corners that are towards center + of the screen + * menu.roundCorners: <shape items> + * window.roundCorners: <shape items> + Where shape items can be TopLeft TopRight BottomLeft and BottomRight + example: menu.roundCorners: TopRight BottomLeft + ToolbarTheme.hh/cc, Toolbar.cc/hh, FbTk/Menu.hh, FbMenu.hh/cc, Screen.hh/cc, + MenuTheme.hh/cc, FbWinFrameTheme.hh/cc, FbWinFrame.cc/hh * Applied patch that keeps the fbrun_history clean by not allowing duplicates to get placed in the history. (Thanks David J Burger <dburger<(a|T)>hawaii.edu>) FbRun.cc

@@ -48,10 +50,10 @@ *03/07/01:

* Added keyboard navigation for menus (Henrik) (click on title to get input focus, unless you're using RootMenu in keys) Use keys: - Up/Down: select menu item - Left/Right: go in/out from submenus - Escape: close menu and return focus to windows - Enter: run/execute/toggle menu item + Up/Down: select menu item + Left/Right: go in/out from submenus + Escape: close menu and return focus to windows + Enter: run/execute/toggle menu item Menu.hh/cc, fluxbox.cc * Fixed reconfigure toolbar on screen reconfig signal (Henrik) Screen.hh/cc, Toolbar.cc

@@ -119,7 +121,7 @@ cleaning (Henrik)

WinClient.cc, Slit.cc, SlitClient.cc * New resource name session.screen<num>.slit.maxOver: <bool> (Henrik) This will prevent windows from maximize over the slit - Slit.cc + Slit.cc *03/06/20: * Moved SlitTheme and SlitClient out from Slit.cc into new files (Henrik) SlitClient.hh/cc, SlitTheme.hh

@@ -130,7 +132,7 @@ * Fixed toolbar and slit maximize implementation (Henrik)

Toolbar.hh/cc, Slit.hh/cc * Fixed _NET_WM_STRUT support (Henrik) Ewmh.hh/cc, AtomHandler.hh, Gnome.hh, Remember.hh, ToolbarHandler.hh - Screen.hh/cc, fluxbox.cc, Window.hh/cc + Screen.hh/cc, fluxbox.cc, Window.hh/cc * Added Strut.hh which contains left, right, top and bottom (Henrik) *03/06/16: * Fixed trailing whitespace in group file loading (Henrik)

@@ -163,7 +165,7 @@ - e.g. [app] (title=.*gaim.*)

will match anything with gaim in the title ("gaim", "the gaim window", etc. RegExp.hh/cc ClientPattern.hh/cc configure.in Makefile.am Remember.hh/cc - WinClient.hh/cc StringUtil.hh/cc + WinClient.hh/cc StringUtil.hh/cc *03/06/12: * Renamed i18n.hh/cc to I18n.hh/cc (Henrik) *03/06/11:

@@ -216,7 +218,7 @@ FbWindow.cc

*03/05/18: * Moved Resource.hh/cc, DirHelper.hh/cc and XrmDatabaseHelper.hh to FbTk (Henrik) - Screen.hh/cc, fluxbox.hh/cc, IntResMenuItem.hh/cc + Screen.hh/cc, fluxbox.hh/cc, IntResMenuItem.hh/cc *03/05/17: * Fixed autohide bug in toolbar (Thanks MrChuoi) Toolbar.cc, ArrowButton.hh/cc

@@ -229,7 +231,7 @@ FbTk/EventManager.cc

*03/05/16: * Fixed logging file and better info message (Henrik) New argument to fluxbox -log <filename> - main.cc + main.cc *03/05/14: * Fixed Shape events, this fixes some decor issues with gkrellm and xmms (Henrik) Window.cc/hh, fluxbox.cc/hh
M NEWSNEWS

@@ -44,10 +44,9 @@ --disable-toolbar

--enable-toolbar (default) * Emacs style keybindings in fbrun * Group persistence over a restart - * Maximization stop on slit and toolbar + * Maximization stop on slit and toolbar (check Maximize Over menu items) * Support for _NET_WM_STRUT * Regular expression support for remember - Bug fixes: * Toggle maximize vertical/horizontal * Slit/Toolbar autohide bug