FLTK logo

Article #1571: FLTK 1.4.x Weekly Snapshot, r12652

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

Created at 00:00 Feb 09, 2018 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r12652 | manolo | 2018-02-08 07:47:40 -0500 (Thu, 08 Feb 2018) | 3 lines

Move xxx_also_windowless member functions from Fl_System_Driver to
Fl_Screen_Driver.

Because these functions are related to Fl_Screen_Driver::wait(double)
------------------------------------------------------------------------
r12651 | manolo | 2018-02-08 02:37:43 -0500 (Thu, 08 Feb 2018) | 1 line

Documentation: add \version info to new member functions.
------------------------------------------------------------------------
r12650 | manolo | 2018-02-07 10:34:44 -0500 (Wed, 07 Feb 2018) | 1 line

STR#3450: Draw text with OpenGL using textures on all platforms.
------------------------------------------------------------------------
r12648 | manolo | 2018-02-06 12:56:47 -0500 (Tue, 06 Feb 2018) | 1 line

Beef up documentation of how FLTK handles cmd-Q/Quit xxx events under
MacOS.
------------------------------------------------------------------------
r12647 | manolo | 2018-02-06 12:26:11 -0500 (Tue, 06 Feb 2018) | 11 lines

Add support for detection and processing of clean program termination
request.

The default handling of cmd-Q/Quit program under MacOS was to terminate the
program if all its windows are closed without returning from FLTK's event
loop.
This was running against a strong design feature of FLTK that programs
should always complete their event loop and return from main() when cleanly
terminating.

In the new code for the MacOS platform, cmd-Q/Quit program no longer
terminates
the program. Instead, the event loop is interrupted and a call to
Fl::program_should_quit()
allows to detect that program termination has been requested, if necessary.
------------------------------------------------------------------------
r12646 | AlbrechtS | 2018-02-04 16:39:50 -0500 (Sun, 04 Feb 2018) | 10
lines

Reorganize nanosvg bundled library.

Rename altsvgrast.h to its original name nanosvg.h and use a new
GitHub fork of nanosvg to maintain FLTK specific patches.

https://github.com/fltk/nanosvg

The diff files (altsvgrast.diff and nanosvg.diff) are no longer necessary
and have been removed. For more information see README.bundled-libs.txt.

------------------------------------------------------------------------
r12645 | AlbrechtS | 2018-02-04 16:31:54 -0500 (Sun, 04 Feb 2018) | 2 lines

Update svn properties.

------------------------------------------------------------------------
r12644 | AlbrechtS | 2018-02-02 12:28:41 -0500 (Fri, 02 Feb 2018) | 2 lines

Fix typos.

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

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