summaryrefslogtreecommitdiff
path: root/FL/Fl_SVG_Image.H
AgeCommit message (Expand)Author
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-11-15Add support of .svgz image files to fluidManoloFLTK
2022-04-13Make Fl_Image::copy() 'const', including all derived classesAlbrecht Schlosser
2021-08-27Remove compiler warnings '-Wextra-semi' (see also PR #266)Albrecht Schlosser
2020-11-19Rename private member function with trailing underscore.ManoloFLTK
2020-11-14Remove unnecessary friend declaration in class Fl_SVG_ImageManoloFLTK
2020-11-12Fix for issue #155 - continuedManoloFLTK
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-07Improve Fl_SVG_Image docsAlbrecht Schlosser
2020-03-28Doc: make clear that nanosvg doesn't render image elements.ManoloFLTK
2019-08-27Add example "Fitting an SVG image to a resizable Fl_Box" to doc of Fl_SVG_Image.ManoloFLTK
2018-03-23Fix Fl_Image::copy() and its versions for derived image classes following the...Manolo Gouy
2018-03-19New member function Fl_Image::scale(int width, int height) to set the FLTK si...Manolo Gouy
2018-01-04Add necessary inline implementation of Fl_SVG_Image::copy(void).Manolo Gouy
2017-11-03Doxygen doc: minor rewording for the Fl_SVG_Image class.Manolo Gouy
2017-10-31Fix for STR#3421: Fl_SVG_Image crashes if passed an svg file that is a static...Manolo Gouy
2017-10-13Remove the Fl_SVG_Image::fl_gzopen() member function that is less useful with...Manolo Gouy
2017-10-05Fix name clash with zlib gzopen on (64-bit) Linux.Albrecht Schlosser
2017-10-04Fl_SVG_Image class: add support for compressed .svgz image files.Manolo Gouy
2017-09-09Make virtual member function Fl_Image::draw_scaled(int X, int Y, int W, int H...Manolo Gouy
2017-09-04Fix typo in documentation of Fl_SVG_Image.Manolo Gouy
2017-09-03Set svn:keywordsManolo Gouy
2017-09-03Add new Fl_SVG_Image class to support scalable vector graphics images using t...Manolo Gouy