[fltk.development] Fltk3 deps suspect?

2011-10-04 Thread MacArthur, Ian (SELEX GALILEO, UK)
This is not to say that there *is* a problem, just flagging up that I think something odd happened... I was rebuilding fltk3 on my OSX host, and svn had pulled in a few revisions (e.g. Manolo's cocoa_font commit etc.) but some of the files I thought were touched did not get rebuilt. This seemed

Re: [fltk.development] [RFE] STR #2600: Fl::screen_count() and friends are only initialized once

2011-10-04 Thread Manolo Gouy
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2600 Version: 1.3-feature Fix Version: 1.3-current (r9102) Changed X11 implementation: the libXrandr.so shared library is now dynamically loaded at run-time, so there is not anymore the requirement to test for this library at compile-

Re: [fltk.development] [RFE] STR #2600: Fl::screen_count() and friends are only initialized once

2011-10-04 Thread Manolo Gouy
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2600 Version: 1.3-feature Fix Version: 1.3-current (r9123) The correct SVN r number is 9123. Link: http://www.fltk.org/str.php?L2600 Version: 1.3-feature Fix Version: 1.3-current (r9123)

[fltk.development] [RFE] STR #2728: Add test program to test for shadowed variables (-Wshadow)

2011-10-04 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2728 Version: 1.3-feature To test for problems with variable shadowing (for apps that compile against FLTK with e.g. -Wshadow), we could make one test program that #includ

Re: [fltk.development] [RFE] STR #2728: Add test program to test for shadowed variables (-Wshadow)

2011-10-04 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2728 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2728 Version: 1.3-feature ___ fltk-dev mailing list fltk-dev@e

Re: [fltk.development] [RFE] STR #2692: right justify option for scroll window

2011-10-04 Thread David Allen
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2692 Version: 1.4-feature Attached file "main.cpp"... Link: http://www.fltk.org/str.php?L2692 Version: 1.4-feature #include #include #include #include #include #incl

Re: [fltk.development] [RFE] STR #2692: right justify option for scroll window

2011-10-04 Thread David Allen
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2692 Version: 1.4-feature thanks for taking a look at this. i posted a file that gives a minimal framework for testing the feature. actually, i have achieved almost what i

Re: [fltk.development] Fltk3 deps suspect?

2011-10-04 Thread Matthias Melcher
On 04.10.2011, at 10:22, MacArthur, Ian (SELEX GALILEO, UK) wrote: > > This is not to say that there *is* a problem, just flagging up that I > think something odd happened... > > I was rebuilding fltk3 on my OSX host, and svn had pulled in a few > revisions (e.g. Manolo's cocoa_font commit etc.