Re: [Plplot-devel] new wxwidgets driver

2006-11-27 Thread Werner Smekal
Hi Hazen,

 /Users/hbabcock/Documents/OpenSource/PLplot/plplot-cvs/drivers/ 
 wxwidgets.cpp: In function 'void plD_init_wxwidgets(PLStream*)':
 /Users/hbabcock/Documents/OpenSource/PLplot/plplot-cvs/drivers/ 
 wxwidgets.cpp:499: error: 'antialized' was not declared in this scope
 /Users/hbabcock/Documents/OpenSource/PLplot/plplot-cvs/drivers/ 
 wxwidgets.cpp:500: error: 'smooth_text' was not declared in this scope
 /Users/hbabcock/Documents/OpenSource/PLplot/plplot-cvs/drivers/ 
 wxwidgets.cpp:501: error: 'freetype' was not declared in this scope
 make[2]: *** [drivers/CMakeFiles/wxwidgets.dir/wxwidgets.o] Error 1
 make[1]: *** [drivers/CMakeFiles/wxwidgets.dir/all] Error 2
 make: *** [all] Error 2

thank you very much for the bug report. I forgot to check the driver if 
freetype is not available. The bug is now fixed in cvs. Could you make 
another version of plplot 5.7.2? No, just joking :) Thanks for the work 
on the releases.
I hope the wxwigdets driver will now work also in Mac OSX. The wxwidgets 
driver should be convenient for Mac Users, since for Mac OSX 10.5 the 
new release of wxwidgets 2.8.0 is already preinstalled. So Mac users 
don't need to compile and install the wxwidgets library.
Please, let me know if the driver works now for you. I have a Mac 
available, but no time in the moment to test it on the machine here.

Thanks,
Werner

-- 
Dipl. Ing. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria

email: [EMAIL PROTECTED]
web:   http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office)
+43-(0)1-58801-13469 (laboratory)
fax:   +43-(0)1-58801-13499

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel


Re: [Plplot-devel] new wxwidgets driver

2006-11-21 Thread Alan W. Irwin
On 2006-11-21 21:58+0100 Werner Smekal wrote:

 Hi,

 I updated the wxwidgets driver (hopefully it makes the 5.7.0 release) a great
 deal. Most important I improved the antialized part of the driver. It is now
 about 4 times faster and not much slower than the non antialized code any
 more. The antialized code can now handle filled polygons and also resizing
 works now.

 You can test the antialized driver with
 ./x08c -dev wxwidgets -drvopt antialized=1,text=0

That antialiased result for all plot lines looks really good and renders
reasonably rapidly (~1 sec per page) even on my 600MHz (Ubuntu Dapper) box.

I also tested on my Debian stable box where I don't have libagg installed.
This new version of the device worked (except for the antialiasing which was
unavailable because of its dependendence on libagg) there as well.

Thanks, Werner, for this excellent work!

There is one minor glitch you might want to address; when you hit q to
quit out of the wxwidgets GUI, the rest of the pages (up to 7 of them for
this example) get rendered before the exit.  It would be better if that exit
occurred immediately.

It looks like this new version of the wxwidgets device will go into 5.7.1,
but OTOH, that is apparently going to be released this weekend.

Alan
__
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the Yorick front-end to PLplot (yplot.sf.net); the
Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__

Linux-powered Science
__

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel