FLTK logo

Article #1569: FLTK 1.4.x Weekly Snapshot, r12639

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 #1569: FLTK 1.4.x Weekly Snapshot, r12639

Created at 00:00 Jan 19, 2018 by mike

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

    http://www.fltk.org/software.php?VERSION=fltk-1.4.x-r12639

Commit Log:

------------------------------------------------------------------------
r12639 | manolo | 2018-01-18 08:45:45 -0500 (Thu, 18 Jan 2018) | 1 line

X11+pango: correct y position of text in line that was bad for some
non-latin scripts and some pango versions.
------------------------------------------------------------------------
r12638 | AlbrechtS | 2018-01-16 18:45:45 -0500 (Tue, 16 Jan 2018) | 5 lines

Add missing CMake variable FL_VERSION for doxygen docs generation.

Thanks to Jakub Tata-Tyczynski for finding this and reporting it in
fltk.coredev.

------------------------------------------------------------------------
r12637 | AlbrechtS | 2018-01-16 18:37:14 -0500 (Tue, 16 Jan 2018) | 6 lines

Remove obsolete replacement of CMAKE_SOURCE_DIR.

The correct fix in the previous commit (svn r12636) would have been to
replace CMAKE_SOURCE_DIR with FLTK_SOURCE_DIR since CMAKE_SOURCE_DIR is
no longer used in doxygen docs generation. Sorry for the noise.

------------------------------------------------------------------------
r12636 | ianmacarthur | 2018-01-16 17:17:58 -0500 (Tue, 16 Jan 2018) | 4
lines

Implement Jakub's patch for the missing FLTK_SOURCE_DIR in
the doxyfile generation of the html docs.


------------------------------------------------------------------------
r12635 | manolo | 2018-01-16 01:21:16 -0500 (Tue, 16 Jan 2018) | 1 line

Avoid crash in Fl_Pixmap::copy() when the source Fl_Pixmap contains bad
pixmap data.
------------------------------------------------------------------------
r12634 | AlbrechtS | 2018-01-15 22:05:35 -0500 (Mon, 15 Jan 2018) | 6 lines

Fix invalid porsche1.xpm file.

test/pixmaps/porsche1.xpm was likely an experimental version of file
test/pixmaps/porsche.xpm. I fixed it instead of removing because it
looks nice as well.

------------------------------------------------------------------------
r12633 | AlbrechtS | 2018-01-15 10:02:13 -0500 (Mon, 15 Jan 2018) | 5 lines

Clarify documentation of Fl_Boxtype.

Fl_Boxtype enum values with leading underscore are reserved and should
not be used. Use the name w/o leading underscore instead.

------------------------------------------------------------------------
r12632 | manolo | 2018-01-15 02:09:52 -0500 (Mon, 15 Jan 2018) | 1 line

configure: add checks to avoid incompatible options --disable-xft and
--enable-pango and to detect if pango is found but not Xft.
------------------------------------------------------------------------
r12631 | AlbrechtS | 2018-01-14 14:34:39 -0500 (Sun, 14 Jan 2018) | 6 lines

CMake: test option compatibility: Pango requires Xft.

Abort CMake configuration/generation if Xft is disabled or not found
but Pango is requested because Pango requires Xft support. A detailed
warning message is issued before the CMake generation is aborted.

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

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