FLTK logo

Article #1502: FLTK 1.4.x Weekly Snapshot, r12140

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

Created at 00:00 Dec 09, 2016 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r12140 | manolo | 2016-12-07 10:09:52 -0500 (Wed, 07 Dec 2016) | 1 line

Add static void Fl_Surface_Device::push_current(Fl_Surface_Device
*new_current) and pop_current() to set/unset the current drawing surface.
------------------------------------------------------------------------
r12139 | matt | 2016-12-06 18:21:52 -0500 (Tue, 06 Dec 2016) | 1 line

Fixed OS X SDL double buffering issue and mouse dragging.
------------------------------------------------------------------------
r12138 | AlbrechtS | 2016-12-06 14:20:34 -0500 (Tue, 06 Dec 2016) | 5 lines

[CMake] Rewrite pthreads checks for compatibility with configure.

Main point: pthreads must not be checked under Windows (e.g. MinGW)
since Windows always uses native Windows threads (unless Cygwin is used).

------------------------------------------------------------------------
r12137 | AlbrechtS | 2016-12-06 13:49:22 -0500 (Tue, 06 Dec 2016) | 4 lines

Fix building without threads (pthreads).

Note: 'configure --disable-threads' or 'cmake -DOPTION_USE_THREADS=OFF'.

------------------------------------------------------------------------
r12136 | ianmacarthur | 2016-12-05 17:06:56 -0500 (Mon, 05 Dec 2016) | 8
lines

For consistency, make the pre-processor check for the inclusion of
"dlfcn.h" be
 the same as the check which is subsequently used before calling dlsym()
and dlopen().

Note that this may also work around an occasional issue observed when
building
for Windows with cmake and mingw-64, which was sometimes erroneously
attempting
to #include "dlfcn.h" - which is not generally appropriate on a Windows
host.


------------------------------------------------------------------------
r12135 | AlbrechtS | 2016-12-05 12:47:02 -0500 (Mon, 05 Dec 2016) | 2 lines

Fl_Text_Display documentation clarifications.

------------------------------------------------------------------------
r12134 | AlbrechtS | 2016-12-05 12:03:29 -0500 (Mon, 05 Dec 2016) | 9 lines

Fl_Text_Buffer constructor: fix "requestedSize ignored in mGapEnd".

mGapEnd should reflect the total allocated size after the constructor
is executed, i.e. the text buffer is empty. This was not the case.

See thread "Fl_Text_Buffer constructor bug" (2016-12-05) in fltk.general.
The bug was harmless, but the pre-allocation did not work as expected, i.e.
the pre-allocated buffer size was allocated but effectively ignored later.

------------------------------------------------------------------------
r12133 | manolo | 2016-12-03 01:59:26 -0500 (Sat, 03 Dec 2016) | 1 line

Mention new --enable-print configure option.
------------------------------------------------------------------------

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