FLTK logo

Article #1344: FLTK 1.3.x Weekly Snapshot, r10064

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 #1344: FLTK 1.3.x Weekly Snapshot, r10064

Created at 00:01 Jan 17, 2014 by mike

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

    http://www.fltk.org/software.php?VERSION=fltk-1.3.x-r10064

Commit Log:

------------------------------------------------------------------------
r10064 | manolo | 2014-01-16 11:10:19 -0500 (Thu, 16 Jan 2014) | 4 lines

Two functions strcnt() with distinct prototypes where defined and only one
was used,
causing a -Wunused-function warning. Also strcnt() is used in WIN32 only,
so should not
belong to Fl_Native_File_Chooser_common.cxx that contains functions used
across
platforms.
------------------------------------------------------------------------
r10063 | manolo | 2014-01-16 10:38:06 -0500 (Thu, 16 Jan 2014) | 2 lines

Better way to force linking of Fl_Gl_Device_Plugin.o whenever
Fl_Gl_Window.o is linked,
that doesn't use the "volatile" attribute (suggested by Albrecht).
------------------------------------------------------------------------
r10062 | greg.ercolano | 2014-01-15 19:58:58 -0500 (Wed, 15 Jan 2014) | 5
lines

ABI fixes.
These are problems "ABI Compliance Checker" found with the recent
Fl_Tree mods.


------------------------------------------------------------------------
r10061 | manolo | 2014-01-15 16:47:37 -0500 (Wed, 15 Jan 2014) | 1 line

Mac OS: when computing a texture, save/restore the global fl_gc variable.
------------------------------------------------------------------------
r10060 | manolo | 2014-01-15 09:02:57 -0500 (Wed, 15 Jan 2014) | 2 lines

Stepping back from r.10030: when you close any window it stops the program!
Try with test/editor, opening several windows, and closing one.
------------------------------------------------------------------------
r10059 | manolo | 2014-01-14 13:17:24 -0500 (Tue, 14 Jan 2014) | 1 line

Added the static attribute to the 2 new functions strcnt() because all
functions here must be static.
------------------------------------------------------------------------
r10058 | ossman | 2014-01-14 10:57:45 -0500 (Tue, 14 Jan 2014) | 5 lines

32-bit properties are always represented by a long. Using
unsigned causes us to read the wrong values on x86_64.
The length is also defined as the number of 32-bit values,
not the number of bytes.

------------------------------------------------------------------------
r10057 | manolo | 2014-01-14 07:49:44 -0500 (Tue, 14 Jan 2014) | 1 line

Added missing PMRelease() calls that match PMCreateXXX() calls (Mac OS
before 10.5 only).
------------------------------------------------------------------------
r10056 | manolo | 2014-01-14 05:27:16 -0500 (Tue, 14 Jan 2014) | 2 lines

Fix the issue reported in "Fl_Sys_Menu's add method throws errors" of
fltk.general
(http://www.fltk.org/newsgroups.php?s29083+gfltk.general+v29086)
------------------------------------------------------------------------
r10055 | greg.ercolano | 2014-01-13 20:08:40 -0500 (Mon, 13 Jan 2014) | 4
lines

Fix small memleak in Fl_Tree::show_self() [used only for debugging anyway]
and convert from malloc/free -> new/delete


------------------------------------------------------------------------
r10054 | greg.ercolano | 2014-01-13 09:41:23 -0500 (Mon, 13 Jan 2014) | 4
lines

Fix small memleak in parse_path() if user tries to add() paths like "" or
"/".
Also shrunk implementation code.


------------------------------------------------------------------------
r10053 | AlbrechtS | 2014-01-11 08:02:25 -0500 (Sat, 11 Jan 2014) | 2 lines

Fix clang support on Win64 (STR #3027).

------------------------------------------------------------------------
r10052 | manolo | 2014-01-10 12:49:07 -0500 (Fri, 10 Jan 2014) | 2 lines

To force linking of Fl_Gl_Device_Plugin.o when Fl_Gl_Window.o is linked, an
additional volatile
seems necessary, at least on Mac OS with optimized compilation.
------------------------------------------------------------------------
r10051 | manolo | 2014-01-10 11:50:55 -0500 (Fri, 10 Jan 2014) | 1 line

A redraw of the GL window may be necessary before printing, at least with
the glpuzzle demo on Mac OS.
------------------------------------------------------------------------
r10050 | AlbrechtS | 2014-01-10 05:33:25 -0500 (Fri, 10 Jan 2014) | 4 lines

Add CMake fixes for OS X build from Rob McDonald.

See thread: [fltk.general] Embedding FLTK in project.

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

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