From: Maurice L. <ml...@us...> - 2002-02-06 14:41:51
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv16350 Modified Files: plr.c Log Message: Receive the control point info from the tk driver on a PLSTATE_CMAP1 command & set the stream parameters appropriately. |
From: Maurice L. <ml...@us...> - 2002-02-07 01:35:47
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv3335 Modified Files: plwidget.tcl Log Message: Fixed existence condition for variable used in label stack (multi window bug). |
From: Maurice L. <ml...@us...> - 2002-02-23 18:13:17
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv30023 Modified Files: plframe.c Log Message: Always switch back to original stream after a "save close". Otherwise run into some interesting bugs in certain situations. |
From: Maurice L. <ml...@us...> - 2002-03-04 10:06:14
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv1844 Modified Files: plwidget.tcl Log Message: A little bit of backward compatibility code needed for my recently added Tcl script pause/resume feature. |
From: Alan W. I. <ai...@us...> - 2002-07-01 18:38:38
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv13598/bindings/tk Modified Files: plserver.h pltk.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-02 09:02:05
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv22934/tk Modified Files: pldefaults.tcl plplot.tcl Log Message: small tcl cleanup for generic tcl-tk use |
From: Vince D. <vin...@us...> - 2002-07-10 09:52:40
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv21600/bindings/tk Modified Files: pltools.tcl Log Message: resolve name clashes, and sync pltools.tcl |
From: Vince D. <vin...@us...> - 2002-07-11 08:52:04
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv1236/bindings/tk Modified Files: Pltk_Init.c Log Message: resolve name conflict between tk, tk-x-plat |
From: Vince D. <vin...@us...> - 2002-07-12 08:17:13
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv14489/bindings/tk Modified Files: plplot.tcl Log Message: small tcl fixes |
From: Vince D. <vin...@us...> - 2002-07-12 09:31:39
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv1628/bindings/tk Modified Files: Pltk_Init.c plframe.c Log Message: tcl interaction cleanup |
From: Vince D. <vin...@us...> - 2002-07-12 16:59:27
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv5843/bindings/tk Modified Files: pldefaults.tcl plframe.c Log Message: option class for plframes fixed |
From: Vince D. <vin...@us...> - 2002-07-15 18:11:37
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv10592/tk Modified Files: plwidget.tcl Log Message: plwidget partial merge |
From: Alan W. I. <ai...@us...> - 2002-07-16 20:02:08
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv25661 Modified Files: tkMain.c Log Message: Put in required call to Tcl_FindExecutable |
From: Vince D. <vin...@us...> - 2002-07-17 09:08:23
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv3411/bindings/tk Modified Files: PLXWin.itk plclient.tcl plwidget.tcl Log Message: plwidget.tcl merge continues |
From: Vince D. <vin...@us...> - 2002-07-17 16:17:43
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv12917/bindings/tk Modified Files: plclient.tcl plwidget.tcl Log Message: fixed typo, and namespace problem |
From: Alan W. I. <ai...@us...> - 2002-07-25 20:20:15
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv13096/bindings/tk Modified Files: plframe.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: Maurice L. <ml...@us...> - 2002-08-04 06:07:46
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv3187 Modified Files: tkshell.c Pltk_Init.c Log Message: Changed comments in #ifdef-ed out sections, in case they are ever activated. |
From: Maurice L. <ml...@us...> - 2002-08-04 06:16:49
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv3895 Modified Files: plframe.c Log Message: Changed to use new escape-function commands for its direct-xwin driver calls, to avoid linkage issues with dynamic drivers. Better design this way, too. |
From: Vince D. <vin...@us...> - 2002-08-05 14:10:17
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv983/bindings/tk Modified Files: pldefaults.tcl Log Message: removed dependence on tkInt, fixed win-tk compile |
From: Alan W. I. <ai...@us...> - 2002-09-23 19:50:30
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv7701 Modified Files: Pltk_Init.c Log Message: Code tweak to use correct PLPLOT_VERSION rather than "4.99". |
From: Maurice L. <ml...@us...> - 2002-09-25 07:33:06
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv12114 Added Files: pkgIndex.tcl.in Log Message: The tk part of the pkgIndex.tcl file. To load the dynamic driver do a "package require Pltk" from a wish (may have to set auto_path appropriately first). |
From: Joao C. <jc...@us...> - 2002-10-24 01:16:35
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv32169/bindings/tk Modified Files: help_keys.tcl pldefaults.tcl Log Message: Add a new key-binding, "m", to toogle on-off the two top menus on the tk driver viewer. |
From: Maurice L. <ml...@us...> - 2002-11-27 18:03:34
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory sc8-pr-cvs1:/tmp/cvs-serv1931 Modified Files: pldefaults.tcl Log Message: Moved cursor keybindings into proc setup_cursorkeybindings that is run from pldefaults so that it doesn't leave a bunch of temporary variables set at global scope.. this was causing tk04 demo to die. |
From: Maurice L. <ml...@us...> - 2002-11-28 08:04:36
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory sc8-pr-cvs1:/tmp/cvs-serv21162 Modified Files: pldefaults.tcl Log Message: Change all options to priority "startupFile". This is critically important to allow overriding of these by tools that properly declare their options of startupFile priority or use app-defaults files (that have the higher userDefault priority). Note some apps affected by the (semi-)recent change to always source plplot.tcl (which runs pldefaults) should now be restored to their pre-5.1.0 behavior as regards options settings. |
From: Alan W. I. <ai...@us...> - 2002-11-29 22:58:15
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory sc8-pr-cvs1:/tmp/cvs-serv24720/bindings/tk Modified Files: Tag: AT Pltk_Init.c plframe.c plr.c plserver.c plserver.h pltk.h pltkd.h tcpip.c tcpip.h tkMain.c tkshell.c 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. |