Re: [fltk.development] utf8 preparation done!

2008-09-11 Thread Albrecht Schlosser
matthiasm wrote: Allrighty, I decided to release the utf8 patch into the Wild (in this case, into the Trunk of the SVN). well done, thanks for your work :-) But this also means that this particular SVN version of FLTK 1.3 is very buggy! Here are a bunch of issues that I have found so

Re: [fltk.development] Doxygen 1.3 matrix work proposalinitiative

2008-09-11 Thread Duncan Gibson
Fabien Costantini wrote: I hope we won't regret not to have centralized all doc in one place, now that we deal with both H and CXX. matthiasm wrote: I am aware that this is a compromise. I too hope that we will be fine. At least we have a defined place, the implementation of whatever

Re: [fltk.development] utf8 preparation done!

2008-09-11 Thread MacArthur, Ian (SELEX GALILEO, UK)
Allrighty, I decided to release the utf8 patch into the Wild (in this case, into the Trunk of the SVN). Way to go! That was very swift... But this also means that this particular SVN version of FLTK 1.3 is very buggy! Here are a bunch of issues that I have found so far: - Makefile

Re: [fltk.development] utf8 preparation done!

2008-09-11 Thread matthiasm
On 11.09.2008, at 07:43, Greg Ercolano wrote: BTW, Matthias, here's a handy little program me and Ian came up with that tests japanese utf8.. gives instant results on showing non- roman characters: http://seriss.com/people/erco/fltk/japanese-test-utf8.cxx Thanks, that is

Re: [fltk.development] utf8 preparation done!

2008-09-11 Thread matthiasm
On 11.09.2008, at 09:07, Albrecht Schlosser wrote: make on cygwin: (1) I had to add -limm32 to LDLIBS and GLDLIBS in makeinclude, but this a generated file - don't know, where to do it right. This should be fixed by not requiring IMM32.DLL at compile time anymore. (2) help/mcast_rx

Re: [fltk.development] utf8 preparation done!

2008-09-11 Thread matthiasm
On 11.09.2008, at 12:24, MacArthur, Ian (SELEX GALILEO, UK) wrote: Built from configure/make on Msys/mingw/winXP. Caveats: -- Hand edited makeinculde to add -limm32 -lws2_32 to the linked libs, to get things through the build. I accept that long term this may not be the right

Re: [fltk.development] utf8 preparation done!

2008-09-11 Thread MacArthur, Ian (SELEX GALILEO, UK)
This patch would break OS X and Linux builds. As you see from the last commit, I try to touch Makefiles as little as possible, because every little change here triggers another problem on some platform I usually have never heard of... . A more correct version of the patch would

Re: [fltk.development] RFD: Redesign of Fl_Scroll (FLTK 1.3)

2008-09-11 Thread Albrecht Schlosser
matthiasm wrote: On 10.09.2008, at 10:09, Albrecht Schlosser wrote: Here is an improved version of my patch. This one also handles keyboard input, as the old version did (at least I could test Page up/down, pos1, end). It's still work in progress, however. It looks pretty good and

Re: [fltk.development] utf8 preparation done!

2008-09-11 Thread Albrecht Schlosser
MacArthur, Ian (SELEX GALILEO, UK) wrote: ...except for fractals.exe which segfaults. (Note: the segfaulting fractals demo *may* have been present in earlier 1.3.x snapshots, or so rumour here has it...) That would be nice to know. OK - the report here is that this was definitely

[fltk.development] [RFE] STR #2040: Deriving from Fl_Choice

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2040 Version: 1.3-feature When trying to derive from Fl_Choice, I noticed that it is impossible for a derived class to intercept when an item has been selected. I propose

Re: [fltk.development] [RFE] STR #2040: Deriving from Fl_Choice

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2040 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2040 Version: 1.3-feature--- FL/Fl_Choice.H.original 2005-04-15 21:13:17.0 -0300 +++

Re: [fltk.development] utf8 preparation done!

2008-09-11 Thread MacArthur, Ian (SELEX GALILEO, UK)
Does it crash only on Vista? It works for me on WinXP, no problems. Not only Vista; it crashed for me on XP (just synched my svn and rebuilt) but there was a verbal report from another user here that this crash had been seen previously, on a recent but pre-UTF-8, 1.3.x checkout. OK -

Re: [fltk.development] utf8 preparation done!

2008-09-11 Thread Greg Ercolano
On 10.5, it compiles and links fine. Did you update to the latest svn? Yes, I did an 'svn update' followed by 'make distclean; make', but it still built wrong. HOWEVER: I thought the problem might be I had made customizations to one of the Makefiles earlier in

Re: [fltk.development] utf8 preparation done!

2008-09-11 Thread imacarthur
On 11 Sep 2008, at 19:20, Greg Ercolano wrote: On 10.5, it compiles and links fine. Did you update to the latest svn? FWIW, it builds OK on this 10.4.11 mac... I compiled my japanese text program against it, and there was one small problem.. sorry I'm only writing about the

Re: [fltk.development] utf8 preparation done!

2008-09-11 Thread imacarthur
On 11 Sep 2008, at 19:20, Greg Ercolano wrote: not sure about the font scaling though.. might be a limitation of the default mac font, not sure. I'll try different set_font() settings to see if I can fix that. Another thought - There's now a utf8 font demo program in the

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature SmartChoiceTest-v3.tar.gz Description: Binary data

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Well, it looks like I forgot to upload the patch! :) That's ok, I like FL_TOOLTIP-v3.patch better. The patch results in the addition of a

Re: [fltk.development] utf8 preparation done!

2008-09-11 Thread Greg Ercolano
imacarthur wrote: On 11 Sep 2008, at 19:20, Greg Ercolano wrote: On 10.5, it compiles and links fine. Did you update to the latest svn? FWIW, it builds OK on this 10.4.11 mac... Yes, builds fine for me now, too. Hmmm, I just tried it here, and it works out of the box with the

[fltk.development] Improved scheme and highlighting support available - please discuss

2008-09-11 Thread Roman Kantor
I have more-less complete highlighting for fltk-1.3 If you are impatient and trust my executable (and the wires in-between) you can try a MingW compiled scheme.exe at http://phy19.phy.tcd.ie/fltk/highlighting/ This is exclusively fluid-implemented demo which would go to /test

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature--- FL/Enumerations.H.original 2008-08-15 18:11:21.0 -0300 +++

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature I posted FL_TOOLTIP-v4.patch which includes the bug fix found by Albrecht Schlosser. The last posted example still valid for testing. Here is