FLTK logo

Article #1358: FLTK 1.3.x Weekly Snapshot, r10122

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

Created at 00:01 Mar 28, 2014 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r10122 | greg.ercolano | 2014-03-24 14:24:59 -0400 (Mon, 24 Mar 2014) | 11
lines

Fixing STR#3009 as a two step process:
 
     1) Undo r9867 (a fix for STR#2939) which made more changes than needed
        Doing this will also fix #3009.
 
     2) Apply just the small mod needed to fix STR#2939
        so that both #3009 and #2939 are solved.

This commit resolves (2), which re-fixes STR #2939.


------------------------------------------------------------------------
r10121 | greg.ercolano | 2014-03-24 14:22:51 -0400 (Mon, 24 Mar 2014) | 12
lines

Fixing STR#3009 as a two step process:

    1) Undo r9867 (a fix for STR#2939) which made more changes than needed
       Doing this will also fix #3009.

    2) Apply just the small mod needed to fix STR#2939
       so that both #3009 and #2939 are solved.

This commit resolves (1).
Next commit will resolve (2).


------------------------------------------------------------------------
r10120 | greg.ercolano | 2014-03-23 13:36:59 -0400 (Sun, 23 Mar 2014) | 3
lines

Added docs to Fl_Tabs as per STR#1174, and some doc improvements.


------------------------------------------------------------------------
r10119 | manolo | 2014-03-22 13:09:07 -0400 (Sat, 22 Mar 2014) | 5 lines

Mac OS: drawing to windows at each FLTK event loop is now done as normally
with Cocoa, that is,
by the [NSView drawRect:] implementation. The system therefore has prepared
before the 
adequate graphics context for the window.
This introduces a limitation: it's not possible to call Fl::wait(),
Fl::check()
nor Fl::ready() while in the draw() function of a widget. Use an idle
callback instead.
------------------------------------------------------------------------

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