Re: [fltk.bugs] [MOD] STR #2795: Fl_Tree: needs to be optimized to handle very large contents (10000)

2012-01-05 Thread David Lopez
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2795 Version: 1.3-current Fix Version: 1.3-current (r9217) I tested fltree.patch in Windows with the tree-100k.cxx sample code and my application. It worked fine.

[fltk.bugs] [LOW] STR #2798: X11 coordinate clipping - label

2011-12-22 Thread David FLEURY
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2798 Version: 1.3-current It seems that X11 use short value for drawing string (XDrawString), for Fl_Tree_Item, it can make problem of drawing labels when x, y overflow

Re: [fltk.bugs] [LOW] STR #2797: X errors occur when XDBE disabled+ Fl_Double_Windows resized to zero on W or H

2011-12-21 Thread David FLEURY
places where other_xid is used, it is checkedfor being NULL first, so this ought to be safe. David reports good results with this workaround in his tests, though I was initially sceptical. I'm now of the opinion that this workaround is probably good, though we need to check there are no places

Re: [fltk.bugs] [HIGH] STR #2761: Force break when wrapping long words

2011-12-12 Thread David
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current I thought fl_choice had the problem too, I could have sworn it cut it off. I think I know why, the string had an @ in it and it was cutoff

Re: [fltk.bugs] [HIGH] STR #2761: Force break when wrapping long words

2011-12-12 Thread David
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current Attached file test_v2.cxx... Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current#include FL/Fl.H #include FL/Fl_Window.H #include

Re: [fltk.bugs] [HIGH] STR #2761: Force break when wrapping long words

2011-12-12 Thread David
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current needs to work any time you want to call on fl_measure ( in addition to fl_draw or fl_expand_text) so would need additional code to handle a new

Re: [fltk.bugs] [HIGH] STR #2761: Force break when wrapping long words

2011-12-10 Thread David
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current Just use fl_choice with a long string with no white space. The path is:

[fltk.bugs] [HIGH] STR #2761: Force break when wrapping long words

2011-11-03 Thread David
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2761 Version: 1.3-current This adds an option to force long words to break if they don't fit the width in fl_expand_text (which is used by the various fl_draw and

[fltk.bugs] CMake BUILD_SHARED_LIBS fails on Win32

2009-01-16 Thread David Gobbi
This is identical to closed item STR #1780, except that it is for 1.1.9. On Win32, BUILD_SHARED_LIBS should force the creation of a single fltkdll.dll just as the Visual Studio solution does. I have fixed this issue in my own code and will submit a patch.