Re: [fltk.bugs] [MOD] STR #2930: drag and drop from Mozilla Gecko apps broken

2013-02-09 Thread chris
). Cheers, chris Link: http://www.fltk.org/str.php?L2930 Version: 1.3.2 ___ fltk-bugs mailing list fltk-bugs@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-bugs

Re: [fltk.bugs] [MOD] STR #2930: drag and drop from Mozilla Gecko apps broken

2013-02-09 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2930 Version: 1.3.2 Attached file "patch_x_dnd_type.diff"... Link: http://www.fltk.org/str.php?L2930 Version: 1.3.2Index: src/Fl_x.cxx ===

[fltk.bugs] funny problem with Fl_Window->show()

2012-08-29 Thread Chris Russ
I've wedded FLTK 1.3 to the Photoshop plug-in (CS5 SDK) and have been extremely happy with write-once, use-many. Coding on the Mac has been straightforward and I've just ported my UI to the PC. (Win7). Here's the problem -- the plug-in (DLL) will run once. (64-bit or 32-bit doesn't matter) Th

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

2012-05-09 Thread chris
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 >From (german) wikipedia: http://de.wikipedia.org/wiki/Gro%C3%9Fes_%C3%9F The uppercase sharp s is defined as: U+1E9E LATIN CAPITAL LETTER SHAR

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

2012-05-07 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2836 Version: 1.3-current Fix Version: 1.3.1 (r9452) Always a pleasure. Thanks for fixing that STR so fast! Link: http://www.fltk.org/str.php?L2836 Version: 1.3-cur

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

2012-05-06 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2836 Version: 1.3-current Fix Version: 1.3.1 (r9443) Yes, this bug is fixed now with r9443. And the code is much cleaner now! One tiny note though: Is the redraw_lab

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

2012-05-04 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2836 Version: 1.3-current Oops, the first posted 'copy_same_label_bug.cxx' had the wrong content. Posted again, with the correct content. Link: http://www.fltk.org/str.p

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

2012-05-04 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2836 Version: 1.3-current Attached file "copy_same_label_bug_v2.cxx"... Link: http://www.fltk.org/str.php?L2836 Version: 1.3-current#include #include #include int main

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

2012-05-04 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2836 Version: 1.3-current Attached file "copy_same_label_bug.png"... Link: http://www.fltk.org/str.php?L2836 Version: 1.3-current<>___

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

2012-05-04 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2836 Version: 1.3-current Attached file "copy_same_label_bug.cxx"... Link: http://www.fltk.org/str.php?L2836 Version: 1.3-currentIndex: src/Fl_Window.cxx

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

2012-05-04 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2836 Version: 1.3-current Attached file "copy_label_patch.txt"... Link: http://www.fltk.org/str.php?L2836 Version: 1.3-currentIndex: src/Fl_Window.cxx ===

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

2012-05-04 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2836 Version: 1.3-current When calling Fl_Window::copy_label() with the *current* label as argument e.g. Fl_Window win; win->copy_label( win->label() ); it is possib

Re: [fltk.bugs] [MOD] STR #2831: redraw problem with Fl_Pixmap on X11

2012-05-01 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2831 Version: 1.3-current Revision 9293 is the first one, where this effect is notable. Link: http://www.fltk.org/str.php?L2831 Version: 1.3-current ___

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

2012-04-23 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2771 Version: 1.3-current Fix Version: 1.3-current (r9368) Brilliant idea, such a function! But you are certainly aware, that the current implementation could report

Re: [fltk.bugs] [LOW] STR #2822: Fl_Input UTF-8 handling

2012-04-14 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2822 Version: 1.3-current Regarding documentation: Forget my complaint - I had looked at the current document on the FLTK website, which is from 9/2011. Since then the in-

[fltk.bugs] [LOW] STR #2822: Fl_Input UTF-8 handling

2012-04-12 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2822 Version: 1.3-current Using Fl_Input::insert() with real UTF-8 strings, I found the documentation and/or the functionality of the positional parameters not clear/suffi

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

2011-10-02 Thread chris
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 I think the documentation of label symbols can need some more details: First regarding the fact, that there can be only two symbols at most in a

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

2011-10-02 Thread chris
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 The following change seems to fox the case when draw_symbols is off: Index: src/fl_draw.cxx

[fltk.bugs] [MOD] STR #2724: Fl_x.cxx does't compile if HAVE_XRANDR=0

2011-10-01 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2724 Version: 1.3-current Solution: The #ifdef's HAVE_XRANDR should be #if HAVE_XRANDR. Link: http://www.fltk.org/str.php?L2724 Version: 1.3-current ___

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

2011-08-23 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2701 Version: 1.3-current Posted a corrected fix, the first one had a debug line left. Link: http://www.fltk.org/str.php?L2701 Version: 1.3-current

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

