FLTK logo

Article #1568: FLTK 1.4.x Weekly Snapshot, r12630

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

Created at 00:00 Jan 12, 2018 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r12630 | AlbrechtS | 2018-01-10 15:49:03 -0500 (Wed, 10 Jan 2018) | 10
lines

CMake: enable building FLTK in a subdirectory of another project.

Basically replace CMAKE_XXX_DIR with CMAKE_CURRENT_XXX_DIR where
XXX = SOURCE or BINARY.

Patch proposal by cleanrock, FLTK PR #4:
https://github.com/fltk/test-only/pull/4

Patch modified to fix target dirs for test programs and doxygen docs.

------------------------------------------------------------------------
r12629 | manolo | 2018-01-09 16:12:35 -0500 (Tue, 09 Jan 2018) | 1 line

Fl_Sys_Menu_Bar under MacOS: prevent the FLTK object from receiving events.
------------------------------------------------------------------------
r12628 | manolo | 2018-01-09 02:26:49 -0500 (Tue, 09 Jan 2018) | 1 line

Put a default implementation of parse_color() in Fl_Screen_Driver and only
Fl_X11_Screen_Driver reimplements it.
------------------------------------------------------------------------
r12627 | manolo | 2018-01-08 15:52:48 -0500 (Mon, 08 Jan 2018) | 4 lines

MacOS + CMake: restore use of OPTION_APPLE_X11 under MacOS 10.13

It's necessary to compile with -mmacosx-version-min=10.8 
and to link with -lfontconfig when Xft is used
------------------------------------------------------------------------
r12626 | manolo | 2018-01-08 05:19:19 -0500 (Mon, 08 Jan 2018) | 2 lines

MacOS configure --enable-x11: add needed compilation option under MacOS
10.13

------------------------------------------------------------------------
r12625 | manolo | 2018-01-07 13:16:52 -0500 (Sun, 07 Jan 2018) | 4 lines

MacOS: More accurate coordinate computation in rect_to_NSBitmapImageRep()
when GUI is rescaled.

The modified statement uses the window height in graphics coordinates that
has been truncated to
integer at window creation and resize.
------------------------------------------------------------------------
r12622 | manolo | 2018-01-05 11:01:39 -0500 (Fri, 05 Jan 2018) | 1 line

Make Fl_Quartz_Graphics_Driver treat line width similarly with lines and
loops
------------------------------------------------------------------------
r12621 | manolo | 2018-01-05 03:16:42 -0500 (Fri, 05 Jan 2018) | 1 line

Some cleaning in comments
------------------------------------------------------------------------

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