FLTK logo

Article #1407: FLTK 1.3.x Weekly Snapshot, r10574

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

Created at 00:03 Feb 13, 2015 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r10574 | manolo | 2015-02-13 02:41:59 -0500 (Fri, 13 Feb 2015) | 1 line

Mac OS: more accurate way to determine the screen where the paste operation
occurs.
------------------------------------------------------------------------
r10573 | AlbrechtS | 2015-02-11 10:15:46 -0500 (Wed, 11 Feb 2015) | 2 lines

[CMake] Copy support files for demo programs to build directory
(incomplete).

------------------------------------------------------------------------
r10572 | manolo | 2015-02-11 05:09:44 -0500 (Wed, 11 Feb 2015) | 1 line

Fixed change made at r.10560 that breaks compilation with old SDKs
------------------------------------------------------------------------
r10571 | manolo | 2015-02-11 03:59:26 -0500 (Wed, 11 Feb 2015) | 2 lines

Fixed error introduced at r.10568 that prevented non-Apple compilation.
Also, replaced __APPLE_QUARTZ__ by __APPLE__
------------------------------------------------------------------------
r10570 | AlbrechtS | 2015-02-10 19:30:53 -0500 (Tue, 10 Feb 2015) | 7 lines

Fix window icon when set before Fl_Window::show() - Windows only.

The window icon was reset during show() if it was set before show(),
because Fl_X::make() didn't check the new RGB image icons. Hence the
previously set Fl_RGB_Image icon was ignored and replaced by the default
Windows application icon.

------------------------------------------------------------------------
r10569 | greg.ercolano | 2015-02-10 13:17:37 -0500 (Tue, 10 Feb 2015) | 5
lines

Added doxygen docs to clarify:
     o fl_ask() is deprecated (since compiler warns about its use)
     o fl_choice() includes example code for various usage forms


------------------------------------------------------------------------
r10568 | manolo | 2015-02-10 09:33:51 -0500 (Tue, 10 Feb 2015) | 2 lines

Mac OS: more parsimonious memory usage when drawing Fl_RGB_Image. The image
data are no longer duplicated when printing an image with
alloc_array = 1. Duplication remains when printing with alloc_array = 0.
------------------------------------------------------------------------
r10567 | AlbrechtS | 2015-02-09 14:15:09 -0500 (Mon, 09 Feb 2015) | 2 lines

Fix typos in demo file.

------------------------------------------------------------------------
r10566 | AlbrechtS | 2015-02-09 13:21:34 -0500 (Mon, 09 Feb 2015) | 2 lines

Comments: doxygen docs and comments to emphasize platform dependencies.

------------------------------------------------------------------------
r10565 | AlbrechtS | 2015-02-09 13:04:31 -0500 (Mon, 09 Feb 2015) | 9 lines

Make demo programs display the correct Fl::scheme() in all cases.

Demo programs using Fl::args() and fl_get_system_colors() instead of
Fl_Window::show(argc,argv) didn't correctly initialize the Fl::scheme()
if the environment variable FLTK_SCHEME was set.

Calling Fl::scheme(Fl::scheme()) fixes this, because (currently) only
Fl::scheme(NULL) reads the environment variable FLTK_SCHEME.

------------------------------------------------------------------------
r10564 | manolo | 2015-02-09 07:56:06 -0500 (Mon, 09 Feb 2015) | 1 line

Mac OS: correct window redraws after a window was created in iconized form.
------------------------------------------------------------------------
r10563 | cand | 2015-02-09 04:27:52 -0500 (Mon, 09 Feb 2015) | 2 lines

CHANGES: Fix the indentation in two 1.3.4 items

------------------------------------------------------------------------
r10562 | manolo | 2015-02-08 14:46:36 -0500 (Sun, 08 Feb 2015) | 1 line

Allow compilation with -std=c++11
------------------------------------------------------------------------
r10561 | manolo | 2015-02-08 14:30:52 -0500 (Sun, 08 Feb 2015) | 1 line

Fix for STR#3131  : .xbm images were not previewed
------------------------------------------------------------------------
r10560 | manolo | 2015-02-08 01:48:19 -0500 (Sun, 08 Feb 2015) | 1 line

Allow compilation with -std=c++11 on Mac OS X
------------------------------------------------------------------------
r10559 | manolo | 2015-02-07 13:09:09 -0500 (Sat, 07 Feb 2015) | 2 lines

Modified Fl_Quartz_Graphics_Driver::draw(Fl_RGB_Image *img,...) to accept
worst case scenario
for memory usage: while printing, delete the printed image before
completing the printed page.
------------------------------------------------------------------------
r10558 | manolo | 2015-02-07 00:52:38 -0500 (Sat, 07 Feb 2015) | 2 lines

Fixed reading of .pbm image files: the black & white pixels were reversed,
and P4-formatted files of width a multiple of 8 were handled incorrectly.
------------------------------------------------------------------------
r10557 | AlbrechtS | 2015-02-06 13:18:15 -0500 (Fri, 06 Feb 2015) | 5 lines

[CMAKE] Remove -DUSE_X11 from fltk-config --c[xx]flags.

This flag is not needed and not used by fltk-config created by configure.
It is only used internally, and for this reason it is in config.h.

------------------------------------------------------------------------
r10556 | AlbrechtS | 2015-02-06 12:34:23 -0500 (Fri, 06 Feb 2015) | 1 line

[CMake] Add missing build libraries (STR #3011).
------------------------------------------------------------------------
r10555 | AlbrechtS | 2015-02-06 12:03:54 -0500 (Fri, 06 Feb 2015) | 2 lines

Remove unused variable 'bindir' from fltk-config and fix CMake local usage.

------------------------------------------------------------------------
r10554 | AlbrechtS | 2015-02-06 11:01:14 -0500 (Fri, 06 Feb 2015) | 2 lines

CMake: fix a few typos.

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

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