FLTK logo

Article #1395: FLTK 1.3.x Weekly Snapshot, r10464

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

Created at 00:01 Nov 21, 2014 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r10464 | manolo | 2014-11-19 13:20:41 -0500 (Wed, 19 Nov 2014) | 2 lines

Carbon function TSMGetActiveDocument() and its friends are no longer
documented on the Apple web site.
Don?\226?\128?\153t use them unless Fl::disable_im() is called.
------------------------------------------------------------------------
r10463 | manolo | 2014-11-19 11:23:36 -0500 (Wed, 19 Nov 2014) | 4 lines

Added full support of retina displays on the mac platform.
On such displays, one drawing unit equals two pixels.
The fl_xyline() and fl_yxline() functions are modified to perform
extra operations when drawing to a window on a retina display.
------------------------------------------------------------------------
r10462 | manolo | 2014-11-19 05:29:30 -0500 (Wed, 19 Nov 2014) | 1 line

Matches CGContextSaveGState() with corresponding CGContextRestoreGState().
------------------------------------------------------------------------
r10461 | manolo | 2014-11-19 05:05:47 -0500 (Wed, 19 Nov 2014) | 1 line

Remove unnecessary statement.
------------------------------------------------------------------------
r10460 | manolo | 2014-11-18 16:45:51 -0500 (Tue, 18 Nov 2014) | 1 line

Use fl_xyline() and fl_yxline() that are better for horizontal and vertical
lines.
------------------------------------------------------------------------
r10459 | manolo | 2014-11-17 11:08:23 -0500 (Mon, 17 Nov 2014) | 1 line

Implement applicationDidUpdate differently according to running OS version.
------------------------------------------------------------------------
r10458 | manolo | 2014-11-16 08:10:45 -0500 (Sun, 16 Nov 2014) | 1 line

Remove static members of the Fl_X class that became unused.
------------------------------------------------------------------------
r10457 | manolo | 2014-11-15 16:59:41 -0500 (Sat, 15 Nov 2014) | 1 line

Improves the cmd-Q handler as discussed in FLTK.coredev "Safe widget
deletion?\194?\160?\194?\187.
------------------------------------------------------------------------
r10456 | AlbrechtS | 2014-11-15 10:23:56 -0500 (Sat, 15 Nov 2014) | 9 lines

Fl::delete_widget() now hides a widget/window if it is shown (visible_r()).

This is useful (necessary) because in old (pre 1.1.6) which  didn't have
Fl::delete_widget() users would have called 'delete window', which would
have hidden a window and destroyed it as well. Now the widget/window is
hidden immediately, whereas it is destroyed delayed, which comes much
closer to the previous behavior and is useful for better window close
detection in Mac OS X cmd-Q handling.

------------------------------------------------------------------------
r10455 | manolo | 2014-11-15 09:55:15 -0500 (Sat, 15 Nov 2014) | 1 line

Invalidate the Quit item of the application menu when running modal.
------------------------------------------------------------------------

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