Re: [fltk.bugs] [MOD] STR #2550: Xlib fl_text_extents

2011-02-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?L2550 Version: 1.3-current > So it's not at all a matter of using XTextExtents(), then? Well, I had a brief look then lost heart again. Short answer, no, XTextExtents() w

Re: [fltk.bugs] [MOD] STR #2553: Font Problems in fluid Code Editor.

2011-02-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?L2553 Version: 1.3.0 Oops! Now this is interesting: If I open the sample file in fluid, then use the widget tree to open the Target MenuItem (i.e. expand the entry for sub

Re: [fltk.bugs] [MOD] STR #2553: Font Problems in fluid Code Editor.

2011-02-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?L2553 Version: 1.3.0 Just tried this on this Vista box, and I'm still NFF. Though I see Greg's screenshot - that does look nasty. I wonder if it is maybe doing something o

Re: [fltk.bugs] [MOD] STR #2550: Xlib fl_text_extents

2011-02-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?L2550 Version: 1.3-current Might be - you tell me! Here's a list of what I know about measuring text extents in Xlib: : : : And that's it. If you reckon that's

Re: [fltk.bugs] [MOD] STR #2553: Font Problems in fluid Code Editor.

2011-02-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?L2553 Version: 1.3.0 Brian, On an extensive sample of 1 XP box, I could not reproduce this fault. Will try a few others, time permitting. I do think it would be nice to

Re: [fltk.bugs] [MOD] STR #2552: Fl_Tabs and focus

2011-02-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?L2552 Version: 1.3-current Yup - I see that too. Note that this behaviour is "consistent" in that fltk-1.1 and fltk-1.3 both seem to do the same thing. But I suspect that

Re: [fltk.bugs] [MOD] STR #2550: Xlib fl_text_extents

2011-02-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?L2550 Version: 1.3-current Yes - that was me; I did what I could to implement fl_text_extents, but when it came to the Xlib code I choked, I just did not know what to do. I

Re: [fltk.bugs] [LOW] STR #2510: 'fluid -help' doesn't show anything on windows

2011-01-06 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?L2510 Version: 1.3-current Not adding much - just wanted to note (in response to Albrecht's comment above) that the Msys shell does behave "sensibly" when running fluid (i.

[fltk.bugs] [LOW] STR #2511: Generated docs have outdated description of building on WINxx

2011-01-06 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?L2511 Version: 1.3-current Brian just pointed out to me that the section in the generated docs about building for winXX hosts (chapter 3.6 et seq) is substantially out of d

Re: [fltk.bugs] FLUID crashes in MinGW 64 bit

2011-01-05 Thread Ian MacArthur
Dan, Please repost your query in fltk.general This list (fltk.bugs) is meant for monitoring auto-generated messages from the bug tracking system, not for user posts, so it is unlikely that you will get the feedback you need here! Also, please post plain-text as far as possible; html encoded m

Re: [fltk.bugs] [LOW] STR #2507: UTF-8 file name encoding handling in file chooser

2011-01-05 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?L2507 Version: 1.3-current Not so much "policy" as an observation that implementation of dynamic arrays is somewhat inconsistent between compilers, so we need to shoot for

Re: [fltk.bugs] [HIGH] STR #2508: Update jpeg, png, and zlib to their current version

2011-01-05 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?L2508 Version: 1.3.0 Oh! That would be awkward - I thought the jpeg8x stuff was a superset of the jpeg6b that we currently use, is that not the case? Link: http://www.flt

Re: [fltk.bugs] [LOW] STR #2505: Xft backend doesn't filter bad UTF-8 characters

2011-01-05 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?L2505 Version: 1.3-current Note that some of the other text handling functions do malloc the local string the first time they are called then hang onto the allocation and t

Re: [fltk.bugs] [MOD] STR #2504: HAVE_CAIRO macro in installed header

2011-01-04 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?L2504 Version: 1.3-current I don't grok cmake, but from the little look I had earlier I had the impression that the USE_/HAVE_CAIRO macros in the cmake files are indeed the

Re: [fltk.bugs] [LOW] STR #2505: Xft backend doesn't filter bad UTF-8 characters

2011-01-04 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?L2505 Version: 1.3-current Someone might have to explain this patch to me in simple words that I can understand, but I don't understand what it is doing, really. In partic

Re: [fltk.bugs] [MOD] STR #2504: HAVE_CAIRO macro in installed header

2011-01-04 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?L2504 Version: 1.3-current Yup, looks like I did miss a few USE_CAIRO cases: ./src/Fl.cxx ./src/Fl_cocoa.mm ./src/Fl_Double_Window.cxx ./src/Fl_mac.cxx ./src/Fl_Menu_Windo

Re: [fltk.bugs] [MOD] STR #2504: HAVE_CAIRO macro in installed header

2011-01-04 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?L2504 Version: 1.3-current I agree that this seems like a sensible move, i.e. putting the HAVE_CAIRO macro inside a "fltk namespace" by changing its name to be fltk specifi

Re: [fltk.bugs] [CRIT] STR #2397: [1.3.x] scrolling an image leaves "digital garbage" behind

2010-07-09 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?L2397 Version: 1.3-current Greg, Testing this on may old ubuntu laptop (I'm on the road again...) running 8.04, this is "no fault found" - seems to be working fine for me.

Re: [fltk.bugs] [MOD] STR #2257: fl_read_image and fl_begin_offscreen not working on fltk-1.3 OSX

2010-06-16 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?L2257 Version: 1.3-current Alex Croy posted this to the fltk.dev list - I'm appending it here so we don't lose it... -- the problem is that the current implem

Re: [fltk.bugs] [HIGH] STR #2372: No visual indication when pressing Fl_Button with keyboard

2010-06-09 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?L2372 Version: 1.3-current This is something that has bothered me, on and off, too. Though what should it do? I suppose the button should appear in the "down" state as lon

[fltk.bugs] [LOW] STR #2370: Fl_Tabs uses hard coded array sizes for child widgets

2010-05-23 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?L2370 Version: 1.3-current Fl_Tabs.cxx allocates temporary arrays p[128] and w[128] in the methods ::which() and ::draw() that are then indexed by the children() count of t

Re: [fltk.bugs] [LOW] STR #2281: document error about primary clipboard?

2010-04-19 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?L2281 Version: 1.3-feature I don't think I understand what is being asked for here... What is the question? Also (and it may be me that is wrong here) there might be some

Re: [fltk.bugs] [LOW] STR #2215: tries to look for core fonts with Xft names

2010-04-19 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?L2215 Version: 1.3-current Fix Version: 1.1.10 (r6871) Aaron, if you are around... In your opinion, do we still want to bump this mod into the 1.3 tree (other GL / XLFD mod

Re: [fltk.bugs] [HIGH] STR #2277: Fail to copy data from "rxvt window"

2010-04-19 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?L2277 Version: 1.3-current I like the idea of this patch, but I have some reservations about the actual implementation; I have not looked in enough detail yet (not at an X

[fltk.bugs] [HIGH] STR #2342: fltk-1.3 OSX GL text rendering not working

2010-04-10 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?L2342 Version: 1.3-current With the move away from carbon, and the need to support 64-bit builds on OSX, support for agl_* functions has been deprecated. As a consequence,

[fltk.bugs] [MOD] STR #2339: fltk-1.3 Fl_Device patch did not implement support for the fl_rtl_draw functions

2010-04-09 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?L2339 Version: 1.3-current The Fl_Device patch, when it "supplanted" the fl_draw function for text handling ought also to have replaced the fl_rtl_draw() functions for each

Re: [fltk.bugs] [HIGH] STR #2197: 1.3.x + Ubuntu 8.04: test/overlay not working

2010-04-09 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?L2197 Version: 1.3-current I have a couple of boxes with ubuntu 8.04 still. This behaviour seems to vary from box to box: may be graphics driver related? Actually, my 9.10

Re: [fltk.bugs] [MOD] STR #2257: fl_read_image and fl_begin_offscreen not working on fltk-1.3 OSX

2010-04-06 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?L2257 Version: 1.3-current Yes - using my test harness, this still fails with svn current on OSX. AFAIK other hosts are OK, so this does seem to be some OSX specific regre

Re: [fltk.bugs] [MOD] STR #1943: fltk-config --use-images may use non-static local-image-libs

2010-04-06 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?L1943 Version: 1.3-current You are right - this probably ought to be 2 different STR's. Sorry for the confusion. I still think that, if we pass --ldstaticflags to fltk-con

Re: [fltk.bugs] [HIGH] STR #2128: OpenGL Windows not working

2010-04-06 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?L2128 Version: 1.3-current All, I really am not sure this is a fltk issue per se: I think this is general flakiness in the linux GL drivers. My GL stuff works OK on Nvidi

Re: [fltk.bugs] [MOD] STR #1971: Fl_Menu_Button does not work as described in docs

2010-04-05 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?L1971 Version: 1.3-current Fix Version: Will Not Fix OK. The button (or its docs) are wrong, but I have a credible workaround and no one else seems to have a problem with

Re: [fltk.bugs] [MOD] STR #2257: fl_read_image and fl_begin_offscreen not working on fltk-1.3 OSX

2009-09-20 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?L2257 Version: 1.3-current Link: http://www.fltk.org/str.php?L2257 Version: 1.3-current#ifndef HAVE_WRITE_PNG_H #define HAVE_WRITE_PNG_H #ifndef WRITE_DATA_ERROR # defi

Re: [fltk.bugs] [MOD] STR #2257: fl_read_image and fl_begin_offscreen not working on fltk-1.3 OSX

2009-09-20 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?L2257 Version: 1.3-current Link: http://www.fltk.org/str.php?L2257 Version: 1.3-current#include #include #include #include #include "write_png.h" #ifndef PNG_UINT

Re: [fltk.bugs] [MOD] STR #2257: fl_read_image and fl_begin_offscreen not working on fltk-1.3 OSX

2009-09-20 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?L2257 Version: 1.3-current Link: http://www.fltk.org/str.php?L2257 Version: 1.3-current// offscreen-grab.cxx // fltk-config --compile offscreen-grab.cxx #include #includ

Re: [fltk.bugs] [MOD] STR #2257: fl_read_image and fl_begin_offscreen not working on fltk-1.3 OSX

2009-09-20 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?L2257 Version: 1.3-current Link: http://www.fltk.org/str.php?L2257 Version: 1.3-current<>___ fltk-bugs mailing list fltk-bugs@

[fltk.bugs] [MOD] STR #2257: fl_read_image and fl_begin_offscreen not working on fltk-1.3 OSX

2009-09-20 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?L2257 Version: 1.3-current I have a fairly complicated piece of code that makes extensive use of fl_offscreen to compose a complex scene, the fl_read_image to store that to

Re: [fltk.bugs] [LOW] STR #2215: tries to look for core fonts with Xft names

2009-09-14 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?L2215 Version: 1.1.9 I've looked at Aaron's patch before, and I think it is correct, although I'm not *entirley* sure it is necessary... The "manual" re-mapping of the well

Re: [fltk.bugs] [HIGH] STR #2244: Cmake files modified to build FLTK 1.3 on MSYS

2009-08-29 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?L2244 Version: 1.3-feature Note this patch is about Cmake support on win32 platforms, but the fixes applied may improve the Cmake support for 1.3.x generally, and probably

Re: [fltk.bugs] [MOD] STR #2204: GCC 4.4 rejects fl_set_fonts_xft.cxx

2009-08-29 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?L2204 Version: 1.3-current I think this has been fixed in recent svn snapshots? If so, should this STR be closed? Link: http://www.fltk.org/str.php?L2204 Version: 1.3-cur

Re: [fltk.bugs] [CRIT] STR #2158: In Fl_Text_Display, word wrapping do not work when mixing with unicode ata .

2009-08-28 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?L2158 Version: 1.3-current I seem to be very late to this particular party, which is bad because it is entirely possible that some of the issues flagged are my fault... An

Re: [fltk.bugs] [HIGH] STR #2115: Misplacement of text in Fl_Text_Editor and probably Fl_Text_Display

2009-08-28 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?L2115 Version: 1.3-current All, I've been wandering through this STR, and I am thinking that Greg's fix is worth implementing... It makes things look better, and I'm not s

Re: [fltk.bugs] [HIGH] STR #2222: compilation fails on systems using glibc-2.10 due to changes in std library types

2009-07-17 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?L Version: 1.3-current Well, one (not very useful) test point... I just tried the patch on Mac 10.4, and it made no difference at all. Which is a Good Thing, as no par

Re: [fltk.bugs] [HIGH] STR #2222: compilation fails on systems using glibc-2.10 due to changes in std library types

2009-07-14 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?L Version: 1.3-current Actually, now I've written it, that conditional compilation check looks wrong. SOmethng more like: #if (__GLIBC__ > 2) || ((__GLIBC__ == 2) && (

[fltk.bugs] [HIGH] STR #2222: compilation fails on systems using glibc-2.10 due to changes in std library types

2009-07-14 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?L Version: 1.3-current See also #2205, #2202 for fltk-2 STR also applies to fltk-1.1.x The glibc folk have, in glibc-2.10, changed the parameter types for quite a lot

Re: [fltk.bugs] [MOD] STR #2202: filename_list.cxx doesn't compile

2009-07-14 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?L2202 Version: 2.0-current This seems to be the same bug as STR #2205. The problem seems to be related to changes in GLIBC in recent versions of Fedora. The patch propose

Re: [fltk.bugs] [MOD] STR #2205: filename_list.cxx:66: error: invalid conversion from 'int (*)(const void*, const void*)' to 'int (*)(const dirent64**, const dirent64**)'

2009-07-14 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?L2205 Version: 2.0-current >From the thread: [fltk.general] glibc scandir change for POSIX compliance [was: Re: re-install question] it is apparent that this problem affl

[fltk.bugs] [MOD] STR #2208: textcolor() method has inconsistent parametere type

2009-06-23 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?L2208 Version: 1.3-current The textcolor() method should take the same parameter type (probably Fl_Color I guess) in all widgets, but in practice most widgets have it defin

[fltk.bugs] [MOD] STR #2203: --use-images --ldstaticflags returns wrong link libraries

2009-06-09 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?L2203 Version: 1.1-current I've been bitten by this *twice* now, so as Albrecht suggested, maybe I ought to file an STR... I think this is a problem with the fltk-1.1.x co

Re: [fltk.bugs] [MOD] STR #1971: Fl_Menu_Button does not work as described in docs

2009-04-12 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?L1971 Version: 1.3-current Fix Version: None Yes, and indeed I have the code working, more or less in that way. But my key concern was the flood of enter/leave events that

Re: [fltk.bugs] [HIGH] STR #2086: Menu crashes with UTF-8 menu text entries

2008-11-30 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?L2086 Version: 1.3-current Chasing up on Greg's earlier suggestion (that '\n' were probably a bad idea in the menu string) I've posted a revised version that constructs the

Re: [fltk.bugs] [HIGH] STR #2086: Menu crashes with UTF-8 menu text entries

2008-11-30 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?L2086 Version: 1.3-current Link: http://www.fltk.org/str.php?L2086 Version: 1.3-current/* Greg's chinese text test framework with my Fl_Input view added... fltk-confi

Re: [fltk.bugs] [MOD] STR #2093: MINGW doesn't like uppercase "#inlude " declaration on Linux

2008-11-29 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?L2093 Version: 1.3-current I've checked this, and it does indeed look like a case-sensitivity typo... Link: http://www.fltk.org/str.php?L2093 Version: 1.3-current __

[fltk.bugs] [HIGH] STR #2098: OSX 10.4 and earlier - problems with UCKeyTranslate

2008-11-28 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?L2098 Version: 1.3-current Matt had added code to Fl_mac.cxx to provide improved keyboard handling, particularly for Unicode key decoding, but we had to disable it because

Re: [fltk.bugs] [HIGH] STR #2097: Round type Box doesnt change color with fl_rgb_color

2008-11-27 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?L2097 Version: 1.1.9 I have posted a modified version of fl_round_box.cxx into the 1.3.x svn for testing (I'm reluctant to introduce any changes into 1.1.x unless we are c

Re: [fltk.bugs] [HIGH] STR #2097: Round type Box doesnt change color with fl_rgb_color

2008-11-27 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?L2097 Version: 1.1.9 Looks like the round boxtype widget is at fault: It has an internal method as follows (in the file fl_round_box.cxx) static void draw(int which, i

Re: [fltk.bugs] [LOW] STR #1948: glutIdleFunc() does not integrate well with other fltk idle methods

2008-11-14 Thread Ian MacArthur
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1948 Version: 1.3-current Fix Version: 1.3-current (r6525) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L1948 Version: 1.3-current Fix Version: 1.3-current (r6525) __

Re: [fltk.bugs] [LOW] STR #2089: fltk-1.3 configure does not automatically enable threads on WIN32 hosts

2008-11-14 Thread Ian MacArthur
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2089 Version: 1.1.3 Fix Version: 1.3-current (r6526) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L2089 Version: 1.1.3 Fix Version: 1.3-current (r6526) ___ fltk-bugs

Re: [fltk.bugs] [LOW] STR #2089: fltk-1.3 configure does not automatically enable threads on WIN32 hosts

2008-11-14 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?L2089 Version: 1.1.3 The bug seems to be in configure.in, line 739, where it tests: if test "x$enable_threads" = xyes; then However, since the default should now

[fltk.bugs] [LOW] STR #2089: fltk-1.3 configure does not automatically enable threads on WIN32 hosts

2008-11-13 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?L2089 Version: 1.1.3 Rebuilding fltk-1.3 from svn recently, using configure with no options given, the default seems to be to enable thread support, which seems sensible to

Re: [fltk.bugs] [HIGH] STR #2086: Menu crashes with UTF-8 menu text entries

2008-11-12 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?L2086 Version: 1.3-current OK - following up to Greg's post... I'll run a version without the multi-line menu and see how that goes. It's a fair point that my test code is

Re: [fltk.bugs] [LOW] STR #1948: glutIdleFunc() does not integrate well with other fltk idle methods

2008-11-12 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?L1948 Version: 1.3-current Link: http://www.fltk.org/str.php?L1948 Version: 1.3-current--- fltk-1.3/FL/glut.H Mon Sep 22 08:24:13 2008 +++ TE-fltk-1.3/FL/glut.H We

Re: [fltk.bugs] [LOW] STR #1948: glutIdleFunc() does not integrate well with other fltk idle methods

2008-11-12 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?L1948 Version: 1.3-current Revised patch posted - two files, glut.H.v2.patch and glut_compatability.cxx.v2.patch. However, I notice that glut.H.v2.patch is showing 0 size,

Re: [fltk.bugs] [LOW] STR #1948: glutIdleFunc() does not integrate well with other fltk idle methods

2008-11-12 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?L1948 Version: 1.3-current Link: http://www.fltk.org/str.php?L1948 Version: 1.3-current--- fltk-1.3/src/glut_compatability.cxx Tue Sep 16 12:15:33 2008 +++ TE-fltk-1.3/sr

Re: [fltk.bugs] [LOW] STR #1948: glutIdleFunc() does not integrate well with other fltk idle methods

2008-11-12 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?L1948 Version: 1.3-current Link: http://www.fltk.org/str.php?L1948 Version: 1.3-current--- fltk-1.3/FL/glut.H Mon Sep 22 08:24:13 2008 +++ TE-fltk-1.3/FL/glut.H We

Re: [fltk.bugs] [LOW] STR #1948: glutIdleFunc() does not integrate well with other fltk idle methods

2008-11-12 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?L1948 Version: 1.3-current I've been looking at this patch again, and trying to check the Glut docs (I am not strong on glut stuff...) and I think my patch is wrong. In pa

Re: [fltk.bugs] [HIGH] STR #2086: Menu crashes with UTF-8 menu text entries

2008-11-11 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?L2086 Version: 1.3-current Yes - that looks familiar... One thing I notice; the only text glyph visible in the menu widget is the last one from line 4. I wonder if that is

Re: [fltk.bugs] [MOD] STR #1949: fltk not handling RGBA png files correctly

2008-11-11 Thread Ian MacArthur
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1949 Version: 1.3-current Fix Version: 1.3-current (r6517) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L1949 Version: 1.3-current Fix Version: 1.3-current (r6517) __

[fltk.bugs] [HIGH] STR #2086: Menu crashes with UTF-8 menu text entries

2008-11-09 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?L2086 Version: 1.3-current This was observed whilst testing UTF-8 string handling (for STR 2080) using the test program contained in "test-src.zip" of STR 2080. The observ

Re: [fltk.bugs] [HIGH] STR #2080: Decoding of UTF-8 strings inconsistent

2008-11-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?L2080 Version: 1.3-current Link: http://www.fltk.org/str.php?L2080 Version: 1.3-current<>___ fltk-bugs mailing list fltk-bugs@

[fltk.bugs] [HIGH] STR #2080: Decoding of UTF-8 strings inconsistent

2008-11-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?L2080 Version: 1.3-current When presented with a UTF-8 test string (Chinese in this example) it is apparent that fltk-1.3 does not decode the string correctly under some un

Re: [fltk.bugs] [MOD] STR #2079: Wrong FL_LEAVE events send to Fl_Gl_Window

2008-11-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?L2079 Version: 1.1.9 Fix Version: 1.1.9 NOTE: This same "feature" can exist in fltk-1.3 and fltk-2 -- Ian Link: http://www.fltk.org/str.php?L2079 Version: 1.1.9 Fix Vers

Re: [fltk.bugs] [MOD] STR #1949: fltk not handling RGBA png files correctly

2008-10-22 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?L1949 Version: 1.3-current OK - it looks as if fltk-2's configure doesn't handle the defines correctly (same as the fltk-1.x configure) but then the fltk-2 code doesn't act

Re: [fltk.bugs] [MOD] STR #1949: fltk not handling RGBA png files correctly

2008-10-20 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?L1949 Version: 1.3-current I don't think so, or at least, that's not the intent! What it is supposed to do is: a) If using the "built in" PNG lib, then do always set the

Re: [fltk.bugs] [MOD] STR #1949: fltk not handling RGBA png files correctly

2008-10-19 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?L1949 Version: 1.3-current Update: this configure problem is present in the 1.1.x, 1.3.x and 2.x svn tree's. I think my proposed fix is sensible. Link: http://www.fltk.or

Re: [fltk.bugs] [LOW] STR #1948: glutIdleFunc() does not integrate well with other fltk idle methods

2008-10-19 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?L1948 Version: 1.3-current Does anyone have any views on this patch? Or at least the underlying objective... I'm not really all that comfortable with the whole glut busines

[fltk.bugs] [HIGH] STR #2045: fltk-1.3 will not compile on ubuntu 8.04

2008-09-20 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?L2045 Version: 1.3-current Gents, Building fltk-1.3 svn on my ubuntu 8.04 box, it fails as shown below. Not seen this on my other builds (an older FC7 box), which appear

[fltk.bugs] [MOD] STR #1971: Fl_Menu_Button does not work as described in docs

2008-05-27 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?L1971 Version: 1.1.9 I have a pop up Fl_Menu_Button that covers my main widget, so that I can get context menu pop ups on a right-click. All fine so far. But... my underly

Re: [fltk.bugs] [MOD] STR #1943: fltk-config --use-images may use non-static local-image-libs

2008-05-16 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?L1943 Version: 1.3-current OK, I can see that... However, I think the second part of the change, modifying IMAGELIBS to include a -Lpath, is quite benign, and should be ap

Re: [fltk.bugs] [HIGH] STR #1950: add_idle inside draw() waits for event first time

2008-05-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?L1950 Version: 1.1.9 This maybe needs to be (loosely) tied to STR #1948, which is also about the behaviour of the deprecated set_idle() function... Link: http://www.fltk.

Re: [fltk.bugs] [HIGH] STR #1950: add_idle inside draw() waits for event first time

2008-05-02 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?L1950 Version: 1.1.9 Hmm, I'm not all that keen on the idea of adding an idle function within the draw method, but there doesn't seem to be any good reason why it should no

Re: [fltk.bugs] [MOD] STR #1949: fltk not handling RGBA png files correctly

2008-05-01 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?L1949 Version: 1.3-current All, I've posted a minor patch to configure.in that I think addresses this problem. Only basic testing so far, but should be OK... I hope! Link

Re: [fltk.bugs] [MOD] STR #1949: fltk not handling RGBA png files correctly

2008-05-01 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?L1949 Version: 1.3-current Link: http://www.fltk.org/str.php?L1949 Version: 1.3-current--- configure.in2008-05-01 20:18:16.0 +0100 +++ configure.in.new

Re: [fltk.bugs] [MOD] STR #1949: fltk not handling RGBA png files correctly

2008-05-01 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?L1949 Version: 1.3-current OK, I think there's something awry in configure. Or perhaps more likely I just don't get it... Anyway, the configure script tests for png_set_tR

Re: [fltk.bugs] [MOD] STR #1949: fltk not handling RGBA png files correctly

2008-05-01 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?L1949 Version: 1.3-current Tested this on my OSX box. Result is as reported by Craig (homerjay) on his linux box, i.e. the configure script seems to have found png_set_tRNS

Re: [fltk.bugs] [MOD] STR #1949: fltk not handling RGBA png files correctly

2008-05-01 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?L1949 Version: 1.3-current OK - here's the analysis: The problem may be a configure issue? Anyway, it stems from this code in Fl_PNG_Image.cxx, line 112: # if defined(H

[fltk.bugs] [MOD] STR #1949: fltk not handling RGBA png files correctly

2008-05-01 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?L1949 Version: 1.3-current Also observed in 1.1.9-final. The attached png file is 32-bit RGBA. It does not seem to load correctly in fltk. It should be square, but comes up

Re: [fltk.bugs] [LOW] STR #1948: glutIdleFunc() does not integrate well with other fltk idle methods

2008-05-01 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?L1948 Version: 1.3-current Link: http://www.fltk.org/str.php?L1948 Version: 1.3-current--- ../fltk-1.1/src/glut_compatability.cxx 2008-04-26 23:13:02.0 +010

[fltk.bugs] [LOW] STR #1948: glutIdleFunc() does not integrate well with other fltk idle methods

2008-05-01 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?L1948 Version: 1.3-current This bug also exists in 1.1.9 (and possibly the 2.x tree). The emulation of glutIdleFunc() by the Fltk glut compatability code works in such a wa

Re: [fltk.bugs] [MOD] STR #1906: win32: switch to using winsock2 as default

2008-04-25 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?L1906 Version: 1.3-current In the file configure.in, at line 622 change from: LIBS="$LIBS -lole32 -luuid -lcomctl32 -lwsock32" to LIBS="$LIBS -lole32 -l

Re: [fltk.bugs] [MOD] STR #1906: win32: switch to using winsock2 as default

2008-04-25 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?L1906 Version: 1.3-current For what it's worth, this change is in all my fltk-utf8 hacks, and it's only a couple of header refs in the source, and a few little tweaks in th

[fltk.bugs] [MOD] STR #1943: fltk-config --use-images may use non-static local-image-libs

2008-04-25 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?L1943 Version: 1.1.9 NOTE: Also applies to 1.3.x, and possibly to 2.x. The configure script sets up fltk-config such that the image-libs string is hard coded as: IMAGELIB

[fltk.bugs] [MOD] STR #1906: win32: switch to using winsock2 as default

2008-03-28 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?L1906 Version: 1.3-current This STR is just a marker to remind us to switch the winsock to winsock2 for the win32 builds, rather than the deprecated ws1.1 that fltk-1.1.x h

[fltk.bugs] [LOW] STR #1857: Badly Formed html in Fl_Input.html

2008-01-15 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?L1857 Version: 1.1-current The tables in Fl_Input.html seem mis-formed. They display OK in most "real" browsers, but not in Fl_Help_View - see this in the help view demo pro

Re: [fltk.bugs] [LOW] STR #1809: fltk-1.1.8 XFT font support for GL and xft_font enahancements

2007-11-02 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?L1809 Version: 1.1-current OK, I've tried Aaron's patch4 and it does work. I think it is conceivably "more right" than what I had, although both seem to work OK in practice

Re: [fltk.bugs] [LOW] STR #1809: fltk-1.1.8 XFT font support for GL and xft_font enahancements

2007-11-01 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?L1809 Version: 1.1-current On 1 Nov 2007, at 0:16, Aaron M. Ucko wrote: > For the most part, these work quite well; thanks for putting them together! > However, patch3 al

Re: [fltk.bugs] [LOW] STR #1809: fltk-1.1.8 XFT font support for GL and xft_font enahancements

2007-10-12 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?L1809 Version: 1.1-current Link: http://www.fltk.org/str.php?L1809 Version: 1.1-current--- v2/fl_font_xft.cxx 2007-10-12 16:35:44.0 +0100 +++ v3/fl_font_xft.cxx

Re: [fltk.bugs] [LOW] STR #1809: fltk-1.1.8 XFT font support for GL and xft_font enahancements

2007-10-12 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?L1809 Version: 1.1-current Link: http://www.fltk.org/str.php?L1809 Version: 1.1-current--- v1/fl_font_xft.cxx 2007-10-12 16:15:01.0 +0100 +++ v2/fl_font_xft.cxx

Re: [fltk.bugs] [LOW] STR #1809: fltk-1.1.8 XFT font support for GL and xft_font enahancements

2007-10-12 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?L1809 Version: 1.1-current Link: http://www.fltk.org/str.php?L1809 Version: 1.1-current--- old/fl_font_xft.cxx 2007-10-11 21:05:06.0 +0100 +++ v1/fl_font_xft.cxx

[fltk.bugs] [LOW] STR #1809: fltk-1.1.8 XFT font support for GL and xft_font enahancements

2007-10-12 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?L1809 Version: 1.1-current The current implementation of fltk with XFT-2 support for the 1.1.x series (and also the fltk2.x series, I believe) always returns the same defau

Re: [fltk.bugs] [MOD] STR #1724: Bug: Fl_Browser: content/scrollbar wrong after hide() changes

2007-10-07 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?L1724 Version: 1.1.7 Blimey - up to 5 entries in the list! I am amazed. Mind you - I do wonder if the basic Fl_Browser widget is the correct thing to use? When I have b

<    1   2   3   >