summaryrefslogtreecommitdiff
path: root/FL/Fl_Image.H
AgeCommit message (Expand)Author
2026-01-22Fix "Setting window custom cursor from SVG image crashes" (#1363)ManoloFLTK
2025-07-08Replace 'FL_OVERRIDE' with 'override' in public headersAlbrecht Schlosser
2025-06-30Improve bilinear image scaling below 50%Matthias Melcher
2024-01-13#887: Fixes Fl_Shared_Image reference countingMatthias Melcher
2023-11-27Cairo graphics driver: Improve drawing of Fl_Pixmap and Fl_BitmapManoloFLTK
2023-01-24Remove warnings when building doc with DoxygenManoloFLTK
2023-01-21Animated GIF support (Fl_Anim_GIF_Image class) (#375)wcout
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-12-17Adding length checks for in-memory image data (see #542) (#592)Matthias Melcher
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