all repos — fluxbox @ 588b47ff2680277ef685f59a36da5e475394bcbc

custom fork of the fluxbox windowmanager

updated changes
mathias mathias
commit

588b47ff2680277ef685f59a36da5e475394bcbc

parent

d1469a0d97c1f320d9e77de13edd0c8a9a37f76e

2 files changed, 6 insertions(+), 4 deletions(-)

jump to
M ChangeLogChangeLog

@@ -5,7 +5,7 @@ * Added menutest.cc to src/tests (Henrik)

testing menu parser and theme *05/01/14: * Fix for #1091710 (SystemTray is not covered by StyleStuff) (Mathias) - SystemTray is not configurable via styles thru the + SystemTray is now configurable via styles thru the toolbar.systray.* - resource, it falls back to the look of the clock SystemTray.cc/hh ToolFactory.cc/hh *05/01/12:

@@ -33,6 +33,7 @@ Screen.cc IconButton.cc

*05/01/04: * Added apps to fluxbox-generate_menu (thanx to Uwe Weissenbacher <UweWeissenbacher@gmx.net>) * Added ko_KR (thanx Jo Hyunseok <ttrand at gmail dot com>) + * Added --with-style=/path/to/default/style (thanx php-code) * Updated ru_RU (thanx php-coder) ru_RU/Translation.m * Fix some initialisation states, especially window placement with no
M NEWSNEWS

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

News in 0.9.12: * Added Imlib2 support (./configure --enable-imlib2) [default=disabled] - Fluxbox can now load .png files and other formats. + Fluxbox can now load *.png, *.jpg and other image-formats. * Added Tab command, which goes to a specific tab number action: Tab <number>

@@ -8,9 +8,10 @@ ex:

Mod1 1 :Tab 1 Mod2 3 :Tab 3 * Added support for hsetroot to fbsetbg + Bug fixes: - * Fix for #1091710 (SystemTray is not covered by StyleStuff) (Mathias) - SystemTray is not configurable via styles thru the + * Fix for #1091710 (SystemTray is not covered by StyleStuff) + SystemTray is now configurable via styles thru the toolbar.systray.* - resource, it falls back to the look of the clock * Warnings on amd64 (#1099278, #1099950) * WithdrawnState handling) (#1087220)