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
> 
> Given the range I assigned myself; STR 785-1092, these are the ones that 
> should
> maybe be re-investigated for 1.3.x:
> 
>       810 -- Fl_File_Chooser API issues.
>                Seems like some logical uses of the API don't work as one 
> would think.
>                Can maybe be improved.
> 
>       849 -- Protected copy constructor for Fl_Pixmap (ABI issue)
> 
>       890 -- Fl_Help_View <font> issue not resolved due to ABI issue
> 
>       1090 -- Fl_RGB_Image::copy return type / type safety issue (ABI)


 From my range 1100-1872, here are the STRs that I found to have
ABI or other problems that could not be fixed in 1.1.x:

STR #   Summary, Comment, ...
======================================================================

1105    strange DnD messages (Windows)
        mike: I doubt there is anything we can do about this for 1.1.x

1113    insert() method for Fl_Menu_ would be of much use to me
        mike: The 1.1.x API is frozen, so ...

1115    Windows shown while popup menu was active disappear when the
        menu is dismissed.
        matt: OK, I found the problem. ... (describes a workaround).
        mike: I think we really do need the current code, and the
        workaround you posted is the only possible fix for FLTK 1.1.x.

1155    fltk 1.1.7 + fc4 x86_64 = lost precision errors
        64-Bit address/pointer size problem.
        matt: Unfortunatly we will not be able to fix this issue in
        FLTK 1.1.x .

1190    Drawing glitch in Radio Button
        Drawing problem (background, antialiased fonts)
        matt: This problem can not be fixed without changing the ABI.

1278    compile error on x86_64
        see also STR #1155

1303    Nested Fl_Scroll buggy
        reuse of position() method
        matt: This bug can not be fixed without changing the ABI and
        general interface. ... The problem lies within the reuse of
        the "position" method for other purposes.

1306    automated safe widget deletion inside the library
        Fl::delete_widget() - problem still pending

1379    Fl_Tabs value() method is not const.
        ABI problem - could be fixed easily in 1.3


<end of list>


To Greg: I'll take the next free range (451-593), would you please
register this in your file?

BTW: your list of ranges is somewhat confused, here is a corrected one :-)

     1-96      -- 31 unassigned
     97-265    -- 50 unassigned
     270-450   -- 50 unassigned
     451-593   -- 50 assigned to Albrecht
     599-763   -- 50 assigned to Greg
     785-1092  -- 50 assigned to Greg (DONE, check: 810,849,890,1090)
     1100-end  -- 50 assigned to Albrecht (DONE)
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to