diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 25 insertions, 2 deletions
@@ -1,9 +1,31 @@ | |||
1 | Changes for 0.1.5: | 1 | Changes for 0.1.6: |
2 | *01/12/17: | ||
3 | * Fixed errorchecking in Misc::DrawString and Misc::DrawRotString (me) | ||
4 | * Fixed tabcycling (Thanks Mike Walker) | ||
5 | *01/12/14 | ||
6 | * Moved Tab width and height functions to screen, new syntax is | ||
7 | session.screenX.tab.width (Claes Nästén) | ||
8 | *01/12/13: | ||
9 | * Moved all free functions in misc.cc/.hh into a class Misc (me) | ||
10 | * Moved struct FFont from Theme.hh to class Misc so the | ||
11 | cyclic dep between class Theme and class Misc is removed. (me) | ||
12 | * Updated Screen.hh to return reference instead of pointer in | ||
13 | get*Style (me) | ||
14 | * Updated Window.cc, Toolbar.cc, Tab.cc to the new DrawString | ||
15 | functions in class Misc (me) | ||
16 | * Moved and renamed bstrdup from BaseDisplay.hh/.cc to class Misc (me) | ||
2 | *01/12/12: | 17 | *01/12/12: |
3 | * Updated russian translation (Thanks Sergey Volozhanin) | 18 | * Updated russian translation (Thanks Sergey Volozhanin) |
4 | * Updated man-page (Thanks Matthew Hawkins) | 19 | * Updated man-page (Thanks Matthew Hawkins) |
5 | *01/12/11: | 20 | *01/12/11: |
6 | * Fixed alt+resize and pressing button1 bugg | 21 | * Fixed alt+resize and pressing button1 bugg (me) |
22 | * Cleaned Tab::insert up and fix a bug in it. (Claes Nästén) | ||
23 | *01/12/10 | ||
24 | * Added NLS for Windowmenu Tab toggle (Claes Nästén) | ||
25 | * Fixed Tab toggle texture / positioning "bug" (Claes Nästén) | ||
26 | |||
27 | Changes for 0.1.5: | ||
28 | |||
7 | *01/12/09 | 29 | *01/12/09 |
8 | * Added execCommand to keybindings | 30 | * Added execCommand to keybindings |
9 | * Added new theme qnx-photon | 31 | * Added new theme qnx-photon |
@@ -89,6 +111,7 @@ Changes for 0.1.5: | |||
89 | * Fixed so it compiles with gcc 3.0.x (me) | 111 | * Fixed so it compiles with gcc 3.0.x (me) |
90 | 112 | ||
91 | Changes for 0.1.4: | 113 | Changes for 0.1.4: |
114 | |||
92 | *01/11/03: Added new theme: Carbondioxide by skypher | 115 | *01/11/03: Added new theme: Carbondioxide by skypher |
93 | *01/11/03: Fixed bsetbg in utils/Makefile.am | 116 | *01/11/03: Fixed bsetbg in utils/Makefile.am |
94 | *01/11/02: Clean up | 117 | *01/11/02: Clean up |