[fltk.bugs] [MOD] STR #2695: huge menus do not scroll at screen edges any more - regression

2011-08-03 Thread Ian MacArthur
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2695 Version: 1.3-current At least on Windows, possibly others, the huge menus no longer scroll at screen edges. This can be seen by testing with the menubar demo. Compar

Re: [fltk.bugs] [HIGH] STR #2694: FileChooser2.cxx Preferences destructor crash(free memory error).

2011-08-03 Thread james
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2694 Version: 2.0-current Yes, the linker is ld and I am just using g++ -g. I will try to compile with latest fltk2 source code and try to get a simple test case. Link:

Re: [fltk.bugs] [HIGH] STR #2694: FileChooser2.cxx Preferences destructor crash(free memory error).

2011-08-03 Thread james
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2694 Version: 2.0-current In my test case, the Preferences global variable in FileChooser2.cxx is the only one linked to the test case. Link: http://www.fltk.org/str.php

Re: [fltk.bugs] [HIGH] STR #2694: FileChooser2.cxx Preferences destructor crash(free memory error).

2011-08-03 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2694 Version: 2.0-current Hmm. This *is* interesting. What linker do you use? (ld is smart enough to (usually) strip functions and items that aren't used from the binary)

Re: [fltk.bugs] [HIGH] STR #2694: FileChooser2.cxx Preferences destructor crash(free memory error).

2011-08-03 Thread james
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2694 Version: 2.0-current Yes, you are right. The crash happened inside ~Node(), which should not related to vendor & application string. The crash happened in my very sim

Re: [fltk.bugs] [HIGH] STR #2694: FileChooser2.cxx Preferences destructor crash(free memory error).

2011-08-03 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2694 Version: 2.0-current Just to clarify: Preferences makes its own local copy of the string you pass to it -- sort of. It uses the passed strings to create a proper dir

Re: [fltk.bugs] [HIGH] STR #2694: FileChooser2.cxx Preferences destructor crash(free memory error).

2011-08-03 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2694 Version: 2.0-current Hey spoony, Do you have a minimal test case for this? I've bashed the file chooser around fairly extensively and never come across such an issue

[fltk.bugs] [HIGH] STR #2694: FileChooser2.cxx Preferences destructor crash(free memory error).

2011-08-03 Thread james
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2694 Version: 2.0-current My application caused the following seg fault: Program received signal SIGSEGV, Segmentation fault. 0xb7c47414 in ?? () from /lib/libc.so.6 (gdb)

Re: [fltk.bugs] [CRIT] STR #2693: IGNORE ME

2011-08-03 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2693 Version: 1.3-current Fix Version: None Link: http://www.fltk.org/str.php?L2693 Version: 1.3-current Fix Version: None ___ fltk-bugs mailing list fltk-bugs@easysw.com http://lists.ea

Re: [fltk.bugs] [MOD] STR #2686: fl_draw() not drawing wrapped line starting with @ when draw_symbols is false

2011-08-03 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2686 Version: 1.3-current Link: http://www.fltk.org/str.php?L2686 Version: 1.3-current ___ fltk-bugs mailing list fltk-bugs

Re: [fltk.bugs] [MOD] STR #2689: Handling of "@" symbols in fl_draw() and symbol expansion

2011-08-03 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2689 Version: 1.3-current Link: http://www.fltk.org/str.php?L2689 Version: 1.3-current ___ fltk-bugs mailing list fltk-bugs

Re: [fltk.bugs] [MOD] STR #2689: Handling of "@" symbols in fl_draw() and symbol expansion

2011-08-03 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2689 Version: 1.3-current Removed Duplicate Of dependency (hopefully) Link: http://www.fltk.org/str.php?L2689 Version: 1.3-current _

Re: [fltk.bugs] [MOD] STR #2686: fl_draw() not drawing wrapped line starting with @ when draw_symbols is false

2011-08-03 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2686 Version: 1.3-current Link: http://www.fltk.org/str.php?L2686 Version: 1.3-current ___ fltk-bugs mailing list fltk-bugs

Re: [fltk.bugs] [HIGH] STR #2687: src/scandir.c should probably be removed or rewritten

2011-08-03 Thread Ian MacArthur
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2687 Version: 1.3.1 I've added a #warning message to the "suspect" code, in the hope that this will let us see when/where/if it is ever actually used. Though this will on

Re: [fltk.bugs] [CRIT] STR #2693: IGNORE ME

2011-08-03 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2693 Version: 1.3-current Fix Version: None Not used. Link: http://www.fltk.org/str.php?L2693 Version: 1.3-current Fix Version: None ___

Re: [fltk.bugs] [CRIT] STR #2693: IGNORE ME

2011-08-03 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2693 Version: 1.3-current Test Link: http://www.fltk.org/str.php?L2693 Version: 1.3-current ___ fltk-bugs mailing list fltk-

[fltk.bugs] [CRIT] STR #2693: IGNORE ME

2011-08-03 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2693 Version: 1.3-current Link: http://www.fltk.org/str.php?L2693 Version: 1.3-current ___ fltk-bugs mailing list fltk-bugs

Re: [fltk.bugs] [MOD] STR #2676: fl_alert dialogs etc crashes in XftTextExtents32 on Solaris

2011-08-03 Thread Peter Åstrand
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2676 Version: 1.3-current It could be a header/library mismatch, but the person that knows more about our build environment is currently on vacation. I can check this out

Re: [fltk.bugs] [MOD] STR #2689: Handling of "@" symbols in fl_draw() and symbol expansion

2011-08-03 Thread Ian MacArthur
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2689 Version: 1.3-current Link: http://www.fltk.org/str.php?L2689 Version: 1.3-current ___ fltk-bugs mailing list fltk-bugs

Re: [fltk.bugs] [MOD] STR #2686: fl_draw() not drawing wrapped line starting with @ when draw_symbols is false

2011-08-03 Thread Ian MacArthur
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2686 Version: 1.3-current Link: http://www.fltk.org/str.php?L2686 Version: 1.3-current ___ fltk-bugs mailing list fltk-bugs

Re: [fltk.bugs] [MOD] STR #2688: fl_width(' ') with --disable-xft

2011-08-03 Thread Ian MacArthur
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2688 Version: 1.3-current Hmm - that might be right... I'll try and find time to dig into this one... Anyone else know what's going on here? Link: http://www.fltk.org/st

Re: [fltk.bugs] [MOD] STR #2678: internationalization

2011-08-03 Thread Ian MacArthur
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2678 Version: 1.3.0 Is there any update on this error report? Link: http://www.fltk.org/str.php?L2678 Version: 1.3.0 ___ flt

Re: [fltk.bugs] [MOD] STR #2676: fl_alert dialogs etc crashes in XftTextExtents32 on Solaris

2011-08-03 Thread Ian MacArthur
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2676 Version: 1.3-current Is there any update on this? Are we in a position where we can say whether this is a bug, or just a "feature" of the OP's setup, or...? Link:

Re: [fltk.bugs] [LOW] STR #2690: fix a debug printf

2011-08-03 Thread Ian MacArthur
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2690 Version: 1.3-current Fix Version: 1.3-current (r8911) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L2690 Version: 1.3-current Fix Version: 1.3-current (r8911) __

Re: [fltk.bugs] [LOW] STR #2690: fix a debug printf

2011-08-03 Thread Ian MacArthur
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2690 Version: 1.3-current This looks to be correct - I might go ahead and apply it, if no one objects? Link: http://www.fltk.org/str.php?L2690 Version: 1.3-current