From: Maurice L. <ml...@us...> - 2002-01-19 08:33:14
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv31073 Modified Files: plcore.c Log Message: Created the function pllib_init() for doing first-time-accessed initialization of the library, such as setting up the dispatch table (needed for dyndriver stuff to work). Hence the call to plInitDispatchTable() was moved here. This is also a good place to source a .plplotrc file, when(if?)ever I get to that. |
From: Maurice L. <ml...@us...> - 2002-01-19 08:33:57
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv31473 Modified Files: plargs.c Log Message: pllib_init() called before anything else is done to set up the library. |
From: Maurice L. <ml...@us...> - 2002-01-19 08:59:11
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv2396/src Modified Files: plcore.c Log Message: Changed ENABLE_DYNAMIC_DRIVERS to ENABLE_DYNDRIVERS for better clarity and simplicity. |
From: Maurice L. <ml...@us...> - 2002-01-19 09:23:37
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv6005 Modified Files: plcore.c Log Message: Converted the debugging verbiage in plLoadDriver() to pldebug's. Was causing "save as" operations from tk to spew the following kind of output: Device not loaded! tag=psc, drvidx=5 Trying to load ps.drv on ./drivers/ps.drv |
From: Maurice L. <ml...@us...> - 2002-01-20 10:02:46
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv12590 Modified Files: plcore.c Log Message: Code to read/store the new type id from the drivers.db entry. |
From: Geoffrey F. <fu...@us...> - 2002-01-21 22:38:08
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv29616/src Modified Files: plctrl.c Log Message: No more whining from plLibOpen(). |
From: Maurice L. <ml...@us...> - 2002-01-21 23:26:25
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv14808/src Modified Files: plargs.c Log Message: Minor fixes to eliminate warnings when compiling with -Wall (--with-warn). |
From: Maurice L. <ml...@us...> - 2002-01-22 06:04:07
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv9906 Modified Files: plcore.c plimage.c Log Message: Warning elimination under IRIX. |
From: Maurice L. <ml...@us...> - 2002-01-24 08:49:12
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv15984 Modified Files: plargs.c Log Message: Fixed a bug in parsing of the -geometry option for plrender/tk, due to a side effect of strtok(). Changed all occurances of strtok() to go through a temporary char buffer to prevent future occurances. |
From: Alan W. I. <ai...@us...> - 2002-01-29 06:45:18
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv18895/src Modified Files: plcore.c Log Message: Move install location of drivers directory from DATA_DIR/../../ to DATA_DIR/../ |
From: Maurice L. <ml...@us...> - 2002-01-30 07:31:41
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv19805 Modified Files: plcore.c Log Message: Added two new installable handlers: bop_handler and eop_handler. These can be used to add to or replace the normal bop/eop handling (a return flag is used to skip the driver call if desired.. I have no plans for this at present but it was a "freebee"). Added to support a new feature in the plframe widget but perhaps of general interest. |
From: Maurice L. <ml...@us...> - 2002-01-30 09:24:46
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv3574 Modified Files: plctrl.c Log Message: Switch to a 6 control point scheme for the default cmap1 palette (taken from the cmap1a1.pal palette added recently). Doesn't obscure weak structures as much and manipulation through the palette tool is much more powerful than with the old 4 control point scheme. |
From: Maurice L. <ml...@us...> - 2002-02-06 14:25:01
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv9265 Modified Files: plctrl.c Log Message: Changed the hard-coded limit of 32 control points to be set by the PL_MAX_CMAP1CP macro. |
From: Joao C. <jc...@us...> - 2002-02-09 03:06:15
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv5221/src Modified Files: plcore.c Log Message: Add sdifilt(), similar to difilt() but for shorts. plP_image(): change arguments and other operations from PLINT to short. detect if device is a slow one. Add extra information to be saved in the plot buffer. Inhibit writing again to the plot buffer in plP_esc(). |
From: Joao C. <jc...@us...> - 2002-02-09 03:12:07
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv5994/src Modified Files: plimage.c Log Message: plimageslow(): Change arguments and related ops. from PLFLT to short. Detect if called because of a replot. Change grimage() args. from PLINT to short. plimage(): Save only image matrix within bounds defined by Dxmin, ... Correct size of x/y arrays, so as to plot all image pixels (previously the right/botton column/row was not plotted. |
From: Alan W. I. <ai...@us...> - 2002-02-23 18:02:42
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv24601 Modified Files: plargs.c plcore.c Log Message: (Minor) API CHANGE. Allow setting pen width to zero. This is the default in any case (if you want to restore such). Drivers should interpret zero pen width (when they implement pen width at all) as the minimum valid pen width for that driver. |
From: Alan W. I. <ai...@us...> - 2002-02-23 22:58:18
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv14582 Modified Files: plcore.c Log Message: Replace references to drivers.db by DRIVERS_DB in plcore.c which allows different names (drivers[d].db) to be used for the file that contains driver information for either the single or double-precision versions of the device drivers. |
From: Alan W. I. <ai...@us...> - 2002-02-27 20:52:21
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv20509/src Modified Files: plpage.c Log Message: Define new common API function plcalc_world |
From: Joao C. <jc...@us...> - 2002-02-28 00:57:48
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv26880/src Modified Files: plcore.c Log Message: Add support for plimage() amplitude clipping. |
From: Joao C. <jc...@us...> - 2002-02-28 00:59:21
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv27212/src Modified Files: plimage.c Log Message: Add support for plimage() amplitude clipping. Enable reploting images to a slow device. |
From: Alan W. I. <ai...@us...> - 2002-02-28 20:53:07
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv31605/src Modified Files: plpage.c Log Message: Convert subpage misnomer to window for c_plcalc_world and its python wrapper. |
From: Alan W. I. <ai...@us...> - 2002-03-05 17:39:54
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv30260 Modified Files: plbox.c plcore.c plhist.c Log Message: Convert public API plP_gvpd and plP_gvpw to common API plgvpd and plgvpw. |
From: Joao C. <jc...@us...> - 2002-03-14 20:59:31
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv19126/src Modified Files: plstripc.c Log Message: Solve out of bonds bug, "For the first call to the c_plstripa function, stripc->npts[p]-2 value is -1 and generates an out of bound access in table stripc->x[p]." |
From: Alan W. I. <ai...@us...> - 2002-06-21 23:24:42
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv2532/src Modified Files: plline.c Log Message: Changed API of plpoly3 so that negative dimension n has no special significance (except you will have less than the minimum 3 points), and there is an additional argument ifcc. If that additional argument is 1 (or greater) the points are treated as if they are layed out in counter-clockwise order. If 0 (or less) the points are treated as if they are layed out in clockwise order. Also changed the c++, fortran, octave, python, and tcl bindings and the C, java, and tcl examples appropriately. (The java binding is still undefined for plpoly3 so no changes there, and the python example already used this form of argument list so no changes there. The octave example has a different way of doing things (last argument of +1 or -1 corresponds respectively to ifcc of 0 and 1) which I preserved, but Joao may want to change this to use the native plpoly3 rather than his special version.) The C, tcl, python, and octave 18th examples (which all call plpoly3 directly or indirectly) give identical results which is a good test that the API changes have been done in a consistent manner. |
From: Alan W. I. <ai...@us...> - 2002-06-23 16:01:12
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv697 Modified Files: plpage.c Log Message: Define plclear as part of common API. (This was only partially done before.) |