summaryrefslogtreecommitdiff
path: root/FL/Fl_Image.H
AgeCommit message (Expand)Author
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2016-11-02Replace declarations such as "friend class Fl_Xlib_Graphics_Driver;" by platf...Manolo Gouy
2016-10-30Add virtual Fl_RGB_Image* Fl_Image::as_rgb_image() to detect whether an Fl_Im...Manolo Gouy
2016-10-14Fix inconsistent interpretation of ld() in image handling (STR #3308).Albrecht Schlosser
2016-08-27Add Doxygen comments for the Fl_RGB_Image::alloc_array and ::array public att...Manolo Gouy
2016-02-09Move ifdef's in RGB_Image into driver system.Matthias Melcher
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-05-24Moved docs for fail() from prototype in Fl_Image.H -> implementation in Fl_Im...Greg Ercolano
2015-05-24Fixes these errors on Linux:Greg Ercolano
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