aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
authorAchil2022-09-06 18:56:51 +0200
committerAchil2022-09-06 18:56:51 +0200
commit5bce61c04e589e368d534c4797711ac73c1e1f23 (patch)
tree299f2b64723a5c9697937f651cecf1416604baad /generic
parentb60b3de318b4e621518681cc2824b4d9c605ae9e (diff)
downloadtkzinc-5bce61c04e589e368d534c4797711ac73c1e1f23.zip
tkzinc-5bce61c04e589e368d534c4797711ac73c1e1f23.tar.gz
tkzinc-5bce61c04e589e368d534c4797711ac73c1e1f23.tar.bz2
tkzinc-5bce61c04e589e368d534c4797711ac73c1e1f23.tar.xz
Daniel Etienne pre release for Bullseye
Diffstat (limited to 'generic')
-rw-r--r--generic/Arc.c4
-rw-r--r--generic/Attrs.c4
-rw-r--r--generic/Attrs.h2
-rw-r--r--generic/Color.c2
-rw-r--r--generic/Color.h2
-rw-r--r--generic/Curve.c4
-rw-r--r--generic/Draw.c2
-rw-r--r--generic/Draw.h2
-rw-r--r--generic/Field.c4
-rw-r--r--generic/Field.h2
-rw-r--r--generic/Geo.c4
-rw-r--r--generic/Geo.h2
-rw-r--r--generic/Group.c4
-rw-r--r--generic/Group.h2
-rw-r--r--generic/Icon.c2
-rw-r--r--generic/Image.c2
-rw-r--r--generic/Image.h2
-rw-r--r--generic/Item.c4
-rw-r--r--generic/Item.h2
-rw-r--r--generic/List.c4
-rw-r--r--generic/List.h2
-rw-r--r--generic/Map.c4
-rw-r--r--generic/MapInfo.c4
-rw-r--r--generic/MapInfo.h2
-rw-r--r--generic/OverlapMan.c4
-rw-r--r--generic/OverlapMan.h2
-rw-r--r--generic/PostScript.c4
-rw-r--r--generic/PostScript.h2
-rw-r--r--generic/Rectangle.c4
-rw-r--r--generic/Reticle.c4
-rw-r--r--generic/Tabular.c4
-rw-r--r--generic/Track.c13
-rw-r--r--generic/Track.h2
-rw-r--r--generic/Transfo.c2
-rw-r--r--generic/Transfo.h2
-rw-r--r--generic/Triangles.c2
-rw-r--r--generic/Types.h2
-rw-r--r--generic/Viewport.c4
-rw-r--r--generic/WidgetInfo.h2
-rw-r--r--generic/Window.c2
-rw-r--r--generic/perfos.c4
-rw-r--r--generic/perfos.h2
-rw-r--r--generic/tkZinc.c4
-rw-r--r--generic/tkZinc.h2
44 files changed, 70 insertions, 65 deletions
diff --git a/generic/Arc.c b/generic/Arc.c
index 9a02c16..ec7824d 100644
--- a/generic/Arc.c
+++ b/generic/Arc.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Wed Mar 30 16:24:09 1994
*
- * $Id$
+ * $Id: Arc.c 1897 2008-01-22 08:33:42Z lemort $
*/
/*
@@ -25,7 +25,7 @@
#include "tkZinc.h"
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: Arc.c 1897 2008-01-22 08:33:42Z lemort $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
diff --git a/generic/Attrs.c b/generic/Attrs.c
index 7a09597..f264f2b 100644
--- a/generic/Attrs.c
+++ b/generic/Attrs.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Fri Dec 31 10:03:34 1999
*
- * $Id$
+ * $Id: Attrs.c 1820 2006-10-17 12:10:05Z lecoanet $
*/
/*
@@ -31,7 +31,7 @@
#include <stdlib.h>
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: Attrs.c 1820 2006-10-17 12:10:05Z lecoanet $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
diff --git a/generic/Attrs.h b/generic/Attrs.h
index fad8134..87ee953 100644
--- a/generic/Attrs.h
+++ b/generic/Attrs.h
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Fri Dec 31 10:06:37 1999
*
- * $Id$
+ * $Id: Attrs.h 1641 2005-04-27 07:32:03Z lecoanet $
*/
/*
diff --git a/generic/Color.c b/generic/Color.c
index 49fadea..5121209 100644
--- a/generic/Color.c
+++ b/generic/Color.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Thu Dec 16 15:41:53 1999
*
- * $Id$
+ * $Id: Color.c 1766 2005-12-02 13:35:39Z lecoanet $
*/
/*
diff --git a/generic/Color.h b/generic/Color.h
index b8952ca..e32765c 100644
--- a/generic/Color.h
+++ b/generic/Color.h
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Thu Dec 16 15:41:04 1999
*
- * $Id$
+ * $Id: Color.h 1641 2005-04-27 07:32:03Z lecoanet $
*/
/*
diff --git a/generic/Curve.c b/generic/Curve.c
index bab9194..edef9a2 100644
--- a/generic/Curve.c
+++ b/generic/Curve.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Fri Mar 25 15:32:17 1994
*
- * $Id$
+ * $Id: Curve.c 1897 2008-01-22 08:33:42Z lemort $
*/
/*
@@ -31,7 +31,7 @@
#endif
#include <ctype.h>
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: Curve.c 1897 2008-01-22 08:33:42Z lemort $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
diff --git a/generic/Draw.c b/generic/Draw.c
index b2eb709..dbcea1f 100644
--- a/generic/Draw.c
+++ b/generic/Draw.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Sat Dec 10 12:51:30 1994
*
- * $Id$
+ * $Id: Draw.c 1820 2006-10-17 12:10:05Z lecoanet $
*/
/*
diff --git a/generic/Draw.h b/generic/Draw.h
index 955f849..61cf1d1 100644
--- a/generic/Draw.h
+++ b/generic/Draw.h
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Sat Dec 10 12:51:30 1994
*
- * $Id$
+ * $Id: Draw.h 1641 2005-04-27 07:32:03Z lecoanet $
*/
/*
diff --git a/generic/Field.c b/generic/Field.c
index 26765f0..acbdf13 100644
--- a/generic/Field.c
+++ b/generic/Field.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date :
*
- * $Id$
+ * $Id: Field.c 1821 2006-10-17 13:25:35Z lecoanet $
*/
/*
@@ -27,7 +27,7 @@
#include <stdlib.h>
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: Field.c 1821 2006-10-17 13:25:35Z lecoanet $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
diff --git a/generic/Field.h b/generic/Field.h
index ad13663..3913875 100644
--- a/generic/Field.h
+++ b/generic/Field.h
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date :
*
- * $Id$
+ * $Id: Field.h 1644 2005-05-10 07:59:48Z lecoanet $
*/
/*
diff --git a/generic/Geo.c b/generic/Geo.c
index cb070e5..40bf501 100644
--- a/generic/Geo.c
+++ b/generic/Geo.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date :
*
- * $Id$
+ * $Id: Geo.c 1758 2005-10-19 10:58:11Z lecoanet $
*/
/*
@@ -26,7 +26,7 @@
#include <memory.h>
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: Geo.c 1758 2005-10-19 10:58:11Z lecoanet $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
diff --git a/generic/Geo.h b/generic/Geo.h
index 36205aa..c76ddb7 100644
--- a/generic/Geo.h
+++ b/generic/Geo.h
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date :
*
- * $Id$
+ * $Id: Geo.h 1758 2005-10-19 10:58:11Z lecoanet $
*/
/*
diff --git a/generic/Group.c b/generic/Group.c
index cee860d..bf2109f 100644
--- a/generic/Group.c
+++ b/generic/Group.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Wed Jun 23 10:09:20 1999
*
- * $Id$
+ * $Id: Group.c 1897 2008-01-22 08:33:42Z lemort $
*/
/*
@@ -28,7 +28,7 @@
#endif
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: Group.c 1897 2008-01-22 08:33:42Z lemort $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
diff --git a/generic/Group.h b/generic/Group.h
index 937dec7..2bbb509 100644
--- a/generic/Group.h
+++ b/generic/Group.h
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date :
*
- * $Id$
+ * $Id: Group.h 1641 2005-04-27 07:32:03Z lecoanet $
*/
/*
diff --git a/generic/Icon.c b/generic/Icon.c
index 82297b2..28aabbd 100644
--- a/generic/Icon.c
+++ b/generic/Icon.c
@@ -23,7 +23,7 @@
#include "tkZinc.h"
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: Icon.c 1897 2008-01-22 08:33:42Z lemort $";
static const char compile_id[] = "$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
diff --git a/generic/Image.c b/generic/Image.c
index 051dbde..6e42059 100644
--- a/generic/Image.c
+++ b/generic/Image.c
@@ -29,7 +29,7 @@
#endif
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: Image.c 1911 2008-09-17 07:07:06Z lecoanet $";
static const char compile_id[] = "$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
diff --git a/generic/Image.h b/generic/Image.h
index 8c9beb5..c2f2b8d 100644
--- a/generic/Image.h
+++ b/generic/Image.h
@@ -4,7 +4,7 @@
* Authors : Patrick LECOANET
* Creation date : Wed Dec 8 11:04:44 1999
*
- * $Id$
+ * $Id: Image.h 1851 2007-01-23 12:39:47Z lecoanet $
*/
/*
diff --git a/generic/Item.c b/generic/Item.c
index d26cf66..86c1b9f 100644
--- a/generic/Item.c
+++ b/generic/Item.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date :
*
- * $Id$
+ * $Id: Item.c 1897 2008-01-22 08:33:42Z lemort $
*/
/*
@@ -42,7 +42,7 @@
#include <string.h>
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: Item.c 1897 2008-01-22 08:33:42Z lemort $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
diff --git a/generic/Item.h b/generic/Item.h
index c181c3c..33ed6a8 100644
--- a/generic/Item.h
+++ b/generic/Item.h
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date :
*
- * $Id$
+ * $Id: Item.h 1897 2008-01-22 08:33:42Z lemort $
*/
/*
diff --git a/generic/List.c b/generic/List.c
index 974f835..4038953 100644
--- a/generic/List.c
+++ b/generic/List.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Tue Mar 15 17:18:17 1994
*
- * $Id$
+ * $Id: List.c 1827 2006-10-18 12:00:18Z lecoanet $
*/
/*
@@ -68,7 +68,7 @@
*
**********************************************************************************
*/
-static const char rcs_id[]="$Id$";
+static const char rcs_id[]="$Id: List.c 1827 2006-10-18 12:00:18Z lecoanet $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
#define MAX_CHUNCK_SIZE 1024
diff --git a/generic/List.h b/generic/List.h
index 5fdf0bd..71c20a1 100644
--- a/generic/List.h
+++ b/generic/List.h
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Tue Mar 15 17:24:51 1994
*
- * $Id$
+ * $Id: List.h 1641 2005-04-27 07:32:03Z lecoanet $
*/
/*
diff --git a/generic/Map.c b/generic/Map.c
index f67e64e..9ae04c6 100644
--- a/generic/Map.c
+++ b/generic/Map.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date :
*
- * $Id$
+ * $Id: Map.c 1897 2008-01-22 08:33:42Z lemort $
*/
/*
@@ -29,7 +29,7 @@
#include <stdio.h>
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: Map.c 1897 2008-01-22 08:33:42Z lemort $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
diff --git a/generic/MapInfo.c b/generic/MapInfo.c
index 1cffe99..9f8ca5e 100644
--- a/generic/MapInfo.c
+++ b/generic/MapInfo.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date :
*
- * $Id$
+ * $Id: MapInfo.c 1906 2008-09-15 07:56:45Z lecoanet $
*/
/*
@@ -31,7 +31,7 @@
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: MapInfo.c 1906 2008-09-15 07:56:45Z lecoanet $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
diff --git a/generic/MapInfo.h b/generic/MapInfo.h
index edecd4a..7f5b6c3 100644
--- a/generic/MapInfo.h
+++ b/generic/MapInfo.h
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date :
*
- * $Id$
+ * $Id: MapInfo.h 1641 2005-04-27 07:32:03Z lecoanet $
*/
/*
diff --git a/generic/OverlapMan.c b/generic/OverlapMan.c
index 2b70368..824a193 100644
--- a/generic/OverlapMan.c
+++ b/generic/OverlapMan.c
@@ -4,7 +4,7 @@
* Authors :
* Creation date :
*
- * $Id$
+ * $Id: OverlapMan.c 1803 2006-09-11 14:58:19Z lecoanet $
*/
/*
@@ -24,7 +24,7 @@
* dealing with tracks.
*/
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: OverlapMan.c 1803 2006-09-11 14:58:19Z lecoanet $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
diff --git a/generic/OverlapMan.h b/generic/OverlapMan.h
index c82df71..f928b46 100644
--- a/generic/OverlapMan.h
+++ b/generic/OverlapMan.h
@@ -4,7 +4,7 @@
* Authors :
* Creation date :
*
- * $Id$
+ * $Id: OverlapMan.h 1800 2006-09-01 07:03:20Z lecoanet $
*/
/*
diff --git a/generic/PostScript.c b/generic/PostScript.c
index 3465abe..e1166cf 100644
--- a/generic/PostScript.c
+++ b/generic/PostScript.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Tue Jan 3 13:17:17 1995
*
- * $Id$
+ * $Id: PostScript.c 1679 2005-05-25 08:28:38Z lecoanet $
*/
/*
@@ -55,7 +55,7 @@
**********************************************************************************
*/
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: PostScript.c 1679 2005-05-25 08:28:38Z lecoanet $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
diff --git a/generic/PostScript.h b/generic/PostScript.h
index 5af987e..93eb9c1 100644
--- a/generic/PostScript.h
+++ b/generic/PostScript.h
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Wed Jan 4 11:30:00 1995
*
- * $Id$
+ * $Id: PostScript.h 1644 2005-05-10 07:59:48Z lecoanet $
*/
/*
diff --git a/generic/Rectangle.c b/generic/Rectangle.c
index 0a62b2c..013ac6e 100644
--- a/generic/Rectangle.c
+++ b/generic/Rectangle.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Fri Dec 2 14:47:42 1994
*
- * $Id$
+ * $Id: Rectangle.c 1897 2008-01-22 08:33:42Z lemort $
*/
/*
@@ -26,7 +26,7 @@
#include "tkZinc.h"
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: Rectangle.c 1897 2008-01-22 08:33:42Z lemort $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
/*
diff --git a/generic/Reticle.c b/generic/Reticle.c
index 5b6a427..3ed486e 100644
--- a/generic/Reticle.c
+++ b/generic/Reticle.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Mon Feb 1 12:13:24 1999
*
- * $Id$
+ * $Id: Reticle.c 1897 2008-01-22 08:33:42Z lemort $
*/
/*
@@ -25,7 +25,7 @@
#include <math.h>
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: Reticle.c 1897 2008-01-22 08:33:42Z lemort $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
diff --git a/generic/Tabular.c b/generic/Tabular.c
index 1335d75..f4ebc32 100644
--- a/generic/Tabular.c
+++ b/generic/Tabular.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date :
*
- * $Id$
+ * $Id: Tabular.c 1897 2008-01-22 08:33:42Z lemort $
*/
/*
@@ -26,7 +26,7 @@
#include <stdlib.h>
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: Tabular.c 1897 2008-01-22 08:33:42Z lemort $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
diff --git a/generic/Track.c b/generic/Track.c
index 7c1e8f7..9ac6f71 100644
--- a/generic/Track.c
+++ b/generic/Track.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date :
*
- * $Id$
+ * $Id: Track.c 1910 2008-09-17 07:01:56Z lecoanet $
*/
/*
@@ -30,7 +30,7 @@
#include <stdlib.h>
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: Track.c 1910 2008-09-17 07:01:56Z lecoanet $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
/*
@@ -124,6 +124,7 @@ typedef struct _TrackItemStruct {
ZnPoint pos; /* item world coordinates */
ZnPoint speed_vector; /* s. v. slope in world coord */
ZnDim speed_vector_width;
+ ZnBool speed_vector_visible;
ZnGradient *history_color;
ZnDim history_width;
#ifdef OM_TECH
@@ -244,6 +245,9 @@ static ZnAttrConfig track_attrs[] = {
{ ZN_CONFIG_BOOL, "-speedvectorsensitive", NULL,
Tk_Offset(TrackItemStruct, header.part_sensitive), ZnPartToBit(SPEED_VECTOR),
ZN_REPICK_FLAG, False },
+ { ZN_CONFIG_BOOL, "-speedvectorvisible", NULL,
+ Tk_Offset(TrackItemStruct, speed_vector_visible), 1,
+ ZN_REPICK_FLAG, False },
{ ZN_CONFIG_BOOL, "-speedvectorticks", NULL,
Tk_Offset(TrackItemStruct, flags), SV_TICKS_BIT, ZN_DRAW_FLAG, False },
{ ZN_CONFIG_DIM, "-speedvectorwidth", NULL,
@@ -422,6 +426,7 @@ Init(ZnItem item,
track->marker_style = ZN_LINE_SIMPLE;
track->marker_fill_pattern = ZnUnspecifiedImage;
track->speed_vector_color = ZnGetGradientByValue(wi->fore_color);
+ track->speed_vector_visible = 1;
track->history_color = ZnGetGradientByValue(wi->fore_color);
track->history_width = 8;
CLEAR(track->flags, MARKER_FILLED_BIT);
@@ -1222,7 +1227,7 @@ Draw(ZnItem item)
/*
* Draw the speed vector.
*/
- if ((item->class == ZnTrack) && (track->speed_vector_width > 0)) {
+ if ((item->class == ZnTrack) && (track->speed_vector_width > 0) && (track->speed_vector_visible)) {
values.foreground = ZnGetGradientPixel(track->speed_vector_color, 0.0);
values.line_width = (int) track->speed_vector_width;
values.line_style = LineSolid;
@@ -1469,7 +1474,7 @@ Render(ZnItem item)
/*
* Draw the speed vector.
*/
- if ((item->class == ZnTrack) && (track->speed_vector_width > 0)) {
+ if ((item->class == ZnTrack) && (track->speed_vector_width > 0) && (track->speed_vector_visible)) {
unsigned int num_clips=0, svlength=0;
ZnReal svxstep=0, svystep=0;
GLfloat ticksize=0;
diff --git a/generic/Track.h b/generic/Track.h
index b52cc9c..7be3935 100644
--- a/generic/Track.h
+++ b/generic/Track.h
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Tue Jan 19 16:03:53 1999
*
- * $Id$
+ * $Id: Track.h 1792 2006-08-21 11:58:22Z lecoanet $
*/
/*
diff --git a/generic/Transfo.c b/generic/Transfo.c
index cbe10bb..a74f82f 100644
--- a/generic/Transfo.c
+++ b/generic/Transfo.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date :
*
- * $Id$
+ * $Id: Transfo.c 1732 2005-09-12 13:18:42Z Lecoanet $
*/
/*
diff --git a/generic/Transfo.h b/generic/Transfo.h
index ab28d6f..adf9adf 100644
--- a/generic/Transfo.h
+++ b/generic/Transfo.h
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date :
*
- * $Id$
+ * $Id: Transfo.h 1641 2005-04-27 07:32:03Z lecoanet $
*/
/*
diff --git a/generic/Triangles.c b/generic/Triangles.c
index d3fe947..fbb219e 100644
--- a/generic/Triangles.c
+++ b/generic/Triangles.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Tue Dec 11 10:52:01 2001
*
- * $Id$
+ * $Id: Triangles.c 1897 2008-01-22 08:33:42Z lemort $
*/
/*
diff --git a/generic/Types.h b/generic/Types.h
index c32dc64..7301f5e 100644
--- a/generic/Types.h
+++ b/generic/Types.h
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Mon Feb 1 12:13:24 1999
*
- * $Id$
+ * $Id: Types.h 1863 2007-02-27 15:37:47Z lecoanet $
*/
/*
diff --git a/generic/Viewport.c b/generic/Viewport.c
index fe0f6f3..fe3f99a 100644
--- a/generic/Viewport.c
+++ b/generic/Viewport.c
@@ -4,7 +4,7 @@
* Authors : Roland Tomczak.
* Creation date : Fri Dec 2 14:47:42 1994
*
- * $Id$
+ * $Id: Viewport.c 1897 2008-01-22 08:33:42Z lemort $
*/
/*
@@ -53,7 +53,7 @@
#include "tkZinc.h"
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: Viewport.c 1897 2008-01-22 08:33:42Z lemort $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
// Function prototypes definitions
diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h
index b4ab31b..0b0cf3c 100644
--- a/generic/WidgetInfo.h
+++ b/generic/WidgetInfo.h
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Mon Feb 1 12:13:24 1999
*
- * $Id$
+ * $Id: WidgetInfo.h 1897 2008-01-22 08:33:42Z lemort $
*/
/*
diff --git a/generic/Window.c b/generic/Window.c
index e0a3f9e..43b2e65 100644
--- a/generic/Window.c
+++ b/generic/Window.c
@@ -29,7 +29,7 @@
#endif
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: Window.c 1897 2008-01-22 08:33:42Z lemort $";
static const char compile_id[] = "$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
/*
diff --git a/generic/perfos.c b/generic/perfos.c
index 1da2295..35cac00 100644
--- a/generic/perfos.c
+++ b/generic/perfos.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date :
*
- * $Id$
+ * $Id: perfos.c 1820 2006-10-17 12:10:05Z lecoanet $
*/
/*
@@ -29,7 +29,7 @@
#include <sys/times.h>
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: perfos.c 1820 2006-10-17 12:10:05Z lecoanet $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
diff --git a/generic/perfos.h b/generic/perfos.h
index ecd0bfb..d795b98 100644
--- a/generic/perfos.h
+++ b/generic/perfos.h
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date :
*
- * $Id$
+ * $Id: perfos.h 1820 2006-10-17 12:10:05Z lecoanet $
*/
/*
diff --git a/generic/tkZinc.c b/generic/tkZinc.c
index 5c577e7..c4025fe 100644
--- a/generic/tkZinc.c
+++ b/generic/tkZinc.c
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Mon Feb 1 12:13:24 1999
*
- * $Id$
+ * $Id: tkZinc.c 1897 2008-01-22 08:33:42Z lemort $
*/
/*
@@ -25,7 +25,7 @@
*
*/
-static const char rcs_id[]="$Id$";
+static const char rcs_id[]="$Id: tkZinc.c 1897 2008-01-22 08:33:42Z lemort $";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
static const char * const zinc_version = "zinc-version-" PACKAGE_VERSION;
diff --git a/generic/tkZinc.h b/generic/tkZinc.h
index bea3576..ba2d236 100644
--- a/generic/tkZinc.h
+++ b/generic/tkZinc.h
@@ -4,7 +4,7 @@
* Authors : Patrick Lecoanet.
* Creation date : Mon Mar 15 14:02:03 1999
*
- * $Id$
+ * $Id: tkZinc.h 1820 2006-10-17 12:10:05Z lecoanet $
*/
/*