From: Joao C. <jc...@us...> - 2002-10-16 22:29:43
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv7920/src Modified Files: plot3d.c Log Message: Solve bug in plmesh() with the MAG_COLOR option. |
From: Joao C. <jc...@us...> - 2002-11-07 19:34:38
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv25458/src Modified Files: plpage.c Log Message: plclear(): if the driver does not support PLESC_CLEAR, fake a clear filling with the background color. |
From: Joao C. <jc...@us...> - 2002-11-07 19:35:52
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv26170/src Modified Files: plvpor.c Log Message: Add plenv0(), which is similar to plenv() but do not advance the page if in multiplot mode; instead the current subpage is cleared. |
From: Joao C. <jc...@us...> - 2002-11-11 23:19:58
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv8008/src Modified Files: plot3d.c Log Message: Add BASE_CONT option to plmesh()/plot3d(), that plots a contour at the base xy plane; there are some problems, as the hidden line removal plotting function plxntv() seens to fail if the x coordinate is not always increasing (This is a guess). Fix a bug in plsurf3d() that appears when the z array is constant. |
From: Alan W. I. <ai...@us...> - 2002-11-22 18:45:50
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv3146/src Modified Files: Tag: AT .cvsignore pdfutils.c plargs.c plbox.c plcont.c plcore.c plctrl.c plcvt.c pldtik.c plfill.c plfreetype.c plhist.c plimage.c plline.c plmap.c plot3d.c plpage.c plsdef.c plshade.c plstripc.c plsym.c pltick.c plvpor.c plwind.c Added Files: Tag: AT Makefile.am Log Message: Initial commit of AT branch. Details of how this was created will be posted to plplot_devel |
From: Joao C. <jc...@us...> - 2002-11-22 19:26:15
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv18144/src Modified Files: plot3d.c Log Message: Correct bug in plot3d() with BASE_CONT option: The hidden line plotter plnxtv() only works OK if the x points are in increasing order. As this does not always happens, the situation must be detected and the line segment must be reversed before being plotted |
From: Alan W. I. <ai...@us...> - 2002-11-22 21:11:15
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv11001/src Modified Files: Tag: AT Makefile.am Log Message: AT changes to make xwin and ps dynamic drivers work on Linux. Here are some details for the various files: * .cvsignore files: convenience changes. * Makefile.am: reorder src first, then drivers (since dynamic drivers depend on src). Will take care of static drivers later. * acconfig.h: ENABLE_DYNDRIVERS DRIVERS_DB, and switch the old drivers list to a new complete devices list. * configure.in: incorporate HEAD static and dynamic driver handling from old cf/configure.in. Changed DATA_DIR back to current standard ENABLE_DYNDRIVERS, DRIVERS_DB. Current standard for dynamic driver names. * drivers/Makefile.am: Current static drivers don't work, but added working versions of xwin and ps dynamic drivers. * drivers/ps.c: PLPLOT_VERSION ==> VERSION * examples/c/*.c examples/c/*.h: change to old include style without the "plplot/". * src/Makefile.am: completed list of files to include in libplplot; hacked in -lm -ldl -lfreetype (freetype should be option); and disabled use of convenience library for static drivers (to be revisited later). |
From: Alan W. I. <ai...@us...> - 2002-11-23 01:38:06
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv14038/src Modified Files: Tag: AT Makefile.am Log Message: As agreed with Rafael change from GPL to LGPL for his contributions to AM-LT to be consistent with most of the rest of PLplot. |
From: Alan W. I. <ai...@us...> - 2002-11-23 19:27:11
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv12300/src Modified Files: Tag: AT Makefile.am Log Message: * with_freetype automake conditional * partial preparation for libltdl change |
From: Alan W. I. <ai...@us...> - 2002-11-24 00:59:50
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv19911/src Modified Files: Tag: AT Makefile.am Log Message: Finally found a reasonable solution for configuring freetype using FREETYPEINCCMD and FREETYPELIBCMD. |
From: Alan W. I. <ai...@us...> - 2002-11-25 05:55:55
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv15464/src Modified Files: Tag: AT Makefile.am plcore.c Log Message: Finish change from dlopen style of API to cross-platform libltdl. * Remove aclocal.m4 from cvs control (was stale cvs deleted file which is automatically generated in any case with an up-to-date version using ./bootstrap.sh). * Makefile.am files: add support for libltdl. * include/disptab.h: New PLDispatchInit typedef consistent with lt_ptr. * include/plcore.h: Change dlhand type. * src/plcore.c: Switch from dlopen API to libltdl API (a fair number of changes because of new types for dlopen and dlsym equivalents, and need for lt_dlinit() and lt_dlexit() calls which I chose to make for each stream created and destroyed.) |
From: Alan W. I. <ai...@us...> - 2002-11-25 20:20:29
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv9095/src Modified Files: Tag: AT Makefile.am Log Message: Changes to make "make dist" include every file that is required. * Makefile.am files: some reorganization, but mostly adding EXTRA_DIST macros so the distributed tarball generated by make dist has everything it needs. |
From: Alan W. I. <ai...@us...> - 2002-11-26 22:54:40
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv5355/src Modified Files: Tag: AT plcore.c Log Message: Adopt Maurice's idea of initializing libltdl in pllib_init(). |
From: Alan W. I. <ai...@us...> - 2002-11-28 20:27:21
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv20216/src Modified Files: Tag: AT Makefile.am Log Message: AT build of libplplottcl and the utilities plrender, pltek, and pltcl. (The last of these links to libplplottcl). The installed pltcl is able to execute up to the point where it cannot find plplot tcl resources which are not yet part of the AT install. So this commit is only a partial step toward getting plplot to work under pltcl and tclsh. * AT build of libplplottcl (including a substantial reorganization of configure.in). * AT build of utilities plrender, pltek, and pltcl. * AT reorganize src/Makefile.am, but no substantive changes. |
From: Alan W. I. <ai...@us...> - 2002-11-29 22:58:16
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv24720/src Modified Files: Tag: AT Makefile.am Log Message: Finish AT tcl binding. These are only small fairly non-consequential refinements that I did while trying to debug the extended search problem (which had a simple solution which I will discuss on list). Prepare the start of the tk and tk-x-plat bindings by dropping "plplot/" from the #include statements in the source files. |
From: Alan W. I. <ai...@us...> - 2002-12-03 08:39:28
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv13122/src Modified Files: .cvsignore pdfutils.c plargs.c plbox.c plcont.c plcore.c plctrl.c plcvt.c pldtik.c plfill.c plfreetype.c plhist.c plimage.c plline.c plmap.c plot3d.c plpage.c plsdef.c plshade.c plstripc.c plsym.c pltick.c plvpor.c plwind.c Added Files: Makefile.am Log Message: Merged AT branch into MAIN, a new configuration era has started |
From: Alan W. I. <ai...@us...> - 2002-12-07 02:01:28
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv9854/src Modified Files: Makefile.am Log Message: Make all static drivers (except for tk and tkwin whose implementation will be more complicated) work using the automake convenience library approach. |
From: Alan W. I. <ai...@us...> - 2002-12-09 22:16:41
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv27445/src Modified Files: plcore.c Log Message: Change from lt_dlopen to lt_dlopenext for more cross-platform suffix generality. |
From: Alan W. I. <ai...@us...> - 2002-12-10 07:24:04
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv21765/src Modified Files: plcore.c Log Message: Comment out premature removal of libltdl resources in plend since plinit may be called again after a call to plend. In fact there is no way to guarantee any particular call to plend is the last so these libltdl resources must always remain allocated until the overall programme exits. |
From: Alan W. I. <ai...@us...> - 2002-12-11 17:12:24
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv27693/src Modified Files: plcore.c Log Message: src/plcore.c: reactivate release of libltdl resources in plend bindings/octave/demos/x??c.m: plend ==> plend1 |
From: Joao C. <jc...@us...> - 2002-12-21 03:51:29
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv4224/src Modified Files: plot3d.c Log Message: Add plot3dc(), a plot3d() with contouring in the base xy plane. Add plmeshc(), idem. plmesh() and plot3d() redefined in terms of plot3dc(). All previous API entries remain compatible. |
From: Joao C. <jc...@us...> - 2002-12-21 07:54:48
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv3247/src Modified Files: plvpor.c Log Message: Allow plenv() to not specify axis scales, inheriting previous settings. The "just" parameter control how axis will be scaled: just=-1 : they will not be scaled, user must set scale before calling plenv(), using plsvpa(), plvasp() or other. |
From: Maurice L. <ml...@us...> - 2002-12-22 06:52:19
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv26059 Modified Files: plvpor.c Log Message: Just a change to commentary. |
From: Joao C. <jc...@us...> - 2002-12-23 18:10:43
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv4971/src Modified Files: plot3d.c Log Message: Rename PLMESH to MESH, as the fortran bindings already use PLMESH. |
From: Maurice L. <ml...@us...> - 2002-12-24 20:37:12
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv2460 Modified Files: plctrl.c Log Message: Fix to 'Bug in library: Segmentation fault if "Q" hit'. The errormsg was being used after the dl'd drivers were freed, so the pointer was directed at garbage memory. Solution is just to switch the order of printing errormsg with calling plend(). |