summaryrefslogtreecommitdiff
path: root/FL/Fl_Image.H
AgeCommit message (Expand)Author
2022-04-20Improve docs of Fl_Image and related classes (#431)Albrecht Schlosser
2022-04-15Fix documentation typoAlbrecht Schlosser
2022-04-15Clarify documentation of Fl_Image::copy() and more (#431)Albrecht Schlosser
2022-04-13Make Fl_Image::copy() 'const', including all derived classesAlbrecht Schlosser
2022-04-13Fix for issue #427 - continued.ManoloFLTK
2022-04-12Fix for issue #427: Problems with data_w, data_h, w, h of Fl_Image.ManoloFLTK
2022-03-26Add `const` to Fl_Image::fail() (PR #415)YX
2022-03-20Improve documentation of Fl_Image::copy()Albrecht Schlosser
2021-12-09Remove compiler warnings about unused parameters (issue #307)ManoloFLTK
2021-09-09Improve documentation of Fl_Image (Issue #272)Albrecht Schlosser
2021-03-21Remove unnecessary system includes from public headersAlbrecht Schlosser
2020-11-19Rename private member function with trailing underscore.ManoloFLTK
2020-11-17Replace virtual Fl_RGB_Image::cache_size() by virtual Fl_Image::cache_size()ManoloFLTK
2020-11-12Fix for issue #155 - continuedManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-06-15Allow using an Fl_SVG_Image object as window icon.ManoloFLTK
2020-06-06Add two virtual methods to class Fl_ImageAlbrecht Schlosser
2020-01-30New public static variable bool Fl_Image::register_images_doneManoloFLTK
2019-04-14Doxygen: rewording for more clarity.ManoloFLTK
2019-02-06Remove Fl_Image::as_rgb_image() virtual member function.ManoloFLTK
2018-03-28Image classes: memorise the width and the height of the cached form of the im...Manolo Gouy
2018-03-26Documentation: give more detail for Fl_Image::w(int W) and Fl_Image::h(int H) Manolo Gouy
2018-03-23Fix Fl_Image::copy() and its versions for derived image classes following the...Manolo Gouy
2018-03-22Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h().Manolo Gouy
2018-03-19New member function Fl_Image::scale(int width, int height) to set the FLTK si...Manolo Gouy
2017-09-11Add missing Fl_Labeltype and Fl_Boxtype definitions.Albrecht Schlosser
2017-09-09Make virtual member function Fl_Image::draw_scaled(int X, int Y, int W, int H...Manolo Gouy
2017-08-30Create virtual Fl_Image::draw_scaled_(int X, int Y, int W, int H) and its imp...Manolo Gouy
2017-08-30Improve Doxygen comments related to image drawingManolo Gouy
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