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
/
FL
/
Fl_SVG_Image.H
Age
Commit message (
Expand
)
Author
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2022-12-17
Adding length checks for in-memory image data (see #542) (#592)
Matthias Melcher
2022-11-15
Add support of .svgz image files to fluid
ManoloFLTK
2022-04-13
Make Fl_Image::copy() 'const', including all derived classes
Albrecht Schlosser
2021-08-27
Remove compiler warnings '-Wextra-semi' (see also PR #266)
Albrecht Schlosser
2020-11-19
Rename private member function with trailing underscore.
ManoloFLTK
2020-11-14
Remove unnecessary friend declaration in class Fl_SVG_Image
ManoloFLTK
2020-11-12
Fix for issue #155 - continued
ManoloFLTK
2020-11-12
Fix for issue #155 - continued
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-06-15
Allow using an Fl_SVG_Image object as window icon.
ManoloFLTK
2020-06-07
Improve Fl_SVG_Image docs
Albrecht Schlosser
2020-03-28
Doc: make clear that nanosvg doesn't render image elements.
ManoloFLTK
2019-08-27
Add example "Fitting an SVG image to a resizable Fl_Box" to doc of Fl_SVG_Image.
ManoloFLTK
2018-03-23
Fix Fl_Image::copy() and its versions for derived image classes following the...
Manolo Gouy
2018-03-19
New member function Fl_Image::scale(int width, int height) to set the FLTK si...
Manolo Gouy
2018-01-04
Add necessary inline implementation of Fl_SVG_Image::copy(void).
Manolo Gouy
2017-11-03
Doxygen doc: minor rewording for the Fl_SVG_Image class.
Manolo Gouy
2017-10-31
Fix for STR#3421: Fl_SVG_Image crashes if passed an svg file that is a static...
Manolo Gouy
2017-10-13
Remove the Fl_SVG_Image::fl_gzopen() member function that is less useful with...
Manolo Gouy
2017-10-05
Fix name clash with zlib gzopen on (64-bit) Linux.
Albrecht Schlosser
2017-10-04
Fl_SVG_Image class: add support for compressed .svgz image files.
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-04
Fix typo in documentation of Fl_SVG_Image.
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