FLTK logo

Article #1449: FLTK 1.3.x Weekly Snapshot, r11126

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

Created at 00:02 Feb 05, 2016 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r11126 | manolo | 2016-02-03 05:28:57 -0500 (Wed, 03 Feb 2016) | 2 lines

Support of OPTION_APPLE_X11 by CMake: do not use hard-coded paths

------------------------------------------------------------------------
r11124 | AlbrechtS | 2016-02-02 20:28:58 -0500 (Tue, 02 Feb 2016) | 2 lines

Update CHANGES for release (up to svn r11112).

------------------------------------------------------------------------
r11123 | manolo | 2016-02-02 09:51:15 -0500 (Tue, 02 Feb 2016) | 5 lines

Support for OPTION_APPLE_X11 -- OpenGL libraries

OPTION_APPLE_X11 is a very special option, and the best
way to support it with CMake still requires expert advice.

------------------------------------------------------------------------
r11121 | AlbrechtS | 2016-02-02 08:54:32 -0500 (Tue, 02 Feb 2016) | 4 lines

Update CHANGES for release (up to svn r10679).

To be continued...

------------------------------------------------------------------------
r11118 | manolo | 2016-02-02 02:15:57 -0500 (Tue, 02 Feb 2016) | 5 lines

Set depth of image returned by Fl_Image_Surface::image() back to 3 on Mac
OS X.

This depth was set to 4 at r.10999 to help dealing with images of windows
with rounded
corners. But it was not such a good idea to have an image depth that
changes with the platform.
For example, the shapedwindow example program was made more complicated.
------------------------------------------------------------------------
r11114 | AlbrechtS | 2016-02-01 21:45:09 -0500 (Mon, 01 Feb 2016) | 2 lines

Document ABI version configuration and CHANGES.

------------------------------------------------------------------------
r11112 | AlbrechtS | 2016-02-01 19:46:43 -0500 (Mon, 01 Feb 2016) | 2 lines

[CMake] Document usage of .fl files w/o fltk_wrap_ui (STR #3281).

------------------------------------------------------------------------
r11106 | manolo | 2016-02-01 09:21:32 -0500 (Mon, 01 Feb 2016) | 4 lines

Fix the shapedwindow test program.

Now that Fl_Image_Surface can produce a depth-4 image, it is necessary
to control the A component of the image for the window shape to be correct.
------------------------------------------------------------------------
r11096 | AlbrechtS | 2016-01-30 23:28:04 -0500 (Sat, 30 Jan 2016) | 2 lines

Fix another compiler warning [-Wformat=].

------------------------------------------------------------------------
r11095 | AlbrechtS | 2016-01-30 22:40:58 -0500 (Sat, 30 Jan 2016) | 2 lines

Fix compiler warnings [-Wsign-compare] (STR #2988).

------------------------------------------------------------------------
r11094 | AlbrechtS | 2016-01-30 21:49:56 -0500 (Sat, 30 Jan 2016) | 12
lines

Fix compiler warnings (STR #2988).

gcc issued lots of warnings if compiled with -Wundef. This shows access
to undefined preprocessor macros, particularly for config tests.

This update is similar, but not identical to fltk-cpp-fixes.patch as
posted on STR #2988 (file #1). There have been changes in the configure
script and the  macros in configh.in and configh.cmake.in meanwhile.

This commit compiles with -Wundef w/o such warnings under Linux and
Windows (MinGW).

------------------------------------------------------------------------
r11091 | AlbrechtS | 2016-01-30 16:11:16 -0500 (Sat, 30 Jan 2016) | 9 lines

Porting back changes of branch-1.3-porting.

The old behavior is retained, but the files have been modified
to match the new versions in the porting branch as much as possible.

The porting branch has its own (modified) version. Windows executables
built with the new IDE's (generated by CMake) don't have the trailing 'd'
in Debug mode.

------------------------------------------------------------------------
r11081 | AlbrechtS | 2016-01-29 08:09:30 -0500 (Fri, 29 Jan 2016) | 12
lines

[CMake] Work around CMake bug in CMake versions 3.4.x.

CMake versions 3.4.x crash when using fltk_wrap_ui, a built-in CMake
command. According to the CMake devs this will be fixed in CMake 3.5.

However, since fltk_wrap_ui is no longer necessary (it can replaced by
custom build commands) and some Linux distributions deploy CMake 3.4.x
we decided to use an own replacement function.

This makes sure that FLTK can be built with CMake 3.4.x, but FLTK users
may still have to rewrite their own CMake files to not use fltk_wrap_ui.

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

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