FLTK logo

Article #1416: FLTK 1.3.x Weekly Snapshot, r10694

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

Created at 00:03 Apr 10, 2015 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r10694 | AlbrechtS | 2015-04-09 16:10:25 -0400 (Thu, 09 Apr 2015) | 6 lines

Improve test/color_chooser layout, fix some small bugs.

Added a "hint" to tell the user what the buttons are good for.
The hint also exercises fl_contrast(). Whenever the background color
is changed the hint's labelcolor is set with fl_contrast().

------------------------------------------------------------------------
r10693 | manolo | 2015-04-09 07:42:31 -0400 (Thu, 09 Apr 2015) | 2 lines

MacOS Xcode project: give proper icons to the blocks, checkers and sudoku
test programs.

------------------------------------------------------------------------
r10692 | manolo | 2015-04-09 07:18:44 -0400 (Thu, 09 Apr 2015) | 1 line

MacOS: fix XCode4 -> Xcode4 typo
------------------------------------------------------------------------
r10691 | manolo | 2015-04-09 07:05:36 -0400 (Thu, 09 Apr 2015) | 2 lines

MacOS: removed XCode3 from header search paths in Xcode FLTK project,
and fix the help demo.
------------------------------------------------------------------------
r10690 | manolo | 2015-04-08 11:44:57 -0400 (Wed, 08 Apr 2015) | 1 line

Mac OS: fix demo for programs that are run with an argument.
------------------------------------------------------------------------
r10689 | manolo | 2015-04-08 08:16:52 -0400 (Wed, 08 Apr 2015) | 2 lines

CMake build on Mac OS: r10688 was not a good move because it works with
the makefiles generator but not with the Xcode generator. Stepping back one
commit.
------------------------------------------------------------------------
r10688 | manolo | 2015-04-08 07:37:14 -0400 (Wed, 08 Apr 2015) | 1 line

CMake building on Mac OS: use a simpler way to put files within app
bundles.
------------------------------------------------------------------------
r10687 | manolo | 2015-04-08 06:54:24 -0400 (Wed, 08 Apr 2015) | 1 line

Make building on Mac OS: compile with -DUSING_XCODE only for demo.
------------------------------------------------------------------------
r10686 | manolo | 2015-04-08 05:33:39 -0400 (Wed, 08 Apr 2015) | 1 line

CMake building on Mac OS: the demo program uses and finds demo.menu in its
bundle.
------------------------------------------------------------------------
r10685 | manolo | 2015-04-07 12:13:25 -0400 (Tue, 07 Apr 2015) | 2 lines

Corrected typo: resources --> Resources

------------------------------------------------------------------------
r10684 | manolo | 2015-04-07 12:08:54 -0400 (Tue, 07 Apr 2015) | 1 line

CMake generation of Xcode project under Mac OS: bundle fluid with its
proper icon.
------------------------------------------------------------------------
r10683 | manolo | 2015-04-07 11:31:12 -0400 (Tue, 07 Apr 2015) | 2 lines

CMake for Mac OS: the generated Xcode project creates bundled test
applications and
uses appropriate icons for blocks, checkers, and sudoku.
------------------------------------------------------------------------
r10682 | AlbrechtS | 2015-04-07 11:18:35 -0400 (Tue, 07 Apr 2015) | 12
lines

CMake] install CMake files in DATADIR instead of LIBDIR under Linux.

FLTKConfig.cmake and others have been installed in arch dependent LIBDIR,
but should be in arch independent DATADIR.  The result is that you can
always find FLTKConfig.cmake in <prefix>/share/fltk.

This is where "/path/to/fltk" should point to when FLTK is used in external
projects (see README.CMake.txt).

Todo: test if find_package works w/o defining FLTK_DIR when installed
in a standard location.

------------------------------------------------------------------------
r10681 | manolo | 2015-04-07 05:05:24 -0400 (Tue, 07 Apr 2015) | 2 lines

Don't use -pthread in link commands on Mac OS.

------------------------------------------------------------------------
r10680 | manolo | 2015-04-07 02:28:34 -0400 (Tue, 07 Apr 2015) | 1 line

Fix for STR#3167 where a window would decrease in size after each
close/open (MSWindows-only).
------------------------------------------------------------------------
r10679 | AlbrechtS | 2015-04-06 09:06:21 -0400 (Mon, 06 Apr 2015) | 2 lines

[CMake] Fix and install fltk-config.

------------------------------------------------------------------------
r10678 | manolo | 2015-04-05 16:05:46 -0400 (Sun, 05 Apr 2015) | 2 lines

Documentation: replaced characters by bytes as the correct unit 
of Fl::event_length() when pasting text.
------------------------------------------------------------------------
r10677 | AlbrechtS | 2015-04-05 05:04:44 -0400 (Sun, 05 Apr 2015) | 2 lines

Documentation updates on callbacks and Fl::readqueue().

