Manolo Gouy 425ab2e8bc 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.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12647 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2018-02-06 17:26:11 +00:00
..
2017-05-15 15:35:30 +00:00
2016-09-20 13:35:44 +00:00
2017-12-30 10:43:36 +00:00
2017-03-13 23:31:38 +00:00
2016-04-24 19:39:27 +00:00
2018-02-02 17:28:41 +00:00
2014-10-29 20:17:38 +00:00
2018-01-31 22:34:48 +00:00
2018-01-31 22:49:52 +00:00
2018-01-31 22:34:48 +00:00

All FLTK header files are in the FL subdirectory of the fltk.framework.
Image header files are located in "fltk.framework/Headers/FL/images/".