From 1acc39c5d8d5b3db88abfd008699dadb8aade2b9 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 19 Nov 2001 01:06:45 +0000 Subject: OK, lots of changes to the Fl_Image, Fl_Bitmap, Fl_Pixmap, and Fl_RGB_Image classes: new copy(), copy(w,h), desaturate(), color_average(), and inactive() methods, alloc_xyz member for copied data, etc. Updated test programs to use inactive() and copy() methods to create inactive images for the test buttons, plus the inactive button to toggle it... Added start of separate image classes, a la 2.0, for various image formats. FLUID will also be updated for it... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1703 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index a2b7caf1f..56ff98a28 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,10 @@ CHANGES IN FLTK 1.1.0b6 environment. - Added new fl_beep() function to do audible notifications of various types. + - Added new Fl_GIF_Image, Fl_PNG_Image, and + Fl_JPEG_Image classes. + - Added new copy(), desaturate(), inactive(), and + color_average() methods to the Fl_Image classes. - Fl_Float_Input and Fl_Int_Input no longer accept pasted text that is not a floating point or integer value. Pasted numbers now replace text in these -- cgit v1.2.3