Re: [fltk.bugs] [MOD] STR #2781: dirent.h compilation error

2011-12-24 Thread Albrecht Schlosser
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2781 Version: 1.3.0 Fix Version: None This STR has not been updated by the submitter for two or more weeks and has been closed as required by the FLTK Configuration Management Plan. If the issue still requires resolution, please

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

2011-12-24 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2795 Version: 1.3-current Fix Version: 1.3-current (r9216) Should be fixed in r9216. Leaving this open to see how it goes. I tested with the attached code

[fltk.commit] [Library] r9215 - branches/branch-1.3/src

2011-12-24 Thread fltk-dev
Author: greg.ercolano Date: 2011-12-24 16:36:11 -0800 (Sat, 24 Dec 2011) New Revision: 9215 Log: Fix comment typo Modified: branches/branch-1.3/src/Fl_Tree.cxx Modified: branches/branch-1.3/src/Fl_Tree.cxx === ---

[fltk.commit] [Library] r9216 - branches/branch-1.3/src

2011-12-24 Thread fltk-dev
Author: greg.ercolano Date: 2011-12-24 17:10:45 -0800 (Sat, 24 Dec 2011) New Revision: 9216 Log: Optimizations for very large Fl_Tree's (Adding 60k items took forever, and drawing them caused wraparound drawing issues and scrolling slowness) Modified: branches/branch-1.3/src/Fl_Tree_Item.cxx

Re: [fltk.general] X11 coordinate clipping [was: Re: Fl_Tree - performance and scrollbehavior issue]

2011-12-24 Thread Albrecht Schlosser
On 22.12.2011 21:27, David FLEURY wrote: Question: why do you use USHRT_MAX = 65536 instead of SHRT_MAX (32767), as it is in fl_rect.cxx, as you mentioned above? X coordinates can be negative, so they are signed shorts AFAICT. Am I missing something? I only USHORT_MAX because this was the

Re: [fltk.general] X11 coordinate clipping [was: Re: Fl_Tree - performance and scrollbehaviorissue]

2011-12-24 Thread Greg Ercolano
On 12/23/11 11:06, Greg Ercolano wrote: On 12/22/11 12:27, David FLEURY wrote: You are right, I will see for a Tree Item solution, to avoid regression somewhere else. I do not know well enough fltk to have any opinion on this subject. Just try to make my tests work for my own configuration.