Re: [fltk.development] Doxygenating sources for 1.3 ?

2008-09-15 Thread Duncan Gibson
I've just started doxygenating Fl_Button, and have come across some wrinkles in the code, the guidelines, and doxygen: [...] 4. I had problems with type() documentation and enumerations because Fl_Widget's type() method isn't overridden in the derived classes. Therefore doxygen doesn't

Re: [fltk.development] [Library] r6248 - in branches/branch-1.3: FL documentation src

2008-09-15 Thread Fabien Costantini
Wow, Fabien, you did a _lot_ of work for doxyfying the sources. Thanks very much. You're welcome, I spent all my WE (and many nights this last week) to achieve that stuff, documentation is a very important matter. I had a short look at Fl_Menu_Item, and I saw lots of html quoting for

Re: [fltk.general] Fltk 1.3: Doxygen documentation full implementation

2008-09-15 Thread Albrecht Schlosser
-> Re: [fltk.general] Fltk 1.3: Doxygen documentation full implementation fltk -- Thread -- -- Date -- Re: [fltk.general] Fltk 1.3: Doxygen documentation full implementation Albrecht Schlosser

Re: [fltk.general] Fltk 1.3: Doxygen documentation full implementation

2008-09-15 Thread Albrecht Schlosser
Albrecht Schlosser wrote: Update notice: WP11 is still available, all the others are done or worked on :-) okay, that's history ;-) Fabien started working on the last part. Great work so far! Thus, FLTK 1.3 docs will be available from the doxygen sources shortly, at least in a version that

[fltk.general] fltk-1.1 (or 1.3) and Cairo on OSX

2008-09-15 Thread imacarthur
Anybody got any relevant pointers on Cairo? I've never really used Cairo but a colleague has a fairly complex piece of code he uses to render anti-aliased scenes on his linux system (and to generate PDF output for a permanent record.) I was taking a look at porting this to OSX, but my

Re: [fltk.general] fltk-1.1 (or 1.3) and Cairo on OSX

2008-09-15 Thread Albrecht Schlosser
imacarthur wrote: Anybody got any relevant pointers on Cairo? FLTK 2, maybe. Suggestions? Other than not using Cairo, since Quartz is anti-aliased anyway, and there are others ways to get PDF out of an OSX system... I've just seen some commits from Bill Spitzak for FLTK 2. It seems that

Re: [fltk.general] fltk-1.1 (or 1.3) and Cairo on OSX

2008-09-15 Thread Fabien Costantini
Yes, fltk2 implements (not fully yet, not all platforms) cairo support. AFAIK, cairo support is implemented for os x but does not work for now. I built (in my former life) a little cairo demo that demonstrates how to incorporate cairo code in fltk (i used a window and drawn something psychedelic

Re: [fltk.general] fltk-1.1 (or 1.3) and Cairo on OSX

2008-09-15 Thread Kai-Uwe Behrmann
Did you try the standard image surface to draw on? For X displaying its my favourite. The speed seems acceptable for non animations. A small test application can be found here: http://www.behrmann.name/index.php?option=com_weblinkstask=viewcatid=75id=149 It is not tested on osX, but should