| Age | Commit message (Expand) | Author |
| 2026-01-20 | Improve docu of member variable Fl_SVG_Image::proportional - cont'd (#1361) | ManoloFLTK |
| 2025-07-16 | Remove warnings triggered by -Wredundant-decls (#1277) | ManoloFLTK |
| 2025-07-01 | Better handling of special case when scaling image | Matthias Melcher |
| 2025-06-30 | Improve bilinear image scaling below 50% | Matthias Melcher |
| 2025-02-22 | Fix "Fl_RGB_Image::draw() seg faults when offset is too big" - cont'd (#1211) | ManoloFLTK |
| 2025-02-22 | Fix "Fl_RGB_Image::draw() seg faults when offset is too big" (#1211) | ManoloFLTK |
| 2024-12-26 | Fix integer overflow in image interpolation. (#73) | Matthias Melcher |
| 2024-11-18 | Fix: Rounding issues with Fl_RGB_Image::draw() + window scaling (#1128) | ManoloFLTK |
| 2024-10-15 | Fix documentation typos and trailing whitespace | Albrecht Schlosser |
| 2024-09-07 | Add pointer to Fl_Image::scale() to documentation of Fl_Image::copy(int, int) | ManoloFLTK |
| 2024-01-13 | Fix yet another typo in documentation | Albrecht Schlosser |
| 2023-11-01 | Fix typos in documentation | ManoloFLTK |
| 2023-02-14 | Update doc of Fl_Image::copy() after new Fl_Anim_GIF_Image class | ManoloFLTK |
| 2022-12-27 | Fix doxygen warnings (typos in argument names) | Albrecht Schlosser |
| 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-02-16 | Use <config.h> when appropriate. | ManoloFLTK |
| 2020-11-10 | Fix for issue #155 "SVG rendering spoiled by scaling". | ManoloFLTK |
| 2020-07-06 | Remove $Id$ tags, update URL's, and more | Albrecht Schlosser |
| 2020-02-22 | Fix the Fl_RGB_Image(Fl_Pixmap *pxm) c'tor when pxm is scaled. | ManoloFLTK |
| 2020-01-30 | New public static variable bool Fl_Image::register_images_done | ManoloFLTK |
| 2019-03-26 | Use \deprecated Doxygen command where necessary | ManoloFLTK |
| 2018-05-09 | Remove a bunch of useless #include <FL/Fl_Printer.H> statements. | Manolo Gouy |
| 2018-04-19 | Documentation: simplify example code for Fl_Image::scale() | Manolo Gouy |
| 2018-04-12 | Image drawing: simplify the code organisation to better support Fl_Image::sca... | Manolo Gouy |
| 2018-03-28 | Image classes: memorise the width and the height of the cached form of the im... | 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-20 | Extend the doc of Fl_Image::scale() member function. | Manolo Gouy |
| 2018-03-20 | Remove compilation warning with gcc-6.3 and -Wreorder | Manolo Gouy |
| 2018-03-19 | New member function Fl_Image::scale(int width, int height) to set the FLTK si... | Manolo Gouy |
| 2017-09-12 | Remove leading underscore from labeltyps as far as possible. | Albrecht Schlosser |
| 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-05-17 | Introduce HiDPI + rescaling support for the X11 platform (+ partial support f... | Manolo Gouy |
| 2016-11-09 | Use Fl_Graphics_Driver::default_driver() when convenient. | Manolo Gouy |
| 2016-11-02 | Accept empty Fl_Pixmap in Fl_RGB_Image c'tor (STR #3348). | Albrecht Schlosser |
| 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-08-09 | Fix typos, separate local variables of image scaling algorithms. | Albrecht Schlosser |
| 2016-04-17 | MSWindows fixes for previous commits. | Matthias Melcher |
| 2016-03-25 | Remove a bunch of useless #include <FL/x.H> directives. | Manolo Gouy |