[fltk.bugs] [MOD] STR #2829: Jenkins: support for MinGW

2012-04-24 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2829 Version: None MinGW is not yet installed correctly (missing gcc) Link: http://www.fltk.org/str.php?L2829 Version: None

Re: [fltk.bugs] [MOD] STR #2829: Jenkins: support for MinGW

2012-04-24 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2829 Version: None Link: http://www.fltk.org/str.php?L2829 Version: None ___ fltk-bugs mailing list fltk-bugs@easysw.com

Re: [fltk.bugs] [LOW] STR #2797: X errors occur when XDBE disabled + Fl_Double_Windows resized to zero on W or H

2012-04-24 Thread Fabien Costantini
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2797 Version: 1.3-current Agreed that we should return NULL and document it; as thinking about the consequences of being permisse as windows is, I would say that if I

Re: [fltk.development] Some thoughts on STL + libs and ABI issues

2012-04-24 Thread David FLEURY
Le 24/04/2012 02:59, Greg Ercolano a écrit : A fascinating thread formed today on a large but private CG mailing list that branched from a discussion on c++11 to STL ABI issues that I found quite interesting, as well as the problems of exposing STL in a lib's API and

Re: [fltk.development] New jobs in Jenkins

2012-04-24 Thread MacArthur, Ian (SELEX GALILEO, UK)
On 23.04.2012, at 23:53, Matthias Melcher wrote: I added the OS X command line build for FLTK 1.3 to Jenkins. I also added all jobs for FLTK 3.0. Ooops: http://matthiasm.mooo.com/jenkins Matt (et al) Two things: 1: I accidentally triggered a fltk3 Ubuntu rebuild last night - I was

Re: [fltk.development] New jobs in Jenkins

2012-04-24 Thread Matthias Melcher
On 24.04.2012, at 03:38, Greg Ercolano wrote: Only suggs I can think of so far: o The output of date(1) at top+bottom of console log so we can see start/end build dates in the log itself Done for all command line jobs. o The output of 'gcc -v' in the log, so

Re: [fltk.development] New jobs in Jenkins

2012-04-24 Thread Matthias Melcher
On 24.04.2012, at 03:22, Greg Ercolano wrote: I wanted to look at the console output from some of the recent builds, but couldn't due to 'timeouts': http://10.0.1.19/jenkins/job/FLTK_1.3_Ubuntu_Makefile/ The server at 10.0.1.19 is taking too long to respond. Yeah, I have a

Re: [fltk.development] MinGW - how to?

2012-04-24 Thread MacArthur, Ian (SELEX GALILEO, UK)
I downloaded MinGW-get from mingw.org and ran it (it seems that they uploaded it only 24 hours ago - should I use a different version). Using the included package, it does not install the C compiler (it does compile C++ though). Using the option to download the newest version, I get tons of

Re: [fltk.development] New jobs in Jenkins

2012-04-24 Thread MacArthur, Ian (SELEX GALILEO, UK)
Their GUI reporter is cute, which apparently parses gcc's error output and gives a condensed report and lots of cute bar graphs. Looks like r9390 gave these non-fatal warnings: Fl_x.cxx: In function �int fl_handle(const XEvent)�: Fl_x.cxx:1292:9: warning: variable �len�

Re: [fltk.development] New jobs in Jenkins

2012-04-24 Thread Albrecht Schlosser
On 24.04.2012 11:01, Matthias Melcher wrote: On 24.04.2012, at 03:38, Greg Ercolano wrote: Only suggs I can think of so far: o The output of date(1) at top+bottom of console log so we can see start/end build dates in the log itself Done for all command line jobs.

Re: [fltk.development] MinGW - how to?

2012-04-24 Thread Albrecht Schlosser
On 24.04.2012 12:22, Albrecht Schlosser wrote: ... what I do in .bashrc is something like this: export MINGW_PATH=/usr/local/bin:/mingw/bin:/bin: export SYSTEM_PATH=/c/Windows/system32:/c/Windows # mingw_path() { mingw_prompt; \ export PATH=${MINGW_PATH}${SYSTEM_PATH}; echo PATH=$PATH; }

Re: [fltk.development] MinGW - how to?

2012-04-24 Thread MacArthur, Ian (SELEX GALILEO, UK)
One more note: although some people recommend changing the Windows system PATH environment variable, I never do this for MinGW. IMHO it is much better to change the path only in the MinGW environment. I also *remove* some Windows path components which I don't like in the MinGW environment,

