summaryrefslogtreecommitdiff
path: root/src/Fl_Image.cxx
AgeCommit message (Expand)Author
2009-04-21Fixed gray scale w/alpha image drawing for Mac OS with Quartz (FLTK 1.1Albrecht Schlosser
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-10-13Quickdraw removal: option removed from configure, all Qd code removed from so...Fabien Costantini
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-14Doxygen Documentation WP5 Done, WP6 half finished so that all Fl_Image class ...Fabien Costantini
2007-06-07Fixed rendering of grayscale images with alpha channel on unaccelerated machi...Matthias Melcher
2007-05-14- Fixed calculation of stride for image scaling and color manipulation (STR #...Matthias Melcher
2006-12-21Fixed silly bug in OS X that would free a pixmap multiple times within Fl_RGB...Matthias Melcher
2006-10-02Fix new alpha blending code to use the source image width instead ofMichael R Sweet
2006-09-24Adapt Sadysta's alpha compositing code for current implementation ofMichael R Sweet
2006-09-16OK, I believe I fixed the transparency issues on WIN32. Please everyone, test...Matthias Melcher
2006-09-15Implemented alpha blending for WIN32. I believe that I did it in a way that i...Matthias Melcher
2006-09-13Fixed Fl_RGB_Image::copy. My previous fix had the meaning of ld() wrong.Matthias Melcher
2006-09-04STR 1412: fixed RGB image block copy for ld() values != 0Matthias Melcher
2006-06-04OS X Quartz: one pretty essential fix to the call order in Quartz context cha...Matthias Melcher
2005-11-02STR #1052: The outline drawing of not existing images is now in foreground co...Matthias Melcher
2005-09-12STR #1007: Applied second patch by hand. OP: could you please check if all ch...Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-09-24Now look for 8 bits of alpha when the developer has requestedMichael R Sweet
2004-08-31Quartz for FLTK1.1Matthias Melcher
2004-08-31Quartz for FLTK 1.1:Matthias Melcher
2004-08-28Fix bad #elif (Matthias, please check your commits more closely, thanks!)Michael R Sweet
2004-08-27Quartz:Matthias Melcher
2004-08-25Updated config stuff to allow for --enable-quartz ofr Mac OS X which inMatthias Melcher
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-08-04Fix typo...Michael R Sweet
2003-07-29Fix scheme and image drawing bugs.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2003-01-15Fix build problems on Windows.Michael R Sweet
2003-01-10Update Fl_Image and friends so that we don't need to include theMichael R Sweet
2002-12-19Doco updates.Michael R Sweet
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-10-11Bug #621737: Add range checking for the width and height arguments to theMichael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-08-05Range check Fl_Text_Buffer::search_forward().Michael R Sweet
2002-05-24Get rid of as many compiler warnings as possible.Michael R Sweet
2002-04-26Images in menu items...Michael R Sweet
2002-04-15Fix transparency stuff for MacOS X; currently it appears that CopyDeepMaskMichael R Sweet
2002-04-15Change fl_create_deepmask() to fl_create_alphamask().Michael R Sweet
2002-04-14Added fl_create_deepmask() method for creating alpha blend masks.Michael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-01-07Fixed from Teun.Michael R Sweet
2002-01-03cleaned up src/Fl_mac.cxx, fixed Fl::wait(0.0), fixed Cmd-Q handlingMatthias Melcher
2002-01-01Copyright updates...Michael R Sweet
2001-12-19Multiple bug fixes from Sebastien:Michael R Sweet
2001-11-27Preliminary commit of my MacOS X work.Michael R Sweet
2001-11-26Add note about using RENDER extension in the future for proper alphaMichael R Sweet
2001-11-25Add flstring.h header file to include string functions, strcasecmpMichael R Sweet
2001-11-24Fix bugs in copy() methods.Michael R Sweet