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