FLTK logo

Article #1382: FLTK 1.3.x Weekly Snapshot, r10259

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

Created at 00:01 Aug 29, 2014 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r10259 | ianmacarthur | 2014-08-28 05:34:07 -0400 (Thu, 28 Aug 2014) | 18
lines

Remove macros that (re)define hypot from fl_utf8.h,
when building on a WIN32 host.

I am not sure why these were here, but on one of my
(very) non-standard configurations this was causing
the build to fail.

After some discussion on fltk.dev, we decided to 
removed them since no one thinks they are needed
(please tell me if it turns out that the are!)

Note: that discussion also considered whether the
other (re)defines in that file, e.g. for stricmp
and strnicmp and others were useful; I have left
these in place for now, though I beleieve they are
not needed nor useful.


------------------------------------------------------------------------
r10258 | ianmacarthur | 2014-08-28 05:13:27 -0400 (Thu, 28 Aug 2014) | 4
lines

Add Manolo's new shapedwindow demo to the Makefile
for the examples folder.


------------------------------------------------------------------------
r10257 | cand | 2014-08-28 04:26:41 -0400 (Thu, 28 Aug 2014) | 4 lines

Const the remaining fl_gray_ramp references.

These were nastily done by extern, and so unnoticable in a non-LTO build.

------------------------------------------------------------------------
r10256 | manolo | 2014-08-27 09:16:28 -0400 (Wed, 27 Aug 2014) | 2 lines

Account for new Fl_Shaped_Window.cxx file

------------------------------------------------------------------------
r10255 | manolo | 2014-08-27 07:55:57 -0400 (Wed, 27 Aug 2014) | 4 lines

Added the Fl_Shaped_Window class to support windows of arbitrary shapes.
The new class is fully Doxygen-documented.
Added an example program (example/shapedwindow.cxx) that exercises the new
class.
Modified all IDE-supporting files accordingly.
------------------------------------------------------------------------
r10254 | ianmacarthur | 2014-08-24 17:23:34 -0400 (Sun, 24 Aug 2014) | 5
lines

Try to fix building on OSX (and I assume WIN32) following
some changes introduced in r10248 that were causing issues
with including X11.h on non-X11 platforms.


------------------------------------------------------------------------
r10253 | cand | 2014-08-23 05:27:30 -0400 (Sat, 23 Aug 2014) | 2 lines

Const the gray ramps

------------------------------------------------------------------------
r10252 | cand | 2014-08-23 05:22:17 -0400 (Sat, 23 Aug 2014) | 2 lines

Const the shadow, embossed, and engraved color tables

------------------------------------------------------------------------
r10251 | cand | 2014-08-23 05:18:51 -0400 (Sat, 23 Aug 2014) | 2 lines

Const two tables in Fl_PostScript.cxx

------------------------------------------------------------------------
r10250 | cand | 2014-08-23 05:10:50 -0400 (Sat, 23 Aug 2014) | 2 lines

Use a larger buffer in fl_shortcut_label. Found by clang.

------------------------------------------------------------------------
r10249 | cand | 2014-08-23 04:48:31 -0400 (Sat, 23 Aug 2014) | 2 lines

Move the X11 UTF check above in utf8Input to avoid an unused function
warning

------------------------------------------------------------------------
r10248 | cand | 2014-08-23 04:41:58 -0400 (Sat, 23 Aug 2014) | 4 lines

Move Xutf8.h to src/, update includes, refresh makedepends

This is an internal header.

------------------------------------------------------------------------
r10247 | AlbrechtS | 2014-08-22 20:22:55 -0400 (Fri, 22 Aug 2014) | 2 lines

Update .gitignore file

------------------------------------------------------------------------
r10246 | cand | 2014-08-22 15:44:27 -0400 (Fri, 22 Aug 2014) | 2 lines

Use the -fvisibility checks properly; needed to move ac_prog_cc and _cxx up
in the file.

------------------------------------------------------------------------
r10245 | cand | 2014-08-22 13:26:28 -0400 (Fri, 22 Aug 2014) | 2 lines

Revert 10243, it broke the build for others.

------------------------------------------------------------------------
r10244 | ossman | 2014-08-22 07:54:35 -0400 (Fri, 22 Aug 2014) | 7 lines

Only link with fontconfig if Xft is used

This matches what the autoconf stuff does. It is also crucial
on OS X where linking against fontconfig can fool the system into
believing that FLTK requires X11, prompting the installation of
XQuartz.

------------------------------------------------------------------------
r10243 | cand | 2014-08-22 07:33:36 -0400 (Fri, 22 Aug 2014) | 2 lines

Check for compiler support of -fvisibility and -fvisibility-inlines-hidden

------------------------------------------------------------------------
r10242 | AlbrechtS | 2014-08-22 06:28:50 -0400 (Fri, 22 Aug 2014) | 2 lines

Remove unused variable.

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

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