FLTK logo

Article #1552: FLTK 1.4.x Weekly Snapshot, r12479

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 #1552: FLTK 1.4.x Weekly Snapshot, r12479

Created at 00:00 Oct 06, 2017 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r12479 | AlbrechtS | 2017-10-05 14:32:52 -0400 (Thu, 05 Oct 2017) | 15
lines

Fix name clash with zlib gzopen on (64-bit) Linux.

Compilation error message:

src/Fl_SVG_Image.cxx:80:21: error: out-of-line definition of 'gzopen64'
does
not match any declaration in 'Fl_SVG_Image'; did you mean 'gzopen'?
void* Fl_SVG_Image::gzopen(const char *fname) {
                    ^~~~~~
                    gzopen
/usr/include/zlib.h:1709:20: note: expanded from macro 'gzopen'
#    define gzopen gzopen64
                   ^

The culprit was the macro defined in zlib.h (above).

------------------------------------------------------------------------
r12478 | manolo | 2017-10-04 17:34:03 -0400 (Wed, 04 Oct 2017) | 1 line

Fl_SVG_Image constructor: handle case where file cannot be opened.
------------------------------------------------------------------------
r12477 | manolo | 2017-10-04 12:26:51 -0400 (Wed, 04 Oct 2017) | 1 line

Fl_SVG_Image class: add support for compressed .svgz image files.
------------------------------------------------------------------------
r12476 | manolo | 2017-10-04 08:21:46 -0400 (Wed, 04 Oct 2017) | 1 line

Undo commit at r.12475 that is not adequate.
------------------------------------------------------------------------
r12475 | manolo | 2017-10-04 07:46:33 -0400 (Wed, 04 Oct 2017) | 1 line

Fl_SVG_Image class: add support for compressed .svgz image files.
------------------------------------------------------------------------
r12474 | greg.ercolano | 2017-10-03 01:15:10 -0400 (Tue, 03 Oct 2017) | 2
lines

Added missing accessor for Fl_Text_Display's cursor_style()

------------------------------------------------------------------------
r12472 | AlbrechtS | 2017-10-02 07:18:41 -0400 (Mon, 02 Oct 2017) | 5 lines

Add public accessor Fl_Shared_Image::original().

This public, inline, and read-only accessor is intended for debugging
purposes but can be useful for user code as well.

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

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'.