FLTK logo

Article #1547: FLTK 1.4.x Weekly Snapshot, r12431

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Articles | Show Comments | Submit Comment ]

Article #1547: FLTK 1.4.x Weekly Snapshot, r12431

Created at 00:00 Sep 08, 2017 by mike

A new weekly snapshot of FLTK 1.4.x (r12431) is now available on the download page:

    http://www.fltk.org/software.php?VERSION=fltk-1.4.x-r12431

Commit Log:

------------------------------------------------------------------------
r12431 | manolo | 2017-09-07 16:16:08 -0400 (Thu, 07 Sep 2017) | 3 lines

Modify nanosvg.h to support compilation by Visual Studio 7.

This is a new implementation that does not tamper with the program's
locale.
------------------------------------------------------------------------
r12430 | manolo | 2017-09-06 15:38:56 -0400 (Wed, 06 Sep 2017) | 1 line

Simplify code using plain atof() instead of implementing function
nsvg__atof().
------------------------------------------------------------------------
r12429 | greg.ercolano | 2017-09-06 14:06:30 -0400 (Wed, 06 Sep 2017) | 2
lines

Changed AC_CHECK_HEADER -> AC_CHECK_HEADERS, since two files are being
tested, e.g.

------------------------------------------------------------------------
r12428 | greg.ercolano | 2017-09-06 13:49:05 -0400 (Wed, 06 Sep 2017) | 3
lines

Small fix to remove an extra paren introduced in r12153


------------------------------------------------------------------------
r12427 | manolo | 2017-09-06 12:52:10 -0400 (Wed, 06 Sep 2017) | 2 lines

Set svn ps for this new file

------------------------------------------------------------------------
r12426 | manolo | 2017-09-06 12:51:14 -0400 (Wed, 06 Sep 2017) | 2 lines

Gives differences between FLTK and original versions of file nanosvg.h

------------------------------------------------------------------------
r12425 | manolo | 2017-09-06 12:49:05 -0400 (Wed, 06 Sep 2017) | 4 lines

Return fl_nanosvg.h close to nanosvg.h, without reformatting.

fl_nanosvg.h had before been reformatted by Xcode.

------------------------------------------------------------------------
r12424 | manolo | 2017-09-06 12:38:11 -0400 (Wed, 06 Sep 2017) | 2 lines

Set svn ps for this new file

------------------------------------------------------------------------
r12423 | manolo | 2017-09-06 12:25:42 -0400 (Wed, 06 Sep 2017) | 9 lines

Modify how the nanosvg source code is used to support compilation with
Visual Studio 7.

1) The original nanosvg.h file is modified for FLTK in file fl_nanosvg.h.
The only change is
to remove the implementation of function nsvg__atof().

2) FLTK provides an implementation of nsvg__atof() based on sscanf().

3) FLTK changes the LC_NUMERIC locale to "C" before calling nanosvg
and resets it to its previous state after.
------------------------------------------------------------------------
r12422 | greg.ercolano | 2017-09-05 20:02:33 -0400 (Tue, 05 Sep 2017) | 3
lines

Added the new OPTION_USE_NANOSVG to the README.CMake.txt file.


------------------------------------------------------------------------
r12421 | greg.ercolano | 2017-09-05 18:37:07 -0400 (Tue, 05 Sep 2017) | 4
lines

Emphasize in the docs that ".." at the end of cmake commands is 
not an elipsis, but is part of the command.


------------------------------------------------------------------------
r12420 | manolo | 2017-09-04 04:38:06 -0400 (Mon, 04 Sep 2017) | 1 line

Improve doc of the Fl_SVG_Image public constructor.
------------------------------------------------------------------------
r12419 | manolo | 2017-09-04 04:30:19 -0400 (Mon, 04 Sep 2017) | 1 line

Fix typo in documentation of Fl_SVG_Image.
------------------------------------------------------------------------
r12418 | manolo | 2017-09-04 04:06:26 -0400 (Mon, 04 Sep 2017) | 1 line

Fix erroneous Doxygen command in doc of Fl_SVG_Image::resize().
------------------------------------------------------------------------
r12417 | manolo | 2017-09-04 03:55:21 -0400 (Mon, 04 Sep 2017) | 4 lines

Class Fl_SVG_Image: use fl_fopen() to open files with non-ASCII characters
in name.

Also, have copy() copy the value of the image's proportional member
variable.

------------------------------------------------------------------------
r12416 | manolo | 2017-09-03 10:20:31 -0400 (Sun, 03 Sep 2017) | 1 line

Annonce the new Fl_SVG_Image class and related configure/CMake options.
------------------------------------------------------------------------
r12415 | manolo | 2017-09-03 09:20:52 -0400 (Sun, 03 Sep 2017) | 2 lines

Set svn:keywords

------------------------------------------------------------------------
r12414 | manolo | 2017-09-03 09:18:07 -0400 (Sun, 03 Sep 2017) | 2 lines

Set eol-style to native.

------------------------------------------------------------------------
r12413 | manolo | 2017-09-03 09:14:25 -0400 (Sun, 03 Sep 2017) | 1 line

Add new Fl_SVG_Image class to support scalable vector graphics images using
the (modified) nanosvg software.
------------------------------------------------------------------------
r12412 | manolo | 2017-09-03 09:13:53 -0400 (Sun, 03 Sep 2017) | 2 lines

Add the nanosvg directory to hold source code belonging to the nanosvg
software.

------------------------------------------------------------------------

Download | Home Page | Listing ]


Comments

Submit Comment ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.