From: Joao C. <jc...@us...> - 2002-09-16 23:42:06
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv16933/src Modified Files: plot3d.c Log Message: Adds plotfc3d(), which is a magnitude colored 3d plot, build upon plotsh3d(). Changed x08c.c to show the new API. |
From: Maurice L. <ml...@us...> - 2002-09-17 05:49:51
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv6325 Modified Files: plfreetype.c Log Message: Put more info into warning about missing font. |
From: Maurice L. <ml...@us...> - 2002-09-17 07:08:47
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv25884 Modified Files: plfreetype.c Log Message: Fixed the bogus logic for construction of (path+name) environmental font names in plD_FreeType_init -- previously the sense was reversed so only a font file with the full path name specified was recognized. Fixed up the indentation to match normal standards for C programs, and other cleanups. |
From: Maurice L. <ml...@us...> - 2002-09-17 17:22:14
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv9380 Modified Files: plcore.c plbox.c plsym.c Log Message: Moved dev_text logic to plP_text in plcore.c, in analogy to other driver interface functions, cleaned up, and added plot buffer call (not implemented yet) for eventual use with interactive drivers. |
From: Maurice L. <ml...@us...> - 2002-09-17 17:22:51
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv10068 Modified Files: pdfutils.c Log Message: New functions to read/write null-terminated strings. |
From: Andrew R. <ar...@us...> - 2002-09-18 11:25:08
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv405 Modified Files: plfreetype.c Log Message: Made small change to the absolute path logic for assigning names. Now check the second character for ':' on MS-DOS systems (ie as in "C:\" or "D:\") and look for either '~' or '/' on linux to specify an absolute file-name path/name. |
From: Alan W. I. <ai...@us...> - 2002-09-18 17:21:33
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv14394/src Modified Files: plfreetype.c Log Message: Generous 1024 path+fontfile name length as per list discussion |
From: Maurice L. <ml...@us...> - 2002-09-20 09:13:58
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv6300 Modified Files: plbox.c plsym.c Log Message: Reworked text string logic, including elimination of inconsistencies and precision problems (e.g. rounding then adding, instead of vice versa). Also much de-obfuscation of the logic. Now the shifting around of label positions is done in physical coordinates (mm) and the transformation to absolute device coordinates (pixels) only done at the end, with all transformations presented in a very clear way. Various off-by-one pixel differences in the output dealing with character strings are introduced by this change (sorry), but the benefit is cleaner and more accurate code. |
From: Maurice L. <ml...@us...> - 2002-09-22 00:16:27
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv2190 Modified Files: plcvt.c Log Message: Implemented new transformers, plP_wcdcx and plP_wcdcy (world coords to normalized device coords). |
From: Maurice L. <ml...@us...> - 2002-09-22 00:18:26
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv2547 Modified Files: plbox.c Log Message: Pulled apart text processing logic (prior to calling plP_text), separating out all the computations that can be done before conversion to mm vs those that must be done afterwards. A precursor to insertion of a new call layer here. |
From: Maurice L. <ml...@us...> - 2002-09-22 00:19:55
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv2917 Modified Files: plsym.c Log Message: Pulled apart text processing logic (prior to calling plP_text), separating out all the computations that can be done before conversion to mm vs those that must be done afterwards. Introduced some new variables to help generalize the process. A precursor to insertion of a new call layer here. |
From: Maurice L. <ml...@us...> - 2002-09-22 00:20:32
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv3080 Modified Files: plwind.c Log Message: Added computation of variables used in world -> device coord transformation. |
From: Maurice L. <ml...@us...> - 2002-09-22 03:46:34
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv4802 Modified Files: plfreetype.c Log Message: Allocate a temporary text buffer during initialization for use in FT_WriteStr(), so that it can be modified if necessary (fixes compilation warning). |
From: Maurice L. <ml...@us...> - 2002-09-24 07:22:58
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv28457 Modified Files: plcore.c Log Message: Restored debug code, activated by defining DEBUG_TEXT right before plP_text(). |
From: Andrew R. <ar...@us...> - 2002-09-24 10:18:29
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv17102 Modified Files: plfreetype.c Log Message: Changes to freetype to get page rotation working properly. |
From: Joao C. <jc...@us...> - 2002-09-25 01:00:58
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv30225/src Modified Files: plot3d.c Log Message: plotsh3di(): Add experimental code (#define TWO_TRI) to render each square as four triangles, instead of just two. The plots look better when color changes rapidly, but it is also slower (twice!). |
From: Maurice L. <ml...@us...> - 2002-10-04 10:55:56
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv6457 Modified Files: plbox.c plsym.c Log Message: Changes to string conversion to put all of these into a single canonical form. |
From: Joao C. <jc...@us...> - 2002-10-04 18:31:50
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv8723/src Modified Files: plcont.c plot3d.c Log Message: Add "kind of" contouring to plot3d.c:plotfc3d(). Add magnitude coloring to plot3d.c:plot3d(). Retrieve contours from plcont.c:pldrawcn(). Add "rosenbrock" alternative function to x08c.c; use "x08c -rosen" to experiment. Comment plotfc3d() support in tclAPI.c for now. |
From: Joao C. <jc...@us...> - 2002-10-07 16:43:40
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv9713/src Modified Files: plcont.c Log Message: Change internal structures and functions that store contour lines obtained from pldrawcn(). This new version has no limit on contour levels or number of segments of the contour lines. Also supports beeing called from other functions such as plotfc3d() |
From: Joao C. <jc...@us...> - 2002-10-07 16:44:46
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv10230/src Modified Files: plot3d.c Log Message: Fix many implementation details of the contour plotting of plotfc3di(), namely using the contour lines drawn from plcont() (used only when plotting to the xy plane). Fix magnitude coloring of the mesh in plot3d(). |
From: Joao C. <jc...@us...> - 2002-10-13 16:16:33
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv25613/src Modified Files: plot3d.c Log Message: Add support for plsurf3d() and remove plotfc3d() and plotsh3d() wich are now obsolete. Several fixups to handle options in plsurf3d() (previous plotsh3di()): draw sides, draw wireframe, magnitude and light shading, draw contour. Make plnxtvlo() use plP_draw3d(), as plnxtvhi(() already does, to enable magnitude shading of wireframes. |
From: Joao C. <jc...@us...> - 2002-10-13 16:18:42
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv26221/src Modified Files: plcore.c Log Message: Change plexit() message from "plGetDev" to "plSelectDev", as this is now the correct name. |
From: Joao C. <jc...@us...> - 2002-10-13 16:19:49
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv26514/src Modified Files: plfill.c Log Message: Add minor comment in plfill3(). |
From: Joao C. <jc...@us...> - 2002-10-14 17:36:08
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv11315/src Modified Files: plot3d.c Log Message: Change plabort() string messages from "plotfc3d" to "plsurf3d". |
From: Joao C. <jc...@us...> - 2002-10-15 18:57:00
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv12020/src Modified Files: plot3d.c Log Message: Correct an index problem in plP_draw3d() that affected the way that plmesh()/plot3d(), when called with the MAG_COLOR option, colored the wireframe. |