FLTK logo

Article #1431: FLTK 1.3.x Weekly Snapshot, r10813

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

Created at 00:03 Jul 24, 2015 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r10813 | AlbrechtS | 2015-07-22 20:22:42 -0400 (Wed, 22 Jul 2015) | 4 lines

Fix documentation, adjust comments in fluid/Fl_Type.cxx.

No code changes.

------------------------------------------------------------------------
r10812 | AlbrechtS | 2015-07-22 19:34:32 -0400 (Wed, 22 Jul 2015) | 6 lines

Add new event name FL_ZOOM_GESTURE to FL/names.h.

I also added some placeholders for yet to be defined events, just in
case they are forgotten to add in FL/names.h. This appears to be better
than to reference a non-existing array element (string pointer).

------------------------------------------------------------------------
r10811 | AlbrechtS | 2015-07-22 19:20:47 -0400 (Wed, 22 Jul 2015) | 1 line

Update dependencies.
------------------------------------------------------------------------
r10810 | AlbrechtS | 2015-07-22 18:37:07 -0400 (Wed, 22 Jul 2015) | 2 lines

Fix documentation typo.

------------------------------------------------------------------------
r10809 | manolo | 2015-07-22 07:26:27 -0400 (Wed, 22 Jul 2015) | 1 line

It's possible to transmit an Fl_Shared_Image to Fl_Window::shape(const
Fl_Image*) at no cost.
------------------------------------------------------------------------
r10808 | manolo | 2015-07-22 06:58:39 -0400 (Wed, 22 Jul 2015) | 1 line

Prevent common dialogs, e.g., fl_alert(), from changing the currently
active Fl_Group.
------------------------------------------------------------------------
r10807 | AlbrechtS | 2015-07-21 09:55:13 -0400 (Tue, 21 Jul 2015) | 2 lines

Documentation updates (part of STR #2751).

------------------------------------------------------------------------
r10806 | AlbrechtS | 2015-07-21 08:48:08 -0400 (Tue, 21 Jul 2015) | 6 lines

Fix window resizing of common dialogs under certain rare conditions.

The modified test program test/ask.cxx showed a problem that the active
dialog window was resized when fl_message_icon() was called while it was
open, because this call makeform() which resized the window.

------------------------------------------------------------------------
r10805 | AlbrechtS | 2015-07-21 08:44:53 -0400 (Tue, 21 Jul 2015) | 2 lines

Update common dialog test program - add "recursive" dialog test.

------------------------------------------------------------------------
r10804 | manolo | 2015-07-21 08:27:54 -0400 (Tue, 21 Jul 2015) | 2 lines

Selected text is now displayed using a color that contrasts with the
background color
(This commit is in the interest of allowing the release  of FLTK 1.3.4 not
to be delayed).
------------------------------------------------------------------------
r10803 | manolo | 2015-07-21 08:12:37 -0400 (Tue, 21 Jul 2015) | 3 lines

Under Mac OS 10.11 beta, fl_xyline(init,int,int) and
fl_yxline(init,int,int) produce bizarre graphics just after 
processing a mouse or keyboard event (they are OK in other cases).
We fix that by filling a rectangle instead of stroking along a line (and
hope the public 10.11 will have fixed that).
------------------------------------------------------------------------
r10802 | manolo | 2015-07-20 08:50:16 -0400 (Mon, 20 Jul 2015) | 1 line

The unittests target had wrong product name, and the animated target did
not copy the fltk framework.
------------------------------------------------------------------------
r10801 | manolo | 2015-07-20 07:09:48 -0400 (Mon, 20 Jul 2015) | 3 lines

Prepare for Mac OS 10.11 'El Capitan':
- avoid double redraw after window deminiaturization
- make sure that a new window appears on screen during the Fl_X::make()
call
------------------------------------------------------------------------
r10800 | manolo | 2015-07-19 17:28:05 -0400 (Sun, 19 Jul 2015) | 2 lines

Make sure the window is drawn when Fl_X::make() is called
(necessary with Mac OS 10.11).
------------------------------------------------------------------------
r10799 | AlbrechtS | 2015-07-18 19:59:54 -0400 (Sat, 18 Jul 2015) | 2 lines

Fix and improve Fl_Table docs, fix some other typos.

------------------------------------------------------------------------
r10798 | manolo | 2015-07-18 03:18:15 -0400 (Sat, 18 Jul 2015) | 1 line

Restore compilability with Mac OS SDK 10.3 and above
------------------------------------------------------------------------
r10797 | AlbrechtS | 2015-07-17 13:53:49 -0400 (Fri, 17 Jul 2015) | 2 lines

Remove unnecessary include file (STR #3133).

------------------------------------------------------------------------
r10796 | manolo | 2015-07-17 13:17:53 -0400 (Fri, 17 Jul 2015) | 1 line

Allow compilation with early Mac OS SDKs
------------------------------------------------------------------------
r10795 | AlbrechtS | 2015-07-17 13:14:14 -0400 (Fri, 17 Jul 2015) | 7 lines

Fix wrong data type in Windows function override (STR #3232).

This patch uses the correct data type (as defined by Windows / msn)
but does not fix the Cygwin linker problem. Unfortunately.

This issue may be a Cygwin problem and should be reported to Cygwin.

------------------------------------------------------------------------
r10794 | manolo | 2015-07-17 12:16:09 -0400 (Fri, 17 Jul 2015) | 5 lines

Fix compilation errors with Mac OS 10.11 that no longer accepts
  enum CGLineCap
but wants
  CGLineCap
as type name.
------------------------------------------------------------------------
r10793 | manolo | 2015-07-17 12:14:21 -0400 (Fri, 17 Jul 2015) | 1 line

Comment for a change that appeared in Mac OS 10.11
------------------------------------------------------------------------

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