Re: [fltk.bugs] MacOS X 10.7.5 + fltk 1.1.10

2012-11-28 Thread Matthias Melcher
On 28.11.2012, at 20:11, Andrea Orlando budus...@gmail.com wrote: When I try to compile fltk, I get this message: make[1]: *** [Fl.o] Error 1 make: *** [all] Error 1 Where I wrong ? FLTK 1.1.10 is long outdated. I think it was released just after the Playstation I was released ;-). It

Re: [fltk.bugs] [CRIT] STR #2870: fltk 1.1 can't be built on Ubuntu12.04

2012-09-08 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?L2870 Version: 1.1.11 I need a lot more information to help you here. 1: FLTK 1.1 is outdated. Is there a reason for not upgrading to 1.3? 2: if so, which revision of 1.1

Re: [fltk.bugs] Parent element in a fltk::browser

2012-08-16 Thread Matthias Melcher
On 16.08.2012, at 11:00, Daniel daniel.fa...@mp-ndt.de wrote: I found my mistake (so it's not a bug): In the callback method I receive the clicked item by: Widget* selected(browser-goto_index(browser-value())); goto_index(int) and value() are only working for non-hierarchical browsers

Re: [fltk.bugs] [MOD] STR #2711: FL_NORMAL_SIZE and menus

2012-08-16 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2711 Version: 1.3-current Fix Version: 1.3.1 (r9668) STR 2711: another try at fixing the text position in Menu_Button. The label does move a little bit to the left, so it may be necessary to make these buttons larger for long text.

Re: [fltk.bugs] [MOD] STR #2836: Fl_Window::copy_label() misbehaviour in special case

2012-08-16 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2836 Version: 1.3-current Fix Version: 1.3.1 (r9452) Link: http://www.fltk.org/str.php?L2836 Version: 1.3-current Fix Version: 1.3.1 (r9452) ___ fltk-bugs mailing list

Re: [fltk.bugs] [MOD] STR #2858: Need a fix to build 1.3 on cygwin with no x11

2012-08-16 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2858 Version: 1.3-current Fix Version: 1.3.1 (r9670) STR 2858: include statements were wrong If the X11 support is needed and broken, please open another STR. The given patch seems to be correct for the given problem. Link:

Re: [fltk.bugs] [MOD] STR #2864: FLTK 1.3.0 does not compile under Mac OSX Mountain Lion

2012-08-03 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2864 Version: 1.3.0 Fix Version: 1.3-current (r9649) In 3.0.0, I did this for listing files: #ifndef HAVE_SCANDIR // This version is when we define our own

Re: [fltk.bugs] [MOD] STR #2864: FLTK 1.3.0 does not compile under Mac OSX Mountain Lion

2012-08-03 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2864 Version: 1.3.0 Fix Version: 1.3-current (r9649) Ah, no, my soution does not work for Lion and earlier anymore. Manolo to the rescue? Link:

Re: [fltk.bugs] [MOD] STR #2865: Missing X11 headers from SRC zip (Visual Studio 2010 builds)

2012-08-03 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2865 Version: 1.3.0 Fix Version: None X11 is the graphics library in Unix/Linux and the mentioned files are part of the Linux developer files. If you are on a Linux machine, please read the README file and do: sudo apt-get

Re: [fltk.bugs] fl_Native_File_Chooser with windows

2012-06-26 Thread Matthias Melcher
On 26.06.2012, at 05:27, Jacques senecal wrote: I get a problem with fl_native_file_chooser with windows when I use non ASCII charactere in filename. If I run the program in the examples folder nativefilechooser-simple-app.cxx with the filename :eéèâ_test.txt I get as result on the

[fltk.bugs] [MOD] STR #2850: Fl_RGB_Image::color_average loops indefinetley

2012-06-09 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?L2850 Version: 3.0 There is a recursion in the emulation layer. Run test1/image1 to see the effect Link: http://www.fltk.org/str.php?L2850 Version: 3.0

[fltk.bugs] [MOD] STR #2851: FLTK1 emu layer scroll offset is wrong

2012-06-09 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?L2851 Version: 3.0 test1/pack1: change from horizontal to vertical and back, and the new widgets are offset wrong (to the Scroll, not the Window). Link:

[fltk.bugs] [MOD] STR #2852: Fl_Box(NO_BOX... generates UP_BOX instead

2012-06-09 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?L2852 Version: 3.0 FLTK1 emu layer Fl_Box handles boxtype wrong Link: http://www.fltk.org/str.php?L2852 Version: 3.0 ___

Re: [fltk.bugs] [MOD] STR #2852: Fl_Box(NO_BOX... generates UP_BOX instead

2012-06-09 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?L2852 Version: 3.0 Can be seen when starting test1/subwindow1 Link: http://www.fltk.org/str.php?L2852 Version: 3.0 ___

[fltk.bugs] [MOD] STR #2853: Symbol type changes in test1/symbols1

2012-06-09 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?L2853 Version: 3.0 FLTK1 emu layer: test1/symbols1 - when moving the slider, the labels under the box change type from text to symbol Link:

Re: [fltk.bugs] Unable to compile FLTK

2012-05-02 Thread Matthias Melcher
On 02.05.2012, at 15:26, Alexander Dimitrov wrote: I downloaded fltk-1.3.0-source.tar.gz, then according the instruction installed Microsoft Visual C++ 2008 Express Edition with SP1. I have WinXP SP3. When trying to Build the Demo I got the fatal error:

Re: [fltk.bugs] Unable to compile FLTK

2012-05-02 Thread Matthias Melcher
That's worth a try. Greg Ercolano e...@seriss.com schrieb: On 05/02/12 07:14, Matthias Melcher wrote: On 02.05.2012, at 15:26, Alexander Dimitrov wrote: When trying to Build the Demo I got the fatal error: fltk-1.3.0-source\fltk-1.3.0\FL/Fl_Cairo.H(44) : fatal error C1083: Cannot open

[fltk.bugs] [MOD] STR #2829: Jenkins: support for MinGW

2012-04-24 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?L2829 Version: None MinGW is not yet installed correctly (missing gcc) Link: http://www.fltk.org/str.php?L2829 Version: None

Re: [fltk.bugs] [MOD] STR #2829: Jenkins: support for MinGW

2012-04-24 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?L2829 Version: None Link: http://www.fltk.org/str.php?L2829 Version: None ___ fltk-bugs mailing list fltk-bugs@easysw.com

Re: [fltk.bugs] [MOD] STR #2799: Menus can suddenly disappear

2012-04-21 Thread Matthias Melcher
[STR Closed w/o Resolution] Link: http://www.fltk.org/str.php?L2799 Version: 1.3.0 That is actually a good point: with screen resolution getting higher and higher, 3 pixels may be a bad choice, causing this kind of problem. Maybe we should make this number depend on screen DPI? Link:

Re: [fltk.bugs] [MOD] STR #2805: png_set_longjmp_fn not found in mac lion (xcode 4)

2012-04-21 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2805 Version: 1.3.0 It is a bug in LibPNG. An upgrade to the newest libpng should solve the issue: http://sourceforge.net/mailarchive/message.php?msg_id=27519894

Re: [fltk.bugs] [MOD] STR #2805: png_set_longjmp_fn not found in mac lion (xcode 4)

2012-04-21 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2805 Version: 1.3.0 Fix Version: 1.3.0 (r9372) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L2805 Version: 1.3.0 Fix Version: 1.3.0 (r9372) ___ fltk-bugs mailing

Re: [fltk.bugs] [HIGH] STR #2787: Can't build 1.3.x-svn current with VS7: png lib fails to build

2012-04-21 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2787 Version: 1.3-current 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,

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

2012-04-21 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2686 Version: 1.3-current 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,

Re: [fltk.bugs] [HIGH] STR #2748: fixed radio button hot key from turning it off if already on.

2012-04-21 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2748 Version: 1.3.0 Fix Version: 1.3.1 (r9149) Thanks. I think this is done. Or do we need another reminder? Link: http://www.fltk.org/str.php?L2748 Version: 1.3.0 Fix Version: 1.3.1 (r9149)

Re: [fltk.bugs] [CRIT] STR #2723: Bug reports never seem to become less.

2012-04-20 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2723 Version: 1.3.0 Fix Version: 3.0 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 #2799: Menus can suddenly disappear

2012-04-20 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?L2799 Version: 1.3.0 This is intended behavior, emulating pop-down and pull-down menus at the same time. The pop-down is clicked, pops up, then the user moves the mouse,

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

2012-04-12 Thread Matthias Melcher
On 12.04.2012, at 15:34, Domingo Alvarez Duarte wrote: Also would be a nice feature to allow inheritance of Fl_Tree and Fl_Tree_Item, actually Fl_Tree do not allow insertion of custom Fl_Tree_Items, also support for virtual widgets instead of one widget per node. For FLTK3, Fl_tree

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-12-10 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?L2682 Version: 1.3-current Link: http://www.fltk.org/str.php?L2682 Version: 1.3-current ___ fltk-bugs mailing list

Re: [fltk.bugs] [HIGH] STR #2730: valgrind, out of bounds access, Fl_Text_Display wrapping

2011-12-10 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?L2730 Version: 1.3-current I wish I knew how to use Valgrind on OS X. Back in the Linux days it was by far the best debugging method, and I used it on huge project to find

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

2011-12-10 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?L2761 Version: 1.3-current Could you please add a short self-contained test program? Just to verify that I correctly understand the issue, and so that I can test UTF8.

Re: [fltk.bugs] [HIGH] STR #2771: Turkic locales and str(n)casecmp, toupper, tolower

2011-12-10 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?L2771 Version: 1.3-current Link: http://www.fltk.org/str.php?L2771 Version: 1.3-current ___ fltk-bugs mailing list

Re: [fltk.bugs] [HIGH] STR #2787: Can't build 1.3.x-svn current with VS7: png lib fails to build

2011-12-10 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?L2787 Version: 1.3-current Link: http://www.fltk.org/str.php?L2787 Version: 1.3-current ___ fltk-bugs mailing list

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

2011-12-10 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?L2676 Version: 1.3-current Link: http://www.fltk.org/str.php?L2676 Version: 1.3-current ___ fltk-bugs mailing list

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

2011-12-10 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?L2678 Version: 1.3.0 Link: http://www.fltk.org/str.php?L2678 Version: 1.3.0 ___ fltk-bugs mailing list fltk-bugs@easysw.com

Re: [fltk.bugs] [MOD] STR #2731: valgrind jump depends on uninitialised value

2011-12-10 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?L2731 Version: 1.3-current Link: http://www.fltk.org/str.php?L2731 Version: 1.3-current ___ fltk-bugs mailing list

Re: [fltk.bugs] [MOD] STR #2735: fl_utf_toupper() and Eszett

2011-12-10 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?L2735 Version: 1.3-current Link: http://www.fltk.org/str.php?L2735 Version: 1.3-current ___ fltk-bugs mailing list

Re: [fltk.bugs] [MOD] STR #2772: Remove possibly dead code in fl_draw.cxx::fl_measure()

2011-12-10 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?L2772 Version: 1.3-current Link: http://www.fltk.org/str.php?L2772 Version: 1.3-current ___ fltk-bugs mailing list

Re: [fltk.bugs] [LOW] STR #2726: Debug assertion failed window in Fluid.

2011-12-10 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?L2726 Version: 1.3-current Link: http://www.fltk.org/str.php?L2726 Version: 1.3-current ___ fltk-bugs mailing list

Re: [fltk.bugs] [LOW] STR #2773: window always show on the wrong screen

2011-12-10 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?L2773 Version: 1.3-current Link: http://www.fltk.org/str.php?L2773 Version: 1.3-current ___ fltk-bugs mailing list

Re: [fltk.bugs] [LOW] STR #2783: Fl_Text_Buffer::text(const char*) segfault when NULL is passed

2011-12-10 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?L2783 Version: 1.3-current Link: http://www.fltk.org/str.php?L2783 Version: 1.3-current ___ fltk-bugs mailing list

Re: [fltk.bugs] [LOW] STR #2788: Annoying Fl_Text_Editor mouse cursor behavior

2011-12-10 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?L2788 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2788 Version: 1.3-feature ___ fltk-bugs mailing list

Re: [fltk.bugs] [LOW] STR #2791: Minmum size for tiles in an Fl_Tile

2011-12-10 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?L2791 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2791 Version: 1.3-feature ___ fltk-bugs mailing list

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

2011-10-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 Yes, it's a mix of outdated features and bad documentation. This is a typical case where one idea is abused by adding just that one little

Re: [fltk.bugs] [LOW] STR #2726: Debug assertion failed window in Fluid.

2011-10-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?L2726 Version: 1.3-current Thanks for finding this. I am amazed that this one slipped through our fingers! I fixed at least five other instances of isspace(). But the

Re: [fltk.bugs] [LOW] STR #2701: Xft and TTF-Fonts with Modifiers not working under Ubuntu 11.04

2011-10-01 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2701 Version: 1.3-current Fix Version: 1.3.1 (r9108) Fixed in Subversion repository. Thanks for the patch. Link: http://www.fltk.org/str.php?L2701 Version: 1.3-current Fix Version: 1.3.1 (r9108)

Re: [fltk.bugs] [LOW] STR #2713: Stop truncating xclass values at first non-alphanumeric character

2011-10-01 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2713 Version: 1.3.0 Fix Version: 1.3.1 (r9110) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L2713 Version: 1.3.0 Fix Version: 1.3.1 (r9110) ___ fltk-bugs mailing

[fltk.bugs] [CRIT] STR #2723: Bug reports never seem to become less.

2011-10-01 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?L2723 Version: 1.3.0 It does not matter how many bugs I fix, the STR's won't become less. Whenever I remove one, someone else adds a new one, causing me a lot of trouble

Re: [fltk.bugs] [LOW] STR #2722: Fluid shows labels in an incorrect way

2011-10-01 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2722 Version: 1.3-current Fix Version: 1.3.1 (r9112) Fixed in Subversion repository. Thanks for the patch Link: http://www.fltk.org/str.php?L2722 Version: 1.3-current Fix Version: 1.3.1 (r9112)

Re: [fltk.bugs] [LOW] STR #2714: FLTK headers have shadow lint

2011-10-01 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?L2714 Version: 1.3-current After a test compile with -Wshadow I'll have to say: this will be painful to fix with sensible names! Link: http://www.fltk.org/str.php?L2714

Re: [fltk.bugs] [LOW] STR #2714: FLTK headers have shadow lint

2011-10-01 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?L2714 Version: 1.4-feature Upped to 1.4 because this will not make it into 1.3.1 or 1.3.2 . It would be nice though to be able to have as many compiler warnings enabled

Re: [fltk.bugs] [LOW] STR #2713: Stop truncating xclass values at first non-alphanumeric character

2011-09-30 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?L2713 Version: 1.3.0 Oh, I see. Now I understood the code. It seems fine to me, but since I have currently no X11 machine, would another developer please apply this

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

2011-09-30 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?L2678 Version: 1.3.0 FLTK 1.3.x correctly allocates Fl_Menu_Item arrays without get text (if it *would* use get text here, your application would crash, because the get

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

2011-09-30 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?L2676 Version: 1.3-current I think he meant that you have an old FLTK header with a newer FLTK library or vice versa. Link: http://www.fltk.org/str.php?L2676 Version:

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

2011-09-30 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?L2678 Version: 1.3.0 What were the modifications needed for EPS? Maybe Manolo has time to add these to the core if they benefit all? Link:

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

2011-09-30 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?L2687 Version: 1.3.1 Ian, would you please remove the code and close the STR? Thanks! Link: http://www.fltk.org/str.php?L2687 Version: 1.3.1

Re: [fltk.bugs] [LOW] STR #2710: handling of unrecognised schemes

2011-09-28 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2710 Version: 1.3-current Fix Version: 1.3.1 (r9076) limited scheme names to known schemes Link: http://www.fltk.org/str.php?L2710 Version: 1.3-current Fix Version: 1.3.1 (r9076) ___

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-09-28 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?L2682 Version: 1.3-current PS: the sliding part in a scrollbar is called a thumb by Microsoft. Java calls it the scroll box in the scroll channel. In Flash it's called the

Re: [fltk.bugs] [HIGH] STR #2683: Crash Fl_Text_Display when I'm calling disp-show_cursor(true);

2011-09-27 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?L2683 Version: 1.3-current calling show_cursor() before a text buffer is assigned to an Fl_Text_Display deos not crash any longer Link: http://www.fltk.org/str.php?L2683

Re: [fltk.bugs] [HIGH] STR #2683: Crash Fl_Text_Display when I'm calling disp-show_cursor(true);

2011-09-27 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2683 Version: 1.3-current Fix Version: 1.3.1 (r9064) Link: http://www.fltk.org/str.php?L2683 Version: 1.3-current Fix Version: 1.3.1 (r9064) ___ fltk-bugs mailing list

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

2011-09-27 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?L2687 Version: 1.3.1 Any more ideas on this? Should we continue to wait for replies, or should we leave or remove the code for 1.3.1 ? Link:

Re: [fltk.bugs] [HIGH] STR #2691: valgrind, out of bounds access, Fl_Text_Display wrapping

2011-09-27 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2691 Version: 1.3-current Fix Version: 1.3.1 (r9065) fixed possible invalid text pointer in Text Display Link: http://www.fltk.org/str.php?L2691 Version: 1.3-current Fix Version: 1.3.1 (r9065)

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

2011-09-27 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?L2676 Version: 1.3-current Please let us know if this is still and issue and give us more details. I will close the STR otherwise. Link:

Re: [fltk.bugs] [MOD] STR #2685: Clarify LGPL license headers in all source code

2011-09-27 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2685 Version: 1.3.1 Fix Version: 1.3.1 (r8864) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L2685 Version: 1.3.1 Fix Version: 1.3.1 (r8864) ___ fltk-bugs mailing

Re: [fltk.bugs] [MOD] STR #2702: fl_draw_image_mono(...) has not a body

2011-09-27 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2702 Version: 1.3-current Fix Version: 1.3.1 (r9066) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L2702 Version: 1.3-current Fix Version: 1.3.1 (r9066) ___ fltk-bugs

Re: [fltk.bugs] [LOW] STR #2673: test/editor beeps at Search-Find... and Search-Find Again

2011-09-27 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2673 Version: 1.3.0 Fix Version: 1.3.1 (r9072) stop the annoying beeps when opening modal dialogs (this was so '80s) Link: http://www.fltk.org/str.php?L2673 Version: 1.3.0 Fix Version: 1.3.1 (r9072)

Re: [fltk.bugs] [LOW] STR #2713: Stop truncating xclass values at first non-alphanumeric character

2011-09-27 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?L2713 Version: 1.3.0 I know nothing about this, but it looks like an awful lot of string manipulation going on here. Isn't it better to just leave the string as it is and

Re: [fltk.bugs] [HIGH] STR #2715: fltk-3.0.x-r9060 bug in ask.cxx

2011-09-26 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?L2715 Version: 3.0 First issue well known. Must be fixed. Second issue is fixed now. Link: http://www.fltk.org/str.php?L2715 Version: 3.0

Re: [fltk.bugs] [HIGH] STR #2715: fltk-3.0.x-r9060 bug in ask.cxx

2011-09-26 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2715 Version: 3.0 Fix Version: 3.0 (r9062) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L2715 Version: 3.0 Fix Version: 3.0 (r9062) ___ fltk-bugs mailing list

[fltk.bugs] [MOD] STR #2716: Rename Fluid into Fluid3

2011-09-26 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?L2716 Version: 3.0 Fix fltk.flw and all other build references, including in the ide section (generated by code in Fluid). Then move flak to fltk3 and recompile and test.

[fltk.bugs] [LOW] STR #2717: Add Namespace support to Fluid

2011-09-26 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?L2717 Version: 3.0 See Fluid2: we need namespace support in Fluid Link: http://www.fltk.org/str.php?L2717 Version: 3.0 ___

[fltk.bugs] [LOW] STR #2718: Add FLTK1 to FLTK3 naming convention search and replace to Fluid

2011-09-26 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?L2718 Version: 3.0 This should help to get FLTK1 apps into FLTK3 without using the compatibility layer. Link: http://www.fltk.org/str.php?L2718 Version: 3.0

Re: [fltk.bugs] [LOW] STR #2714: FLTK headers have shadow lint

2011-09-22 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?L2714 Version: 1.3-current I agree that it would be nice to have now shadowing, but I also don't like the underscores. I have seen naming schemes that prepend or append an

[fltk.bugs] [HIGH] STR #2712: Prepare FLTK 3 for its first Alpha release

2011-09-17 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?L2712 Version: 3.0 Set a goal to release 3.0.0. 3.0.0 will be FLTK 1.3, converted into namespace and a more logical naming scheme. The Alpha release shall have these

Re: [fltk.bugs] [HIGH] STR #2699: fltk 1.3 e.g fullscreen border off disappeared after Alt-Tab

2011-08-24 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?L2699 Version: 1.3-current There should be a way to keep a borderless window in the dock. I would suggest that at least one window in an application must create a dock

Re: [fltk.bugs] How to retrieve the size of an Fl_Tree_Item

2011-08-15 Thread Matthias Melcher
Plaes do not post here. Post to fltk.general. This list is for bug reports generated by the automated STR system only. Sorry for the confusion. ___ fltk-bugs mailing list fltk-bugs@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-bugs

Re: [fltk.bugs] [HIGH] STR #2700: Fluid frizes on Windows 7 adding submenus or menu items

2011-08-15 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?L2700 Version: 1.3-current Please downed the latest STR. This is a known bug that will be fixed by the end of the week (hopefully) and put into a 1.3.1 Link:

Re: [fltk.bugs] [HIGH] STR #2700: Fluid frizes on Windows 7 adding submenus or menu items

2011-08-15 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?L2700 Version: 1.3-current I meant to say: Please download the latest version of 1.3.x from SVN or the latest snapshot. Link: http://www.fltk.org/str.php?L2700 Version:

Re: [fltk.bugs] [HIGH] STR #2697: Fl::x() y() w() h() behaviour not consistent across platforms in multi-head systems

2011-08-09 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?L2697 Version: 1.3-current The Fl::w() etc. interface comes form a time when computers had a single screen. I suggest that we mark the interface as deprecated, returning

[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

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 #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

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-07-20 Thread Matthias Melcher
On 20.07.2011, at 17:28, Dmitrij K wrote: Ian MacArthur wrote: can you bring this discussion onto fltk.geneal for now? To try and clarify the issue you are seeing. No. There is no discussion of bugs in fltk.bugs. This newsgroup is for mail generated by the bug tracking system only. All

Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-07-20 Thread Matthias Melcher
Again, this is not a maling list. Only our bug tracking software posts here, and only two humans read your mail. If you need help, please post do general.fltk. On 21.07.2011, at 01:00, Dmitrij K kdi...@live.ru wrote: If I would can correct the `strange behavior', - I would send to here a

Re: [fltk.bugs] Choice and Check Button

2011-07-10 Thread Matthias Melcher
On 08.07.2011, at 06:11, Josep Andreu wrote: Hi .. I have a problem with Choice and CheckButton in 1.3 When Choice display the menu if they are any CheckButton below the displayed choice menu ... the checkbutton label is not redraw when I close the choice. Please do not post

Re: [fltk.bugs] [MOD] STR #2663: OpenGL overlay bug on Windows 7 + Intel graphics

2011-06-16 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?L2663 Version: 1.4-feature Link: http://www.fltk.org/str.php?L2663 Version: 1.4-feature ___ fltk-bugs mailing list

Re: [fltk.bugs] [LOW] STR #2651: Building errors under latest MingW/MSYS

2011-06-09 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2651 Version: 1.3-current Fix Version: 1.3.0 (r8797) Fixed in Subversion repository. Thanks, Albrecht! Link: http://www.fltk.org/str.php?L2651 Version: 1.3-current Fix Version: 1.3.0 (r8797)

Re: [fltk.bugs] [LOW] STR #2651: Building errors under latestMingW/MSYS

2011-06-09 Thread Matthias Melcher
On 09.06.2011, at 19:39, Greg Ercolano wrote: I remember I used muscle memory quite a bit apparently, because when someone would ask for a friend's number I dialed a lot, I couldn't remember their number, but if I moved to a phone pad or table top, I could dial it.

Re: [fltk.bugs] [LOW] STR #2651: Building errors under latest MingW/MSYS

2011-06-08 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2651 Version: 1.3-current Fix Version: 1.3.0 I still don't know. Yes, first of all, if the test is not needed, it should be removed. But secondly, there must be a

Re: [fltk.bugs] [LOW] STR #2651: Building errors under latest MingW/MSYS

2011-06-08 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2651 Version: 1.3-current Fix Version: 1.3.0 Oh no: http://www.mikrocontroller.net/attachment/82717/Oh-No.jpg Link: http://www.fltk.org/str.php?L2651 Version:

Re: [fltk.bugs] [LOW] STR #2651: Building errors under latest MingW/MSYS

2011-06-08 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2651 Version: 1.3-current Fix Version: 1.3.0 AFAIK the problem stems from Telex/teletype machines that required one command to return the carriage to the beginning of

Re: [fltk.bugs] [LOW] STR #2651: Building errors under latest MingW/MSYS

2011-06-03 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2651 Version: 1.3-current Fix Version: 1.3.0 Fixed in Subversion repository. I am not sure if I like to see the pattern, but for the sake of compatibility... . Anyway, fixed. Thanks, Manolo! Link: http://www.fltk.org/str.php?L2651

Re: [fltk.bugs] [LOW] STR #2651: Building errors under latest MingW/MSYS

2011-06-03 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2651 Version: 1.3-current Fix Version: 1.3.0 Sorry, wrong text for the wrong bug ;-) Link: http://www.fltk.org/str.php?L2651 Version: 1.3-current Fix Version: 1.3.0

Re: [fltk.bugs] [LOW] STR #2655: screen_xywh fallback cleanup

2011-06-03 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2655 Version: 1.3-current Fix Version: 1.3.0 (r8778) Fixed in Subversion repository. Thanks for the patch! Link: http://www.fltk.org/str.php?L2655 Version: 1.3-current Fix Version: 1.3.0 (r8778)

Re: [fltk.bugs] [LOW] STR #2651: Building errors under latest MingW/MSYS

2011-06-03 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2651 Version: 1.3-current Fix Version: 1.3.0 Original poster: please verify that you compiler and header files were not modified. If I don't hear from you by Sunday

Re: [fltk.bugs] [HIGH] STR #2639: Fl_Pack resizes hidden widgets, which it doesn't touch when visible.

2011-05-26 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?L2639 Version: 1.4-feature Sorry, now it's too late for such a major change in behavior. I will bump this with high priority though. Link:

Re: [fltk.bugs] Cross-compile on OSX

2011-05-26 Thread Matthias Melcher
On 24.05.2011, at 14:25, Tony Theodore wrote: When cross compiling for Windows from OSX, the build fails when trying to compile some Objective C++ files. This can be avoided by an extra test before setting USEMMFILES in configure.in. Thanks for the patch. Please post it as an FLTK 1.4

Re: [fltk.bugs] [LOW] STR #2646: Update to #2640 - screen_xywh gives incorrect result without Xinerama

2011-05-26 Thread Matthias Melcher
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2646 Version: 1.3.0 Fix Version: 1.3.0 (r8738) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L2646 Version: 1.3.0 Fix Version: 1.3.0 (r8738) ___ fltk-bugs mailing

Re: [fltk.bugs] [LOW] STR #2639: Fl_Pack resizes hidden widgets, which it doesn't touch when visible.

2011-05-23 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?L2639 Version: 1.3-current This sounds incredibly familiar. I thought I fixed this three months ago?! Or it wasn't really a ug, or something. Boy, I am getting old :-/ .

Re: [fltk.bugs] [LOW] STR #2637: Valgrind errors and their fixes for 1.3.0rc5

2011-05-20 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?L2637 Version: 1.3.0 You can use svn blame to find out who did it and when. It may well be the remains from optimization effort from many years ago when 32 bit *was * slow

  1   2   3   4   5   6   7   >