FLTK logo

Article #1689: FLTK 1.4.x Weekly Snapshot (master)

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 #1689: FLTK 1.4.x Weekly Snapshot (master)

Created at 00:05 Feb 14, 2020 by WebsiteCron

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

    https://www.fltk.org/software.php?VERSION=1.4.x

Git revision (commit): 975acb32

Changelog:

Albrecht Schlosser (8):
      Remove empty file from compilation
      Implement fl_putenv() as cross-platform putenv()
      X11: Fix X Input Methods (XIM) (STR 3502, 3192)
      Fix static analyzer errors and warnings
      Fix static analyzer issues in Fl_Text_Display
      Fix potential null pointer dereferences in fluid
      Update travis control file
      Update travis control file again

ManoloFLTK (5):
      Fix state of visible() flag after Fl_Window(x, y, w, h, t).     The doc states:     "Top-level windows initially have visible() set to 0 and parent() set to NULL.     Subwindows initially have visible() set to 1 and parent() set to the parent window pointer."     The first statement was not satisfied when a window was constructed     with the Fl_Window(x, y, w, h, t) constructor.
      Fix Fl_Cocoa_Window_Driver::resize when called before the window is show()'n.
      Add screen scaling support to Fl_Cairo_Window under X11 platform.
      Make test/fullscreen follow what doc of Fl_Window constructor says.     That doc says:     "Top-level windows initially have visible() set to 0 and parent() set to NULL"     and here sw is created as a top-level window, so it must be made visible     either by set_visible() or by show().
      Restore macOS capacity to turn window fullscreen encompassing several screens.

darealshinji (1):
      Eliminate -Wunknown-pragmas and -Wsign-compare warnings on GCC


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