From: Geoffrey F. <fu...@us...> - 2001-08-27 18:05:57
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv10207/include Modified Files: plplotP.h Log Message: Add const qualifier to source string of plstrdup(), so that we can use this to make duplicates in the case where the caller is providing a const char * but the callee needs a char *. |
From: Joao C. <jc...@us...> - 2001-08-31 20:20:00
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv15107/include Modified Files: plcore.h Log Message: add support for more dynamically loadable drivers |
From: Joao C. <jc...@us...> - 2001-08-31 20:21:57
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv15641/include Modified Files: drivers.h Log Message: correct (typo) support to jpeg dyndriver add pstex dyndriver support |
From: Joao C. <jc...@us...> - 2001-09-05 00:58:56
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv19638/include Modified Files: plcore.h Log Message: correct jpg entry for dyn-drive, as it was previously taken as jpeg. |
From: Andrew R. <ar...@us...> - 2001-09-07 06:59:10
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv3654 Modified Files: drivers.h Log Message: Added the missing entry for the jpg driver (the jpeg driver operating under DJGPP/GRX20 - not the JPEG driver operating under GD/lib PNG) |
From: Joao C. <jc...@us...> - 2001-09-24 03:17:43
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv17209/include Modified Files: plplot.h plstrm.h Log Message: Remove some personal comments. |
From: Joao C. <jc...@us...> - 2001-09-24 03:20:51
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv17772/include Modified Files: drivers.h plcore.h Log Message: Add support for ntk driver. |
From: Joao C. <jc...@us...> - 2001-11-23 19:23:38
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv9864/include Modified Files: plplot.h Log Message: Add an utility function to find the maximum and mininum of a 2d array. |
From: Joao C. <jc...@us...> - 2001-11-26 03:34:10
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv17036/include Modified Files: plplot.h plplotP.h plstrm.h Log Message: Add declarations of plimage() and related support functions. Likely to change in the near future! |
From: Joao C. <jc...@us...> - 2001-11-27 23:59:58
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv23131/include Modified Files: plstrm.h Log Message: Apply Alessandro patch -- remove unused variables and commented statements. |
From: Joao C. <jc...@us...> - 2001-11-28 23:44:03
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv1543/include Modified Files: plplotP.h Log Message: Convert plimage(PLFLT *img,... to plimage(PLFLT **img,... using the Plplot standard call API. This changes only the interface, not the internals. |
From: Joao C. <jc...@us...> - 2001-11-30 01:10:24
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv3840/include Modified Files: plplot.h plplotP.h Log Message: Move the definition of plimage() from plplotP.h to plplot.h. |
From: Joao C. <jc...@us...> - 2001-12-01 01:34:48
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv31317/include Modified Files: plplot.h plstrm.h 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: Andrew R. <ar...@us...> - 2001-12-06 15:41:22
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv25340/include Modified Files: drivers.h plcore.h 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: Alan W. I. <ai...@us...> - 2001-12-10 17:27:01
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv4095 Modified Files: plcore.h Log Message: cgm changes: put in dynamic driver logic and change device number from 40 (which was an error since same as png) to 43 (the first available number). |
From: Alan W. I. <ai...@us...> - 2001-12-10 17:46:11
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv9356 Modified Files: plcore.h Log Message: cgm changes: changed device number to 44 (since learned elsewhere that ntk uses 43). This whole section is ignored in any case (in preparation for wholesale removal?) so the ntk device number wasn't mentioned. However, so long as it is there for other drivers such as gd, I will put in an equivalent stanza for the cgm driver with proper device number 44 (in the unlikely event that someone decides to use an approach that actually requires this stuff.) |
From: Alan W. I. <ai...@us...> - 2001-12-23 01:54:04
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv15858 Modified Files: plplotP.h Log Message: Replace empty argument list by void to stop compilation warning messages. |
From: Joao C. <jc...@us...> - 2002-01-08 02:18:45
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv15296/include Modified Files: plstrm.h Log Message: Remove the D... plimage() related variables. Add imcl... plimage() related variables. |
From: Alan W. I. <ai...@us...> - 2002-01-19 07:00:41
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv17551 Modified Files: drivers.h plcore.h Log Message: Remove "#if 0" code blocks. |
From: Maurice L. <ml...@us...> - 2002-01-19 08:34:38
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv31576 Modified Files: plplotP.h Log Message: Prototype for pllib_init(). |
From: Maurice L. <ml...@us...> - 2002-01-19 08:35:28
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv31667 Modified Files: plcore.h Log Message: Eliminated dispatch_table_inited in favor of the generic lib_initialized, to see if the library has been initialized yet. |
From: Maurice L. <ml...@us...> - 2002-01-19 08:59:11
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv2396/include Modified Files: plcore.h Log Message: Changed ENABLE_DYNAMIC_DRIVERS to ENABLE_DYNDRIVERS for better clarity and simplicity. |
From: Maurice L. <ml...@us...> - 2002-01-20 08:48:16
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv1783/include Modified Files: plcore.h Log Message: In accordance with the "each driver should be treated separately" philosophy from the dyndriver configuration section, added separate PLD_tek4010f and PLD_tek4107f defines to cover those devices (were previously rolled into the terminal device sections). Necessary in order to get the configuration working properly. |
From: Joao C. <jc...@us...> - 2002-01-24 18:03:53
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv3263/include Modified Files: plcore.h Log Message: Enable the linuxvga driver as a static and dynamic driver, as it was generating errors at link time. |
From: Maurice L. <ml...@us...> - 2002-01-30 07:32:41
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv20376 Modified Files: plplot.h Log Message: Added (C/C++ only) API calls plsbopH() and plseopH(). |