summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-03-23 03:48:42 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-03-23 03:48:42 +0000
commite01bdbfbf2eb43b665a1534faaa5072b9cd3fa37 (patch)
tree4feb015b5b0a47f084968e8141687b1e2e491626 /CHANGES
parent325dc85b2c756d13b329dba4541fcb35feabdda9 (diff)
Update tile image to 64x64 (STR #769)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4164 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index be5a82423..612f20ef2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@ CHANGES IN FLTK 1.1.7
- Documentation fixes (STR #648, STR #692, STR #730, STR
#744, STR #745)
+ - Increased the size of the background image used by
+ the plastic scheme to reduce the CPU load of redraws
+ (STR #769)
- Fixed a syntax highlighting bug in the editor demo.
- Fl_Progress now contrasts the label color with the bar
color, so labels will be readable at all times.
@@ -9,7 +12,7 @@ CHANGES IN FLTK 1.1.7
blue masks on XFree86.
- Fixed Quickdraw drawing of 3 and 4 sided polygons (STR
#765)
- - Fixed fl_message code so that it does not get
+ - Fixed fl_message() code so that it does not get
accidentaly addded to the current group (STR #253)
- FLUID now highlights code in the widget callback and
code editors.