FLTK logo

Article #1434: FLTK 1.3.x Weekly Snapshot, r10831

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

Created at 00:03 Aug 14, 2015 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r10831 | AlbrechtS | 2015-08-13 07:43:49 -0400 (Thu, 13 Aug 2015) | 2 lines

Fix compiler warning [-Wsign-compare], remove dead (commented) code.

------------------------------------------------------------------------
r10830 | AlbrechtS | 2015-08-13 06:07:17 -0400 (Thu, 13 Aug 2015) | 2 lines

Document Fl_Text_Editor::global_key_bindings and related methods.

------------------------------------------------------------------------
r10829 | manolo | 2015-08-11 08:00:49 -0400 (Tue, 11 Aug 2015) | 1 line

More accurate documentation of Fl_Window::wait_for_expose() for Mac OS.
------------------------------------------------------------------------
r10828 | manolo | 2015-08-11 07:47:21 -0400 (Tue, 11 Aug 2015) | 1 line

Improved Mac OS implementation of Fl_Window::wait_for_expose().
------------------------------------------------------------------------
r10827 | manolo | 2015-08-09 08:56:24 -0400 (Sun, 09 Aug 2015) | 1 line

Fixes descriptive comment of the mapped_to_retina_ class variable.
------------------------------------------------------------------------
r10826 | manolo | 2015-08-07 08:55:56 -0400 (Fri, 07 Aug 2015) | 8 lines

- Implement Fl_Window::wait_for_expose() for Mac OS:
The -[NSWindow makeKeyAndOrderFront:] message used to make the window
appear on the screen,
but, starting with 10.10 (approximately), this changed, and it became
necessary to query for events
for a new window to appear on the screen. With 10.11 two event messages are
needed.
The solution is therefore to implement Fl_Window::wait_for_expose().

- Calling NSDisableScreenUpdates()()/NSEnableScreenUpdates() before and
after window updates
greatly accelerates multi-window update operations.
------------------------------------------------------------------------

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