Greg Ercolano wrote:
> This is the list of STRs that were 'closed without resolution':
> http://seriss.com/people/erco/fltk/tmp/strs-03-31-08-close-wout-resolution.html
Here are my results from the last open range (270-448):
294 Fl_Window::label() function does not store title unless shown()
probably solved in 1.1/1.3 ? To be checked.
357 about fl_pack children (16-Bit coordinates problem)
mike: FLTK 1.2.x and 2.0.x use 32-bit coordinates with clipping
(to avoid problems with sending 32-bit coords to the underlying
graphics system) and do not have this issue.
Maybe there's more to do than to change shorts to ints ?
Matt started working on this, comments should go to STR 1929:
http://www.fltk.org/str.php?L1929
419 Fl_XXX_Image classes need a status function
mike: We can't add extra fields to the image classes without
breaking binary compatibility, however it should be possible
to add an inline method which checks for invalid image
dimensions and reports whether there is an error in the image
or not.
This is an RFE, that might still be interesting.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk