summaryrefslogtreecommitdiff
path: root/src/Fl_SVG_Image.cxx
AgeCommit message (Expand)Author
2022-04-13Make Fl_Image::copy() 'const', including all derived classesAlbrecht Schlosser
2022-03-19Add missing initialization parts of Fl_SVG_ImageAlbrecht Schlosser
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2021-05-07Suppress Visual Studio warnings in nanosvg codeAlbrecht Schlosser
2021-02-21Remove VS compilation warnings about implicit type conversions.ManoloFLTK
2020-11-19Rename private member function with trailing underscore.ManoloFLTK
2020-11-12Fix for issue #155 - continuedManoloFLTK
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-30Fix use of an SVG image in Fl_Tiled_Image when display is rescaled.ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-06-27Add classes Fl_SVG_File_Surface and Fl_EPS_File_Surface to draw to SVG and EPS.ManoloFLTK
2020-06-16More detailed documentation of Fl_SVG_Image::normalize().ManoloFLTK
2020-06-15Allow using an Fl_SVG_Image object as window icon.ManoloFLTK
2020-06-03Make doc of member function Fl_SVG_Image::resize() more detailed.ManoloFLTK
2019-10-30Restore CMake support of Darwin + XQuartz + fink test platformManoloFLTK
2019-03-26Improve Doxygen doc of the Fl_SVG_Image constructorManoloFLTK
2018-06-26Move Fl_Screen_Driver.H from FL/ to src/Manolo Gouy
2018-06-18Better handling of very small input file when reading SVG image file.Manolo Gouy
2018-04-12SVG support: improve printed SVG images by increasing the resolution when pri...Manolo Gouy
2018-03-26Fix for STR#3457: Fl_SVG_Image handling of invalid width/heightManolo Gouy
2018-03-19New member function Fl_Image::scale(int width, int height) to set the FLTK si...Manolo Gouy
2018-03-11Documentation: homogenize uses of "FLTK units" and "drawing units".Manolo Gouy
2018-02-04Reorganize nanosvg bundled library.Albrecht Schlosser
2017-12-18STR#3444: Add MacOS support for application rescaling (not quite complete)Manolo Gouy
2017-12-13SVG images: fix image printing under MacOS when not used as a scaled Fl_Share...Manolo Gouy
2017-11-05Fix compiler warning [-Wunused-result].Albrecht Schlosser
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-21Fl_SVG_Image: remove use of gzdirect() that is absent in some old versions of...Manolo Gouy
2017-10-15Rename fl_open_ext() parameter 'translation' to 'binary'.Albrecht Schlosser
2017-10-13Remove the Fl_SVG_Image::fl_gzopen() member function that is less useful with...Manolo Gouy
2017-10-12Add fl_open_ext() to control whether the file is opened in binary/text mode.Manolo Gouy
2017-10-06Fix compiler warning under Visual Studio.Manolo Gouy
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