Re: [fltk.development] Some thoughts on STL + libs and ABI issues

2012-04-24 Thread Fabien Costantini
On 24.04.2012, at 02:59, Greg Ercolano wrote: Very VERY enlightening! I always had a bad feeling about STL in the API, = but this surpasses my fears. The only usable STL container is = std::string then, since it does not have a template?= Most std::string are based on template too like :

Re: [fltk.development] Can Fl_Text_Display have a background colorin V1.3

2012-04-24 Thread David Currie
On 23.04.2012, at 11:09, MacArthur, Ian (SELEX GALILEO, UK) wrote: =20 I am using FLTK Version 1.3 Can Fl_Text_Display text have a background color ? It seems to me it should be in Style_Table_Entry somewhere. eg : I would like my Fl_Text_Display to look like

Re: [fltk.development] Can Fl_Text_Display have a background colorin V1.3

2012-04-24 Thread MacArthur, Ian (SELEX GALILEO, UK)
By using repeated replaces the entire display's colours can be controlled BUT NOT THE BACKGROUND. Why can't each Style_Table_Entry contain background color information somehow? Sorry - it just wasn't designed that way... Somebody (might have been Greg?) had a widget for interpreting ANSI

Re: [fltk.development] Can Fl_Text_Display have a background colorin V1.3

2012-04-24 Thread Matthias Melcher
On 24.04.2012, at 16:47, David Currie wrote: By using repeated replaces the entire display's colours can be controlled BUT NOT THE BACKGROUND. Why can't each Style_Table_Entry contain background color information somehow? It can't because it is not in the code right now that renders the

Re: [fltk.development] Can Fl_Text_Display have abackground colorin V1.3

2012-04-24 Thread Greg Ercolano
On 04/24/12 08:07, MacArthur, Ian (SELEX GALILEO, UK) wrote: By using repeated replaces the entire display's colours can be controlled BUT NOT THE BACKGROUND. Why can't each Style_Table_Entry contain background color information somehow? Sorry - it just wasn't designed that way...

Re: [fltk.development] MinGW - how to?

2012-04-24 Thread Ian MacArthur
On 23 Apr 2012, at 22:52, Matthias Melcher wrote: Oh, and a second thing: I am also trying to find a way to run MinGW scripts from the MSWindows shell (which is what Jenkins does). OK, on my VM that has current mingw I did mingw-get update to make sure all was current, and then svn up'd

Re: [fltk.development] New jobs in Jenkins

2012-04-24 Thread Matthias Melcher
On 24.04.2012, at 10:31, MacArthur, Ian (SELEX GALILEO, UK) wrote: On 23.04.2012, at 23:53, Matthias Melcher wrote: I added the OS X command line build for FLTK 1.3 to Jenkins. I also added all jobs for FLTK 3.0. Ooops: http://matthiasm.mooo.com/jenkins Matt (et al) Two things:

Re: [fltk.general] cairo window in a group

2012-04-24 Thread David Allen
A belated thanks for this. It works nicely and I am able to use it as a starting point for my project. I'm interested in having a cairo window as a member of a=20 group. the cairo example in the test directory has the cairo=20 window as the main window. Since the constructor has only=20

[fltk.general] how to set font in fltk1.3

2012-04-24 Thread leowang
Dear All, Now I am developing in fltk1.3, and I am a newbie in this version. I have a question of how to set my custom font, for example, I have a font named MY_FONT, then how can I use this font type to display the text in Browser widget? I see it has a fl_font API, but the first parameter is

[fltk.general] how to change text color when select the text in fltk1.3

2012-04-24 Thread leowang
Dear All, In fltk2.0, it has a API called selection_textcolor(int color), this can change text color if the text is select. But in fltk1.3, I can't find the similar API, can anyone else tell me where is this API, thanks. Best regards, leo ___ fltk

Re: [fltk.general] how to change text color when select the text in fltk1.3

2012-04-24 Thread Greg Ercolano
Dear All, In fltk2.0, it has a API called selection_textcolor(int color), this can change text color if the text is select. But in fltk1.3, I can't find the similar API, can anyone else tell me where is this API, thanks. Best regards, leo Hmm, for which widget? Usually its