diff options
Diffstat (limited to 'generic/ttk')
38 files changed, 23 insertions, 68 deletions
diff --git a/generic/ttk/ttk.decls b/generic/ttk/ttk.decls index 66a0191..8b2b50b 100644 --- a/generic/ttk/ttk.decls +++ b/generic/ttk/ttk.decls @@ -1,7 +1,3 @@ -# -# $Id: ttk.decls,v 1.2.4.2 2010/08/26 02:06:09 hobbs Exp $ -# - library ttk interface ttk epoch 0 diff --git a/generic/ttk/ttkBlink.c b/generic/ttk/ttkBlink.c index 2476fcd..7e46fac 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 64c5d7e..ae0f20a 100644 --- a/generic/ttk/ttkButton.c +++ b/generic/ttk/ttkButton.c @@ -1,4 +1,4 @@ -/* $Id: ttkButton.c,v 1.8.2.1 2010/08/26 02:06:09 hobbs 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 9456d25..e3aeaba 100644 --- a/generic/ttk/ttkCache.c +++ b/generic/ttk/ttkCache.c @@ -1,5 +1,4 @@ /* - * $Id: ttkCache.c,v 1.1.4.1 2010/08/26 02:06:09 hobbs Exp $ * Theme engine resource cache. * * Copyright (c) 2004, Joe English diff --git a/generic/ttk/ttkClamTheme.c b/generic/ttk/ttkClamTheme.c index 1451127..572f630 100644 --- a/generic/ttk/ttkClamTheme.c +++ b/generic/ttk/ttkClamTheme.c @@ -1,6 +1,4 @@ /* - * $Id: ttkClamTheme.c,v 1.9.2.2 2010/08/26 02:06:09 hobbs 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 c4102d4..2fbcd76 100644 --- a/generic/ttk/ttkClassicTheme.c +++ b/generic/ttk/ttkClassicTheme.c @@ -1,6 +1,4 @@ /* - * $Id: ttkClassicTheme.c,v 1.6.2.2 2010/08/26 02:06:09 hobbs 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 b8486dc..ee679b7 100644 --- a/generic/ttk/ttkDecls.h +++ b/generic/ttk/ttkDecls.h @@ -1,6 +1,4 @@ /* - * $Id: ttkDecls.h,v 1.6.2.3 2011/01/19 08:37:45 nijtmans Exp $ - * * This file is (mostly) automatically generated from ttk.decls. */ diff --git a/generic/ttk/ttkDefaultTheme.c b/generic/ttk/ttkDefaultTheme.c index 3bb3db7..d2deee8 100644 --- a/generic/ttk/ttkDefaultTheme.c +++ b/generic/ttk/ttkDefaultTheme.c @@ -1,5 +1,4 @@ -/* $Id: ttkDefaultTheme.c,v 1.11.2.2 2010/08/26 02:06:09 hobbs 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 8e2209b..22af1d6 100644 --- a/generic/ttk/ttkElements.c +++ b/generic/ttk/ttkElements.c @@ -1,5 +1,4 @@ -/* $Id: ttkElements.c,v 1.10.2.2 2010/08/26 02:06:09 hobbs Exp $ - * +/* * Copyright (c) 2003, Joe English * * Default implementation for themed elements. diff --git a/generic/ttk/ttkEntry.c b/generic/ttk/ttkEntry.c index cc4086b..f4750e1 100644 --- a/generic/ttk/ttkEntry.c +++ b/generic/ttk/ttkEntry.c @@ -1,6 +1,4 @@ /* - * $Id: ttkEntry.c,v 1.9.4.2 2011/01/22 18:48:35 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 52b40a9..5971e0d 100644 --- a/generic/ttk/ttkFrame.c +++ b/generic/ttk/ttkFrame.c @@ -1,4 +1,4 @@ -/* $Id: ttkFrame.c,v 1.12.2.2 2010/08/26 02:06:09 hobbs 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 342db3e..fb9c018 100644 --- a/generic/ttk/ttkGenStubs.tcl +++ b/generic/ttk/ttkGenStubs.tcl @@ -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: ttkGenStubs.tcl,v 1.1.4.4 2011/01/19 14:28:10 nijtmans Exp $ -# # SOURCE: tcl/tools/genStubs.tcl, revision 1.20 # # CHANGES: diff --git a/generic/ttk/ttkImage.c b/generic/ttk/ttkImage.c index 0ac49c3..c3b55e9 100644 --- a/generic/ttk/ttkImage.c +++ b/generic/ttk/ttkImage.c @@ -1,4 +1,4 @@ -/* $Id: ttkImage.c,v 1.7.2.1 2010/08/26 02:06:09 hobbs 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 f718f97..be30ee7 100644 --- a/generic/ttk/ttkInit.c +++ b/generic/ttk/ttkInit.c @@ -1,4 +1,4 @@ -/* $Id: ttkInit.c,v 1.7.2.2 2010/08/26 02:06:09 hobbs 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 a02f4d0..0f773e7 100644 --- a/generic/ttk/ttkLabel.c +++ b/generic/ttk/ttkLabel.c @@ -1,5 +1,4 @@ -/* $Id: ttkLabel.c,v 1.11.2.2 2010/08/26 02:06:09 hobbs 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 a5046ed..58c99eb 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.11.2.1 2010/08/26 02:06:09 hobbs Exp $ */ #include <string.h> diff --git a/generic/ttk/ttkManager.c b/generic/ttk/ttkManager.c index 1238638..ba9e5c0 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 6958180..405553b 100644 --- a/generic/ttk/ttkNotebook.c +++ b/generic/ttk/ttkNotebook.c @@ -1,4 +1,4 @@ -/* $Id: ttkNotebook.c,v 1.13.2.2 2010/08/26 02:06:09 hobbs Exp $ +/* * Copyright (c) 2004, Joe English */ diff --git a/generic/ttk/ttkPanedwindow.c b/generic/ttk/ttkPanedwindow.c index d0e5f89..771d266 100644 --- a/generic/ttk/ttkPanedwindow.c +++ b/generic/ttk/ttkPanedwindow.c @@ -1,5 +1,4 @@ -/* $Id: ttkPanedwindow.c,v 1.14.2.1 2010/08/26 02:06:09 hobbs 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 c96a49e..7971e43 100644 --- a/generic/ttk/ttkProgress.c +++ b/generic/ttk/ttkProgress.c @@ -1,5 +1,4 @@ -/* $Id: ttkProgress.c,v 1.5.4.1 2010/08/26 02:06:09 hobbs 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 10ef3ce..0745ebd 100644 --- a/generic/ttk/ttkScale.c +++ b/generic/ttk/ttkScale.c @@ -1,4 +1,4 @@ -/* $Id: ttkScale.c,v 1.7.2.1 2010/08/26 02:06:09 hobbs 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 bbf1b46..defe05a 100644 --- a/generic/ttk/ttkScroll.c +++ b/generic/ttk/ttkScroll.c @@ -1,5 +1,4 @@ -/* $Id: ttkScroll.c,v 1.5.4.2 2010/08/26 02:06:09 hobbs Exp $ - * +/* * Copyright 2004, Joe English * * Support routines for scrollable widgets. diff --git a/generic/ttk/ttkScrollbar.c b/generic/ttk/ttkScrollbar.c index d0f91de..641b0dc 100644 --- a/generic/ttk/ttkScrollbar.c +++ b/generic/ttk/ttkScrollbar.c @@ -1,4 +1,4 @@ -/* $Id: ttkScrollbar.c,v 1.7.2.1 2010/08/26 02:06:09 hobbs Exp $ +/* * Copyright (c) 2003, Joe English * * ttk::scrollbar widget. diff --git a/generic/ttk/ttkSeparator.c b/generic/ttk/ttkSeparator.c index 3a34348..6c8ee6b 100644 --- a/generic/ttk/ttkSeparator.c +++ b/generic/ttk/ttkSeparator.c @@ -1,5 +1,4 @@ -/* $Id: ttkSeparator.c,v 1.7.2.1 2010/08/26 02:06:09 hobbs 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 29e0d7f..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.6.2.1 2010/08/26 02:06:09 hobbs Exp $ */ #include <tk.h> diff --git a/generic/ttk/ttkState.c b/generic/ttk/ttkState.c index 71c4d3f..a71ae21 100644 --- a/generic/ttk/ttkState.c +++ b/generic/ttk/ttkState.c @@ -1,6 +1,4 @@ /* - * $Id: ttkState.c,v 1.1.4.2 2010/08/26 02:06:09 hobbs 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 3a203b5..87b33dc 100644 --- a/generic/ttk/ttkStubInit.c +++ b/generic/ttk/ttkStubInit.c @@ -1,6 +1,4 @@ /* - * $Id: ttkStubInit.c,v 1.2.4.1 2010/08/26 02:06:09 hobbs 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 a5f5f8e..2c07b9d 100644 --- a/generic/ttk/ttkStubLib.c +++ b/generic/ttk/ttkStubLib.c @@ -1,9 +1,4 @@ /* - * $Id: ttkStubLib.c,v 1.5.2.1 2010/08/26 02:06:09 hobbs 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 fd4c538..9f2a87b 100644 --- a/generic/ttk/ttkTagSet.c +++ b/generic/ttk/ttkTagSet.c @@ -1,5 +1,4 @@ -/* $Id: ttkTagSet.c,v 1.3.4.1 2010/08/26 02:06:09 hobbs 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 c39d457..5095487 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.11.2.2 2010/08/26 02:06:09 hobbs Exp $ */ #include <stdlib.h> diff --git a/generic/ttk/ttkTheme.h b/generic/ttk/ttkTheme.h index 6b454b5..7bf2a7f 100644 --- a/generic/ttk/ttkTheme.h +++ b/generic/ttk/ttkTheme.h @@ -1,4 +1,4 @@ -/* $Id: ttkTheme.h,v 1.13.2.2 2010/08/26 02:06:10 hobbs 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 4c461cd..3aaada8 100644 --- a/generic/ttk/ttkThemeInt.h +++ b/generic/ttk/ttkThemeInt.h @@ -1,6 +1,4 @@ /* - * $Id: ttkThemeInt.h,v 1.5.2.1 2010/08/26 02:06:10 hobbs 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 1550248..0128a1d 100644 --- a/generic/ttk/ttkTrace.c +++ b/generic/ttk/ttkTrace.c @@ -1,5 +1,4 @@ -/* $Id: ttkTrace.c,v 1.1.4.1 2010/08/26 02:06:10 hobbs Exp $ - * +/* * Copyright 2003, Joe English * * Simplified interface to Tcl_TraceVariable. diff --git a/generic/ttk/ttkTrack.c b/generic/ttk/ttkTrack.c index c129e8b..9cf8267 100644 --- a/generic/ttk/ttkTrack.c +++ b/generic/ttk/ttkTrack.c @@ -1,4 +1,4 @@ -/* $Id: ttkTrack.c,v 1.4.2.1 2010/08/26 02:06:10 hobbs Exp $ +/* * Copyright (c) 2004, Joe English * * TtkTrackElementState() -- helper routine for widgets diff --git a/generic/ttk/ttkTreeview.c b/generic/ttk/ttkTreeview.c index fca8aa7..f521b38 100644 --- a/generic/ttk/ttkTreeview.c +++ b/generic/ttk/ttkTreeview.c @@ -1,4 +1,4 @@ -/* $Id: ttkTreeview.c,v 1.23.2.4 2010/10/11 21:35:27 jenglish Exp $ +/* * Copyright (c) 2004, Joe English * * ttk::treeview widget implementation. diff --git a/generic/ttk/ttkWidget.c b/generic/ttk/ttkWidget.c index 9efcc57..d5e0484 100644 --- a/generic/ttk/ttkWidget.c +++ b/generic/ttk/ttkWidget.c @@ -1,4 +1,4 @@ -/* $Id: ttkWidget.c,v 1.11.2.3 2010/08/26 02:06:10 hobbs Exp $ +/* * Copyright (c) 2003, Joe English * * Core widget utilities. diff --git a/generic/ttk/ttkWidget.h b/generic/ttk/ttkWidget.h index 882b8ec..fffd82b 100644 --- a/generic/ttk/ttkWidget.h +++ b/generic/ttk/ttkWidget.h @@ -1,4 +1,4 @@ -/* $Id: ttkWidget.h,v 1.9.2.1 2010/08/26 02:06:10 hobbs Exp $ +/* * Copyright (c) 2003, Joe English * Helper routines for widget implementations. */ |