summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2009-11-18 12:43:21 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2009-11-18 12:43:21 +0000
commitad473c8208aea1bea379190ddf3cde1c473e4afc (patch)
tree8f910605994a62d7158bca2f671df2814585afbd
parent4fa7fde79080da1658f895fbc10aced543828a09 (diff)
Added missing svn properties and $Id$ tags.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6943 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_Help_Dialog_Dox.cxx4
-rw-r--r--src/Fl_Table.cxx6
-rw-r--r--src/Fl_Table_Row.cxx6
-rw-r--r--src/Fl_Tree.cxx8
-rw-r--r--src/Fl_Tree_Item.cxx8
-rw-r--r--src/Fl_Tree_Item_Array.cxx8
-rw-r--r--src/Fl_Tree_Prefs.cxx8
-rw-r--r--src/aimm.h9
-rw-r--r--src/cgdebug.h5
-rw-r--r--src/fl_utf.c11
-rw-r--r--src/fl_utf8.cxx6
11 files changed, 66 insertions, 13 deletions
diff --git a/src/Fl_Help_Dialog_Dox.cxx b/src/Fl_Help_Dialog_Dox.cxx
index c894f910c..994e418a6 100644
--- a/src/Fl_Help_Dialog_Dox.cxx
+++ b/src/Fl_Help_Dialog_Dox.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id$"
//
// Fl_Help_Dialog dialog for the Fast Light Tool Kit (FLTK).
//
@@ -116,5 +116,5 @@
Delegates call to encapsulated view_ void Fl_Help_View::textsize(Fl_Fontsize s) instance method */
//
-// End of "$Id".
+// End of "$Id$".
//
diff --git a/src/Fl_Table.cxx b/src/Fl_Table.cxx
index 6f92a503f..076718f1a 100644
--- a/src/Fl_Table.cxx
+++ b/src/Fl_Table.cxx
@@ -1,4 +1,6 @@
//
+// "$Id$"
+//
// Fl_Table -- A table widget
//
// Copyright 2002 by Greg Ercolano.
@@ -1216,3 +1218,7 @@ void Fl_Table::draw() {
}
fl_pop_clip();
}
+
+//
+// End of "$Id$".
+//
diff --git a/src/Fl_Table_Row.cxx b/src/Fl_Table_Row.cxx
index 8536c7e44..1acb7e3fd 100644
--- a/src/Fl_Table_Row.cxx
+++ b/src/Fl_Table_Row.cxx
@@ -1,4 +1,6 @@
//
+// "$Id$"
+//
// Fl_Table_Row -- A row oriented table widget
//
// A class specializing in a table of rows.
@@ -315,3 +317,7 @@ int Fl_Table_Row::handle(int event) {
_last_y = Fl::event_y();
return(ret);
}
+
+//
+// End of "$Id$".
+//
diff --git a/src/Fl_Tree.cxx b/src/Fl_Tree.cxx
index 22032810c..843439e11 100644
--- a/src/Fl_Tree.cxx
+++ b/src/Fl_Tree.cxx
@@ -1,3 +1,7 @@
+//
+// "$Id$"
+//
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -352,3 +356,7 @@ int Fl_Tree::select_only(Fl_Tree_Item *selitem) {
if ( changed ) redraw(); // anything changed? redraw
return(changed);
}
+
+//
+// End of "$Id$".
+//
diff --git a/src/Fl_Tree_Item.cxx b/src/Fl_Tree_Item.cxx
index 713c4535d..9d93f6d9e 100644
--- a/src/Fl_Tree_Item.cxx
+++ b/src/Fl_Tree_Item.cxx
@@ -1,3 +1,7 @@
+//
+// "$Id$"
+//
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -705,3 +709,7 @@ Fl_Tree_Item *Fl_Tree_Item::prev() {
}
return(p);
}
+
+//
+// End of "$Id$".
+//
diff --git a/src/Fl_Tree_Item_Array.cxx b/src/Fl_Tree_Item_Array.cxx
index ef339a2d6..be0216b44 100644
--- a/src/Fl_Tree_Item_Array.cxx
+++ b/src/Fl_Tree_Item_Array.cxx
@@ -1,3 +1,7 @@
+//
+// "$Id$"
+//
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -147,3 +151,7 @@ int Fl_Tree_Item_Array::remove(Fl_Tree_Item *item) {
}
return(-1);
}
+
+//
+// End of "$Id$".
+//
diff --git a/src/Fl_Tree_Prefs.cxx b/src/Fl_Tree_Prefs.cxx
index 50641c875..2c81c7ab9 100644
--- a/src/Fl_Tree_Prefs.cxx
+++ b/src/Fl_Tree_Prefs.cxx
@@ -1,3 +1,7 @@
+//
+// "$Id$"
+//
+
#include <FL/Fl.H>
#include <FL/Fl_Pixmap.H>
#include <FL/Fl_Tree_Prefs.H>
@@ -120,3 +124,7 @@ Fl_Tree_Prefs::Fl_Tree_Prefs() {
}
}
}
+
+//
+// End of "$Id$".
+//
diff --git a/src/aimm.h b/src/aimm.h
index 2acd5d96f..1ee9e6ce9 100644
--- a/src/aimm.h
+++ b/src/aimm.h
@@ -1,3 +1,6 @@
+//
+// "$Id$"
+//
// Standard dialog header file for the UTF-8 Fast Light Tool Kit (FLTK-UTF8).
//
// Copyright 2009 by Bill Spitzak and others.
@@ -423,6 +426,6 @@ extern "C" __declspec(dllimport) long __stdcall CoCreateInstance(const GUID & rc
#endif
-/*
- * End of "$Id$".
- */
+//
+// End of "$Id$".
+//
diff --git a/src/cgdebug.h b/src/cgdebug.h
index ce2c602cb..ab7e9330b 100644
--- a/src/cgdebug.h
+++ b/src/cgdebug.h
@@ -1,5 +1,5 @@
//
-// "$Id:$"
+// "$Id$"
//
// OS X Core Graphics debugging help for the Fast Light Tool Kit (FLTK).
//
@@ -210,6 +210,5 @@ inline void dbgCGContextRestoreGState(CGContextRef context)
#endif
//
-// End of "$Id:$".
+// End of "$Id$".
//
-
diff --git a/src/fl_utf.c b/src/fl_utf.c
index cc2059ce5..3acf925ed 100644
--- a/src/fl_utf.c
+++ b/src/fl_utf.c
@@ -1,5 +1,8 @@
-/* This is the utf.c file from fltk2 adapted for use in my fltk1.1 port */
-
+/*
+ * "$Id$"
+ *
+ * This is the utf.c file from fltk2 adapted for use in my fltk1.1 port
+ */
/* Copyright 2006-2009 by Bill Spitzak and others.
*
* This library is free software; you can redistribute it and/or
@@ -855,3 +858,7 @@ int fl_utf8test(const char* src, unsigned srclen) {
}
/** @} */
+
+/*
+ * End of "$Id$".
+ */
diff --git a/src/fl_utf8.cxx b/src/fl_utf8.cxx
index 7634ca93b..f90d847af 100644
--- a/src/fl_utf8.cxx
+++ b/src/fl_utf8.cxx
@@ -1,4 +1,5 @@
-// "$Id: $"
+//
+// "$Id$"
//
// Unicode to UTF-8 conversion functions.
//
@@ -822,6 +823,5 @@ void fl_make_path_for_file( const char *path )
/** @} */
//
-// End of "$Id: $".
+// End of "$Id$".
//
-