all repos — fluxbox @ 544240c19808a902a227ba63795a1ec70f90d152

custom fork of the fluxbox windowmanager

Update
fluxgen fluxgen
commit

544240c19808a902a227ba63795a1ec70f90d152

parent

1ffec7ce9605a859521c5af9229a673a6df6c539

1 files changed, 12 insertions(+), 7 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,7 +1,12 @@

Changes for 0.1.6: +*01/12/29: + * Fixed slit:onTop with toolbar:onTop bug + * Changed Keygrabbing constants to uppercase + * Changed Texture constants to uppercase and moved them into class BImage + to clean up the global namespace *01/12/19: - * Moved some structs from file scope of BaseDisplay.hh in to class BaseDisplay (me) - * Fixed redraw bugg when changing workspace (me) + * Moved some structs from file scope of BaseDisplay.hh in to class BaseDisplay + * Fixed redraw bug when changing workspace *01/12/17: * Fixed errorchecking in Misc::DrawString and Misc::DrawRotString (me) * Fixed tabcycling (Thanks Mike Walker)

@@ -10,14 +15,14 @@ *01/12/14

* Moved Tab width and height functions to screen, new syntax is session.screenX.tab.width (Claes Nästén) *01/12/13: - * Moved all free functions in misc.cc/.hh into a class Misc (me) + * Moved all free functions in misc.cc/.hh into a class Misc * Moved struct FFont from Theme.hh to class Misc so the - cyclic dep between class Theme and class Misc is removed. (me) + cyclic dep between class Theme and class Misc is removed. * Updated Screen.hh to return reference instead of pointer in - get*Style (me) + get*Style * Updated Window.cc, Toolbar.cc, Tab.cc to the new DrawString - functions in class Misc (me) - * Moved and renamed bstrdup from BaseDisplay.hh/.cc to class Misc (me) + functions in class Misc + * Moved and renamed bstrdup from BaseDisplay.hh/.cc to class Misc *01/12/12: * Updated russian translation (Thanks Sergey Volozhanin) * Updated man-page (Thanks Matthew Hawkins)