[fltk.bugs] [MOD] STR #1705: Unable to build rev 5886 on windows xp with mingw because of glut stuff

2007-06-06 Thread Tobias Markmann
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1705 Version: 2.0-feature OS: Win XP SP2 Compiler: gcc 3.4.5 (mingw special) Revision: 5886 Commandline in msys: make clean && autoconf && ./configure && make OUTPUT

Re: [fltk.bugs] [LOW] STR #1538: Some unused spaced after maximising.

2007-06-06 Thread Bill Spitzak
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1538 Version: 2.0-feature Fix Version: 2.0-current Fixed in Subversion repository. This was fixed awhile ago, it was putting bad data into Window's size range structure. Link: http://www.fltk.org/str.php?L1538 Version: 2.0-feature

Re: [fltk.bugs] [LOW] STR #1352: Missing Link Lib in FLTK2 Example 1

2007-06-06 Thread Bill Spitzak
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1352 Version: 2.0-current Fix Version: 2.0-current Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L1352 Version: 2.0-current Fix Version: 2.0-current ___ fltk-bugs mail

Re: [fltk.bugs] [LOW] STR #1665: No docs for FLTK2 MenuBar class

2007-06-06 Thread Bill Spitzak
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1665 Version: 2.0-current Fix Version: 2.0-current Fixed in Subversion repository. Fixed, but only limited documentation so far. Link: http://www.fltk.org/str.php?L1665 Version: 2.0-current Fix Version: 2.0-current ___

Re: [fltk.bugs] [LOW] STR #1334: Input widget do not have WHEN_CHANGED behavior as default

2007-06-06 Thread Bill Spitzak
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1334 Version: 2.0-current The way it works is for back-compatability, but it may be acceptable to change this as I think the majority of uses of Input change it anyway. It

Re: [fltk.bugs] [MOD] STR #1651: fltk::slider value not clamped against mousewheel when slider::range has been specified.

2007-06-06 Thread Bill Spitzak
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1651 Version: 2.0-current Fix Version: 2.0-current Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L1651 Version: 2.0-current Fix Version: 2.0-current ___ fltk-bugs mail

Re: [fltk.bugs] [MOD] STR #1619: src/x11/Image.cxx and test/menu.cxx does not compile

2007-06-06 Thread Bill Spitzak
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1619 Version: 2.0-current Fix Version: 2.0-current Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L1619 Version: 2.0-current Fix Version: 2.0-current ___ fltk-bugs mail

Re: [fltk.bugs] [MOD] STR #1515: fltk-2.0.x-r5547 doesn't built on i686-apple-darwin9

2007-06-06 Thread Bill Spitzak
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1515 Version: 2.0-current Fix Version: 2.0-current Fixed in Subversion repository. This has been fixed for awhile now. Link: http://www.fltk.org/str.php?L1515 Version: 2.0-current Fix Version: 2.0-current _

Re: [fltk.bugs] [MOD] STR #1404: Cannot compile on OSX-Intel due to endianess check

2007-06-06 Thread Bill Spitzak
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1404 Version: 2.0-feature Fix Version: 2.0-current Fixed in Subversion repository. This has been fixed and tested on an Intel Mac for awhile now. Link: http://www.fltk.org/str.php?L1404 Version: 2.0-feature Fix Version: 2.0-current

Re: [fltk.bugs] [MOD] STR #1631: TextEditor missing stylebuffer()

2007-06-06 Thread Bill Spitzak
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1631 Version: 2.0-current Link: http://www.fltk.org/str.php?L1631 Version: 2.0-current ___ fltk-bugs mailing list fltk-bugs

Re: [fltk.bugs] [MOD] STR #1426: Alpha blending doesn't work as it should

2007-06-06 Thread Bill Spitzak
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1426 Version: 2.0-current Fix Version: 2.0-current Fixed in Subversion repository. New pixel types RGBM and MRGB32 added, and png files return this. This indicates non-premultiplied alpha. Currently only OSX draws it right, the Windo

Re: [fltk.bugs] [HIGH] STR #1496: scandir for Win32 (src/win32) is not Unicode-aware

2007-06-06 Thread Bill Spitzak
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1496 Version: 2.0-current Is there any way to force the current encoding to be UTF8? This would make all the mb api take and return UTF8 and remove a lot of problems. I kn

Re: [fltk.bugs] [HIGH] STR #1653: fltk::ValueInput will free label pointer twice if copy_label was used.

2007-06-06 Thread Bill Spitzak
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1653 Version: 2.0-current Fix Version: 2.0-feature Fixed in Subversion repository. Yes this is correct. Fixed with the supplied patch. Link: http://www.fltk.org/str.php?L1653 Version: 2.0-current Fix Version: 2.0-feature _

Re: [fltk.bugs] [LOW] STR #1704: x11: fullscreen() ignores panels positioned at the upper screen border

2007-06-06 Thread Bill Spitzak
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1704 Version: 1.1-current Rats we may have to add two methods. fullscreen actually was intended to go over panels and everything and give you all the pixels on the screen.

Re: [fltk.bugs] [HIGH] STR #1702: FileChooser->value() with type: CREATE

2007-06-06 Thread Bill Spitzak
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1702 Version: 2.0-current I would say the behavior you described is wrong. This should be fixed. Link: http://www.fltk.org/str.php?L1702 Version: 2.0-current __

Re: [fltk.bugs] [HIGH] STR #1628: Maximizing on Windows with windows without menus leaves space

2007-06-06 Thread Bill Spitzak
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1628 Version: 2.0-current Fix Version: 2.0-feature Fixed in Subversion repository. Fixed by removing some mystery code from win32/run.cxx set_minmax. Link: http://www.fltk.org/str.php?L1628 Version: 2.0-current Fix Version: 2.0-fea

Re: [fltk.bugs] [MOD] STR #1680: Browser_load.cxx omitted from Makefile

2007-06-06 Thread Bill Spitzak
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1680 Version: 2.0-current Fix Version: 2.0-current Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L1680 Version: 2.0-current Fix Version: 2.0-current ___ fltk-bugs mail

[fltk.bugs] [LOW] STR #1704: x11: fullscreen() ignores panels positioned at the upper screen border

2007-06-06 Thread Frederik Sausmikat
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1704 Version: 1.1-current Fix attached. Link: http://www.fltk.org/str.php?L1704 Version: 1.1-current--- Fl_Window_fullscreen.orig.cxx 2007-06-06 17:42:43.0