From: Maurice L. <ml...@us...> - 2002-01-30 07:33:14
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv20501 Modified Files: plstrm.h Log Message: Added bop_handler and eop_handler function pointers & client data pointers. |
From: Maurice L. <ml...@us...> - 2002-02-06 14:39:32
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv15254 Modified Files: plstrm.h Log Message: Define PL_MAX_CMAP1CP to be the max number of control points, now set at 256. |
From: Joao C. <jc...@us...> - 2002-02-09 02:58:27
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv3891/include Modified Files: plstrm.h Log Message: plimage() related variables: Change dev_ix and dev_iy from PLINT to short. Change dev_z from PLFLT to unsigned short. |
From: Joao C. <jc...@us...> - 2002-02-09 02:58:47
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv3955/include Modified Files: plplotP.h Log Message: Change PLINT to short in plP_image() and grimage(). Add plimageslow() and struct IMG_DT declaration. |
From: Joao C. <jc...@us...> - 2002-02-15 15:31:00
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv5185/include Modified Files: ps.h Log Message: Merge the pstex driver into the ps driver, although the ps driver is still a two file driver (ps.c and pstex.c). |
From: Maurice L. <ml...@us...> - 2002-02-23 05:00:52
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv5281 Modified Files: plplot.h Log Message: Changed scalar floating point data in the PLWindow and PLGraphicsIn structures from PLFLT to double, so that confusion doesn't occur between dynamic drivers and multiple precision libraries. |
From: Maurice L. <ml...@us...> - 2002-02-23 15:43:23
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv23003 Modified Files: plplot.h Log Message: Reverted last night's changes. |
From: Alan W. I. <ai...@us...> - 2002-02-27 20:52:21
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv20509/include Modified Files: plplot.h Log Message: Define new common API function plcalc_world |
From: Joao C. <jc...@us...> - 2002-02-28 00:56:29
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv26567/include Modified Files: plplot.h plplotP.h plstrm.h Log Message: Add support for plimage() amplitude clipping. |
From: Alan W. I. <ai...@us...> - 2002-02-28 20:53:07
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv31605/include Modified Files: plplot.h 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:52:21
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv29056 Modified Files: plplot.h plplotP.h Log Message: Convert public API plP_gvpd and plP_gvpw to common API plgvpd and plgvpw. |
From: Alan W. I. <ai...@us...> - 2002-06-21 23:24:42
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv2532/include Modified Files: plplot.h 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:00:33
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv32673 Modified Files: plplot.h Log Message: Define plclear as part of common API. (This was only partially done before.) |
From: Alan W. I. <ai...@us...> - 2002-07-01 18:38:38
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv13598/include Modified Files: drivers.h plcore.h plplot.h plstrm.h Log Message: AWI for Vince Darley. Initial set of changes that will ultimately allow building tcl/tk on Windows. |
From: Vince D. <vin...@us...> - 2002-07-03 10:59:45
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv25440/include Modified Files: pdf.h Log Message: provided support for routing i-o through Tcl |
From: Vince D. <vin...@us...> - 2002-07-03 15:33:25
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv13887/include Modified Files: pdf.h Log Message: tcl include issue |
From: Alan W. I. <ai...@us...> - 2002-07-03 22:31:02
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv26408 Modified Files: plplotP.h Log Message: AWI for Gary Bishop. plP_clip_poly declaration. This helper function is used for 3D clipping. |
From: Alan W. I. <ai...@us...> - 2002-07-09 19:50:48
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv30838 Modified Files: plcore.h Log Message: Force tkwin driver to be static for now. |
From: Alan W. I. <ai...@us...> - 2002-07-15 01:52:17
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv29730 Modified Files: plcore.h Log Message: OOPS. Forgot to modify this file so that tk, xwin, and tkwin are treated like other dynamic drivers. The net effect of this bug was (a) double entries in menus (presumably one static and one dynamic for each of the 3 drivers and now gone after this bug fix) (b) tk looked like a special dynamic driver that libplplot had to link to. (My hand linking tests indicate this is no longer necessary after this bug fix [although libplot still has to link to xwin and tkwin as before]). BTW, I believe Joao also said on list some time ago that tk could be dynamic with no problem (except for the xwin linking troubles), and this is consistent with my present results. Anyhow, I will do full test of removing tk from the special list, and if that test succeeds do a commit of all the associated file changes. |
From: Alan W. I. <ai...@us...> - 2002-07-19 14:52:58
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv1249 Modified Files: plplotP.h Log Message: AWI following suggestion by Gary Bishop. Stop C++ mangling of plsc name. This change allows win3.cpp in the win32 port to coexist peacefully with ordinary *.c code rather than having to rename all C code files to *.cpp. |
From: Alan W. I. <ai...@us...> - 2002-07-25 20:20:16
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv13096/include Modified Files: plxwd.h Log Message: Split xwin.c into two parts to sort out cross-linking problems. xwin_common.c contains functions which are required both by xwin.c and routines in libpltcl. xwin.c no longer contains functions or symbols referred to by any library. The minor plframe.c and plxwd.h change is to handle plplot_ccmap by defining it in plxwd.h as a static variable. (Before this was done with an extern in plframe which then made libpltcl depend on xwin.c.) The configuration changes are to drop the special status of the xwin driver and to build xwin_common.c and make the resulting xwin_common.o file part of libpltcl. With this change there are no more special xwin symlinks, libpltcl is no longer linked to the xwin driver, etc. Instead, the xwin driver is linked to plplot libraries that are needed to resolve its symbols similarly to other drivers. |
From: Maurice L. <ml...@us...> - 2002-08-04 06:02:26
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv2547 Modified Files: plplot.h Log Message: Added some new escape function indices, to handle new esc functions in xwin driver. |
From: Maurice L. <ml...@us...> - 2002-08-04 06:04:24
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv2777 Modified Files: plstrm.h Log Message: Added dev_initialized (set if device driver has been loaded) and tmpcolor (temporary PLColor storage). |
From: Maurice L. <ml...@us...> - 2002-08-04 06:05:58
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv2916 Modified Files: plplotP.h Log Message: Added prototypes for pllib_devinit() and pl_cpcolor(). |
From: Maurice L. <ml...@us...> - 2002-08-04 06:20:41
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv4894 Modified Files: plxwd.h Log Message: Eliminated all function prototypes in this file, as they're no longer needed or supported. |