FLTK logo

Article #1610: FLTK 1.4.x Weekly Snapshot, r13071

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

Created at 00:00 Oct 19, 2018 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r13071 | manolo | 2018-10-19 01:17:24 -0400 (Fri, 19 Oct 2018) | 8 lines

Add support for macOS 10.14 Mojave.

MacOS apps running under 10.14 AND linked with SDK 10.14 use a completely
different way
to draw to the screen in comparison with the same app running under 10.13
or earlier:
all views are "layer-backed".
This commit makes FLTK apps running under 10.14 and linked with SDK 10.14
explicitly 
use layers to draw to the screen.
FLTK apps remain downward compatible with earlier macOS versions.
------------------------------------------------------------------------
r13070 | manolo | 2018-10-18 15:33:09 -0400 (Thu, 18 Oct 2018) | 3 lines

Remove compilation error when using clang 8:

error: non-constant-expression cannot be narrowed from type 'int' to
'CGFloat'
------------------------------------------------------------------------
r13069 | AlbrechtS | 2018-10-18 12:21:45 -0400 (Thu, 18 Oct 2018) | 8 lines

Update makesrcdist to work with Git. Work in progress.

This is a working version of makesrcdist and "commandline compatible" with
the
previous svn version.

Todo: There will likely be more or other commandline arguments to be more
flexible
when building source tarballs or snapshots.

------------------------------------------------------------------------
r13067 | manolo | 2018-10-16 05:28:25 -0400 (Tue, 16 Oct 2018) | 1 line

Prepare for support of MacOS 10.14 Mojave.
------------------------------------------------------------------------
r13066 | manolo | 2018-10-16 05:27:36 -0400 (Tue, 16 Oct 2018) | 4 lines

Fix Fl_OpenGL_Display_Device::capture_gl_rectangle(Fl_Gl_Window*) by making
current the window's GL context.

The problem was visible with test/cube: when the window was minimized, only
the left GL subwindow
was captured in the window icon.
------------------------------------------------------------------------

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