FLTK logo

Article #1605: FLTK 1.4.x Weekly Snapshot, r13054

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

Created at 00:00 Sep 21, 2018 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r13054 | AlbrechtS | 2018-09-18 12:32:15 -0400 (Tue, 18 Sep 2018) | 2 lines

Update README.md for new Git repository on GitHub.

------------------------------------------------------------------------
r13050 | manolo | 2018-09-16 06:17:23 -0400 (Sun, 16 Sep 2018) | 7 lines

MacOS: fix regression in OS 10.13 where an unbundled app had its system
menu bar unresponsive.

The regression was detected by "FLTK 1.4 on macOS: Trouble compiling my
Application with Makefile"
in fltk.general.
The fix is to have unbundled apps initialize under MacOS 10.13 as under
earlier OS,
thus the new initialization procedure introduced for 10.13 is for bundled
apps only.
Tested OK on 10.13.6 and 10.14 public beta 10.
------------------------------------------------------------------------
r13049 | manolo | 2018-09-14 10:49:23 -0400 (Fri, 14 Sep 2018) | 3 lines

X11 under Ubuntu: read screen scaling information - continued

the first scaling value set at 2 is retained.
------------------------------------------------------------------------
r13048 | manolo | 2018-09-14 10:38:06 -0400 (Fri, 14 Sep 2018) | 1 line

X11 under Ubuntu: read screen scaling information from file
$HOME/.config/monitors.xml
------------------------------------------------------------------------
r13047 | AlbrechtS | 2018-09-14 08:13:56 -0400 (Fri, 14 Sep 2018) | 15
lines

Fix (remove) C++11 extension in header file.

Found with clang [-Wc++11-extensions] (example):

Building CXX object src/CMakeFiles/fltk.dir/Fl_x.cxx.o
In file included from ../../src/Fl_x.cxx:40:
../../src/drivers/X11/Fl_X11_Screen_Driver.H:36:10: warning: unelaborated
  friend declaration is a C++11 extension; specify 'class' to befriend
  'Fl_Screen_Driver' [-Wc++11-extensions]
  friend Fl_Screen_Driver;
         ^
         class
1 warning generated.


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

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