summaryrefslogtreecommitdiff
path: root/FL/Fl_Image.H
AgeCommit message (Expand)Author
2015-05-23STR #2873: new function Fl_Image::fail() that returns 0, ERR_NO_IMAGE, ERR_FO...Matthias Melcher
2015-04-28Doc clarifications for Fl_Image methods:Greg Ercolano
2015-03-12More detailed Doxygen doc of Fl_Shared_Image::scale() and Fl_Image::draw(X,Y,...Manolo Gouy
2015-03-10Added Fl_Shared_Image::scale(width, height) to support scaled image drawing (...Manolo Gouy
2014-10-14Fix doxygen warning.Albrecht Schlosser
2014-10-14Move RGB image scaling algorithm methods in base class Fl_Image.Albrecht Schlosser
2014-10-13Added Doxygen comments for enum Fl_RGB_Scaling.Manolo Gouy
2014-09-03Tweak the scaling() commentLauri Kasanen
2014-09-03Add bilinear scaling support. STRs #2869 and #3062.Lauri Kasanen
2014-06-12Add ability to convert a Fl_Pixmap into a Fl_RGB_Image.Pierre Ossman
2012-11-09Fix STR#2881: the new static function Fl_RGB_Image::max_size(size) allows to ...Manolo Gouy
2012-06-13Removed errant D=0 docs that were not relevant to Fl_RGB_Image (thanks manolo).Greg Ercolano
2012-06-13Improved docs for Fl_RGB_Image() ctor.Greg Ercolano
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-01-30Reorganization of the Doxygen docs of some Fl_Image class functions.Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-05-27Better device hierarchy with surfaces and graphics drivers.Manolo Gouy
2010-04-18Removed multiple inheritance: back to r. 7519 exactly.Manolo Gouy
2010-04-16Improved the hierarchy of Fl_Device subclasses to allow separation of platfor...Manolo Gouy
2010-04-14More logical use of Fl_Device::draw(<image class> *,...) functionsManolo Gouy
2010-03-15Renamed internal member variables id and mask to id_ and mask_ to avoidAlbrecht Schlosser
2009-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2008-10-15Doxygen pdf documentation: Changed pdf mime type to application/pdf. Removed ...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
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.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-12Fix header file again.Michael R Sweet
2003-01-11Need to include Fl_Export.H for FL_EXPORT definition.Michael R Sweet
2003-01-10Update Fl_Image and friends so that we don't need to include theMichael R Sweet
2002-10-11Use memmove() instead of memcpy() in several key places.Michael R Sweet
2002-08-14DLL changes (still some more to go...)Michael R Sweet
2002-08-05Range check Fl_Text_Buffer::search_forward().Michael R Sweet
2002-07-14Boy, aren't WIN32 compilers *so* much fun.Michael R Sweet
2002-04-26Images in menu items...Michael R Sweet
2002-01-07Fixed from Teun.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-21Casts to make old IRIX 5.3 C++ compiler happy...Michael R Sweet
2001-11-29VC++ fixes, plus add new tiled_image project file.Michael 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
2001-11-23Add code for PNG and JPEG images.Michael R Sweet
2001-11-22Fix all references to '.C' files (now .cxx)Michael R Sweet
2001-11-19OK, lots of changes to the Fl_Image, Fl_Bitmap, Fl_Pixmap, and Fl_RGB_ImageMichael R Sweet
2001-11-18Add Fl_Bitmask type, fl_create_bitmask() and fl_delete_bitmask() functionsMichael R Sweet
2001-08-05Image labels!Michael R Sweet
2001-01-22Copyright 2001.Michael R Sweet