| Age | Commit message (Expand) | Author |
| 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 |
| 2016-02-23 | Fix Fl_RGB_Image::uncache() and Fl_Bitmap::uncache(). | Manolo Gouy |
| 2016-02-10 | Moving fl_beep into screen driver. | Matthias Melcher |
| 2016-02-09 | Move ifdef's in RGB_Image into driver system. | Matthias Melcher |
| 2016-01-31 | Needed for Linux/Unix build. | Manolo Gouy |
| 2016-01-29 | Fixed a few warnings from a picky compiler setting. | Matthias Melcher |
| 2016-01-27 | Modify Xlib driver code not to #include source files. | Albrecht Schlosser |
| 2016-01-27 | Removed all references to Quartz driver files from library headers in Xcode. ... | Matthias Melcher |
| 2016-01-27 | 1) Added a new way to detect whether the drawing operation is using the platf... | Manolo Gouy |
| 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-06-08 | Fixed typo in Doxygen doc of Fl_RGB_Image constructor. | Manolo Gouy |
| 2015-05-24 | Moved docs for fail() from prototype in Fl_Image.H -> implementation in Fl_Im... | 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-16 | Add support for accelerated alpha blending under X11. | Lauri Kasanen |
| 2015-03-11 | Implementation of Fl_Shared_Image::scale(width, height) for scaled image draw... | Manolo Gouy |
| 2015-03-10 | Added Fl_Shared_Image::scale(width, height) to support scaled image drawing (... | Manolo Gouy |
| 2015-02-11 | Fixed error introduced at r.10568 that prevented non-Apple compilation. | Manolo Gouy |
| 2015-02-10 | Mac OS: more parsimonious memory usage when drawing Fl_RGB_Image. The image d... | Manolo Gouy |
| 2015-02-08 | Allow compilation with -std=c++11 on Mac OS X | Manolo Gouy |
| 2015-02-07 | Modified Fl_Quartz_Graphics_Driver::draw(Fl_RGB_Image *img,...) to accept wor... | Manolo Gouy |
| 2014-10-14 | Move RGB image scaling algorithm methods in base class Fl_Image. | Albrecht Schlosser |
| 2014-09-06 | Bilinear div-by-zero fix | Lauri Kasanen |