all repos — fluxbox @ 945ce331e6fdbb032469064cd1436f12e66b4573

custom fork of the fluxbox windowmanager

update
fluxgen fluxgen
commit

945ce331e6fdbb032469064cd1436f12e66b4573

parent

e5358fe1ef121d82ac007b0642cf3078da4bee00

1 files changed, 10 insertions(+), 5 deletions(-)

jump to
M ChangeLogChangeLog

@@ -3,14 +3,19 @@ *02/02/02:

* Added leftWorkspace and rightWorkspace, now those keybindings actually work. (Claes Nästén) * Fixed small glitch in Tab.cc. (Claes Nästén) - +*02/01/31: + * Fixed _WIN_WORKSPACE and _WIN_WORKSPACE_COUNT (Gnome support) +*02/01/30: + * Fixed width or height less than zero problem in + FluxboxWindow::configure + * Added numObjects() (Thanks Jesper Louis Andersen) *02/01/27: * Clean up in menu loading - * Moved from old C style file reading to c++ istream - in menu loading + * Moved from old C style file reading to c++ istream in menu loading * Fixed small bug in StringUtil::expandFilename (Thanks Mauro Persano) *02/01/26: - * Fixed BadWindow error from ~FluxboxWindow (frame.handle was destroyed before the children) + * Fixed BadWindow error from ~FluxboxWindow (frame.handle was destroyed + before the children) * Fixed indentation in BaseDisplay.hh/.cc and changed some variables * Updated Russian translation (Thanks Anton Denisov) * Clean up in Tab code (Thanks Jesper Louis Andersen)

@@ -72,7 +77,7 @@ * Fixed memory leak in Keys

*02/01/06: * Changed toolbar placement enums to uppercase letters (Claes Nästén) * Moved strcasestr from Theme.cc to StringUtil - * Created StringUtil and DrawUtil and moved all functions from Misc to them + * Created StringUtil and DrawUtil and moved all functions from Misc to them *02/01/05: * Changed placement/alignment enums to uppercase letters (Claes Nästén) * Fixed tab/iconbar resource bug (Claes Nästén)