[fltk.bugs] [LOW] STR #1679: Borderless windows on WIN32 do not appear on the taskbar

2007-05-14 Thread D . Zimmer
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Borderless windows on WIN32 (WindowsXP) do not appear on the taskbar. example: int main(void) { Fl_Window w(0, 0, 640, 480, "borderless"); w.border(0); w.show(); return Fl::run(); } This is the res

[fltk.bugs] [LOW] STR #1678: fl_down() and fl_frame() functions incorrect

2007-05-14 Thread D . Zimmer
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] fl_down(FL_NO_BOX) produces FL_FLAT_BOX, when it should return FL_NO_BOX fl_frame(), although apparently unused by the library, seems to be completely wrong. see following demo: void main(void) { # define

Re: [fltk.bugs] [LOW] STR #1676: Fl_Input_Choice allows selection of sub-menus

2007-05-14 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1676 Version: 1.1-current--- Fl_Input_Choice.H.old 2007-05-14 16:59:57.459721360 -0700 +++ Fl_Input_Choice.H 2007-05-14 17:00:28.058069704 -0700 @@ -59,6 +59,8 @@

Re: [fltk.bugs] [LOW] STR #1676: Fl_Input_Choice allows selection of sub-menus

2007-05-14 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] I think this simple patch might cover it. Link: http://www.fltk.org/str.php?L1676 Version: 1.1-current ___ fltk-bugs mailing list fltk-bugs@easysw.com http://list

[fltk.bugs] [LOW] STR #1676: Fl_Input_Choice allows selection of sub-menus

2007-05-14 Thread Stan
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] There is a code example here: http://www.fltk.org/newsgroups.php?s13073+gfltk.general+v13077+T0 Link: http://www.fltk.org/str.php?L1676 Version: 1.1-current ___

Re: [fltk.bugs] [HIGH] STR #1656: fl_circle is filled on unix, open on windows

2007-05-14 Thread Albrecht Schlosser
Matthias Melcher wrote: > [STR Closed w/Resolution] > > Fixed in Subversion repository. > > Setting default optimization to O3 for the platforms affected. Thanks for > all the work and the patches!! > > Link: http://www.fltk.org/str.php?L1656 > Version: 1.1-current > Fix Version: 1.1-current (r5

Re: [fltk.bugs] [HIGH] STR #1673: Fl_RGB_Image::copy() broken with ld != 0

2007-05-14 Thread Matthias Melcher
[STR Closed w/Resolution] Fixed in Subversion repository. Thank you for the patches! Link: http://www.fltk.org/str.php?L1673 Version: 1.1-current Fix Version: 1.1-current (r5825) ___ fltk-bugs mailing list fltk-bugs@easysw.com http://lists.easysw.com

Re: [fltk.bugs] [HIGH] STR #1656: fl_circle is filled on unix, open on windows

2007-05-14 Thread Matthias Melcher
[STR Closed w/Resolution] Fixed in Subversion repository. Setting default optimization to O3 for the platforms affected. Thanks for all the work and the patches!! Link: http://www.fltk.org/str.php?L1656 Version: 1.1-current Fix Version: 1.1-current (r5823) _

Re: [fltk.bugs] [LOW] STR #1632: make install fails on OSF/Tru 64

2007-05-14 Thread Matthias Melcher
[STR Closed w/Resolution] Fixed in Subversion repository. Using the slower 'install-sh' on OSF now. Please verify the fix. Link: http://www.fltk.org/str.php?L1632 Version: 1.1-current Fix Version: 1.1-current (r5822) ___ fltk-bugs mailing list fltk-b