2011-08-23 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2701 Version: 1.3-current Attached file "xft_ttf_modifiers_patch_corrected.diff"... Link: http://www.fltk.org/str.php?L2701 Version: 1.3-currentIndex: src/fl_set_fonts_xf

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

2011-08-23 Thread chris
style reported in my case is in german (e.g. "Verdana: style=Fett Kursiv,...") whereas the FLTK code looks for "Bold", "Italic". The patch submitted fixes this (it now searches the whole style string), but I can't judge if will not have a side effect elsewhere.

Re: [fltk.bugs] [HIGH] STR #2648: Test: "device" example not working since Revison 8514 (for me)

2011-05-29 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2648 Version: 1.3.0 Fix Version: 1.3.0 (r8754) Wondering if now STR #2604 could also be resolved... Link: http://www.fltk.org/str.php?L2648 Version: 1.3.0 Fix Versio

Re: [fltk.bugs] [HIGH] STR #2648: Test: "device" example not working since Revison 8514 (for me)

2011-05-29 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2648 Version: 1.3.0 Fix Version: 1.3.0 (r8754) My last post was for r8753. r8754 seems to fix it. Congratulations! Link: http://www.fltk.org/str.php?L2648 Version:

Re: [fltk.bugs] [HIGH] STR #2648: Test: "device" example not working since Revison 8514 (for me)

2011-05-29 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2648 Version: 1.3.0 Fix Version: 1.3.0 (r8754) I'm sorry, this didn't fix it here. I get a "capture" of the top left rectangle of the desktop screen in the dimensions

Re: [fltk.bugs] [HIGH] STR #2648: Test: "device" example not working since Revison 8514 (for me)

2011-05-29 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2648 Version: 1.3-current I can confirm this problem and also the *workaround* under Ubuntu 10.10. The symptoms differ only in that I do not get an empty page, but part o

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

2011-05-24 Thread chris
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 I can repeatably reproduce it with latest svn, but only when following exactly this sequence: - hide g2 - resize window vertically - show g2 L

Re: [fltk.bugs] [CRIT] STR #2643: Latest svn segfaults with any executable

2011-05-24 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2643 Version: 1.3-current Fix Version: 1.3.0 (r8733) Yes, works! Link: http://www.fltk.org/str.php?L2643 Version: 1.3-current Fix Version: 1.3.0 (r8733) ___

Re: [fltk.bugs] [CRIT] STR #2643: Latest svn segfaults with any executable

2011-05-24 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2643 Version: 1.3-current Hi Albrecht, this is an old Suse 10.0 (running in a virtual machine) on a laptop. XINERAMA is enabled in config.h The config.h's are identical

Re: [fltk.bugs] [CRIT] STR #2643: Latest svn segfaults with any executable

2011-05-24 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2643 Version: 1.3-current P.S.: Does not occur with RC5! Link: http://www.fltk.org/str.php?L2643 Version: 1.3-current ___ fl

[fltk.bugs] [CRIT] STR #2643: Latest svn segfaults with any executable

2011-05-24 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2643 Version: 1.3-current Hi, I checked out the lastest SVN in a fresh dir. Built with Autoconf, configure, make. Now with every executable, for example all the demos, a

Re: [fltk.bugs] [LOW] STR #2604: Menubar on Ubuntu 10.10: Pulldown only after moving mouse

2011-04-22 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2604 Version: 1.3-current Seems to be a confirmed Xorg issue: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/665546 Link: http://www.fltk.org/str.php?L2604

Re: [fltk.bugs] [LOW] STR #2604: Menubar on Ubuntu 10.10: Pulldown only after moving mouse

2011-04-19 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2604 Version: 1.3-current By incident I have found out now, that it only occurs when I have extra desktop effects enabled (wobbly windows, ..). Nevertheless no other appl

Re: [fltk.bugs] [LOW] STR #2604: Menubar on Ubuntu 10.10: Pulldown only after moving mouse

2011-04-14 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2604 Version: 1.3-current Actually I can't see a relation here. I am not experiencing deadlocks, the window always pops up after moving the mouse. Also I don't use a tab

Re: [fltk.bugs] [LOW] STR #2604: Menubar on Ubuntu 10.10: Pulldown only after moving mouse

2011-04-14 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2604 Version: 1.3-current Found a strange workaround, but certainly it does'nt qualify as a patch, because I can't explain why it works now: In Fl_Menu.cxx in Fl_Menu_

Re: [fltk.bugs] [LOW] STR #2604: Menubar on Ubuntu 10.10: Pulldown only after moving mouse

2011-04-14 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2604 Version: 1.3-current Just to make sure I re-configured/built the svn checkout. The effect stays. But I observed that the very first click at an menu title after start

