summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-06-24 02:04:54 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-06-24 02:04:54 +0000
commitbb056f78056e107d3ca25cb2c0d6bc99835edcaa (patch)
tree9ae01fb6e95b02fc80b9f93d225f2fd874caaade /CHANGES
parent04f6fbbe037c519f91cb0035e17b04ff4b9b805f (diff)
Update GCC test in configure script.
Add range checking to BMP loader, and fix colormap + 4-bit BMP file loading. Copy 2.0 window position fix for XFree86 4.x and others. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2315 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ae5e4795a..cb5638841 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
CHANGES IN FLTK 1.1.0
+ - Now translate the window coordinates when a window is
+ shown, moved, or resized. This should fix the "menus
+ showing up at the wrong position" bug under XFree86.
+ - Fixed some more problems with the Fl_BMP_Image file
+ loader.
- BC++ fixes.
- The pixmap_browser demo didn't check for a NULL image
pointer.