diff options
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.11 | 2 | Changes for 0.9.11 |
3 | *04/10/06: | 3 | *04/10/06: |
4 | * Memory allocation improvements in TextureRender. (Henrik) | ||
5 | The texture render doesn't need to allocate red, green and blue | ||
6 | buffers if it doesn't render gradients | ||
7 | TextureRender.hh/cc | ||
8 | * Fixed gradient bug in bsetroot (Henrik) | ||
9 | bsetroot.cc | ||
4 | * Fixed multiple TextButton issues (Mathias): | 10 | * Fixed multiple TextButton issues (Mathias): |
5 | - fixed some keymovement issues inside TextButtons | 11 | - fixed some keymovement issues inside TextButtons |
6 | - a ButtonPress into a TextButton places the Cursor to the | 12 | - a ButtonPress into a TextButton places the Cursor to the |