summaryrefslogtreecommitdiffstats
path: root/generic/ttk
diff options
context:
space:
mode:
Diffstat (limited to 'generic/ttk')
-rw-r--r--generic/ttk/ttk.decls4
-rw-r--r--generic/ttk/ttkBlink.c2
-rw-r--r--generic/ttk/ttkButton.c2
-rw-r--r--generic/ttk/ttkCache.c1
-rw-r--r--generic/ttk/ttkClamTheme.c2
-rw-r--r--generic/ttk/ttkClassicTheme.c2
-rw-r--r--generic/ttk/ttkDecls.h2
-rw-r--r--generic/ttk/ttkDefaultTheme.c3
-rw-r--r--generic/ttk/ttkElements.c3
-rw-r--r--generic/ttk/ttkEntry.c2
-rw-r--r--generic/ttk/ttkFrame.c2
-rw-r--r--generic/ttk/ttkGenStubs.tcl2
-rw-r--r--generic/ttk/ttkImage.c2
-rw-r--r--generic/ttk/ttkInit.c2
-rw-r--r--generic/ttk/ttkLabel.c3
-rw-r--r--generic/ttk/ttkLayout.c2
-rw-r--r--generic/ttk/ttkManager.c3
-rw-r--r--generic/ttk/ttkManager.h3
-rw-r--r--generic/ttk/ttkNotebook.c2
-rw-r--r--generic/ttk/ttkPanedwindow.c3
-rw-r--r--generic/ttk/ttkProgress.c3
-rw-r--r--generic/ttk/ttkScale.c2
-rw-r--r--generic/ttk/ttkScroll.c3
-rw-r--r--generic/ttk/ttkScrollbar.c2
-rw-r--r--generic/ttk/ttkSeparator.c3
-rw-r--r--generic/ttk/ttkSquare.c2
-rw-r--r--generic/ttk/ttkState.c2
-rw-r--r--generic/ttk/ttkStubInit.c2
-rw-r--r--generic/ttk/ttkStubLib.c5
-rw-r--r--generic/ttk/ttkTagSet.c3
-rw-r--r--generic/ttk/ttkTheme.c2
-rw-r--r--generic/ttk/ttkTheme.h2
-rw-r--r--generic/ttk/ttkThemeInt.h2
-rw-r--r--generic/ttk/ttkTrace.c3
-rw-r--r--generic/ttk/ttkTrack.c2
-rw-r--r--generic/ttk/ttkTreeview.c2
-rw-r--r--generic/ttk/ttkWidget.c2
-rw-r--r--generic/ttk/ttkWidget.h2
38 files changed, 23 insertions, 68 deletions
diff --git a/generic/ttk/ttk.decls b/generic/ttk/ttk.decls
index 4567135..e668a2a 100644
--- a/generic/ttk/ttk.decls
+++ b/generic/ttk/ttk.decls
@@ -1,7 +1,3 @@
-#
-# $Id: ttk.decls,v 1.6 2010/09/20 21:18:23 nijtmans Exp $
-#
-
library ttk
interface ttk
epoch 0
diff --git a/generic/ttk/ttkBlink.c b/generic/ttk/ttkBlink.c
index 3829619..706a871 100644
--- a/generic/ttk/ttkBlink.c
+++ b/generic/ttk/ttkBlink.c
@@ -1,6 +1,4 @@
/*
- * $Id: ttkBlink.c,v 1.2 2006/11/03 03:06:21 das Exp $
- *
* Copyright 2004, Joe English.
*
* Usage:
diff --git a/generic/ttk/ttkButton.c b/generic/ttk/ttkButton.c
index 1510a1e..ae0f20a 100644
--- a/generic/ttk/ttkButton.c
+++ b/generic/ttk/ttkButton.c
@@ -1,4 +1,4 @@
-/* $Id: ttkButton.c,v 1.13 2010/02/05 17:42:21 nijtmans Exp $
+/*
* Copyright (c) 2003, Joe English
*
* label, button, checkbutton, radiobutton, and menubutton widgets.
diff --git a/generic/ttk/ttkCache.c b/generic/ttk/ttkCache.c
index 9163beb..39c76e0 100644
--- a/generic/ttk/ttkCache.c
+++ b/generic/ttk/ttkCache.c
@@ -1,5 +1,4 @@
/*
- * $Id: ttkCache.c,v 1.3 2009/02/08 19:35:35 jenglish Exp $
* Theme engine resource cache.
*
* Copyright (c) 2004, Joe English
diff --git a/generic/ttk/ttkClamTheme.c b/generic/ttk/ttkClamTheme.c
index 95ce5d1..572f630 100644
--- a/generic/ttk/ttkClamTheme.c
+++ b/generic/ttk/ttkClamTheme.c
@@ -1,6 +1,4 @@
/*
- * $Id: ttkClamTheme.c,v 1.11 2010/01/22 14:17:53 nijtmans Exp $
- *
* Copyright (C) 2004 Joe English
*
* "clam" theme; inspired by the XFCE family of Gnome themes.
diff --git a/generic/ttk/ttkClassicTheme.c b/generic/ttk/ttkClassicTheme.c
index d81d204..2fbcd76 100644
--- a/generic/ttk/ttkClassicTheme.c
+++ b/generic/ttk/ttkClassicTheme.c
@@ -1,6 +1,4 @@
/*
- * $Id: ttkClassicTheme.c,v 1.8 2010/01/22 14:17:53 nijtmans Exp $
- *
* Copyright (c) 2004, Joe English
*
* "classic" theme; implements the classic Motif-like Tk look.
diff --git a/generic/ttk/ttkDecls.h b/generic/ttk/ttkDecls.h
index 2f30835..3ff2f62 100644
--- a/generic/ttk/ttkDecls.h
+++ b/generic/ttk/ttkDecls.h
@@ -1,6 +1,4 @@
/*
- * $Id: ttkDecls.h,v 1.15 2010/08/19 05:05:55 nijtmans Exp $
- *
* This file is (mostly) automatically generated from ttk.decls.
*/
diff --git a/generic/ttk/ttkDefaultTheme.c b/generic/ttk/ttkDefaultTheme.c
index e39a960..d2deee8 100644
--- a/generic/ttk/ttkDefaultTheme.c
+++ b/generic/ttk/ttkDefaultTheme.c
@@ -1,5 +1,4 @@
-/* $Id: ttkDefaultTheme.c,v 1.17 2010/02/05 21:33:14 jenglish Exp $
- *
+/*
* Copyright (c) 2003, Joe English
*
* Tk alternate theme, intended to match the MSUE and Gtk's (old) default theme
diff --git a/generic/ttk/ttkElements.c b/generic/ttk/ttkElements.c
index ba0034a..22af1d6 100644
--- a/generic/ttk/ttkElements.c
+++ b/generic/ttk/ttkElements.c
@@ -1,5 +1,4 @@
-/* $Id: ttkElements.c,v 1.12 2010/01/22 14:17:53 nijtmans Exp $
- *
+/*
* Copyright (c) 2003, Joe English
*
* Default implementation for themed elements.
diff --git a/generic/ttk/ttkEntry.c b/generic/ttk/ttkEntry.c
index 5e73495..f4750e1 100644
--- a/generic/ttk/ttkEntry.c
+++ b/generic/ttk/ttkEntry.c
@@ -1,6 +1,4 @@
/*
- * $Id: ttkEntry.c,v 1.21 2011/01/22 18:49:34 jenglish Exp $
- *
* DERIVED FROM: tk/generic/tkEntry.c r1.35.
*
* Copyright (c) 1990-1994 The Regents of the University of California.
diff --git a/generic/ttk/ttkFrame.c b/generic/ttk/ttkFrame.c
index cf22cda..5971e0d 100644
--- a/generic/ttk/ttkFrame.c
+++ b/generic/ttk/ttkFrame.c
@@ -1,4 +1,4 @@
-/* $Id: ttkFrame.c,v 1.15 2010/01/31 22:50:55 jenglish Exp $
+/*
* Copyright (c) 2004, Joe English
*
* ttk::frame and ttk::labelframe widgets.
diff --git a/generic/ttk/ttkGenStubs.tcl b/generic/ttk/ttkGenStubs.tcl
index a11ca8a..269d3ef 100644
--- a/generic/ttk/ttkGenStubs.tcl
+++ b/generic/ttk/ttkGenStubs.tcl
@@ -10,8 +10,6 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: ttkGenStubs.tcl,v 1.11 2010/09/23 11:50:46 nijtmans Exp $
-#
# SOURCE: tcl/tools/genStubs.tcl, revision 1.44
#
# CHANGES:
diff --git a/generic/ttk/ttkImage.c b/generic/ttk/ttkImage.c
index e9428ec..bf313a9 100644
--- a/generic/ttk/ttkImage.c
+++ b/generic/ttk/ttkImage.c
@@ -1,4 +1,4 @@
-/* $Id: ttkImage.c,v 1.10 2010/02/05 21:33:14 jenglish Exp $
+/*
* Image specifications and image element factory.
*
* Copyright (C) 2004 Pat Thoyts <patthoyts@users.sf.net>
diff --git a/generic/ttk/ttkInit.c b/generic/ttk/ttkInit.c
index dd7ca3a..be30ee7 100644
--- a/generic/ttk/ttkInit.c
+++ b/generic/ttk/ttkInit.c
@@ -1,4 +1,4 @@
-/* $Id: ttkInit.c,v 1.12 2010/02/05 21:33:14 jenglish Exp $
+/*
* Copyright (c) 2003, Joe English
*
* Ttk package: initialization routine and miscellaneous utilities.
diff --git a/generic/ttk/ttkLabel.c b/generic/ttk/ttkLabel.c
index 6a8c23f..90ed9e7 100644
--- a/generic/ttk/ttkLabel.c
+++ b/generic/ttk/ttkLabel.c
@@ -1,5 +1,4 @@
-/* $Id: ttkLabel.c,v 1.14 2011/01/14 23:43:10 wordtech Exp $
- *
+/*
* text, image, and label elements.
*
* The label element combines text and image elements,
diff --git a/generic/ttk/ttkLayout.c b/generic/ttk/ttkLayout.c
index 6eaf6bb..d248dcb 100644
--- a/generic/ttk/ttkLayout.c
+++ b/generic/ttk/ttkLayout.c
@@ -4,8 +4,6 @@
* Generic layout processing.
*
* Copyright (c) 2003 Joe English. Freely redistributable.
- *
- * $Id: ttkLayout.c,v 1.18 2010/02/05 21:33:14 jenglish Exp $
*/
#include <string.h>
diff --git a/generic/ttk/ttkManager.c b/generic/ttk/ttkManager.c
index cd10711..256573f 100644
--- a/generic/ttk/ttkManager.c
+++ b/generic/ttk/ttkManager.c
@@ -1,5 +1,4 @@
-/* $Id: ttkManager.c,v 1.6 2007/12/13 15:26:26 dgp Exp $
- *
+/*
* Copyright 2005, Joe English. Freely redistributable.
*
* Support routines for geometry managers.
diff --git a/generic/ttk/ttkManager.h b/generic/ttk/ttkManager.h
index 46ef832..d22ff98 100644
--- a/generic/ttk/ttkManager.h
+++ b/generic/ttk/ttkManager.h
@@ -1,5 +1,4 @@
-/* $Id: ttkManager.h,v 1.9 2007/12/13 15:26:26 dgp Exp $
- *
+/*
* Copyright (c) 2005, Joe English. Freely redistributable.
*
* Geometry manager utilities.
diff --git a/generic/ttk/ttkNotebook.c b/generic/ttk/ttkNotebook.c
index 9c4d38f..405553b 100644
--- a/generic/ttk/ttkNotebook.c
+++ b/generic/ttk/ttkNotebook.c
@@ -1,4 +1,4 @@
-/* $Id: ttkNotebook.c,v 1.25 2010/02/05 21:33:14 jenglish Exp $
+/*
* Copyright (c) 2004, Joe English
*/
diff --git a/generic/ttk/ttkPanedwindow.c b/generic/ttk/ttkPanedwindow.c
index e6cfc79..771d266 100644
--- a/generic/ttk/ttkPanedwindow.c
+++ b/generic/ttk/ttkPanedwindow.c
@@ -1,5 +1,4 @@
-/* $Id: ttkPanedwindow.c,v 1.22 2010/02/05 21:33:14 jenglish Exp $
- *
+/*
* Copyright (c) 2005, Joe English. Freely redistributable.
*
* ttk::panedwindow widget implementation.
diff --git a/generic/ttk/ttkProgress.c b/generic/ttk/ttkProgress.c
index 0ea3576..7971e43 100644
--- a/generic/ttk/ttkProgress.c
+++ b/generic/ttk/ttkProgress.c
@@ -1,5 +1,4 @@
-/* $Id: ttkProgress.c,v 1.10 2010/02/05 17:42:21 nijtmans Exp $
- *
+/*
* Copyright (c) Joe English, Pat Thoyts, Michael Kirkham
*
* ttk::progressbar widget.
diff --git a/generic/ttk/ttkScale.c b/generic/ttk/ttkScale.c
index 619401f..0745ebd 100644
--- a/generic/ttk/ttkScale.c
+++ b/generic/ttk/ttkScale.c
@@ -1,4 +1,4 @@
-/* $Id: ttkScale.c,v 1.11 2010/01/31 22:50:56 jenglish Exp $
+/*
* Copyright (C) 2004 Pat Thoyts <patthoyts@users.sourceforge.net>
*
* ttk::scale widget.
diff --git a/generic/ttk/ttkScroll.c b/generic/ttk/ttkScroll.c
index a25a2f3..c02b868 100644
--- a/generic/ttk/ttkScroll.c
+++ b/generic/ttk/ttkScroll.c
@@ -1,5 +1,4 @@
-/* $Id: ttkScroll.c,v 1.6 2008/08/19 14:47:55 jenglish Exp $
- *
+/*
* Copyright 2004, Joe English
*
* Support routines for scrollable widgets.
diff --git a/generic/ttk/ttkScrollbar.c b/generic/ttk/ttkScrollbar.c
index c467b07..641b0dc 100644
--- a/generic/ttk/ttkScrollbar.c
+++ b/generic/ttk/ttkScrollbar.c
@@ -1,4 +1,4 @@
-/* $Id: ttkScrollbar.c,v 1.11 2010/01/31 22:50:56 jenglish Exp $
+/*
* Copyright (c) 2003, Joe English
*
* ttk::scrollbar widget.
diff --git a/generic/ttk/ttkSeparator.c b/generic/ttk/ttkSeparator.c
index cfa53dc..6c8ee6b 100644
--- a/generic/ttk/ttkSeparator.c
+++ b/generic/ttk/ttkSeparator.c
@@ -1,5 +1,4 @@
-/* $Id: ttkSeparator.c,v 1.8 2010/01/31 22:50:56 jenglish Exp $
- *
+/*
* Copyright (c) 2004, Joe English
*
* ttk::separator and ttk::sizegrip widgets.
diff --git a/generic/ttk/ttkSquare.c b/generic/ttk/ttkSquare.c
index fcbe14d..23caeb4 100644
--- a/generic/ttk/ttkSquare.c
+++ b/generic/ttk/ttkSquare.c
@@ -1,8 +1,6 @@
/* square.c - Copyright (C) 2004 Pat Thoyts <patthoyts@users.sourceforge.net>
*
* Minimal sample ttk widget.
- *
- * $Id: ttkSquare.c,v 1.9 2010/01/31 22:50:56 jenglish Exp $
*/
#include <tk.h>
diff --git a/generic/ttk/ttkState.c b/generic/ttk/ttkState.c
index 8586db0..a71ae21 100644
--- a/generic/ttk/ttkState.c
+++ b/generic/ttk/ttkState.c
@@ -1,6 +1,4 @@
/*
- * $Id: ttkState.c,v 1.4 2009/01/28 20:47:49 nijtmans Exp $
- *
* Tk widget state utilities.
*
* Copyright (c) 2003 Joe English. Freely redistributable.
diff --git a/generic/ttk/ttkStubInit.c b/generic/ttk/ttkStubInit.c
index 4cf4279..87b33dc 100644
--- a/generic/ttk/ttkStubInit.c
+++ b/generic/ttk/ttkStubInit.c
@@ -1,6 +1,4 @@
/*
- * $Id: ttkStubInit.c,v 1.4 2010/02/05 21:33:14 jenglish Exp $
- *
* This file is (mostly) automatically generated from ttk.decls.
* It is compiled and linked in with the ttk package proper.
*/
diff --git a/generic/ttk/ttkStubLib.c b/generic/ttk/ttkStubLib.c
index 0b180d9..2c07b9d 100644
--- a/generic/ttk/ttkStubLib.c
+++ b/generic/ttk/ttkStubLib.c
@@ -1,9 +1,4 @@
/*
- * $Id: ttkStubLib.c,v 1.7 2010/02/05 17:42:21 nijtmans Exp $
- * SOURCE: tk/generic/tkStubLib.c, version 1.9 2004/03/17
- */
-
-/*
* We need to ensure that we use the tcl stub macros so that this file
* contains no references to any of the tcl stub functions.
*/
diff --git a/generic/ttk/ttkTagSet.c b/generic/ttk/ttkTagSet.c
index 84e9ea2..f2108b9 100644
--- a/generic/ttk/ttkTagSet.c
+++ b/generic/ttk/ttkTagSet.c
@@ -1,5 +1,4 @@
-/* $Id: ttkTagSet.c,v 1.5 2010/03/28 21:43:25 jenglish Exp $
- *
+/*
* Tag tables. 3/4-baked, work in progress.
*
* Copyright (C) 2005, Joe English. Freely redistributable.
diff --git a/generic/ttk/ttkTheme.c b/generic/ttk/ttkTheme.c
index 2b98eaf..b0e9171 100644
--- a/generic/ttk/ttkTheme.c
+++ b/generic/ttk/ttkTheme.c
@@ -8,8 +8,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * $Id: ttkTheme.c,v 1.24 2010/06/22 07:41:17 nijtmans Exp $
*/
#include <stdlib.h>
diff --git a/generic/ttk/ttkTheme.h b/generic/ttk/ttkTheme.h
index 0b7c935..7bf2a7f 100644
--- a/generic/ttk/ttkTheme.h
+++ b/generic/ttk/ttkTheme.h
@@ -1,4 +1,4 @@
-/* $Id: ttkTheme.h,v 1.19 2010/03/28 21:43:25 jenglish Exp $
+/*
* Copyright (c) 2003 Joe English. Freely redistributable.
*
* Declarations for Tk theme engine.
diff --git a/generic/ttk/ttkThemeInt.h b/generic/ttk/ttkThemeInt.h
index ff3cd7c..3aaada8 100644
--- a/generic/ttk/ttkThemeInt.h
+++ b/generic/ttk/ttkThemeInt.h
@@ -1,6 +1,4 @@
/*
- * $Id: ttkThemeInt.h,v 1.7 2009/02/08 19:35:35 jenglish Exp $
- *
* Theme engine: private definitions.
*
* Copyright (c) 2004 Joe English. Freely redistributable.
diff --git a/generic/ttk/ttkTrace.c b/generic/ttk/ttkTrace.c
index c8cceaf..1fb0283 100644
--- a/generic/ttk/ttkTrace.c
+++ b/generic/ttk/ttkTrace.c
@@ -1,5 +1,4 @@
-/* $Id: ttkTrace.c,v 1.2 2008/04/27 22:41:12 dkf Exp $
- *
+/*
* Copyright 2003, Joe English
*
* Simplified interface to Tcl_TraceVariable.
diff --git a/generic/ttk/ttkTrack.c b/generic/ttk/ttkTrack.c
index 74b34e0..396b073 100644
--- a/generic/ttk/ttkTrack.c
+++ b/generic/ttk/ttkTrack.c
@@ -1,4 +1,4 @@
-/* $Id: ttkTrack.c,v 1.6 2009/02/09 01:45:46 jenglish Exp $
+/*
* Copyright (c) 2004, Joe English
*
* TtkTrackElementState() -- helper routine for widgets
diff --git a/generic/ttk/ttkTreeview.c b/generic/ttk/ttkTreeview.c
index b9fe913..b59d864 100644
--- a/generic/ttk/ttkTreeview.c
+++ b/generic/ttk/ttkTreeview.c
@@ -1,4 +1,4 @@
-/* $Id: ttkTreeview.c,v 1.41 2010/10/11 21:34:45 jenglish Exp $
+/*
* Copyright (c) 2004, Joe English
*
* ttk::treeview widget implementation.
diff --git a/generic/ttk/ttkWidget.c b/generic/ttk/ttkWidget.c
index 55ab563..d5e0484 100644
--- a/generic/ttk/ttkWidget.c
+++ b/generic/ttk/ttkWidget.c
@@ -1,4 +1,4 @@
-/* $Id: ttkWidget.c,v 1.26 2010/02/05 21:33:14 jenglish Exp $
+/*
* Copyright (c) 2003, Joe English
*
* Core widget utilities.
diff --git a/generic/ttk/ttkWidget.h b/generic/ttk/ttkWidget.h
index 99df0fb..fffd82b 100644
--- a/generic/ttk/ttkWidget.h
+++ b/generic/ttk/ttkWidget.h
@@ -1,4 +1,4 @@
-/* $Id: ttkWidget.h,v 1.15 2010/03/28 21:43:25 jenglish Exp $
+/*
* Copyright (c) 2003, Joe English
* Helper routines for widget implementations.
*/