FLTK logo

Article #1451: FLTK 1.3.x Weekly Snapshot, r11189

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

Created at 00:06 Feb 19, 2016 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r11188 | greg.ercolano | 2016-02-17 23:21:27 -0500 (Wed, 17 Feb 2016) | 10
lines

Some code cleanup of FNFC Win32: no functional changes.

    > Replace huge static WCHAR wpattern[] array with dynamic in win32 FNFC
(ABI 1.3.4)
      (Should decrease the memory weight WIN32 lib)

    > Simplify current working directory management

    > Comment simplification, CMP adherence


------------------------------------------------------------------------
r11179 | manolo | 2016-02-15 12:06:48 -0500 (Mon, 15 Feb 2016) | 1 line

Improve image drawing to double-resolution Fl_Image_Surface objects (Mac OS
only).
------------------------------------------------------------------------
r11177 | greg.ercolano | 2016-02-15 01:11:45 -0500 (Mon, 15 Feb 2016) | 4
lines

Applying patch for buffer overflow provided by Michael Sartain on
fltk.coredev 02/10/2016
Subject: Fl_Tree::item_pathname() byte overflow


------------------------------------------------------------------------
r11174 | AlbrechtS | 2016-02-14 14:49:08 -0500 (Sun, 14 Feb 2016) | 5 lines

Fix HTML entities in Fl_Help_View.

Removed obsolete ENC() macro, fixed some encodings that were still
Windows CP-1252: converted to correct Unicode values.

------------------------------------------------------------------------
r11173 | greg.ercolano | 2016-02-14 09:29:47 -0500 (Sun, 14 Feb 2016) | 5
lines

Addresses issue raised by Michael Sartain on fltk.coredev on 02/11/2016;
prevent problems with Fl_Tree::_item_focus remaining valid after clear().
Applied his patch, plus extra checks added to Fl_Tree_Item's dtor.


------------------------------------------------------------------------
r11167 | AlbrechtS | 2016-02-13 12:35:36 -0500 (Sat, 13 Feb 2016) | 18
lines

[Cairo] Remove part of the dependency of FL/Fl.H on config.h.

To use Fl_Cairo_Window one ddi not only need to configure with
--enable-cairo,
but also needed to #include <config.h> before #include <FL/Fl.H>.

This commit removes the smaller part of the dependency of the public header
file FL/Fl.H on config.h. This needs a better solution in FLTK 1.4.0.

The user still needs to define FLTK_HAVE_CAIRO _before_ #include <FL/Fl.H>.

Note: This is not compatible with fluid, since fluid _always_ includes
FL/Fl.H as the first statement in generated header files.

See also the discussion in fltk.general:

https://groups.google.com/d/msg/fltkgeneral/_C1OJhMLQl0/pHUFtz9SCwAJ


------------------------------------------------------------------------
r11161 | manolo | 2016-02-13 01:14:40 -0500 (Sat, 13 Feb 2016) | 1 line

Simpler code to support drawing to high-resolution Fl_Image_Surface object.
------------------------------------------------------------------------

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