all repos — fluxbox @ e96cbf3d95f2c2217ea3ef654c524026f9715380

custom fork of the fluxbox windowmanager

update
fluxgen fluxgen
commit

e96cbf3d95f2c2217ea3ef654c524026f9715380

parent

353ecfae6c3b8e3ff5d9d2c8a5a8644a8f7871ea

1 files changed, 14 insertions(+), 0 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,5 +1,19 @@

(Format: Year/Month/Day) Changes for 0.9.4: +*03/07/10: + * 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 + * 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 + * fbsetbg updates (Han) *03/07/05: * Fix winclient death signalling - fixes remember issues with applying attributes to wrong windows (Simon)