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
/
drivers
/
SVG
/
Fl_SVG_File_Surface.cxx
Age
Commit message (
Expand
)
Author
47 hours
wip
maxim nikonov
2025-01-18
Make Fl_SVG_Graphics_Driver use the C locale when writing float values - cont'd
ManoloFLTK
2025-01-11
Repair incorrect path in #include directive
ManoloFLTK
2025-01-11
Make Fl_SVG_Graphics_Driver use the C locale when writing float values
ManoloFLTK
2023-10-23
Use #ifdef FLTK_USE_SVG instead of #if FLTK_USE_SVG
ManoloFLTK
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2022-11-14
Fix yet another Visual Studio compiler warning
Albrecht Schlosser
2022-09-26
Replace all calls to sprintf() by calls to snprintf().
ManoloFLTK
2022-03-21
Rename member Fl_Graphics_Driver::p to xpoint to avoid shadowing.
ManoloFLTK
2022-01-16
Rename FL/fl_string.h to FL/fl_string_functions.h
Albrecht Schlosser
2021-03-21
Remove unnecessary system includes from public headers
Albrecht Schlosser
2021-03-01
Remove duplicated code between derived classes of Fl_Graphics_Driver - cont'd.
ManoloFLTK
2021-03-01
Remove duplicated code between derived classes of Fl_Graphics_Driver.
ManoloFLTK
2021-03-01
Remove warnings about hidden virtual member functions.
ManoloFLTK
2021-02-21
Remove VS compilation warnings about implicit type conversions.
ManoloFLTK
2020-11-10
Restore building with --disable-svg
ManoloFLTK
2020-11-03
Add extra argument to Fl_SVG_File_Surface constructor.
ManoloFLTK
2020-08-05
Remove useless 'if (...)'
Albrecht Schlosser
2020-08-04
Remove memory leak.
ManoloFLTK
2020-08-01
Implement + deploy fl_strdup()
Greg Ercolano
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