| Age | Commit message (Expand) | Author |
| 2025-07-08 | Replace 'FL_OVERRIDE' with 'override' in public headers | Albrecht Schlosser |
| 2025-06-30 | Improve bilinear image scaling below 50% | Matthias Melcher |
| 2024-01-13 | #887: Fixes Fl_Shared_Image reference counting | Matthias Melcher |
| 2023-11-27 | Cairo graphics driver: Improve drawing of Fl_Pixmap and Fl_Bitmap | ManoloFLTK |
| 2023-01-24 | Remove warnings when building doc with Doxygen | ManoloFLTK |
| 2023-01-21 | Animated GIF support (Fl_Anim_GIF_Image class) (#375) | wcout |
| 2022-12-30 | Use `FL_OVERRIDE` for all overridden virtual methods (#611) | Matthias Melcher |
| 2022-12-17 | Adding length checks for in-memory image data (see #542) (#592) | Matthias Melcher |
| 2022-04-20 | Improve docs of Fl_Image and related classes (#431) | Albrecht Schlosser |
| 2022-04-15 | Fix documentation typo | Albrecht Schlosser |
| 2022-04-15 | Clarify documentation of Fl_Image::copy() and more (#431) | Albrecht Schlosser |
| 2022-04-13 | Make Fl_Image::copy() 'const', including all derived classes | Albrecht Schlosser |
| 2022-04-13 | Fix for issue #427 - continued. | ManoloFLTK |
| 2022-04-12 | Fix for issue #427: Problems with data_w, data_h, w, h of Fl_Image. | ManoloFLTK |
| 2022-03-26 | Add `const` to Fl_Image::fail() (PR #415) | YX |
| 2022-03-20 | Improve documentation of Fl_Image::copy() | Albrecht Schlosser |
| 2021-12-09 | Remove compiler warnings about unused parameters (issue #307) | ManoloFLTK |
| 2021-09-09 | Improve documentation of Fl_Image (Issue #272) | Albrecht Schlosser |
| 2021-03-21 | Remove unnecessary system includes from public headers | Albrecht Schlosser |
| 2020-11-19 | Rename private member function with trailing underscore. | ManoloFLTK |
| 2020-11-17 | Replace virtual Fl_RGB_Image::cache_size() by virtual Fl_Image::cache_size() | ManoloFLTK |
| 2020-11-12 | Fix for issue #155 - continued | ManoloFLTK |
| 2020-07-06 | Remove $Id$ tags, update URL's, and more | Albrecht Schlosser |
| 2020-06-15 | Allow using an Fl_SVG_Image object as window icon. | ManoloFLTK |
| 2020-06-06 | Add two virtual methods to class Fl_Image | Albrecht Schlosser |
| 2020-01-30 | New public static variable bool Fl_Image::register_images_done | ManoloFLTK |
| 2019-04-14 | Doxygen: rewording for more clarity. | ManoloFLTK |
| 2019-02-06 | Remove Fl_Image::as_rgb_image() virtual member function. | ManoloFLTK |
| 2018-03-28 | Image classes: memorise the width and the height of the cached form of the im... | Manolo Gouy |
| 2018-03-26 | Documentation: give more detail for Fl_Image::w(int W) and Fl_Image::h(int H) | Manolo Gouy |
| 2018-03-23 | Fix Fl_Image::copy() and its versions for derived image classes following the... | Manolo Gouy |
| 2018-03-22 | Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h(). | Manolo Gouy |
| 2018-03-19 | New member function Fl_Image::scale(int width, int height) to set the FLTK si... | Manolo Gouy |
| 2017-09-11 | Add missing Fl_Labeltype and Fl_Boxtype definitions. | Albrecht Schlosser |
| 2017-09-09 | Make virtual member function Fl_Image::draw_scaled(int X, int Y, int W, int H... | Manolo Gouy |
| 2017-08-30 | Create virtual Fl_Image::draw_scaled_(int X, int Y, int W, int H) and its imp... | Manolo Gouy |
| 2017-08-30 | Improve Doxygen comments related to image drawing | Manolo Gouy |
| 2017-05-17 | Introduce HiDPI + rescaling support for the X11 platform (+ partial support f... | Manolo Gouy |
| 2016-11-02 | Replace declarations such as "friend class Fl_Xlib_Graphics_Driver;" by platf... | Manolo Gouy |
| 2016-10-30 | Add virtual Fl_RGB_Image* Fl_Image::as_rgb_image() to detect whether an Fl_Im... | Manolo Gouy |
| 2016-10-14 | Fix inconsistent interpretation of ld() in image handling (STR #3308). | Albrecht Schlosser |
| 2016-08-27 | Add Doxygen comments for the Fl_RGB_Image::alloc_array and ::array public att... | Manolo Gouy |
| 2016-02-09 | Move ifdef's in RGB_Image into driver system. | Matthias Melcher |
| 2016-01-04 | Created pseudo code for all FL_PORTED section so that FLTK compiles and links... | Matthias Melcher |
| 2016-01-03 | Updated platform specific #if's to report unimplemented code when compiling w... | Matthias Melcher |
| 2015-05-24 | Moved docs for fail() from prototype in Fl_Image.H -> implementation in Fl_Im... | Greg Ercolano |
| 2015-05-24 | Fixes these errors on Linux: | Greg Ercolano |
| 2015-05-23 | STR #2873: new function Fl_Image::fail() that returns 0, ERR_NO_IMAGE, ERR_FO... | Matthias Melcher |
| 2015-04-28 | Doc clarifications for Fl_Image methods: | Greg Ercolano |
| 2015-03-12 | More detailed Doxygen doc of Fl_Shared_Image::scale() and Fl_Image::draw(X,Y,... | Manolo Gouy |