From: Joao C. <jc...@us...> - 2002-02-28 00:50:47
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv25365/drivers Modified Files: xwin.c Log Message: -add cmd line "-drvopt buffered" to disable using the plot buffer -try to set line width in PLSTATE_WIDTH -implement plimage() amplitude clipping support |
From: Joao C. <jc...@us...> - 2002-02-28 00:52:47
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv25827/drivers Modified Files: plbuf.c Log Message: save/load new zmin/zmax info for plimage() |
From: Joao C. <jc...@us...> - 2002-03-01 19:44:42
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv13375/drivers Modified Files: xwin.c Log Message: Change syntax of the -buffered option to -nobuffered . GetCursorCmd(): Correct bug that leaved the crosshairs active. |
From: Joao C. <jc...@us...> - 2002-03-08 18:08:22
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv16996/drivers Modified Files: xwin.c Log Message: DrawImage(): use fabs() instead of abs() -- it makes a diference in digital cc. |
From: Joao C. <jc...@us...> - 2002-03-12 19:49:50
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv29480/drivers Modified Files: xfig.c Log Message: Account for zero width line width. This happens during a replot!, and a line width of 1 is used in this case. |
From: Alan W. I. <ai...@us...> - 2002-06-17 18:12:09
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv10795 Modified Files: pbm.c Log Message: AWI commit of Gary Bishop changes to allow setting the background color and allow variable image sizes for this driver. These changes have had some minimal testing. For example, they compile and produce the same results as previously if default background and image size are used. |
From: Maurice L. <ml...@us...> - 2002-06-25 08:18:09
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv32583 Modified Files: tk.c Log Message: Fixed Alan's "."-in-executable-name bug. Split off plwindow-naming code into separate function, eliminated some duplicated code. Also some cleanups, removal of code depending on Tcl 7.x. |
From: Vince D. <vin...@us...> - 2002-07-02 09:58:30
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv9201 Added Files: tkwin.c Log Message: cross platform tk driver |
From: Vince D. <vin...@us...> - 2002-07-02 11:09:06
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv27510/drivers Modified Files: tkwin.c Log Message: configuration for tkwin driver |
From: Vince D. <vin...@us...> - 2002-07-05 17:17:47
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv329/drivers Modified Files: tkwin.c Log Message: removed compiler warnings |
From: Alan W. I. <ai...@us...> - 2002-07-09 19:58:00
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv913 Modified Files: tkwin.c Log Message: Change tkwin driver sequence number to 45 (to avoid clash with cgm driver). |
From: Vince D. <vin...@us...> - 2002-07-10 09:52:40
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv21600/drivers Modified Files: tkwin.c Log Message: resolve name clashes, and sync pltools.tcl |
From: Alan W. I. <ai...@us...> - 2002-07-10 13:54:23
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv21087 Modified Files: tkwin.c Log Message: Remove tkInt.h include for Unix/Linux systems because it appears it is not necessary and many of the Linux distributions do not package this internal Tk header. |
From: Vince D. <vin...@us...> - 2002-07-10 13:59:26
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv24837/drivers Modified Files: tkwin.c Log Message: removing symbols conflict with xwin and use tk.h |
From: Vince D. <vin...@us...> - 2002-07-11 08:55:23
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv2503/drivers Modified Files: tkwin.c Log Message: abort if no tk widget |
From: Vince D. <vin...@us...> - 2002-07-17 09:08:24
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv3411/drivers Modified Files: tk.c Log Message: plwidget.tcl merge continues |
From: Vince D. <vin...@us...> - 2002-07-17 16:17:43
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv12917/drivers Modified Files: tk.c Log Message: fixed typo, and namespace problem |
From: Alan W. I. <ai...@us...> - 2002-07-25 20:20:16
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv13096/drivers Modified Files: xwin.c Added Files: xwin_common.c 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: Alan W. I. <ai...@us...> - 2002-07-28 22:41:17
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv2704/drivers Modified Files: tkwin.c xwin_common.c Added Files: tkwin_common.c Log Message: Split tkwin.c into tkwin_common.c and tkwin.c to remove cross-linking issue and allow tkwin.c to act like a normal driver. So the last "special" version of drivers is gone. Reconfigured library dependencies and link lines so that we now have reasonably rational hierarchical dependencies and linking on Linux. |
From: Maurice L. <ml...@us...> - 2002-08-04 06:12:02
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv3382 Modified Files: xwin.c Log Message: Reverted to 1.101 and modified from there, so that all xwin related functionality is once again confined to this file. Modifications include: - escape function now supports the following new commands: * PLESC_PL2DEVCOL convert PLColor to device color (XColor) * PLESC_DEV2PLCOL convert device color (XColor) to PLColor * PLESC_SETBGFG set BG, FG colors * PLESC_DEVINIT alternate device initialization - minor change to esc function to address race condition at startup when PLESC_DEVINIT is being used. - name changes of previously external functions to make them better conform to internal naming conventions. |
From: Maurice L. <ml...@us...> - 2002-08-04 06:12:17
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv3837 Removed Files: xwin_common.c Log Message: Obsolete. |
From: Vince D. <vin...@us...> - 2002-08-05 14:10:18
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv983/drivers Modified Files: tkwin_common.c Log Message: removed dependence on tkInt, fixed win-tk compile |
From: Andrew R. <ar...@us...> - 2002-08-15 06:09:43
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv28766 Modified Files: gd.c Log Message: For all versions of GD: 1) Remodelled the colour allocation 2) Added a command line "optimise" option (via -DRVOPT) for PNG images. If successful, the optimise command will create 4 bit (16 colour) PNGs instead of 8 bit (256 colour) ones. 3) Stuff that used to be evoked through compile time #defines and the command line option "-hack" are now done via -drvopt. 3a) "-drvopt def_black15" sets index 15, usually white, to black if index 0, the background colour and usually black, has been set to white from the command line option -bg. 3b) "-drvopt swp_red15" swaps index 15, usually white, with index 1, which is usually red. New if you are using V2.+ of GD 4) Added support 24 bit colour 4a) 24 bit palettes now supported if you have GD 2.+ 24 bit support is, by default, set to "auto", so the *driver* decides when to use 24 bit or 8 bit modes for PNG files. 4b) "-drvopt 8bit" forces the driver to use 8bit PNGs even if conventional wisdom would suggest 24 bit ones would be better. 4c) "-drvopt 24bit" forces the driver into 24 bit mode regardless of how many colours are used. |
From: Andrew R. <ar...@us...> - 2002-09-09 03:47:18
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv6464 Modified Files: gd.c Log Message: Added Freetype support routines for the GD driver. Freetype support has been added to the GD family of drivers using the plfreetype.c module, and implemented as a driver-specific optional extra invoked via the -drvopt command line toggle. It uses the "PLESC_HAS_TEXT" command for rendering within the driver. Freetype support is turned on/off at compile time by defining "HAVE_FREETYPE". To give the user some level of control over the fonts that are used, environmental variables can be set to over-ride the definitions used by the five default plplot fonts. Freetype rendering is used with the command line "-drvopt text". Anti-aliased fonts can be used by issuing "-drvopt text,smooth" |
From: Andrew R. <ar...@us...> - 2002-09-11 02:47:24
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv26226 Modified Files: gd.c Log Message: Added some code that resets the number of colours in cmap0 at the end of each page. Hopefully this fix will solve the problem of segfaults when -drvopt text,smooth is used in family mode with the gd drivers. |