FLTK logo

Article #1393: FLTK 1.3.x Weekly Snapshot, r10437

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

Created at 00:01 Nov 07, 2014 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r10437 | manolo | 2014-11-06 16:33:09 -0500 (Thu, 06 Nov 2014) | 5 lines

The Fl_Native_File_Chooser class contains, under WIN32, two system-defined
structures
(OPENFILENAMEW and BROWSEINFOW). This forces any application program that
uses
Fl_Native_File_Chooser to include file windows.h.
This is corrected by using in the Fl_Native_File_Chooser class pointers to
the 2 structures.
The changes are protected by #if FLTK_ABI_VERSION >= 10304 for ABI
compatibility.
------------------------------------------------------------------------
r10436 | manolo | 2014-11-06 11:48:57 -0500 (Thu, 06 Nov 2014) | 5 lines

Fix for STR#3142 where fl_read_image() correctly reads GL data under X11,
but ignores them under MSWindows and Mac OS X.
Moreover, fl_read_image() behaves differently with and without OS
virtualization for X11 and MSWindows.
The patched function reads whatever is in the rectangle transmitted in
arguments, with and without GL data, with and without subwindows,
on ?\226?\128?\152true?\226?\128?\153 OS or on virtualized OS.

------------------------------------------------------------------------
r10435 | manolo | 2014-11-06 10:35:32 -0500 (Thu, 06 Nov 2014) | 2 lines

Use +(void)initialize method of the NSObject class.
Create classes FLWindowDelegateBefore10_6 and FLViewBefore10_6 to support
text input before Mac OS 10.6
------------------------------------------------------------------------
r10434 | cand | 2014-11-04 12:26:47 -0500 (Tue, 04 Nov 2014) | 4 lines

The EWMH check requires an open display.

Fixes a crash when a program calls take_focus() before any window has been
show()n.

------------------------------------------------------------------------
r10433 | AlbrechtS | 2014-11-04 05:05:36 -0500 (Tue, 04 Nov 2014) | 6 lines

Add unittests to demo program menu.

This test program may not be in the optimal position in the menu,
but w/o restructuring more of the menu this was the best position
I could find. Maybe we can restructure the menu in the future.

------------------------------------------------------------------------
r10431 | AlbrechtS | 2014-11-03 05:34:54 -0500 (Mon, 03 Nov 2014) | 4 lines

Update dependencies for FLTK 1.3.3 release.

This should be the final commit for FLTK 1.3.3.

------------------------------------------------------------------------
r10430 | AlbrechtS | 2014-11-03 04:30:36 -0500 (Mon, 03 Nov 2014) | 2 lines

Update CHANGES (fix typo).

------------------------------------------------------------------------
r10429 | cand | 2014-11-03 03:10:05 -0500 (Mon, 03 Nov 2014) | 2 lines

Tweak the wording in CHANGES, "fluid doesn't close" could be interpreted
either way

------------------------------------------------------------------------
r10428 | AlbrechtS | 2014-11-02 17:37:52 -0500 (Sun, 02 Nov 2014) | 2 lines

Update CHANGES for FLTK 1.3.3 release.

------------------------------------------------------------------------
r10427 | manolo | 2014-11-02 16:06:07 -0500 (Sun, 02 Nov 2014) | 2 lines

Silence compilation warnings.

------------------------------------------------------------------------
r10426 | greg.ercolano | 2014-10-31 13:51:40 -0400 (Fri, 31 Oct 2014) | 5
lines

Fix dependency issue with fltk_imagesdll that was causing
build errors the first time through; it was missing deps
on the fltk_png and fltk_jpeg targets..


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

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