FLTK logo

Article #1545: FLTK 1.4.x Weekly Snapshot, r12396

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 #1545: FLTK 1.4.x Weekly Snapshot, r12396

Created at 00:00 Aug 25, 2017 by mike

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

    http://www.fltk.org/software.php?VERSION=fltk-1.4.x-r12396

Commit Log:

------------------------------------------------------------------------
r12396 | manolo | 2017-08-24 08:40:29 -0400 (Thu, 24 Aug 2017) | 1 line

X11 platform: cleaner implementation of changing the active drawing surface
and maintaining clip regions.
------------------------------------------------------------------------
r12395 | manolo | 2017-08-20 16:18:15 -0400 (Sun, 20 Aug 2017) | 1 line

Simplify using Fl_XXX_Graphics_Driver::copy_offscreen() instead of
Fl_Scalable_Graphics_Driver::copy_offscreen_unscaled()
------------------------------------------------------------------------
r12394 | manolo | 2017-08-20 07:41:53 -0400 (Sun, 20 Aug 2017) | 3 lines

Remove undesirable statement.

A bug was visible in test/unittests when moving between lines and
rectangles.
------------------------------------------------------------------------
r12393 | manolo | 2017-08-19 03:29:26 -0400 (Sat, 19 Aug 2017) | 3 lines

Prevent situation where SetProcessDPIAwareness was called after
Fl_WinAPI_Screen_Driver::init().

The effect was that the file_chooser test app did not recognize the window
scaling factor.
------------------------------------------------------------------------
r12392 | AlbrechtS | 2017-08-18 11:46:20 -0400 (Fri, 18 Aug 2017) | 1 line

Remove unnecessary #include files from Fl_Help_View.H
------------------------------------------------------------------------
r12391 | AlbrechtS | 2017-08-18 11:18:46 -0400 (Fri, 18 Aug 2017) | 2 lines

Update dependencies.

------------------------------------------------------------------------
r12390 | AlbrechtS | 2017-08-18 11:16:08 -0400 (Fri, 18 Aug 2017) | 16
lines

Avoid #include's of unrelated system headers in Fl_Table*.H.

Possible side effect: programs that relied upon inclusion of unrelated
system headers by FL/Fl_Table.H or FL/Fl_Table_Row.H may fail to compile.

Removed include files (some only on certain platforms, list may be
incomplete):

#include <FL/Fl.H>             // moved to implementation (.cxx)
#include <FL/Fl_Box.H>         // moved to implementation (.cxx)
#include <FL/Fl_Scrollbar.H>   // moved to implementation (.cxx)

#include <sys/types.h>
#include <string.h>            // memcpy
#include <malloc.h>            // WINDOWS only: malloc/realloc
#include <stdlib.h>            // UNIX: malloc/realloc

------------------------------------------------------------------------
r12389 | AlbrechtS | 2017-08-18 11:00:06 -0400 (Fri, 18 Aug 2017) | 2 lines

Documentation: remove unnecessary item from TODO list.

------------------------------------------------------------------------

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