FLTK logo

Article #1442: FLTK 1.3.x Weekly Snapshot, r10957

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

Created at 00:04 Dec 11, 2015 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r10957 | manolo | 2015-12-10 11:27:03 -0500 (Thu, 10 Dec 2015) | 2 lines

Added eol-style property.

------------------------------------------------------------------------
r10956 | manolo | 2015-12-10 11:25:34 -0500 (Thu, 10 Dec 2015) | 2 lines

Added svn:keywords properties.

------------------------------------------------------------------------
r10955 | manolo | 2015-12-10 11:20:37 -0500 (Thu, 10 Dec 2015) | 1 line

Added required header and footer for new source files.
------------------------------------------------------------------------
r10954 | manolo | 2015-12-09 07:52:17 -0500 (Wed, 09 Dec 2015) | 6 lines

Mac OS: using true system windows for FLTK sub-Fl_Window's.
Improved handling of the situations where a subwindow is created,
hidden, the parent window resized, and the subwindow shown,
with a new size. This change no longer sends setFrame: or setFrameOrigin:
messages to hidden subwindows. Instead, subwindows acquire their correct
size and position when they are shown again and Fl_X::map() is called.
------------------------------------------------------------------------
r10953 | manolo | 2015-12-09 05:13:46 -0500 (Wed, 09 Dec 2015) | 5 lines

Mac OS: the present code asks the system to build the mini window image
when a subwindow-less window is miniaturized,
and builds itself the image when a window with subwindow is miniaturized.
That is mostly OK, but it fails when a window
containing a subwindow is miniaturized (a mini image is computed),
deminiaturized, the subwindow is removed
or hidden, and the window is miniaturized again: the old mini image is
used, and that is not appropriate.
The solution is to remove the FLTK-computed mini image when a window with
subwindow is deminiaturized.
------------------------------------------------------------------------
r10952 | manolo | 2015-12-08 04:39:42 -0500 (Tue, 08 Dec 2015) | 1 line

Replaced call to Fl_Window::resize() by call to Fl_Widget::position() that
is enough.
------------------------------------------------------------------------
r10951 | manolo | 2015-12-07 15:10:07 -0500 (Mon, 07 Dec 2015) | 1 line

Mac OS: added visibility test necessary after a subwindow-containing group
was hidden.
------------------------------------------------------------------------
r10950 | manolo | 2015-12-07 12:53:26 -0500 (Mon, 07 Dec 2015) | 1 line

Mac OS: removed some code that was duplicated by checkSubwindowFrame run
later.
------------------------------------------------------------------------

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