From: Andrew R. <ar...@us...> - 2001-12-16 07:00:18
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv22325/drivers Modified Files: cgm.c Log Message: Fixed up bug with the line colours not always being reset in non-familying mode. |
From: Maurice L. <ml...@us...> - 2001-12-17 08:29:17
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv4924 Modified Files: xwin.c Log Message: Reverted to previous XCreateWindow call, but now on Sun boxes the default visual will be used since USE_DEFAULT_VISUAL (was DEFAULT_VISUAL) will be defined in plConfig.h. |
From: Alan W. I. <ai...@us...> - 2001-12-21 18:33:12
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv24614 Modified Files: ps.c Log Message: Put in missing type cast required by Visual C++ (as reported by Olof Svensson). |
From: Joao C. <jc...@us...> - 2002-01-08 02:15:26
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv14808/drivers Modified Files: xwin.c Log Message: Added "-drvopt sync" to run the X server in synchronous mode. Change DrawImage() to support pldifilt() rotation/translation/clipping. |
From: Joao C. <jc...@us...> - 2002-01-08 18:42:33
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv22251/drivers Modified Files: plbuf.c Log Message: plbuf_image() and rdbuf_image(), use correct size of X/Y matrices. |
From: Joao C. <jc...@us...> - 2002-01-10 02:42:58
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv17565/drivers Modified Files: xwin.c Log Message: ResizeEH(): revert to previous (pre-plimage) way of removing extraneous Expose events. DrawImage(): correct y coordinate argument in XPutPixel() |
From: Joao C. <jc...@us...> - 2002-01-10 02:45:01
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv18044/drivers Modified Files: plbuf.c Log Message: Add PLESC_IMAGE doc. entry in plbuf_esc() and rdbuf_esc(). |
From: Joao C. <jc...@us...> - 2002-01-10 05:39:43
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv25121/drivers Modified Files: plbuf.c Log Message: plbuf_image() and rdbuf_image(): the size of the X/Y and Z arrays were reversed. Correct. |
From: Alan W. I. <ai...@us...> - 2002-01-19 05:05:52
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv1709 Modified Files: cgm.c gd.c null.c pstex.c Log Message: Make sequence numbers consistent with those in ../cf/configure.in |
From: Alan W. I. <ai...@us...> - 2002-01-19 06:28:33
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv12749 Added Files: README.drivers Log Message: Initial Checkin. This document is a quick overview of building and configuring drivers from the perspective of what system files have to be modified. |
From: Maurice L. <ml...@us...> - 2002-01-19 08:59:11
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv2396/drivers Modified Files: README.drivers Log Message: Changed ENABLE_DYNAMIC_DRIVERS to ENABLE_DYNDRIVERS for better clarity and simplicity. |
From: Maurice L. <ml...@us...> - 2002-01-19 23:03:44
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv456 Modified Files: hpgl.c tek.c Log Message: Excluded drivers fix #1: when compiling with static drivers only, all of the external (initialization) entry points need to be moved inside the PLD_<device> ifdef or you can get unresolved externals, when some set of subdevices is being excluded. |
From: Maurice L. <ml...@us...> - 2002-01-20 09:08:46
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv4780 Modified Files: tek.c Log Message: Added PLD_tek4010f and PLD_tek4107f to the #if at the top, since these are now separate devices (for consistency with the configure code). Took out the internal #ifdefs over the init functions, as sometimes there's crosstalk and otherwise we'd have to build in device dependencies here. Reverted to previous way these were structured in the process. |
From: Maurice L. <ml...@us...> - 2002-01-21 23:26:25
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv14808/drivers Modified Files: xwin.c Log Message: Minor fixes to eliminate warnings when compiling with -Wall (--with-warn). |
From: Maurice L. <ml...@us...> - 2002-02-06 14:40:26
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv16133 Modified Files: tk.c Log Message: Send the control point info over to the plserver. |
From: Joao C. <jc...@us...> - 2002-02-08 00:23:33
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv5170/drivers Modified Files: ps.c Log Message: Enable plotting a single dot, when ploin() and plpoin3() 'code' argument is '-1'. |
From: Joao C. <jc...@us...> - 2002-02-09 02:53:32
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv3175/drivers Modified Files: gnome.c Log Message: Enable plot buffer to make possible to replot to another device. |
From: Joao C. <jc...@us...> - 2002-02-09 02:54:09
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv3271/drivers Modified Files: pstex.c Log Message: Change "device" to "file" in driver description. |
From: Joao C. <jc...@us...> - 2002-02-09 03:14:43
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv6427/drivers Modified Files: plbuf.c Log Message: plbuf_image() and rdbuf_image(): save extra information save shorts instead of PLINT/PLFLT |
From: Joao C. <jc...@us...> - 2002-02-09 03:18:17
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv6947/drivers Modified Files: xwin.c Log Message: Add GetImageErrorHandler() to intersept errors in XGetImage() when the window is not fully viewable. DrawImage(): Use short instead of PLINT/PLFLT |
From: Joao C. <jc...@us...> - 2002-02-15 15:31:02
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv5185/drivers Modified Files: ps.c pstex.c 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:01:32
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv6307 Modified Files: plbuf.c Log Message: Changed read/write of plot window parameters to be of size double rather than PLFLT. |
From: Maurice L. <ml...@us...> - 2002-02-23 15:44:41
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv23406 Modified Files: plbuf.c Log Message: Reverted last night's changes. |
From: Geoffrey F. <fu...@us...> - 2002-02-26 00:24:16
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv2473/drivers Modified Files: xwin.c Log Message: Correct initialization of X colors from PLplot colors. Code was hardwired for 16, but only pls->ncol0 will have actually been initialized. Reading past that results in using uninitialized memory. |
From: Geoffrey F. <fu...@ga...> - 2002-02-26 00:38:06
|
BTW, lest anyone think this was just theoretical, it turns out that x16c manages to init only 3 colors in cmap0, so this problem actually did occur in x16c. Geoffrey Furnish writes: > Update of /cvsroot/plplot/plplot/drivers > In directory usw-pr-cvs1:/tmp/cvs-serv2473/drivers > > Modified Files: > xwin.c > Log Message: > Correct initialization of X colors from PLplot colors. Code was > hardwired for 16, but only pls->ncol0 will have actually been > initialized. Reading past that results in using uninitialized > memory. > > > _______________________________________________ > Plplot-cvs mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-cvs |