index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_SVG_Image.cxx
Age
Commit message (
Expand
)
Author
2017-10-06
Fl_SVG_Image::fl_gzopen(): write it more platform-independently (still not co...
Manolo Gouy
2017-10-05
Fix name clash with zlib gzopen on (64-bit) Linux.
Albrecht Schlosser
2017-10-04
Fl_SVG_Image constructor: handle case where file cannot be opened.
Manolo Gouy
2017-10-04
Fl_SVG_Image class: add support for compressed .svgz image files.
Manolo Gouy
2017-10-04
Undo commit at r.12475 that is not adequate.
Manolo Gouy
2017-10-04
Fl_SVG_Image class: add support for compressed .svgz image files.
Manolo Gouy
2017-09-18
SVG support: avoid re-rasterizing an image that was previously rasterized at ...
Manolo Gouy
2017-09-13
SVG support: draw images at full screen resolution also when there are severa...
Manolo Gouy
2017-09-09
Fix 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-09
Make virtual member function Fl_Image::draw_scaled(int X, int Y, int W, int H...
Manolo Gouy
2017-09-07
Modify nanosvg.h to support compilation by Visual Studio 7.
Manolo Gouy
2017-09-06
Simplify code using plain atof() instead of implementing function nsvg__atof().
Manolo Gouy
2017-09-06
Modify how the nanosvg source code is used to support compilation with Visual...
Manolo Gouy
2017-09-04
Improve doc of the Fl_SVG_Image public constructor.
Manolo Gouy
2017-09-04
Fix erroneous Doxygen command in doc of Fl_SVG_Image::resize().
Manolo Gouy
2017-09-04
Class Fl_SVG_Image: use fl_fopen() to open files with non-ASCII characters in...
Manolo Gouy
2017-09-03
Set svn:keywords
Manolo Gouy
2017-09-03
Add new Fl_SVG_Image class to support scalable vector graphics images using t...
Manolo Gouy