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
2024-03-18
Move nanosvg to a separate file, don't use 'roundf()' (#937)
Albrecht Schlosser
2022-12-30
Fix uninitialised struct in SVG reader
Matthias Melcher
2022-12-27
Fix doxygen warnings (typos in argument names)
Albrecht Schlosser
2022-12-19
Fix compiler warning (unused variable)
Albrecht Schlosser
2022-12-17
Update SVG binary constructor documentation
Matthias Melcher
2022-12-17
Adding length checks for in-memory image data (see #542) (#592)
Matthias Melcher
2022-11-24
Fix two new Visual Studio compiler warnings
Albrecht Schlosser
2022-11-24
Remove two "warning: pointer xxx used after void* realloc()" messages
ManoloFLTK
2022-11-24
Fix two Visual Studio compiler warnings
Albrecht Schlosser
2022-11-16
Fix whitespace errors and dependencies
Albrecht Schlosser
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
2022-03-19
Add missing initialization parts of Fl_SVG_Image
Albrecht Schlosser
2022-01-16
Rename FL/fl_string.h to FL/fl_string_functions.h
Albrecht Schlosser
2021-05-07
Suppress Visual Studio warnings in nanosvg code
Albrecht Schlosser
2021-02-21
Remove VS compilation warnings about implicit type conversions.
ManoloFLTK
2020-11-19
Rename private member function with trailing underscore.
ManoloFLTK
2020-11-12
Fix for issue #155 - continued
ManoloFLTK
2020-08-01
Implement + deploy fl_strdup()
Greg Ercolano
2020-07-30
Fix use of an SVG image in Fl_Tiled_Image when display is rescaled.
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-06-27
Add classes Fl_SVG_File_Surface and Fl_EPS_File_Surface to draw to SVG and EPS.
ManoloFLTK
2020-06-16
More detailed documentation of Fl_SVG_Image::normalize().
ManoloFLTK
2020-06-15
Allow using an Fl_SVG_Image object as window icon.
ManoloFLTK
2020-06-03
Make doc of member function Fl_SVG_Image::resize() more detailed.
ManoloFLTK
2019-10-30
Restore CMake support of Darwin + XQuartz + fink test platform
ManoloFLTK
2019-03-26
Improve Doxygen doc of the Fl_SVG_Image constructor
ManoloFLTK
2018-06-26
Move Fl_Screen_Driver.H from FL/ to src/
Manolo Gouy
2018-06-18
Better handling of very small input file when reading SVG image file.
Manolo Gouy
2018-04-12
SVG support: improve printed SVG images by increasing the resolution when pri...
Manolo Gouy
2018-03-26
Fix for STR#3457: Fl_SVG_Image handling of invalid width/height
Manolo Gouy
2018-03-19
New member function Fl_Image::scale(int width, int height) to set the FLTK si...
Manolo Gouy
2018-03-11
Documentation: homogenize uses of "FLTK units" and "drawing units".
Manolo Gouy
2018-02-04
Reorganize nanosvg bundled library.
Albrecht Schlosser
2017-12-18
STR#3444: Add MacOS support for application rescaling (not quite complete)
Manolo Gouy
2017-12-13
SVG images: fix image printing under MacOS when not used as a scaled Fl_Share...
Manolo Gouy
2017-11-05
Fix compiler warning [-Wunused-result].
Albrecht Schlosser
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-21
Fl_SVG_Image: remove use of gzdirect() that is absent in some old versions of...
Manolo Gouy
2017-10-15
Rename fl_open_ext() parameter 'translation' to 'binary'.
Albrecht Schlosser
2017-10-13
Remove the Fl_SVG_Image::fl_gzopen() member function that is less useful with...
Manolo Gouy
2017-10-12
Add fl_open_ext() to control whether the file is opened in binary/text mode.
Manolo Gouy
2017-10-06
Fix compiler warning under Visual Studio.
Manolo Gouy
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
[next]