FLTK logo

Article #1454: FLTK 1.3.x Weekly Snapshot, r11345

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

Created at 00:05 Mar 11, 2016 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r11329 | manolo | 2016-03-09 11:08:39 -0500 (Wed, 09 Mar 2016) | 4 lines

Fix freeze of Fl_Native_File_Chooser occurring under Mac OS + X11.

The fclose(stderr) apparently freezes the opening of the GTK file chooser.
It is replaced by 2>&- which closes stderr for the lpstat command.
------------------------------------------------------------------------
r11322 | AlbrechtS | 2016-03-08 12:05:50 -0500 (Tue, 08 Mar 2016) | 2 lines

Update CHANGES.

------------------------------------------------------------------------
r11321 | AlbrechtS | 2016-03-08 11:58:43 -0500 (Tue, 08 Mar 2016) | 5 lines

Add localization of modifier key names in shortcut labels.

Modifier key names like Alt, Shift, Ctrl, Meta can now be localized by
setting global string pointers. See documentation of fl_shortcut_label().

------------------------------------------------------------------------
r11316 | AlbrechtS | 2016-03-08 08:42:59 -0500 (Tue, 08 Mar 2016) | 2 lines

Improve documentation of Fl_Valuator class.

------------------------------------------------------------------------
r11315 | AlbrechtS | 2016-03-08 08:40:18 -0500 (Tue, 08 Mar 2016) | 2 lines

Fix overflow in Fl_Valuator::precision(int) to 0...9 (STR #3280).

------------------------------------------------------------------------
r11314 | ianmacarthur | 2016-03-08 04:56:46 -0500 (Tue, 08 Mar 2016) | 8
lines

Fl_Tree failed to compile if built with no ABI guard set (or the default
1.3.0 set).

The variable "_lastselect" had been added to the methods Fl_Tree::remove()
and Fl_Tree::clear() without any ABI guards, but "_lastselect" was added to
the class ABI at 10301 (so far as I can tell).

Builds now with my patch: not sure it is correct, but... Will commit anyway
since it allows the lib to build, but please feel free to fix it better!



------------------------------------------------------------------------
r11312 | manolo | 2016-03-08 00:18:28 -0500 (Tue, 08 Mar 2016) | 1 line

With X11 + Xdbe, deallocate the Fl_Double_Window's back buffer at window
close.
------------------------------------------------------------------------
r11306 | greg.ercolano | 2016-03-07 15:35:28 -0500 (Mon, 07 Mar 2016) | 3
lines

lastselect_: reset to zero in remove() + clear(), added description comment
for variable.


------------------------------------------------------------------------
r11295 | AlbrechtS | 2016-03-05 11:24:37 -0500 (Sat, 05 Mar 2016) | 2 lines

Remove obsolete files.

------------------------------------------------------------------------
r11293 | AlbrechtS | 2016-03-05 09:38:35 -0500 (Sat, 05 Mar 2016) | 1 line

Fix and simplify exe name handling in demo (Windows).
------------------------------------------------------------------------
r11291 | AlbrechtS | 2016-03-05 08:29:18 -0500 (Sat, 05 Mar 2016) | 1 line

[CMake] Mark OPTION_USE_POLL as advanced.
------------------------------------------------------------------------
r11287 | AlbrechtS | 2016-03-04 19:39:40 -0500 (Fri, 04 Mar 2016) | 2 lines

Add Ian's offscreen test program.

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

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