[fltk.development] Closing of STR 1949

2008-11-11 Thread imacarthur
I've closed STR 1949 since, with Albrecht and Fabien's patches in place, it now seems to do the Right Thing in tests on OSX, Linux, WinXP and Vista. (WinXP and Vista builds tested with mingw and cygwin.) Now... given that the fix works, do we want to back-port it into fltk-1.1.x, since the

[fltk.development] More UTF-8 handling oddities

2008-11-11 Thread imacarthur
Whilst investigating STR 2080, I tripped over a feature in WinXP (and possibly also in Vista) described in STR 2086. Can I ask others that have access to WinXP and Vista test systems to try the failure recipe I describe and report whether the fault is reproducible or not? Thanks, -- Ian

Re: [fltk.development] More UTF-8 handling oddities

2008-11-11 Thread Greg Ercolano
imacarthur wrote: Whilst investigating STR 2080, I tripped over a feature in WinXP (and possibly also in Vista) described in STR 2086. Can I ask others that have access to WinXP and Vista test systems to try the failure recipe I describe and report whether the fault is reproducible or

Re: [fltk.development] More UTF-8 handling oddities

2008-11-11 Thread imacarthur
On 11 Nov 2008, at 22:03, Greg Ercolano wrote: Can I ask others that have access to WinXP and Vista test systems to try the failure recipe I describe and report whether the fault is reproducible or not? Reproduced on Vista. I don't have the latest checkout, but have a somewhat

Re: [fltk.development] [Library] r6514 - in trunk: fltk src test

2008-11-11 Thread Bill Spitzak
No, it's just there compiler being stupid. That's a useful *warning* but it should not be an error! The workaround everybody uses is to replace int(ptr) with int(long(ptr)). I changed it to this and checked it in. Changing the values to size_t will just make warnings appear somewhere else.

Re: [fltk.development] More UTF-8 handling oddities

2008-11-11 Thread Albrecht Schlosser
imacarthur wrote: Whilst investigating STR 2080, I tripped over a feature in WinXP (and possibly also in Vista) described in STR 2086. Can I ask others that have access to WinXP and Vista test systems to try the failure recipe I describe and report whether the fault is reproducible or not?

Re: [fltk.development] FLTK coding standards RFC

2008-11-11 Thread Dejan Lekic
FLTK mostly uses xyz(value) to set, and xyz() to get. And I just _love_ that approach! ___ fltk-dev mailing list fltk-dev@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-dev

Re: [fltk.development] [Library] r6514 - in trunk: fltk src test

2008-11-11 Thread Dejan Lekic
Furthermore, Bill, I am just talking on IRC with a guy who contributed few important patches to FLTK2, and here is what he says (interesting): traeak taking a 64bit pointer value traeak then tossing the upper 32bits traeak and using that as a hash value traeak or index value traeak

Re: [fltk.development] FLTK coding standards RFC

2008-11-11 Thread Greg Ercolano
Dejan Lekic wrote: FLTK mostly uses xyz(value) to set, and xyz() to get. And I just _love_ that approach! Seems fine to me. The only way it might get confusing is if xyz is an action verb, like explode, in which case a programmer might accidentally code: //

Re: [fltk.development] FLTK coding standards RFC

2008-11-11 Thread Dejan Lekic
Greg, I can only agree. IMHO there was a paragraph in our code standards document about what I said previously, however, some people did not follow strictly that standard... ___ fltk-dev mailing list fltk-dev@easysw.com

Re: [fltk.development] [Library] r6514 - in trunk: fltk src test

2008-11-11 Thread Dejan Lekic
The workaround everybody uses is to replace int(ptr) with int(long(ptr)). I changed it to this and checked it in. I do not see this change Bill, will you _please_ check if you perhaps did not check it in? :) ___ fltk-dev mailing list

Re: [fltk.development] [RFE] STR #1935: you only see the titles of 10 messages

2008-11-11 Thread Michael Sweet
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1935 Version: Web Site Fix Version: Current Link: http://www.fltk.org/str.php?L1935 Version: Web Site Fix Version: Current ___ fltk-dev mailing list fltk-dev@easysw.com