summaryrefslogtreecommitdiff
path: root/src/Fl_SVG_Image.cxx
AgeCommit message (Expand)Author
2017-10-06Fl_SVG_Image::fl_gzopen(): write it more platform-independently (still not co...Manolo Gouy
2017-10-05Fix name clash with zlib gzopen on (64-bit) Linux.Albrecht Schlosser
2017-10-04Fl_SVG_Image constructor: handle case where file cannot be opened.Manolo Gouy
2017-10-04Fl_SVG_Image class: add support for compressed .svgz image files.Manolo Gouy
2017-10-04Undo commit at r.12475 that is not adequate.Manolo Gouy
2017-10-04Fl_SVG_Image class: add support for compressed .svgz image files.Manolo Gouy
2017-09-18SVG support: avoid re-rasterizing an image that was previously rasterized at ...Manolo Gouy
2017-09-13SVG support: draw images at full screen resolution also when there are severa...Manolo Gouy
2017-09-09Fix nanosvg implementation of nsvg__atof() to allow compilation with Visual S...Manolo Gouy
2017-09-09#include <locale.h> is no longer needed.Manolo Gouy
2017-09-09Make virtual member function Fl_Image::draw_scaled(int X, int Y, int W, int H...Manolo Gouy
2017-09-07Modify nanosvg.h to support compilation by Visual Studio 7.Manolo Gouy
2017-09-06Simplify code using plain atof() instead of implementing function nsvg__atof().Manolo Gouy
2017-09-06Modify how the nanosvg source code is used to support compilation with Visual...Manolo Gouy
2017-09-04Improve doc of the Fl_SVG_Image public constructor.Manolo Gouy
2017-09-04Fix erroneous Doxygen command in doc of Fl_SVG_Image::resize().Manolo Gouy
2017-09-04Class Fl_SVG_Image: use fl_fopen() to open files with non-ASCII characters in...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