Update
This commit is contained in:
parent
1ffec7ce96
commit
544240c198
1 changed files with 12 additions and 7 deletions
19
ChangeLog
19
ChangeLog
|
@ -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 @@ Changes for 0.1.6:
|
|||
* 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)
|
||||
|
|
Loading…
Reference in a new issue