------------------------------------------------------------------------
r10676 | manolo | 2015-04-05 01:56:26 -0400 (Sun, 05 Apr 2015) | 1 line

Made clear that the new image scaling feature requires
FL_ABI_VERSION>=10304.
------------------------------------------------------------------------
r10675 | AlbrechtS | 2015-04-04 12:51:37 -0400 (Sat, 04 Apr 2015) | 2 lines

Fix doxygen docs of previous commit.

------------------------------------------------------------------------
r10674 | AlbrechtS | 2015-04-04 12:21:52 -0400 (Sat, 04 Apr 2015) | 2 lines

Add Fl::abi_check() method to test if the runtime ABI version is correct.

------------------------------------------------------------------------
r10673 | AlbrechtS | 2015-04-04 11:36:04 -0400 (Sat, 04 Apr 2015) | 7 lines

Add FL_ABI_VERSION, FL_API_VERSION, Fl::abi_version(), and
Fl::api_version().

The new constants are the API and ABI versions in int format, resp.
The new static methods return the compiled-in API and ABI versions, resp.

FLTK_ABI_VERSION is deprecated, but still defined (same as FL_ABI_VERSION).

------------------------------------------------------------------------
r10672 | matt | 2015-04-04 11:06:30 -0400 (Sat, 04 Apr 2015) | 1 line

Tricking Fl_Text_Display into using bearable colors for CodeView in Fluid.
------------------------------------------------------------------------
r10671 | matt | 2015-04-04 07:17:38 -0400 (Sat, 04 Apr 2015) | 1 line

STR #3184: fixed code editor in Fluid to check the previous line for a
block comment style in the last character. If so, the previous line is
include in the calculation of the current line. This seems to fix issues
when changing the block-comment character combination '*/' by deleting a
character or adding one in the middle.
------------------------------------------------------------------------
r10670 | AlbrechtS | 2015-04-04 05:52:53 -0400 (Sat, 04 Apr 2015) | 4 lines

Fix Windows 64-bit compilation warnings (STR #2813).

Thanks to Csaba for providing a patch.

------------------------------------------------------------------------
r10669 | AlbrechtS | 2015-04-03 15:39:45 -0400 (Fri, 03 Apr 2015) | 2 lines

Fix typo.

------------------------------------------------------------------------
r10668 | AlbrechtS | 2015-04-03 12:15:14 -0400 (Fri, 03 Apr 2015) | 10
lines

Remove useless cast that would break Windows 64-bit compilation.

This cast broke Windows 64-bit compilation with a hard error.
$ x86_64-w64-mingw32-g++ --version
x86_64-w64-mingw32-g++ (GCC) 4.8.3
Error message:
widget_panel.cxx:82:41: error: cast from
?\226?\128?\152void*?\226?\128?\153 to ?\226?\128?\152long
int?\226?\128?\153 loses precision [-fpermissive]
 wCallback->do_callback(wCallback, (long)v);
                                         ^

------------------------------------------------------------------------
r10667 | AlbrechtS | 2015-04-03 08:31:58 -0400 (Fri, 03 Apr 2015) | 5 lines

Fix more compiler warnings in test/*.cxx (STR #2813).

Thanks to Csaba for the patch.
Also fixed copyright and a few indenting issues.

------------------------------------------------------------------------
r10666 | AlbrechtS | 2015-04-03 08:18:31 -0400 (Fri, 03 Apr 2015) | 7 lines

Fix compiler warnings in test/forms.cxx and more (inspired by STR #2813).

This update ought to fix the compiler warnings (tested only under Linux)
mentioned in STR #2813. The patch is very different though (more radical).

Also removed unused code, fixed copyright and trailing white space.

------------------------------------------------------------------------
r10665 | AlbrechtS | 2015-04-03 07:04:43 -0400 (Fri, 03 Apr 2015) | 2 lines

Fix copyright and remove obsolete comment.

------------------------------------------------------------------------
r10664 | AlbrechtS | 2015-04-03 06:57:33 -0400 (Fri, 03 Apr 2015) | 4 lines

Fix compiler warning on Windows 64-bit (STR #2813).

Thanks to Csaba for finding this and providing a patch.

------------------------------------------------------------------------
r10663 | AlbrechtS | 2015-04-03 06:45:42 -0400 (Fri, 03 Apr 2015) | 2 lines

Fix compiler warning (another part of STR #2813).

------------------------------------------------------------------------
r10662 | AlbrechtS | 2015-04-03 06:33:37 -0400 (Fri, 03 Apr 2015) | 4 lines

Fix uninitialized variable compiler warning (part of STR #2813).

Thanks to Csaba for finding this and providing a patch.

------------------------------------------------------------------------
r10661 | AlbrechtS | 2015-04-03 06:22:58 -0400 (Fri, 03 Apr 2015) | 4 lines

Add missing cast (part of patch for STR #2813).

Thanks to Csaba for finding this and providing a patch.

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

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