Added missing svn properties and $Id$ tags.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6943 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2009-11-18 12:43:21 +00:00
parent 4fa7fde790
commit ad473c8208
11 changed files with 66 additions and 13 deletions

View File

@ -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$".
//

View File

@ -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$".
//

View File

@ -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$".
//

View File

@ -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$".
//

View File

@ -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$".
//

View File

@ -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$".
//

View File

@ -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$".
//

View File

@ -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$".
//

View File

@ -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$".
//

View File

@ -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$".
*/

View File

@ -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$".
//