Folks, this is another stab at releasing 1.1.8. I have big issues with the buglist, because a lot of the bugs are pretty extreme cases, or would involve changing a lot of code around, which I really want to avoid at this point in 1.1.8.
Please let me know: - if there are bugs that can be bumped to 1.2 (or to oblivion) - if you will have the time to look at one of the bugs and fix it - if we should finally release 1.1.8 even if there *are* some known - um - side effects? * Bad background blending for rgba images This is X11 stuff. I currently have no X Windows dev environment (shame on me). Any takers? * draw() of Fl_Overlay_Window inside Fl_Window not positioned correctly (MacOSX) I always saw the Overlay Window as a top level window, but this may be fixable * Fl_Double_Window does not grab() when another is present I have no clue how to fix this. * hide window bug -> max out CPU Again I have no clue how to fix this. Actually, I don't remember what the flag mentioned in the comments was meant to do to begin with. Anyone? * fltk-config and fltk2-config has bugs Not my field of expertise at all. Any takers? * Fl_Help_View memory leak I believe I can handle this one. * Bug: Fl_Browser: content/scrollbar wrong after hide() changes Yikes. I spent a few hours in the code. The problem is that hide() will merely set the item height to 0 (what a kludge!). This is legal, but messes with the cache, so that the scrollbar doesn't get updated. An easy fix is to update the scroll bar during every redraw, but then we might as well remove all caching function. So if anyone has a clue on how to fix this without making the Browser slow, please yell. I will not tough this code. * fluid public class functions Sigh, yes, we patched Fluid too many times without fixing it. Anyone? I may be able to do this. * FLUID sets group attributes for no reason Can't "fix" this without breaking anything else. And I would love to avoid another checkbox in the Fluid UI. Suggestions are welcome. * FLTK, CMake, and VC8 Not my field of expertise, especially CMake. Any takers? * Makefile generated by ccmake and ./configure are inconsistent Not my field of expertise. Any takers? * Error when building shared libraries on Linux Another build issue. Nothing I can fix without risking insanity. * configure summary patch Someone just give me a thumbs up or thumbs down. * FL_WHEN_ENTER_KEY: does not work for Fl_Browser Fixing this would generate a lot of unexpected behavior in existing apps, practically disableing the Enter key in all Browsers. Any comments? * initial hidden AGL window not visible I may be able to fix this, but help would be appreciated here. * FL_WHEN_NOT_CHANGED implemented inconsistently I have no time to fool around with buttons. OP, please tell me what exactly you would like to see changed. I thing this is the first complaint ever I got for this flag in over ten years. * Fl_Browser docs need to document select() and selected() methods Can someone type this up? Please? * Behavior of Fl_Select_Browser doesn't quite match documentation Can someone fix the docs? Please? * FLUID creates extern function in .h when function is marked private I'll be able to fix this I guess. * effects of box() on Fl_Pack are undocumented Can someone fix the docs? Please? * Fl_Window::size_range() docs should indicate zero a special value for minh/minw Can someone fix the docs? Please? * fltk-1.1.8 XFT font support for GL and xft_font enahancements Not my field of expertise. Any takers? * FLTK Tutorial 'Writing Your First Program' should cover begin()/end() Can someone fix the docs? Please? Thanks, Matthias. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

