all repos — fluxbox @ a90fe37f9a3828eee54f6aeda4ebdb99b27d58d7

custom fork of the fluxbox windowmanager

updated changes
akir akir
commit

a90fe37f9a3828eee54f6aeda4ebdb99b27d58d7

parent

bf48239deea87d7d4ccb2a2fe616d15dc2750de5

1 files changed, 11 insertions(+), 6 deletions(-)

jump to
M ChangeLogChangeLog

@@ -2,12 +2,17 @@ (Format: Year/Month/Day)

Changes for 0.9.11 *04/09/10: * Cosmetic and cleanup changes to FbTk/* (Mathias) - - mostly tabs -> spaces, wrong indention etc + - tabs -> spaces, wrong indention etc in all mentioned + files and + FbTk/EventHandler.cc FbTk/StringUtil.(cc|hh) Ewmh.cc - using FbDrawable::s_display now instead of FbTk::App::instance()->display() + FbTk/FbPixmap.(cc|hh) FbTk/FbWindow.(cc|hh) + FbTk/FbPixmap.cc FbTk/XftFontImp.cc - added warning about "wrong" wallpapersetter - FbTk/FbPixmap.(cc|hh) FbTk/FbWindow.(cc|hh) - FbTk/FbPixmap.cc FbTk/EventHandler.cc Ewmh.cc + FbTk/FbPixmap.cc + - removed old codefragment from XmbFontImp + FbTk/XmbFontImp.cc * Clean up some unused variables (thanks Ryan O'Hara) FbTk/XLayer.cc *04/09/09:

@@ -20,8 +25,8 @@ - removed codeduplicates of ::getRootPixmap, added FbPixmap::getRootPixmap instead

Screen.(cc|hh) FbTk/Menu.cc FbTk/FbWindow.cc FbTk/FbPixmap.cc *04/09/04: * Fix duplicate icons in icon list with amsn (Henrik) - - Check Fluxbox::update(FluxboxWindow::stateSig), - the win.screen().addIcon + - Check Fluxbox::update(FluxboxWindow::stateSig), + the win.screen().addIcon Screen.cc * Fix crash on shutdown (Henrik) - workspacemenu must be destroyed before

@@ -216,7 +221,7 @@ *04/07/18:

* Fixed fallback for toolbar.button.pressed (Henrik) ButtonTheme.cc *04/07/15: - * Click on handle bar raises window even if + * Click on handle bar raises window even if "click raises" = false, Consistent with the title bar. (Henrik)