| | [ Return to Articles | Show Comments | Submit Comment ]
Article #1187: FLTK 1.3.x Weekly Snapshot, r9479
Created at 04:01 May 11, 2012 by mike
A new weekly snapshot of FLTK 1.3.x (r9479) is now available on the download page:
http://www.fltk.org/software.php?VERSION=fltk-1.3.x-r9479
Commit Log:
------------------------------------------------------------------------
r9478 | greg.ercolano | 2012-05-09 14:26:32 -0700 (Wed, 09 May 2012) | 21
lines
o Added new 0xffffffff 'transparent' color behavior for the item's bg
color;
with this as the default color, Fl_Tree::color() can control the tree's
background.
Tests added to the test/tree application.
o test/tree.fl modified:
o Added a 'Test Suggestions' button to document various tests
o Added tests for new 'transparent' color behavior
o Added test for STR#2832 to check if items can be drawn to the
/right/ of child widgets
o Added new methods to Fl_Tree_Prefs:
item_labelfont() -- obsoletes labelfont()
item_labelsize() -- obsoletes labelsize()
item_labelfgcolor() -- obsoletes labelfgcolor()
item_labelbgcolor() -- obsoletes labelbgcolor()
o Added 'Fonts and Colors' section to Fl_Tree docs
o Fl_Tree_Item ABI feature added: using bitflags instead of chars
to keep the class small, as it gets instanced a lot. (fast + LIGHT)
------------------------------------------------------------------------
r9469 | manolo | 2012-05-09 04:45:08 -0700 (Wed, 09 May 2012) | 1 line
Fixed Fl_PostScript_Graphics_Driver::pie().
------------------------------------------------------------------------
r9463 | greg.ercolano | 2012-05-08 09:15:34 -0700 (Tue, 08 May 2012) | 7
lines
Documentation improvements:
o Added fl_text_extents() to the 'Drawing things in FLTK' section
o Added 'see also' sections to all the text measuring functions in that
section
o Added detail to fl_text_extents() docs regarding it not handling FLTK
symbols,
as non-public comment for that method indicates.
------------------------------------------------------------------------
r9452 | AlbrechtS | 2012-05-07 00:18:11 -0700 (Mon, 07 May 2012) | 2 lines
Remove redundant redraw_label() call from copy_label(), STR #2836.
------------------------------------------------------------------------
r9443 | AlbrechtS | 2012-05-05 06:36:47 -0700 (Sat, 05 May 2012) | 2 lines
Fix STR #2836: copy_label() with old label() value failed.
------------------------------------------------------------------------
[ Download | Home Page | Listing ]
[ Submit Comment ] |
| |