FLTK logo

Article #1501: FLTK 1.4.x Weekly Snapshot, r12132

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

Created at 00:00 Dec 02, 2016 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r12132 | manolo | 2016-12-01 17:04:44 -0500 (Thu, 01 Dec 2016) | 1 line

Undo change at r.12129 that is OK but not really useful.
------------------------------------------------------------------------
r12131 | manolo | 2016-12-01 12:31:29 -0500 (Thu, 01 Dec 2016) | 3 lines

Add --enable-print option to configure to allow building without print
support on X11 platforms.

Also, the NO_PRINT_SUPPORT preprocessor variable is renamed
FL_NO_PRINT_SUPPORT.
------------------------------------------------------------------------
r12130 | manolo | 2016-12-01 01:40:17 -0500 (Thu, 01 Dec 2016) | 1 line

Rename Fl_Surface_Device::_surface private member variable to surface_
following the CMP.
------------------------------------------------------------------------
r12129 | manolo | 2016-12-01 01:33:14 -0500 (Thu, 01 Dec 2016) | 1 line

CMake building with OPTION_PRINT_SUPPORT off: Fl_Posix_Printer_Driver.cxx
should be excluded from compilation.
------------------------------------------------------------------------
r12128 | manolo | 2016-12-01 01:31:25 -0500 (Thu, 01 Dec 2016) | 1 line

MacOS platform: restore CMake building with OPTION_APPLE_X11 on.
------------------------------------------------------------------------
r12127 | AlbrechtS | 2016-11-30 09:13:01 -0500 (Wed, 30 Nov 2016) | 7 lines

Add missing configure options to configh.in.

Make config.h generated by configure and CMake better comparable.

Note: these options were defined in configh.cmake.in and implemented
only in CMake. Implementation in configure is still missing though.

------------------------------------------------------------------------
r12126 | manolo | 2016-11-30 02:12:29 -0500 (Wed, 30 Nov 2016) | 1 line

Test program "device": add several calls to image destructors to exercise
them.
------------------------------------------------------------------------
r12125 | manolo | 2016-11-30 02:09:48 -0500 (Wed, 30 Nov 2016) | 4 lines

Remove Fl_Image_Surface::end_current() to be called after usage of the
drawing surface.

This ensures API compatibility with FLTK 1.3 where
Fl_Surface_Device->set_current()
is used to change the current drawing surface.
------------------------------------------------------------------------
r12124 | manolo | 2016-11-28 06:32:59 -0500 (Mon, 28 Nov 2016) | 6 lines

X11 platform: fix STR#3353 and correct drawing of depth-2 RGB images when
XRender extension is present.

Fl_RGB_Image's of depth-2, that is, monocolor and transparent, were not
drawn using the XRender extension,
when present, as are depth-4 images. With this change they are.
A by-product of this change is that it fixes an erroneous drawing
(STR#3353) that occurred when
the image expands outside the window.
------------------------------------------------------------------------
r12123 | AlbrechtS | 2016-11-25 10:15:09 -0500 (Fri, 25 Nov 2016) | 6 lines

Fix build with configure --enable-cairo --enable-cairoext.

Add missing #include <config.h>, see this report in fltk.general:

  https://groups.google.com/forum/#!topic/fltkgeneral/x80qQ6wt0s4

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

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