FLTK logo

Article #1485: FLTK 1.3.x Weekly Snapshot, r12019

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

Created at 00:00 Oct 07, 2016 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r12012 | manolo | 2016-10-05 03:36:04 -0400 (Wed, 05 Oct 2016) | 1 line

Fl_Native_File_Chooser on MacOS: improve handling of case where no chooser
title is set.
------------------------------------------------------------------------
r12010 | manolo | 2016-10-04 10:56:38 -0400 (Tue, 04 Oct 2016) | 1 line

Improve Fl_Native_File_Chooser open dialog under Mac OS 10.12 that had lost
its titlebar message.
------------------------------------------------------------------------
r12008 | manolo | 2016-10-04 07:26:36 -0400 (Tue, 04 Oct 2016) | 1 line

Fix for STR#3308 - MacOS-specific part
------------------------------------------------------------------------
r12007 | manolo | 2016-10-03 12:12:51 -0400 (Mon, 03 Oct 2016) | 1 line

Explain how to proceed after "configure: error: cannot run /bin/sh
./config.sub"
------------------------------------------------------------------------
r12005 | manolo | 2016-10-03 11:48:12 -0400 (Mon, 03 Oct 2016) | 2 lines

This file is used by the offscreen demo program when building with Xcode.

------------------------------------------------------------------------
r12004 | manolo | 2016-10-03 11:40:13 -0400 (Mon, 03 Oct 2016) | 1 line

Xcode version 8 is usable to build FLTK.
------------------------------------------------------------------------
r12002 | AlbrechtS | 2016-10-01 18:35:37 -0400 (Sat, 01 Oct 2016) | 5 lines

Fl_Shared_Image documentation enhancements and clarifications.

Minor code changes (e.g. renaming of variables) included, but no functional
changes.

------------------------------------------------------------------------
r12000 | greg.ercolano | 2016-10-01 17:20:18 -0400 (Sat, 01 Oct 2016) | 5
lines

Applying my suggested patch to solve immediate issues with STR #3231.
Probably more needs to be done (see STR), but at least solves the
immediate issues.


------------------------------------------------------------------------
r11997 | AlbrechtS | 2016-09-30 16:51:45 -0400 (Fri, 30 Sep 2016) | 10
lines

Configure #4: update libs and header configuration and summary.

Rewrite library and header configuration so HAVE_something is only set
in config.h if both library and header files are found.

Fix and enhance summary output to display _found_ options instead of
_requested_ options (e.g. don't show Xft if Xft was requested but not
found).

Configure is aborted if Xft is requested explicitly but not found.

------------------------------------------------------------------------
r11996 | AlbrechtS | 2016-09-30 08:36:55 -0400 (Fri, 30 Sep 2016) | 11
lines

Configure #3: indenting and whitespace fixes.

A few more indenting and whitespace fixes:
  - remove trailing spaces and tabs
  - use a combination of tabs and spaces for indenting.

Note: most parts of configure.ac used tabs+spaces, but there were some
  parts not consistent with this. Now tabs+spaces indenting is used
  everywhere. This commit does not change functionality.


------------------------------------------------------------------------
r11995 | AlbrechtS | 2016-09-30 07:47:38 -0400 (Fri, 30 Sep 2016) | 8 lines

Configure #2: replace deprecated macros, fix all autoconf warnings.

autoconf --warnings=all displayed a long list of warnings about deprecated
macros and suggested to use autoupdate to fix these warnings.

This commit fixes all these warnings and replaces some more macros with
more modern ones while still maintaining compatibility with autoconf 2.50.

------------------------------------------------------------------------
r11994 | AlbrechtS | 2016-09-30 07:33:14 -0400 (Fri, 30 Sep 2016) | 12
lines

Configure #1: rename configure.in to configure.ac.

This commit and the following commits marked "Configure #x:" will
update the autoconf/configure system to a more future-proof state
while maintaining compatibility with autoconf 2.50:
  - rename configure.in to configure.ac (this commit)
  - replace deprecated configure macros with recommended ones
  - simplify some configure macros (e.g. CHECK_HEADERS instead of
CHECH_HEADER)
  - improve indenting (clarify macro arguments)
  - better (combined) header and library checks
  - and some more small changes.

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

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