Re: [fltk.bugs] [LOW] STR #2604: Menubar on Ubuntu 10.10: Pulldown only after moving mouse

2011-04-14 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2604 Version: 1.3-current I did run the test programs from a svn checkout version of FLTK 1.3. I have also installed FLTK 1.3, but not 1.1.10. I am using a standard Ubunt

Re: [fltk.bugs] [LOW] STR #2604: Menubar on Ubuntu 10.10: Pulldown only after moving mouse

2011-04-14 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2604 Version: 1.3-current Tested on an old Ubuntu 9.10 box: works correctly! Link: http://www.fltk.org/str.php?L2604 Version: 1.3-current _

[fltk.bugs] [LOW] STR #2604: Menubar on Ubuntu 10.10: Pulldown only after moving mouse

2011-04-14 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2604 Version: 1.3-current On my Ubuntu 10.10 box I observe the following behaviour with all menubars (e.g. with the test programs 'editor' and 'menubar'): To pull down a

[fltk.bugs] [LOW] STR #2603: Menubar: minor behaviour glitch deselecting item if mouse moves outside

2011-04-14 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2603 Version: 1.3-current Try it with the editor program in the test directory: - Pull down the "File" menu - Move mouse over "New File" - Move mouse to the right of the

Re: [fltk.bugs] [MOD] STR #2384: fl_filename_relative() gives wrong result for certain directories

2010-07-02 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2384 Version: 1.3-current Prepared a patch, that works for me. Please check. Link: http://www.fltk.org/str.php?L2384 Version: 1.3-current __

Re: [fltk.bugs] [MOD] STR #2384: fl_filename_relative() gives wrong result for certain directories

2010-07-02 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2384 Version: 1.3-current Link: http://www.fltk.org/str.php?L2384 Version: 1.3-currentIndex: filename_absolute.cxx ==

[fltk.bugs] [MOD] STR #2384: fl_filename_relative() gives wrong result for certain directories

2010-06-24 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2384 Version: 1.3-current How to reproduce: Create the following directory structure: anydir/ |-- test/ | \-- subdir/ \-- test1/ \-- subdir/ Place some file in su

[fltk.bugs] [LOW] STR #2218: File chooser preview not showing UTF8-encoded textfiles

2009-07-10 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2218 Version: 1.3-current The preview window normally shows text files. If a text file contains UTF8 codes it is not shown. Link: http://www.fltk.org/str.php?L2218 Versi

[fltk.bugs] [CRIT] STR #2018: OSX --enable-cairo fails with Cairo svn

2008-08-11 Thread Chris Storah
ibtool errors for a change!. Note: As expected, if --enable-cairo is omitted it builds without errors. Chris Link: http://www.fltk.org/str.php?L2018 Version: 2.0-feature ___ fltk-bugs mailing list fltk-bugs@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-bugs

Re: [fltk.bugs] [HIGH] STR #1042: Image::make_current() do not work

2008-04-04 Thread chris warren-smith
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1042 Version: 2.0-current Image::make_currnet() now works fine on windows and x11 (ubuntu). This STR can be closed once someone implements the function on OSX. See also

Re: [fltk.bugs] STR #1675

2008-03-25 Thread chris warren-smith
> Hi, > > I made an investigation into this STR and added some comments to the docket. > > Regards, > Chris Hi I have committed a change to x11/Image.cxx to fix the display problem with the ansiwidget demo in the *nix build. The demo now works correctly on my mac

[fltk.bugs] [MOD] STR #1805: Fl_Help_View scrollbars with custom scrollbar-width handled incorrect

2007-10-09 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1805 Version: 1.1-current Due to the change for STR #1500 with Fl::scrollbar_size() in 1.1.x-r5917 the scrollbar-width of the help view can be set dynamically by the appli

[fltk.bugs] [MOD] STR #1766: Xft font functions segfault if called before fl_font()

2007-08-13 Thread Chris Foster
ficult-to-track segfaulting behaviour. Eventually it was tracked down to the call of fl_width at fl_font_xft.cxx:176. As a solution, check the attached patch for fl_font_xft.cxx. I don't claim to understand the internals well, so please examine carefully! Cheers, ~Chris. Link: http://www.fl

[fltk.bugs] [MOD] STR #1720: missing function in_main_thread in src/x11/lock.cxx

2007-07-02 Thread Chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1720 Version: 2.0-current >From src/lock.cxx I'm using USE_X11_MULTITHREADING and in_main_thread does not get compiled into the library. Please add in_main_thread ---

[fltk.bugs] STR #1675

2007-07-01 Thread chris warren-smith
Hi, I made an investigation into this STR and added some comments to the docket. Regards, Chris ___ fltk-bugs mailing list fltk-bugs@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-bugs