FLTK logo

Article #1348: FLTK 1.3.x Weekly Snapshot, r10095

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

Created at 00:01 Feb 07, 2014 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r10095 | AlbrechtS | 2014-02-06 19:09:52 -0500 (Thu, 06 Feb 2014) | 11
lines

Fix crash when Fl_Window::flush() is called before show() (STR #3028).

The fix is twofold:
 (1) if Fl_Window::flush() is called, this is ignored silently
 (2) if Fl_Window::make_current() is called directly, but the window
     is currently not shown(), then the program will be terminated
     with an error message.
The latter is necessary because returning from make_current() would
leave the program in a state where it would expect to have a valid
drawing context.

------------------------------------------------------------------------
r10094 | ossman | 2014-02-05 04:38:22 -0500 (Wed, 05 Feb 2014) | 6 lines

Revert the revert in r10060, reinstating commit r10030.
The reason the code was problematic was because of r4589, where
a call to PostQuitMessage() snuck in. As we could not find a
valid reason for that PostQuitMessage(), it has been removed and
FLTK is now again properly responsive to WM_QUIT messages.

------------------------------------------------------------------------
r10093 | AlbrechtS | 2014-02-03 19:34:41 -0500 (Mon, 03 Feb 2014) | 2 lines

Fix clang compile error in fluid (STR #3046).

------------------------------------------------------------------------
r10092 | AlbrechtS | 2014-02-01 19:49:50 -0500 (Sat, 01 Feb 2014) | 2 lines

CMake/MinGW: Fix missing -pthread linker option for MinGW build.

------------------------------------------------------------------------
r10091 | AlbrechtS | 2014-02-01 19:41:01 -0500 (Sat, 01 Feb 2014) | 2 lines

CMake: Fix linker issues on OS X and Arch Linux (STR #3045).

------------------------------------------------------------------------
r10090 | AlbrechtS | 2014-01-31 16:51:53 -0500 (Fri, 31 Jan 2014) | 2 lines

Rename Fl::scheme_is() to Fl::is_scheme().

------------------------------------------------------------------------
r10089 | greg.ercolano | 2014-01-31 10:52:56 -0500 (Fri, 31 Jan 2014) | 2
lines

Fixes STR #3040

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

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