From: Geoffrey F. <fu...@us...> - 2001-10-03 21:27:02
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv10405/drivers Modified Files: ntk.c Log Message: Convert // to /* ... */ comments, as required for ANSI C. |
From: Joao C. <jc...@us...> - 2001-10-03 22:12:20
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv4768/drivers Modified Files: gnome.c Log Message: Add a quick hack add to support the -np (no pause) cmd line options for benchmarking. Rafael, better if you check this. |
From: Joao C. <jc...@us...> - 2001-10-05 21:23:32
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv15792/drivers Modified Files: pstex.c Log Message: Correct gccisms and reformat. |
From: Joao C. <jc...@us...> - 2001-10-08 01:30:53
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv27688/drivers Modified Files: ps.c Log Message: Correct offset in x and y position of text strings, for the -drvopt text option, as the orientation has changed. |
From: Maurice L. <ml...@us...> - 2001-10-31 08:18:27
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv9322 Modified Files: ps.c Log Message: Patch for correct line width upon a new page. |
From: Alan W. I. <ai...@us...> - 2001-11-23 17:48:43
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv20009 Modified Files: xwin.c Log Message: Put in small patch from H C Pumphrey to deal with the case of the window title when plsc->program was null. |
From: Joao C. <jc...@us...> - 2001-11-26 03:29:23
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv16227/drivers Modified Files: plmeta.c Log Message: Remove one // comment. |
From: Joao C. <jc...@us...> - 2001-11-26 03:30:09
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv16395/drivers Modified Files: pstex.c Log Message: Minor reformating. |
From: Joao C. <jc...@us...> - 2001-11-26 03:30:48
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv16506/drivers Modified Files: xfig.c Log Message: Remove // style comment. |
From: Joao C. <jc...@us...> - 2001-11-26 03:41:35
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv18385/drivers Modified Files: plbuf.c xwin.c Log Message: Add plimage() contribution from Alessandro Mirone. Look at x20c for a demo. |
From: Alan W. I. <ai...@us...> - 2001-11-26 18:54:16
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv16272 Modified Files: xwin.c Log Message: Use default depth and visual when using XCreateWindow. This works on Linux, and it apparently solves a problem with the solaris X server, but there may be a better way to do this. |
From: Joao C. <jc...@us...> - 2001-11-27 23:59:58
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv23131/drivers Modified Files: xwin.c Log Message: Apply Alessandro patch -- remove unused variables and commented statements. |
From: Andrew R. <ar...@us...> - 2001-11-28 05:10:45
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv23949/drivers Modified Files: gd.c Log Message: Added some GD 2.0.? features to the gd.c driver (ie PNG and JPEG). Specifically, I added the ability to change the line width. This is controlled by the version number, so it should be backwards compatible. Discovered (ick) that GD 2.0.? is even more sensitive to linking order than GD 1.?.? ever was, so had to modify DJGPP.IN and INIT.IN to change the linking order, and thus avoid nasty SIGFP errors. |
From: Alan W. I. <ai...@us...> - 2001-11-28 14:17:08
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv16323 Modified Files: gd.c Log Message: #define GD2_VERS 1 (A temporary override until the width stuff is debugged). |
From: Joao C. <jc...@us...> - 2001-11-29 20:02:58
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv904/drivers Modified Files: xwin.c Log Message: Destroy the xhairs after utilization in GetCursorCmd(). |
From: Alan W. I. <ai...@us...> - 2001-11-30 05:32:45
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv23035 Modified Files: gd.c Log Message: Reorganized width code a bit. Also took out gdImageSetThickness call in plD_init_png. It's arguments were not initialized properly (causing segfaults on Linux), but it was redundant in any case so it was just removed rather than fixed. |
From: Joao C. <jc...@us...> - 2001-12-01 01:34:49
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv31317/drivers Modified Files: tk.c Log Message: Modified to support the new plxormod() arguments, where is was plxormod(PLINT mode) and now is plxormod(PLINT mod, PLINT *st). Now plxormod() verifies that the driver is capable of xor operation, and if not returns st=0. |
From: Joao C. <jc...@us...> - 2001-12-01 01:39:04
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv32403/drivers Modified Files: xwin.c Log Message: Modified to support the new plxormod() arguments, where is was plxormod(PLINT mode) and now is plxormod(PLINT mod, PLINT *st). Now plxormod() verifies that the driver is capable of xor operation, and if not returns st=0. Also, signal the end of locate mode in GetCursorCmd(). |
From: Alan W. I. <ai...@us...> - 2001-12-05 22:33:15
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv32453 Modified Files: plbuf.c Log Message: Apply Olof Svensson's patch to cast malloc's so that his Visual C++ compiler can compile the code. Note, that windows compilation does not compile all parts of the code so there is probably some other untyped mallocs still in the code. But it is a start. |
From: Andrew R. <ar...@us...> - 2001-12-06 15:41:22
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv25340/drivers Added Files: cgm.c Log Message: Added a CGM (computer graphics metafile) driver to plplot. Driver supports lines, polylines, fills, and line width. Driver requires libcd.a. libcd.a is very similar to libgd.a and has a similar licencing agreement behind it. The original host site for the library no longer exists, so probably the best source of the library presently is: http://www.uni-koeln.de/themen/Graphik/ImageProcessing/cd.html |
From: Andrew R. <ar...@us...> - 2001-12-08 10:43:55
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv2837 Modified Files: cgm.c Log Message: Updated the URL for libcd to a working one, not a dead one. |
From: Andrew R. <ar...@us...> - 2001-12-11 10:58:18
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv3401 Modified Files: cgm.c Log Message: Fixed up the bug with the warnings about CMAP1 not being defined properly. Added a background "piece of paper" so images have different coloured backgrounds. Added two driver-level hacks, one to turn off the background "paper" if people don't want it especially; the second hack controls whether outlines are drawn around polygongs when they are filled. Some drivers recognise "invisible edges" (default behaviour) others do not so it is necessary to explicitly colour in the edges (or colour OveR them) for those drivers. |
From: Andrew R. <ar...@us...> - 2001-12-14 04:21:30
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv29214/drivers Modified Files: cgm.c Log Message: Added support for multiple pages in a single cgm file if -fam isn't used. |
From: Alan W. I. <ai...@us...> - 2001-12-15 06:12:43
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv15081 Modified Files: cgm.c Log Message: Fix extra blank page bug in non-familied mode by shifting cdCgmNewPic from eop to bop (starting with second page). Fix segfault (and several other noticed instabilities) by using free_mem(pls->dev) in tidy rather than previous method of freeing memory. (Something was wrong with that previous method of freeing dev since commenting it out solved all instability issues, but instead of figuring out what was wrong, I just moved to the standard way to free dev memory.) These two fixes insure that my extensive tests of this driver now go through smoothly either in familied mode or non-familied mode. Also, the dynamic and static cgm driver results agree. Therefore, I judge this driver to be reasonably stable, and I am going to turn it on by default (so long as libcd.a and cd.h can be found on the user's system). |
From: Alan W. I. <ai...@us...> - 2001-12-15 06:35:18
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv21762 Modified Files: gd.c Log Message: Use free_mem to free dev memory for this driver just as in cgm.c |