diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-12-19 21:34:26 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-12-19 21:34:26 +0000 |
| commit | 74d47ce80c68cff16554a37e554bcb6df9ff3728 (patch) | |
| tree | bbab1db623fbe128b242fe0ca7c2a1700c2d550a /CHANGES | |
| parent | 11a7b522c17779a045f4308a7cf0a6c5810fcc8e (diff) | |
Doco updates.
Added filename_setext() macro for FLTK_1_0_COMPAT.
Fixed copy() methods so they don't overflow the source image buffer.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2881 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ CHANGES IN FLTK 1.1.3 + - Documentation updates. + - Added backward-compatibility macro for + filename_setext(). + - Fl_Bitmap::copy(), Fl_Pixmap::copy(), and + Fl_RGB_Image::copy() all could overflow the source + image when scaling the image. - Double/triple clicks in Fl_Input fields didn't copy the expanded selection to the clipboard. - Fl_Glut_Window and Fl_Gl_Window didn't always initialize |
