FLTK logo

Article #1457: FLTK 1.3.x Weekly Snapshot, r11493

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

Created at 00:03 Apr 01, 2016 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r11493 | AlbrechtS | 2016-03-31 17:50:34 -0400 (Thu, 31 Mar 2016) | 6 lines

Update example programs to match those of branch-1.3.porting.

This #includes some headers that are #included in FLTK headers.
Although this is strictly not necessary, it removes assumptions that
these header files are included by FLTK headers.

------------------------------------------------------------------------
r11464 | AlbrechtS | 2016-03-29 07:34:10 -0400 (Tue, 29 Mar 2016) | 2 lines

Avoid size recalculation if Fl_Browser::textsize() didn't change.

------------------------------------------------------------------------
r11462 | AlbrechtS | 2016-03-29 06:23:45 -0400 (Tue, 29 Mar 2016) | 4 lines

[CMake] Revert r 11460.

Sorry for the noise.

------------------------------------------------------------------------
r11460 | AlbrechtS | 2016-03-29 05:54:17 -0400 (Tue, 29 Mar 2016) | 2 lines

[CMake] Fix library name(s).

------------------------------------------------------------------------
r11453 | AlbrechtS | 2016-03-28 12:16:29 -0400 (Mon, 28 Mar 2016) | 4 lines

Fix Fl_Browser::textsize(int) to adjust the scrollbars (STR #3057).

Setting a different text size didn't affect the scrollbars.

------------------------------------------------------------------------
r11444 | AlbrechtS | 2016-03-27 14:30:51 -0400 (Sun, 27 Mar 2016) | 9 lines

[CMake] Simplify CMake build files, remove redundancies.

Remove src/fl_call_main.c from non-Windows (static) libraries. It would
be an empty object file anyway.

Use CMake variables to set up used files and linked libraries to remove
redundancies. All files and libs are used only in the definition of
CMake variables and used later in static and shared builds, resp.

------------------------------------------------------------------------
r11442 | AlbrechtS | 2016-03-27 12:56:23 -0400 (Sun, 27 Mar 2016) | 2 lines

[CMake] Remove redundant linking in CMake build process (STR #3298).

------------------------------------------------------------------------
r11430 | AlbrechtS | 2016-03-26 10:20:32 -0400 (Sat, 26 Mar 2016) | 11
lines

[CMake] Fix library name (Debug mode), add fluid dependencies.

The library name in Debug mode must only be 'libname'd.a if the build
is with MSVC; all other builds never appended the 'd' suffix to the name.
This is also documented (see lib/README).

Fluid did not regenerate the .cxx and .h files if the .fl file was changed.
The DEPENDS keyword adds the necessary dependency.
The MAIN_DEPENDENCY keyword "also suggests to Visual Studio generators
where to hang the custom command" according to CMake docs.

------------------------------------------------------------------------
r11423 | AlbrechtS | 2016-03-25 16:55:13 -0400 (Fri, 25 Mar 2016) | 4 lines

Fix compiler warning.

Back-porting from branch-1.3-porting.

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

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