diff --git a/CMake/PlatformTests.cxx b/CMake/PlatformTests.cxx index 828a93eb2..bfe97ac95 100644 --- a/CMake/PlatformTests.cxx +++ b/CMake/PlatformTests.cxx @@ -1,81 +1,81 @@ -#ifdef HAVE_LIBZ - -#include - -int main() -{ - unsigned long compressedSize = 0; - unsigned char cd[100]; - const unsigned char ud[100] = ""; - unsigned long uncompressedSize = 0; - - // Call zlib's compress function. - if(compress(cd, &compressedSize, ud, uncompressedSize) != Z_OK) - { - return 0; - } - return 1; -} - - -#endif - -#ifdef HAVE_LIBJPEG - -#include -#include - -int main() -{ - struct jpeg_decompress_struct cinfo; - jpeg_create_decompress(&cinfo); - jpeg_read_header(&cinfo, TRUE); - return 1; -} - -#endif - -#ifdef HAVE_LIBPNG -#include -int main() -{ - png_structp png_ptr = png_create_read_struct - (PNG_LIBPNG_VER_STRING, (png_voidp)NULL, - NULL, NULL); - png_infop info_ptr = png_create_info_struct(png_ptr); - png_set_sig_bytes(png_ptr, 8); - png_read_info(png_ptr, info_ptr); - - return 0; -} -#endif - -#ifdef HAVE_PNG_H -#include -int main() { retunr 0;} -#endif - -#ifdef HAVE_PNG_GET_VALID -#include -int main() -{ - png_structp png_ptr = png_create_read_struct - (PNG_LIBPNG_VER_STRING, (png_voidp)NULL, - NULL, NULL); - png_infop info_ptr = png_create_info_struct(png_ptr); - png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS); - return 0; -} -#endif - -#ifdef HAVE_PNG_SET_TRNS_TO_ALPHA -#include -int main() -{ - png_structp png_ptr = png_create_read_struct - (PNG_LIBPNG_VER_STRING, (png_voidp)NULL, - NULL, NULL); - png_set_tRNS_to_alpha(png_ptr); - return 0; -} -#endif +#ifdef HAVE_LIBZ + +#include + +int main() +{ + unsigned long compressedSize = 0; + unsigned char cd[100]; + const unsigned char ud[100] = ""; + unsigned long uncompressedSize = 0; + + // Call zlib's compress function. + if(compress(cd, &compressedSize, ud, uncompressedSize) != Z_OK) + { + return 0; + } + return 1; +} + + +#endif + +#ifdef HAVE_LIBJPEG + +#include +#include + +int main() +{ + struct jpeg_decompress_struct cinfo; + jpeg_create_decompress(&cinfo); + jpeg_read_header(&cinfo, TRUE); + return 1; +} + +#endif + +#ifdef HAVE_LIBPNG +#include +int main() +{ + png_structp png_ptr = png_create_read_struct + (PNG_LIBPNG_VER_STRING, (png_voidp)NULL, + NULL, NULL); + png_infop info_ptr = png_create_info_struct(png_ptr); + png_set_sig_bytes(png_ptr, 8); + png_read_info(png_ptr, info_ptr); + + return 0; +} +#endif + +#ifdef HAVE_PNG_H +#include +int main() { retunr 0;} +#endif + +#ifdef HAVE_PNG_GET_VALID +#include +int main() +{ + png_structp png_ptr = png_create_read_struct + (PNG_LIBPNG_VER_STRING, (png_voidp)NULL, + NULL, NULL); + png_infop info_ptr = png_create_info_struct(png_ptr); + png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS); + return 0; +} +#endif + +#ifdef HAVE_PNG_SET_TRNS_TO_ALPHA +#include +int main() +{ + png_structp png_ptr = png_create_read_struct + (PNG_LIBPNG_VER_STRING, (png_voidp)NULL, + NULL, NULL); + png_set_tRNS_to_alpha(png_ptr); + return 0; +} +#endif diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 8e04ad255..2daeb4975 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -1,9 +1,9 @@ // -// "$Id: Enumerations.H,v 1.18.2.14.2.39 2004/11/29 15:01:43 easysw Exp $" +// "$Id$" // // Enumerations for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -419,5 +419,5 @@ enum Fl_Damage { #endif // -// End of "$Id: Enumerations.H,v 1.18.2.14.2.39 2004/11/29 15:01:43 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl.H b/FL/Fl.H index 9971de1de..2ef363588 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -1,9 +1,9 @@ // -// "$Id: Fl.H,v 1.8.2.11.2.24 2004/11/23 19:47:50 easysw Exp $" +// "$Id$" // // Main header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -266,5 +266,5 @@ public: #endif // !Fl_H // -// End of "$Id: Fl.H,v 1.8.2.11.2.24 2004/11/23 19:47:50 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Adjuster.H b/FL/Fl_Adjuster.H index 16a1a4718..4494cbcab 100644 --- a/FL/Fl_Adjuster.H +++ b/FL/Fl_Adjuster.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Adjuster.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Adjuster widget header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -49,5 +49,5 @@ public: #endif // -// End of "$Id: Fl_Adjuster.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_BMP_Image.H b/FL/Fl_BMP_Image.H index 1e685ddcf..dc48870d5 100644 --- a/FL/Fl_BMP_Image.H +++ b/FL/Fl_BMP_Image.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_BMP_Image.H,v 1.1.2.3 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // BMP image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ class FL_EXPORT Fl_BMP_Image : public Fl_RGB_Image { #endif // -// End of "$Id: Fl_BMP_Image.H,v 1.1.2.3 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Bitmap.H b/FL/Fl_Bitmap.H index 93e025d3f..d35e5c8a6 100644 --- a/FL/Fl_Bitmap.H +++ b/FL/Fl_Bitmap.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Bitmap.H,v 1.5.2.3.2.12 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Bitmap header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -58,5 +58,5 @@ class FL_EXPORT Fl_Bitmap : public Fl_Image { #endif // -// End of "$Id: Fl_Bitmap.H,v 1.5.2.3.2.12 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Box.H b/FL/Fl_Box.H index 23f29ba1f..a1fbe94da 100644 --- a/FL/Fl_Box.H +++ b/FL/Fl_Box.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Box.H,v 1.5.2.4.2.6 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Box header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -45,5 +45,5 @@ public: #endif // -// End of "$Id: Fl_Box.H,v 1.5.2.4.2.6 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Browser.H b/FL/Fl_Browser.H index c007b7fcc..abb6b9bee 100644 --- a/FL/Fl_Browser.H +++ b/FL/Fl_Browser.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Browser.H,v 1.8.2.7.2.7 2004/07/26 20:52:50 easysw Exp $" +// "$Id$" // // Browser header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -126,5 +126,5 @@ public: #endif // -// End of "$Id: Fl_Browser.H,v 1.8.2.7.2.7 2004/07/26 20:52:50 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Browser_.H b/FL/Fl_Browser_.H index d8887a743..e312285fd 100644 --- a/FL/Fl_Browser_.H +++ b/FL/Fl_Browser_.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Browser_.H,v 1.6.2.4.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Common browser header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -147,5 +147,5 @@ public: #endif // -// End of "$Id: Fl_Browser_.H,v 1.6.2.4.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Button.H b/FL/Fl_Button.H index 74f02f065..3c7979e50 100644 --- a/FL/Fl_Button.H +++ b/FL/Fl_Button.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Button.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -72,5 +72,5 @@ public: #endif // -// End of "$Id: Fl_Button.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Chart.H b/FL/Fl_Chart.H index 91358587b..9faf7561e 100644 --- a/FL/Fl_Chart.H +++ b/FL/Fl_Chart.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Chart.H,v 1.6.2.3.2.7 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Forms chart header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -87,5 +87,5 @@ public: #endif // -// End of "$Id: Fl_Chart.H,v 1.6.2.3.2.7 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Check_Browser.H b/FL/Fl_Check_Browser.H index eb7520539..69033fae2 100644 --- a/FL/Fl_Check_Browser.H +++ b/FL/Fl_Check_Browser.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Check_Browser.H,v 1.1.2.7 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Fl_Check_Browser header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -91,6 +91,6 @@ class FL_EXPORT Fl_Check_Browser : public Fl_Browser_ { #endif // Fl_Check_Browser_H // -// End of "$Id: Fl_Check_Browser.H,v 1.1.2.7 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Check_Button.H b/FL/Fl_Check_Button.H index ab68d8889..e51f6ea55 100644 --- a/FL/Fl_Check_Button.H +++ b/FL/Fl_Check_Button.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Check_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Check button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -36,5 +36,5 @@ public: #endif // -// End of "$Id: Fl_Check_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Choice.H b/FL/Fl_Choice.H index 926713ea5..893824723 100644 --- a/FL/Fl_Choice.H +++ b/FL/Fl_Choice.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Choice.H,v 1.5.2.3.2.5 2004/04/29 02:47:09 easysw Exp $" +// "$Id$" // // Choice header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -42,5 +42,5 @@ public: #endif // -// End of "$Id: Fl_Choice.H,v 1.5.2.3.2.5 2004/04/29 02:47:09 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Clock.H b/FL/Fl_Clock.H index b83610022..c6bf5a906 100644 --- a/FL/Fl_Clock.H +++ b/FL/Fl_Clock.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Clock.H,v 1.6.2.4.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Clock header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -69,5 +69,5 @@ public: #endif // -// End of "$Id: Fl_Clock.H,v 1.6.2.4.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Color_Chooser.H b/FL/Fl_Color_Chooser.H index 82bc1c43e..1f5256661 100644 --- a/FL/Fl_Color_Chooser.H +++ b/FL/Fl_Color_Chooser.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Color_Chooser.H,v 1.5.2.4.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Color chooser header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -98,5 +98,5 @@ FL_EXPORT int fl_color_chooser(const char* name, uchar& r, uchar& g, uchar& b); #endif // -// End of "$Id: Fl_Color_Chooser.H,v 1.5.2.4.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Counter.H b/FL/Fl_Counter.H index 2e3e5a382..cfe710bf3 100644 --- a/FL/Fl_Counter.H +++ b/FL/Fl_Counter.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Counter.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Counter header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -70,5 +70,5 @@ public: #endif // -// End of "$Id: Fl_Counter.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Dial.H b/FL/Fl_Dial.H index 37ca81385..bb7730c35 100644 --- a/FL/Fl_Dial.H +++ b/FL/Fl_Dial.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Dial.H,v 1.7.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Dial header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -61,5 +61,5 @@ public: #endif // -// End of "$Id: Fl_Dial.H,v 1.7.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Double_Window.H b/FL/Fl_Double_Window.H index e03727ecd..ee9a2940a 100644 --- a/FL/Fl_Double_Window.H +++ b/FL/Fl_Double_Window.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Double_Window.H,v 1.7.2.3.2.6 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Double-buffered window header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -48,5 +48,5 @@ public: #endif // -// End of "$Id: Fl_Double_Window.H,v 1.7.2.3.2.6 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Export.H b/FL/Fl_Export.H index 0cd199f39..16af16af2 100644 --- a/FL/Fl_Export.H +++ b/FL/Fl_Export.H @@ -1,9 +1,9 @@ /* - * "$Id: Fl_Export.H,v 1.3.2.7 2004/04/11 04:38:54 easysw Exp $" + * "$Id$" * * WIN32 DLL export definitions for the Fast Light Tool Kit (FLTK). * - * Copyright 1998-2004 by Bill Spitzak and others. + * Copyright 1998-2005 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -43,5 +43,5 @@ #endif /* !Fl_Export_H */ /* - * End of "$Id: Fl_Export.H,v 1.3.2.7 2004/04/11 04:38:54 easysw Exp $". + * End of "$Id$". */ diff --git a/FL/Fl_File_Browser.H b/FL/Fl_File_Browser.H index 2b294319f..b4807140e 100644 --- a/FL/Fl_File_Browser.H +++ b/FL/Fl_File_Browser.H @@ -3,7 +3,7 @@ // // FileBrowser definitions. // -// Copyright 1999-2004 by Michael Sweet. +// Copyright 1999-2005 by Michael Sweet. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/FL/Fl_File_Icon.H b/FL/Fl_File_Icon.H index 75731d6bd..ee34eb324 100644 --- a/FL/Fl_File_Icon.H +++ b/FL/Fl_File_Icon.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_File_Icon.H,v 1.1.2.10 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Fl_File_Icon definitions. // -// Copyright 1999-2004 by Michael Sweet. +// Copyright 1999-2005 by Michael Sweet. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -109,5 +109,5 @@ class FL_EXPORT Fl_File_Icon //// Icon data #endif // !_Fl_Fl_File_Icon_H_ // -// End of "$Id: Fl_File_Icon.H,v 1.1.2.10 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_File_Input.H b/FL/Fl_File_Input.H index e0012e98c..54ba8c650 100644 --- a/FL/Fl_File_Input.H +++ b/FL/Fl_File_Input.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_File_Input.H,v 1.1.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // File_Input header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // Original version Copyright 1998 by Curtis Edwards. // // This library is free software; you can redistribute it and/or @@ -62,5 +62,5 @@ public: // -// End of "$Id: Fl_File_Input.H,v 1.1.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Fill_Dial.H b/FL/Fl_Fill_Dial.H index ebeca2c63..7b08bfa01 100644 --- a/FL/Fl_Fill_Dial.H +++ b/FL/Fl_Fill_Dial.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Fill_Dial.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Filled dial header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Fill_Dial.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Fill_Slider.H b/FL/Fl_Fill_Slider.H index 9ed4621e7..1404ea606 100644 --- a/FL/Fl_Fill_Slider.H +++ b/FL/Fl_Fill_Slider.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Fill_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Filled slider header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Fill_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Float_Input.H b/FL/Fl_Float_Input.H index 0a52e1a25..e5a5ff96c 100644 --- a/FL/Fl_Float_Input.H +++ b/FL/Fl_Float_Input.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Float_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Floating point input header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Float_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_FormsBitmap.H b/FL/Fl_FormsBitmap.H index 0ac49bc43..0d8eb7134 100644 --- a/FL/Fl_FormsBitmap.H +++ b/FL/Fl_FormsBitmap.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_FormsBitmap.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Forms bitmap header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -42,5 +42,5 @@ public: #endif // -// End of "$Id: Fl_FormsBitmap.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_FormsPixmap.H b/FL/Fl_FormsPixmap.H index 74290267b..1960908bb 100644 --- a/FL/Fl_FormsPixmap.H +++ b/FL/Fl_FormsPixmap.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_FormsPixmap.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Forms pixmap header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -42,5 +42,5 @@ public: #endif // -// End of "$Id: Fl_FormsPixmap.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Free.H b/FL/Fl_Free.H index 8f14c0966..0c65cddb4 100644 --- a/FL/Fl_Free.H +++ b/FL/Fl_Free.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Free.H,v 1.5.2.4.2.5 2004/12/03 03:14:15 easysw Exp $" +// "$Id$" // // Forms free header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -60,5 +60,5 @@ public: #endif // -// End of "$Id: Fl_Free.H,v 1.5.2.4.2.5 2004/12/03 03:14:15 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_GIF_Image.H b/FL/Fl_GIF_Image.H index c1c8b1fa7..1c963c0e6 100644 --- a/FL/Fl_GIF_Image.H +++ b/FL/Fl_GIF_Image.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_GIF_Image.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // GIF image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ class FL_EXPORT Fl_GIF_Image : public Fl_Pixmap { #endif // -// End of "$Id: Fl_GIF_Image.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H index ace3a7037..64e4f48a3 100644 --- a/FL/Fl_Gl_Window.H +++ b/FL/Fl_Gl_Window.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Gl_Window.H,v 1.7.2.5.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // OpenGL header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -90,5 +90,5 @@ public: #endif // -// End of "$Id: Fl_Gl_Window.H,v 1.7.2.5.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H index 26445c2af..77102e8d1 100644 --- a/FL/Fl_Group.H +++ b/FL/Fl_Group.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Group.H,v 1.6.2.4.2.9 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Group header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -97,5 +97,5 @@ public: #endif // -// End of "$Id: Fl_Group.H,v 1.6.2.4.2.9 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H index 56aa545f4..d3edac657 100644 --- a/FL/Fl_Help_View.H +++ b/FL/Fl_Help_View.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Help_View.H,v 1.1.2.14 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Help Viewer widget definitions. // -// Copyright 1997-2004 by Easy Software Products. +// Copyright 1997-2005 by Easy Software Products. // Image support donated by Matthias Melcher, Copyright 2000. // // This library is free software; you can redistribute it and/or @@ -189,5 +189,5 @@ class FL_EXPORT Fl_Help_View : public Fl_Group //// Help viewer widget #endif // !Fl_Help_View_H // -// End of "$Id: Fl_Help_View.H,v 1.1.2.14 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Hold_Browser.H b/FL/Fl_Hold_Browser.H index f6975517e..eff0a444a 100644 --- a/FL/Fl_Hold_Browser.H +++ b/FL/Fl_Hold_Browser.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Hold_Browser.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Hold browser header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Hold_Browser.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Hor_Fill_Slider.H b/FL/Fl_Hor_Fill_Slider.H index 68cfc1f70..ad2871886 100644 --- a/FL/Fl_Hor_Fill_Slider.H +++ b/FL/Fl_Hor_Fill_Slider.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Hor_Fill_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Horizontal fill slider header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -36,5 +36,5 @@ public: #endif // -// End of "$Id: Fl_Hor_Fill_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Hor_Nice_Slider.H b/FL/Fl_Hor_Nice_Slider.H index ab1cb9843..7d8a8f8a8 100644 --- a/FL/Fl_Hor_Nice_Slider.H +++ b/FL/Fl_Hor_Nice_Slider.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Hor_Nice_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Horizontal "nice" slider header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Hor_Nice_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Hor_Slider.H b/FL/Fl_Hor_Slider.H index 8f59ff984..9bbc873e7 100644 --- a/FL/Fl_Hor_Slider.H +++ b/FL/Fl_Hor_Slider.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Hor_Slider.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Horizontal slider header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Hor_Slider.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Hor_Value_Slider.H b/FL/Fl_Hor_Value_Slider.H index 707dbe208..394e914ab 100644 --- a/FL/Fl_Hor_Value_Slider.H +++ b/FL/Fl_Hor_Value_Slider.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Hor_Value_Slider.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Horizontal value slider header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Hor_Value_Slider.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H index f9004cbf7..e1bfaeb24 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Image.H,v 1.5.2.3.2.22 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -106,5 +106,5 @@ class FL_EXPORT Fl_RGB_Image : public Fl_Image { #endif // !Fl_Image_H // -// End of "$Id: Fl_Image.H,v 1.5.2.3.2.22 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Input.H b/FL/Fl_Input.H index 151ed37dd..8ac33d220 100644 --- a/FL/Fl_Input.H +++ b/FL/Fl_Input.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Input.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Input header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -42,5 +42,5 @@ public: #endif // -// End of "$Id: Fl_Input.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Input_.H b/FL/Fl_Input_.H index b1b8385a3..ded090edc 100644 --- a/FL/Fl_Input_.H +++ b/FL/Fl_Input_.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Input_.H,v 1.6.2.4.2.10 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Input base class header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -139,5 +139,5 @@ public: #endif // -// End of "$Id: Fl_Input_.H,v 1.6.2.4.2.10 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Int_Input.H b/FL/Fl_Int_Input.H index 088f24629..5f19688b8 100644 --- a/FL/Fl_Int_Input.H +++ b/FL/Fl_Int_Input.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Int_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Integer input header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Int_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_JPEG_Image.H b/FL/Fl_JPEG_Image.H index 5b3750051..3f8f8edd6 100644 --- a/FL/Fl_JPEG_Image.H +++ b/FL/Fl_JPEG_Image.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_JPEG_Image.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // JPEG image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ class FL_EXPORT Fl_JPEG_Image : public Fl_RGB_Image { #endif // -// End of "$Id: Fl_JPEG_Image.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Light_Button.H b/FL/Fl_Light_Button.H index d344c224c..fd9b16b7b 100644 --- a/FL/Fl_Light_Button.H +++ b/FL/Fl_Light_Button.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Light_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Lighted button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -39,5 +39,5 @@ public: #endif // -// End of "$Id: Fl_Light_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Line_Dial.H b/FL/Fl_Line_Dial.H index cc190c7a4..e1d1bd571 100644 --- a/FL/Fl_Line_Dial.H +++ b/FL/Fl_Line_Dial.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Line_Dial.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Line dial header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Line_Dial.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Menu.H b/FL/Fl_Menu.H index 407f8ddac..30cfd78d5 100644 --- a/FL/Fl_Menu.H +++ b/FL/Fl_Menu.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Old menu header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -27,5 +27,5 @@ #include "Fl_Menu_Item.H" // -// End of "$Id: Fl_Menu.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Menu_.H b/FL/Fl_Menu_.H index eb646af31..da4d21827 100644 --- a/FL/Fl_Menu_.H +++ b/FL/Fl_Menu_.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_.H,v 1.7.2.4.2.11 2004/12/03 02:48:21 easysw Exp $" +// "$Id$" // // Menu base class header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -96,5 +96,5 @@ public: #endif // -// End of "$Id: Fl_Menu_.H,v 1.7.2.4.2.11 2004/12/03 02:48:21 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Menu_Bar.H b/FL/Fl_Menu_Bar.H index 42ba5cbb8..7450ca125 100644 --- a/FL/Fl_Menu_Bar.H +++ b/FL/Fl_Menu_Bar.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_Bar.H,v 1.5.2.4.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Menu bar header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -40,5 +40,5 @@ public: #endif // -// End of "$Id: Fl_Menu_Bar.H,v 1.5.2.4.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Menu_Button.H b/FL/Fl_Menu_Button.H index 337f23f57..6f0c8079d 100644 --- a/FL/Fl_Menu_Button.H +++ b/FL/Fl_Menu_Button.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Menu button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -42,5 +42,5 @@ public: #endif // -// End of "$Id: Fl_Menu_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Menu_Item.H b/FL/Fl_Menu_Item.H index 6317b5a57..9fac86aac 100644 --- a/FL/Fl_Menu_Item.H +++ b/FL/Fl_Menu_Item.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_Item.H,v 1.5.2.4.2.9 2004/06/07 19:22:45 matthiaswm Exp $" +// "$Id$" // // Menu item header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -161,5 +161,5 @@ enum { // back-compatability enum: #endif // -// End of "$Id: Fl_Menu_Item.H,v 1.5.2.4.2.9 2004/06/07 19:22:45 matthiaswm Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Menu_Window.H b/FL/Fl_Menu_Window.H index 61114101c..5ca89e3cb 100644 --- a/FL/Fl_Menu_Window.H +++ b/FL/Fl_Menu_Window.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_Window.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Menu window header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -48,5 +48,5 @@ public: #endif // -// End of "$Id: Fl_Menu_Window.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Multi_Browser.H b/FL/Fl_Multi_Browser.H index fb4ee8f22..df3c52463 100644 --- a/FL/Fl_Multi_Browser.H +++ b/FL/Fl_Multi_Browser.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Multi_Browser.H,v 1.4.2.3.2.4 2004/09/29 15:05:48 easysw Exp $" +// "$Id$" // // Multi browser header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Multi_Browser.H,v 1.4.2.3.2.4 2004/09/29 15:05:48 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Multi_Label.H b/FL/Fl_Multi_Label.H index 2b9afffab..f2dfbe1c4 100644 --- a/FL/Fl_Multi_Label.H +++ b/FL/Fl_Multi_Label.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Multi_Label.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Multi-label header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -41,5 +41,5 @@ struct FL_EXPORT Fl_Multi_Label { #endif // -// End of "$Id: Fl_Multi_Label.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Multiline_Input.H b/FL/Fl_Multiline_Input.H index aaaf2074b..4c16785b2 100644 --- a/FL/Fl_Multiline_Input.H +++ b/FL/Fl_Multiline_Input.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Multiline_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Multiline input header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Multiline_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Multiline_Output.H b/FL/Fl_Multiline_Output.H index 71e2df5dd..23d242868 100644 --- a/FL/Fl_Multiline_Output.H +++ b/FL/Fl_Multiline_Output.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Multiline_Output.H,v 1.4.2.3.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Multi line output header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Multiline_Output.H,v 1.4.2.3.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Nice_Slider.H b/FL/Fl_Nice_Slider.H index 3f3eb13ed..07393adaf 100644 --- a/FL/Fl_Nice_Slider.H +++ b/FL/Fl_Nice_Slider.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Nice_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // "Nice" slider header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -36,5 +36,5 @@ public: #endif // -// End of "$Id: Fl_Nice_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Object.H b/FL/Fl_Object.H index f955352f7..987ac58e8 100644 --- a/FL/Fl_Object.H +++ b/FL/Fl_Object.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Object.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Old Fl_Object header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -30,5 +30,5 @@ #include "Fl_Widget.H" // -// End of "$Id: Fl_Object.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Output.H b/FL/Fl_Output.H index a72cd3d5d..42d5eb51c 100644 --- a/FL/Fl_Output.H +++ b/FL/Fl_Output.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Output.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Output header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Output.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Overlay_Window.H b/FL/Fl_Overlay_Window.H index 5cce94a6a..9ce9f4314 100644 --- a/FL/Fl_Overlay_Window.H +++ b/FL/Fl_Overlay_Window.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Overlay_Window.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Overlay window header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -50,5 +50,5 @@ public: #endif // -// End of "$Id: Fl_Overlay_Window.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_PNG_Image.H b/FL/Fl_PNG_Image.H index 7d8a3d523..e66efaca3 100644 --- a/FL/Fl_PNG_Image.H +++ b/FL/Fl_PNG_Image.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_PNG_Image.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // PNG image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ class FL_EXPORT Fl_PNG_Image : public Fl_RGB_Image { #endif // -// End of "$Id: Fl_PNG_Image.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_PNM_Image.H b/FL/Fl_PNM_Image.H index 9526a6379..79baea943 100644 --- a/FL/Fl_PNM_Image.H +++ b/FL/Fl_PNM_Image.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_PNM_Image.H,v 1.1.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // PNM image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ class FL_EXPORT Fl_PNM_Image : public Fl_RGB_Image { #endif // -// End of "$Id: Fl_PNM_Image.H,v 1.1.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Pack.H b/FL/Fl_Pack.H index cbc55ac31..8a9def08b 100644 --- a/FL/Fl_Pack.H +++ b/FL/Fl_Pack.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Pack.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Pack header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -45,5 +45,5 @@ public: #endif // -// End of "$Id: Fl_Pack.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Pixmap.H b/FL/Fl_Pixmap.H index 34dbc9a1f..6f7d80503 100644 --- a/FL/Fl_Pixmap.H +++ b/FL/Fl_Pixmap.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Pixmap.H,v 1.6.2.8.2.13 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Pixmap header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -74,5 +74,5 @@ class FL_EXPORT Fl_Pixmap : public Fl_Image { #endif // -// End of "$Id: Fl_Pixmap.H,v 1.6.2.8.2.13 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Positioner.H b/FL/Fl_Positioner.H index 5e2b248ce..37b2ffb21 100644 --- a/FL/Fl_Positioner.H +++ b/FL/Fl_Positioner.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Positioner.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Positioner header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -71,5 +71,5 @@ public: #endif // -// End of "$Id: Fl_Positioner.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Preferences.H b/FL/Fl_Preferences.H index 3258fff80..06e375051 100644 --- a/FL/Fl_Preferences.H +++ b/FL/Fl_Preferences.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Preferences.H,v 1.1.2.14 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Preferences definitions for the Fast Light Tool Kit (FLTK). // -// Copyright 2002-2004 by Matthias Melcher. +// Copyright 2002-2005 by Matthias Melcher. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -157,5 +157,5 @@ private: #endif // !Fl_Preferences_H // -// End of "$Id: Fl_Preferences.H,v 1.1.2.14 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Progress.H b/FL/Fl_Progress.H index 20226333c..320ac2a73 100644 --- a/FL/Fl_Progress.H +++ b/FL/Fl_Progress.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Progress.H,v 1.1.2.6 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Progress bar widget definitions. // -// Copyright 2000-2004 by Michael Sweet. +// Copyright 2000-2005 by Michael Sweet. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -64,5 +64,5 @@ class FL_EXPORT Fl_Progress : public Fl_Widget #endif // !_Fl_Progress_H_ // -// End of "$Id: Fl_Progress.H,v 1.1.2.6 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Radio_Button.H b/FL/Fl_Radio_Button.H index e513b40fb..e4efcd927 100644 --- a/FL/Fl_Radio_Button.H +++ b/FL/Fl_Radio_Button.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Radio_Button.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Radio button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Radio_Button.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Radio_Light_Button.H b/FL/Fl_Radio_Light_Button.H index 95f11c6e1..3eb4e99c8 100644 --- a/FL/Fl_Radio_Light_Button.H +++ b/FL/Fl_Radio_Light_Button.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Radio_Light_Button.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Radio light button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -36,5 +36,5 @@ public: #endif // -// End of "$Id: Fl_Radio_Light_Button.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Radio_Round_Button.H b/FL/Fl_Radio_Round_Button.H index f1f16c9d1..e2fe3c9f2 100644 --- a/FL/Fl_Radio_Round_Button.H +++ b/FL/Fl_Radio_Round_Button.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Radio_Round_Button.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Radio round button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Radio_Round_Button.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Repeat_Button.H b/FL/Fl_Repeat_Button.H index afd877b38..914b58ec6 100644 --- a/FL/Fl_Repeat_Button.H +++ b/FL/Fl_Repeat_Button.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Repeat_Button.H,v 1.5.2.5.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Repeat button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -43,5 +43,5 @@ public: #endif // -// End of "$Id: Fl_Repeat_Button.H,v 1.5.2.5.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Return_Button.H b/FL/Fl_Return_Button.H index ac03f6ae0..35a65edf5 100644 --- a/FL/Fl_Return_Button.H +++ b/FL/Fl_Return_Button.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Return_Button.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Return button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -39,5 +39,5 @@ public: #endif // -// End of "$Id: Fl_Return_Button.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Roller.H b/FL/Fl_Roller.H index 21c220e5f..17c686518 100644 --- a/FL/Fl_Roller.H +++ b/FL/Fl_Roller.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Roller.H,v 1.5.2.4.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Roller header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -41,5 +41,5 @@ public: #endif // -// End of "$Id: Fl_Roller.H,v 1.5.2.4.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Round_Button.H b/FL/Fl_Round_Button.H index e10ed4317..927f65dde 100644 --- a/FL/Fl_Round_Button.H +++ b/FL/Fl_Round_Button.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Round_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Round button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -36,5 +36,5 @@ public: #endif // -// End of "$Id: Fl_Round_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Round_Clock.H b/FL/Fl_Round_Clock.H index 005c484d0..98b3bf284 100644 --- a/FL/Fl_Round_Clock.H +++ b/FL/Fl_Round_Clock.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Round_Clock.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Round clock header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Round_Clock.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Scroll.H b/FL/Fl_Scroll.H index 6ef05e734..fb24339d9 100644 --- a/FL/Fl_Scroll.H +++ b/FL/Fl_Scroll.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Scroll.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Scroll header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -73,5 +73,5 @@ public: #endif // -// End of "$Id: Fl_Scroll.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Scrollbar.H b/FL/Fl_Scrollbar.H index 1de3a4b74..bce0528b8 100644 --- a/FL/Fl_Scrollbar.H +++ b/FL/Fl_Scrollbar.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Scrollbar.H,v 1.5.2.4.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Scroll bar header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -54,5 +54,5 @@ public: #endif // -// End of "$Id: Fl_Scrollbar.H,v 1.5.2.4.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Secret_Input.H b/FL/Fl_Secret_Input.H index 10da78f01..7207d4c91 100644 --- a/FL/Fl_Secret_Input.H +++ b/FL/Fl_Secret_Input.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Secret_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Secret input header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Secret_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Select_Browser.H b/FL/Fl_Select_Browser.H index 59e3ac385..3356289a9 100644 --- a/FL/Fl_Select_Browser.H +++ b/FL/Fl_Select_Browser.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Select_Browser.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Select browser header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Select_Browser.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Shared_Image.H b/FL/Fl_Shared_Image.H index d05d41a2f..faa47f351 100644 --- a/FL/Fl_Shared_Image.H +++ b/FL/Fl_Shared_Image.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Shared_Image.H,v 1.22.2.10 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Shared image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -93,5 +93,5 @@ FL_EXPORT extern void fl_register_images(); #endif // !Fl_Shared_Image_H // -// End of "$Id: Fl_Shared_Image.H,v 1.22.2.10 2004/04/11 04:38:54 easysw Exp $" +// End of "$Id$" // diff --git a/FL/Fl_Simple_Counter.H b/FL/Fl_Simple_Counter.H index ded2c82b1..b4a297068 100644 --- a/FL/Fl_Simple_Counter.H +++ b/FL/Fl_Simple_Counter.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Simple_Counter.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Simple counter header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Simple_Counter.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Single_Window.H b/FL/Fl_Single_Window.H index d85798d27..d16693690 100644 --- a/FL/Fl_Single_Window.H +++ b/FL/Fl_Single_Window.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Single_Window.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Single-buffered window header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -43,5 +43,5 @@ public: #endif // -// End of "$Id: Fl_Single_Window.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Slider.H b/FL/Fl_Slider.H index 3d886c3f5..b42b81775 100644 --- a/FL/Fl_Slider.H +++ b/FL/Fl_Slider.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Slider.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Slider header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -69,5 +69,5 @@ public: #endif // -// End of "$Id: Fl_Slider.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Sys_Menu_Bar.H b/FL/Fl_Sys_Menu_Bar.H index ea079d213..1ad4b293d 100644 --- a/FL/Fl_Sys_Menu_Bar.H +++ b/FL/Fl_Sys_Menu_Bar.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Sys_Menu_Bar.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // MacOS system menu bar header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -42,5 +42,5 @@ public: #endif // -// End of "$Id: Fl_Sys_Menu_Bar.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Tabs.H b/FL/Fl_Tabs.H index 4735d2cec..821bef392 100644 --- a/FL/Fl_Tabs.H +++ b/FL/Fl_Tabs.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Tabs.H,v 1.5.2.4.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Tab header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -50,5 +50,5 @@ public: #endif // -// End of "$Id: Fl_Tabs.H,v 1.5.2.4.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Text_Buffer.H b/FL/Fl_Text_Buffer.H index 82bc8528a..a78f8a82a 100644 --- a/FL/Fl_Text_Buffer.H +++ b/FL/Fl_Text_Buffer.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Text_Buffer.H,v 1.3.2.9 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Header file for Fl_Text_Buffer class. // -// Copyright 2001-2004 by Bill Spitzak and others. +// Copyright 2001-2005 by Bill Spitzak and others. // Original code Copyright Mark Edel. Permission to distribute under // the LGPL for the FLTK library granted by Mark Edel. // @@ -253,5 +253,5 @@ class FL_EXPORT Fl_Text_Buffer { #endif // -// End of "$Id: Fl_Text_Buffer.H,v 1.3.2.9 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Text_Display.H b/FL/Fl_Text_Display.H index 234b4b717..de3371fbd 100644 --- a/FL/Fl_Text_Display.H +++ b/FL/Fl_Text_Display.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Text_Display.H,v 1.4.2.15 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Header file for Fl_Text_Display class. // -// Copyright 2001-2004 by Bill Spitzak and others. +// Copyright 2001-2005 by Bill Spitzak and others. // Original code Copyright Mark Edel. Permission to distribute under // the LGPL for the FLTK library granted by Mark Edel. // @@ -290,5 +290,5 @@ class FL_EXPORT Fl_Text_Display: public Fl_Group { #endif // -// End of "$Id: Fl_Text_Display.H,v 1.4.2.15 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Text_Editor.H b/FL/Fl_Text_Editor.H index eb0079df4..b30096650 100644 --- a/FL/Fl_Text_Editor.H +++ b/FL/Fl_Text_Editor.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Text_Editor.H,v 1.1.2.8 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Header file for Fl_Text_Editor class. // -// Copyright 2001-2004 by Bill Spitzak and others. +// Copyright 2001-2005 by Bill Spitzak and others. // Original code Copyright Mark Edel. Permission to distribute under // the LGPL for the FLTK library granted by Mark Edel. // @@ -103,6 +103,6 @@ class FL_EXPORT Fl_Text_Editor : public Fl_Text_Display { #endif // -// End of "$Id: Fl_Text_Editor.H,v 1.1.2.8 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Tile.H b/FL/Fl_Tile.H index 20d629007..7fa62511e 100644 --- a/FL/Fl_Tile.H +++ b/FL/Fl_Tile.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Tile.H,v 1.6.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Tile header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -39,5 +39,5 @@ public: #endif // -// End of "$Id: Fl_Tile.H,v 1.6.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Tiled_Image.H b/FL/Fl_Tiled_Image.H index 4dd2278ba..6255a7d42 100644 --- a/FL/Fl_Tiled_Image.H +++ b/FL/Fl_Tiled_Image.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Tiled_Image.H,v 1.1.2.6 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Tiled image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -53,5 +53,5 @@ class FL_EXPORT Fl_Tiled_Image : public Fl_Image { #endif // !Fl_Tiled_Image_H // -// End of "$Id: Fl_Tiled_Image.H,v 1.1.2.6 2004/04/11 04:38:54 easysw Exp $" +// End of "$Id$" // diff --git a/FL/Fl_Timer.H b/FL/Fl_Timer.H index 50d57196f..a452c1c6b 100644 --- a/FL/Fl_Timer.H +++ b/FL/Fl_Timer.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Timer.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Timer header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -58,6 +58,6 @@ public: #endif // -// End of "$Id: Fl_Timer.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Toggle_Button.H b/FL/Fl_Toggle_Button.H index 52542a0f5..6f7b2106c 100644 --- a/FL/Fl_Toggle_Button.H +++ b/FL/Fl_Toggle_Button.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Toggle_Button.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Toggle button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ public: #endif // -// End of "$Id: Fl_Toggle_Button.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Toggle_Light_Button.H b/FL/Fl_Toggle_Light_Button.H index 5754ad291..3297de406 100644 --- a/FL/Fl_Toggle_Light_Button.H +++ b/FL/Fl_Toggle_Light_Button.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Toggle_Light_Button.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Toggle light button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -31,5 +31,5 @@ #endif // -// End of "$Id: Fl_Toggle_Light_Button.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Toggle_Round_Button.H b/FL/Fl_Toggle_Round_Button.H index 8ad28eec5..656b29c72 100644 --- a/FL/Fl_Toggle_Round_Button.H +++ b/FL/Fl_Toggle_Round_Button.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Toggle_Round_Button.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Toggle round button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -31,5 +31,5 @@ #endif // -// End of "$Id: Fl_Toggle_Round_Button.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Tooltip.H b/FL/Fl_Tooltip.H index c1d008ca0..f106e7d4e 100644 --- a/FL/Fl_Tooltip.H +++ b/FL/Fl_Tooltip.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Tooltip.H,v 1.16.2.13 2004/09/12 20:26:23 easysw Exp $" +// "$Id$" // // Tooltip header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -71,5 +71,5 @@ private: #endif // -// End of "$Id: Fl_Tooltip.H,v 1.16.2.13 2004/09/12 20:26:23 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Valuator.H b/FL/Fl_Valuator.H index f94d3e907..d0a7bc938 100644 --- a/FL/Fl_Valuator.H +++ b/FL/Fl_Valuator.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Valuator.H,v 1.5.2.5.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Valuator header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -80,5 +80,5 @@ public: #endif // -// End of "$Id: Fl_Valuator.H,v 1.5.2.5.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Value_Input.H b/FL/Fl_Value_Input.H index 971d69118..fcd46b902 100644 --- a/FL/Fl_Value_Input.H +++ b/FL/Fl_Value_Input.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Value_Input.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Value input header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -59,5 +59,5 @@ public: #endif // -// End of "$Id: Fl_Value_Input.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Value_Output.H b/FL/Fl_Value_Output.H index da086e7ae..8025a00fa 100644 --- a/FL/Fl_Value_Output.H +++ b/FL/Fl_Value_Output.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Value_Output.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Value output header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -52,5 +52,5 @@ public: #endif // -// End of "$Id: Fl_Value_Output.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Value_Slider.H b/FL/Fl_Value_Slider.H index 0e172afd7..9e168571e 100644 --- a/FL/Fl_Value_Slider.H +++ b/FL/Fl_Value_Slider.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Value_Slider.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Value slider header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -46,5 +46,5 @@ public: #endif // -// End of "$Id: Fl_Value_Slider.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index e33e1d47d..f25d6bec9 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Widget.H,v 1.6.2.4.2.26 2004/11/23 19:47:50 easysw Exp $" +// "$Id$" // // Widget header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -218,5 +218,5 @@ public: #endif // -// End of "$Id: Fl_Widget.H,v 1.6.2.4.2.26 2004/11/23 19:47:50 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index c912751f8..013495b77 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Window.H,v 1.12.2.6.2.10 2004/12/06 03:31:54 easysw Exp $" +// "$Id$" // // Window header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -124,5 +124,5 @@ public: #endif // -// End of "$Id: Fl_Window.H,v 1.12.2.6.2.10 2004/12/06 03:31:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_Wizard.H b/FL/Fl_Wizard.H index 3d2a53172..ba4175b76 100644 --- a/FL/Fl_Wizard.H +++ b/FL/Fl_Wizard.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Wizard.H,v 1.1.2.6 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Fl_Wizard widget definitions. // -// Copyright 1999-2004 by Easy Software Products. +// Copyright 1999-2005 by Easy Software Products. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -56,5 +56,5 @@ class FL_EXPORT Fl_Wizard : public Fl_Group #endif // !_Fl_Wizard_H_ // -// End of "$Id: Fl_Wizard.H,v 1.1.2.6 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_XBM_Image.H b/FL/Fl_XBM_Image.H index 641d0cbc2..2c88e0cc7 100644 --- a/FL/Fl_XBM_Image.H +++ b/FL/Fl_XBM_Image.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_XBM_Image.H,v 1.1.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // XBM image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ class FL_EXPORT Fl_XBM_Image : public Fl_Bitmap { #endif // !Fl_XBM_Image_H // -// End of "$Id: Fl_XBM_Image.H,v 1.1.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/Fl_XPM_Image.H b/FL/Fl_XPM_Image.H index 9a6fa8481..29d30a291 100644 --- a/FL/Fl_XPM_Image.H +++ b/FL/Fl_XPM_Image.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_XPM_Image.H,v 1.1.2.4 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // XPM image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -37,5 +37,5 @@ class FL_EXPORT Fl_XPM_Image : public Fl_Pixmap { #endif // !Fl_XPM_Image // -// End of "$Id: Fl_XPM_Image.H,v 1.1.2.4 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/dirent.h b/FL/dirent.h index 0e6d2eddd..0161657df 100644 --- a/FL/dirent.h +++ b/FL/dirent.h @@ -1,9 +1,9 @@ // -// "$Id: dirent.h,v 1.5.2.3.2.3 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Directory header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -27,5 +27,5 @@ #include "filename.H" // -// End of "$Id: dirent.h,v 1.5.2.3.2.3 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/filename.H b/FL/filename.H index df77b4762..8645537b8 100644 --- a/FL/filename.H +++ b/FL/filename.H @@ -1,9 +1,9 @@ /* - * "$Id: filename.H,v 1.11.2.4.2.15 2004/10/18 20:29:54 easysw Exp $" + * "$Id$" * * Filename header file for the Fast Light Tool Kit (FLTK). * - * Copyright 1998-2004 by Bill Spitzak and others. + * Copyright 1998-2005 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -131,5 +131,5 @@ FL_EXPORT int fl_filename_list(const char *d, struct dirent ***l, #endif /* FL_FILENAME_H */ /* - * End of "$Id: filename.H,v 1.11.2.4.2.15 2004/10/18 20:29:54 easysw Exp $". + * End of "$Id$". */ diff --git a/FL/fl_ask.H b/FL/fl_ask.H index 34de25741..5ac067511 100644 --- a/FL/fl_ask.H +++ b/FL/fl_ask.H @@ -1,9 +1,9 @@ // -// "$Id: fl_ask.H,v 1.7.2.4.2.7 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Standard dialog header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -63,5 +63,5 @@ extern FL_EXPORT const char* fl_close; #endif // -// End of "$Id: fl_ask.H,v 1.7.2.4.2.7 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/fl_draw.H b/FL/fl_draw.H index d0c590638..3d4605e78 100644 --- a/FL/fl_draw.H +++ b/FL/fl_draw.H @@ -1,9 +1,9 @@ // -// "$Id: fl_draw.H,v 1.9.2.6.2.9 2004/04/11 04:38:54 easysw Exp $" +// "$Id$" // // Portable drawing function header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -194,5 +194,5 @@ FL_EXPORT int fl_add_symbol(const char* name, void (*drawit)(Fl_Color), int scal #endif // -// End of "$Id: fl_draw.H,v 1.9.2.6.2.9 2004/04/11 04:38:54 easysw Exp $". +// End of "$Id$". // diff --git a/FL/fl_message.H b/FL/fl_message.H index 05e6ea564..ca3fdccfe 100644 --- a/FL/fl_message.H +++ b/FL/fl_message.H @@ -1,9 +1,9 @@ // -// "$Id: fl_message.H,v 1.4.2.3.2.3 2004/04/11 04:38:55 easysw Exp $" +// "$Id$" // // Standard message header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -26,5 +26,5 @@ #include "fl_ask.H" // -// End of "$Id: fl_message.H,v 1.4.2.3.2.3 2004/04/11 04:38:55 easysw Exp $". +// End of "$Id$". // diff --git a/FL/fl_show_colormap.H b/FL/fl_show_colormap.H index 95f6c6b1c..c1f34d844 100644 --- a/FL/fl_show_colormap.H +++ b/FL/fl_show_colormap.H @@ -1,9 +1,9 @@ // -// "$Id: fl_show_colormap.H,v 1.5.2.3.2.3 2004/04/11 04:38:55 easysw Exp $" +// "$Id$" // // Colormap picker header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -31,5 +31,5 @@ FL_EXPORT Fl_Color fl_show_colormap(Fl_Color oldcol); #endif // -// End of "$Id: fl_show_colormap.H,v 1.5.2.3.2.3 2004/04/11 04:38:55 easysw Exp $". +// End of "$Id$". // diff --git a/FL/fl_show_input.H b/FL/fl_show_input.H index f156b300c..291b8b8e8 100644 --- a/FL/fl_show_input.H +++ b/FL/fl_show_input.H @@ -1,9 +1,9 @@ // -// "$Id: fl_show_input.H,v 1.4.2.3.2.3 2004/04/11 04:38:55 easysw Exp $" +// "$Id$" // // Standard input dialog header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -26,5 +26,5 @@ #include "fl_ask.H" // -// End of "$Id: fl_show_input.H,v 1.4.2.3.2.3 2004/04/11 04:38:55 easysw Exp $". +// End of "$Id$". // diff --git a/FL/forms.H b/FL/forms.H index 4e2729d5f..d6a45f181 100644 --- a/FL/forms.H +++ b/FL/forms.H @@ -1,9 +1,9 @@ // -// "$Id: forms.H,v 1.7.2.7.2.9 2004/04/11 04:38:55 easysw Exp $" +// "$Id$" // // Forms emulation header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -838,5 +838,5 @@ inline void fl_draw() {Fl::flush();} #endif /* define __FORMS_H__ */ // -// End of "$Id: forms.H,v 1.7.2.7.2.9 2004/04/11 04:38:55 easysw Exp $". +// End of "$Id$". // diff --git a/FL/gl.h b/FL/gl.h index 9bd5672d9..e0d7478f4 100644 --- a/FL/gl.h +++ b/FL/gl.h @@ -1,9 +1,9 @@ // -// "$Id: gl.h,v 1.6.2.4.2.5 2004/04/11 04:38:55 easysw Exp $" +// "$Id$" // // OpenGL header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // You must include this instead of GL/gl.h to get the Microsoft // APIENTRY stuff included (from ) prior to the OpenGL @@ -81,5 +81,5 @@ FL_EXPORT void gl_draw_image(const uchar *, int x,int y,int w,int h, int d=3, in #endif // !FL_gl_H // -// End of "$Id: gl.h,v 1.6.2.4.2.5 2004/04/11 04:38:55 easysw Exp $". +// End of "$Id$". // diff --git a/FL/gl_draw.H b/FL/gl_draw.H index 50a553a6f..20ee47a40 100644 --- a/FL/gl_draw.H +++ b/FL/gl_draw.H @@ -1,9 +1,9 @@ // -// "$Id: gl_draw.H,v 1.4.2.3.2.4 2004/05/15 22:58:18 easysw Exp $" +// "$Id$" // // OpenGL header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -29,5 +29,5 @@ extern FL_EXPORT void gl_remove_displaylist_fonts(); // -// End of "$Id: gl_draw.H,v 1.4.2.3.2.4 2004/05/15 22:58:18 easysw Exp $". +// End of "$Id$". // diff --git a/FL/glut.H b/FL/glut.H index 306dc4a63..3601eec2f 100644 --- a/FL/glut.H +++ b/FL/glut.H @@ -1,9 +1,9 @@ // -// "$Id: glut.H,v 1.6.2.10.2.7 2004/04/11 04:38:55 easysw Exp $" +// "$Id$" // // GLUT emulation header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -470,5 +470,5 @@ extern void APIENTRY glutSolidIcosahedron(); #endif /* !__glut_h__ */ // -// End of "$Id: glut.H,v 1.6.2.10.2.7 2004/04/11 04:38:55 easysw Exp $". +// End of "$Id$". // diff --git a/FL/mac.H b/FL/mac.H index 647dc5aef..0fc8d4022 100644 --- a/FL/mac.H +++ b/FL/mac.H @@ -1,9 +1,9 @@ // -// "$Id: mac.H,v 1.1.2.16 2004/09/09 00:55:41 matthiaswm Exp $" +// "$Id$" // // Mac header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -128,6 +128,6 @@ extern void fl_open_callback(void (*cb)(const char *)); extern FL_EXPORT int fl_parse_color(const char* p, uchar& r, uchar& g, uchar& b); // -// End of "$Id: mac.H,v 1.1.2.16 2004/09/09 00:55:41 matthiaswm Exp $". +// End of "$Id$". // diff --git a/FL/math.h b/FL/math.h index a953d6fb1..91e9eeece 100644 --- a/FL/math.h +++ b/FL/math.h @@ -1,9 +1,9 @@ // -// "$Id: math.h,v 1.4.2.4.2.11 2004/04/11 04:38:55 easysw Exp $" +// "$Id$" // // Math header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -66,5 +66,5 @@ inline double copysign(double a, double b) {return b<0 ? -a : a;} // -// End of "$Id: math.h,v 1.4.2.4.2.11 2004/04/11 04:38:55 easysw Exp $". +// End of "$Id$". // diff --git a/FL/win32.H b/FL/win32.H index e660d9c82..c6f814c67 100644 --- a/FL/win32.H +++ b/FL/win32.H @@ -1,9 +1,9 @@ // -// "$Id: win32.H,v 1.15.2.3.2.13 2004/11/20 03:19:57 easysw Exp $" +// "$Id$" // // WIN32 header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -138,5 +138,5 @@ inline void fl_open_callback(void (*)(const char *)) {} extern FL_EXPORT int fl_parse_color(const char* p, uchar& r, uchar& g, uchar& b); // -// End of "$Id: win32.H,v 1.15.2.3.2.13 2004/11/20 03:19:57 easysw Exp $". +// End of "$Id$". // diff --git a/FL/x.H b/FL/x.H index 5603b818f..0f01d49a9 100644 --- a/FL/x.H +++ b/FL/x.H @@ -1,9 +1,9 @@ // -// "$Id: x.H,v 1.10.2.8.2.14 2004/04/11 04:38:55 easysw Exp $" +// "$Id$" // // X11 header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -141,5 +141,5 @@ extern FL_EXPORT int fl_parse_color(const char* p, uchar& r, uchar& g, uchar& b) #endif // -// End of "$Id: x.H,v 1.10.2.8.2.14 2004/04/11 04:38:55 easysw Exp $". +// End of "$Id$". // diff --git a/GL/glut.h b/GL/glut.h index d72e8e460..0c57f0700 100644 --- a/GL/glut.h +++ b/GL/glut.h @@ -1,9 +1,9 @@ // -// "$Id: glut.h,v 1.4.4.4 2004/04/11 04:38:55 easysw Exp $" +// "$Id$" // // GLUT compatibility header for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -26,5 +26,5 @@ #include // -// End of "$Id: glut.h,v 1.4.4.4 2004/04/11 04:38:55 easysw Exp $". +// End of "$Id$". // diff --git a/Makefile b/Makefile index 9795b4df8..d283d8876 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ # -# "$Id: Makefile,v 1.12.2.6.2.19 2004/10/18 20:22:21 easysw Exp $" +# "$Id$" # # Top-level makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2004 by Bill Spitzak and others. +# Copyright 1998-2005 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -97,5 +97,5 @@ native-dist: # -# End of "$Id: Makefile,v 1.12.2.6.2.19 2004/10/18 20:22:21 easysw Exp $". +# End of "$Id$". # diff --git a/README b/README index 0f9e1fcd9..6af1bc241 100644 --- a/README +++ b/README @@ -162,7 +162,7 @@ TRADEMARKS COPYRIGHT - FLTK is copyright 1998-2004 by Bill Spitzak + FLTK is copyright 1998-2005 by Bill Spitzak (spitzak@users.sourceforge.net) and others, including: Craig P. Earls diff --git a/bc5/config.h b/bc5/config.h index 386bf3e0e..34d88e0c6 100644 --- a/bc5/config.h +++ b/bc5/config.h @@ -1,5 +1,5 @@ /* - * "$Id: config.h,v 1.1.2.3.2.1 2002/05/16 12:47:42 easysw Exp $" + * "$Id$" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -149,5 +149,5 @@ #define HAVE_POLL 0 /* - * End of "$Id: config.h,v 1.1.2.3.2.1 2002/05/16 12:47:42 easysw Exp $". + * End of "$Id$". */ diff --git a/borlandc/config.h b/borlandc/config.h index bb1e1e0db..8add48878 100644 --- a/borlandc/config.h +++ b/borlandc/config.h @@ -1,9 +1,9 @@ /* - * "$Id: config.h,v 1.1.2.6 2004/04/11 04:38:55 easysw Exp $" + * "$Id$" * * Configuration file for the Fast Light Tool Kit (FLTK) for Borland C++. * - * Copyright 1998-2004 by Bill Spitzak and others. + * Copyright 1998-2005 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -218,5 +218,5 @@ /* - * End of "$Id: config.h,v 1.1.2.6 2004/04/11 04:38:55 easysw Exp $". + * End of "$Id$". */ diff --git a/configh.cmake.in b/configh.cmake.in index 91d3f1e35..d230df5f3 100644 --- a/configh.cmake.in +++ b/configh.cmake.in @@ -1,10 +1,10 @@ /* - * "$Id: configh.cmake.in,v 1.1.2.2 2004/10/18 20:29:54 easysw Exp $" + * "$Id$" * * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ * - * Copyright 1998-2004 by Bill Spitzak and others. + * Copyright 1998-2005 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -254,5 +254,5 @@ #endif /* - * End of "$Id: configh.cmake.in,v 1.1.2.2 2004/10/18 20:29:54 easysw Exp $". + * End of "$Id$". */ diff --git a/configh.in b/configh.in index 0d9a08183..748e9dc40 100644 --- a/configh.in +++ b/configh.in @@ -1,10 +1,10 @@ /* - * "$Id: configh.in,v 1.11.2.11.2.18 2004/08/25 00:20:24 matthiaswm Exp $" + * "$Id$" * * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ * - * Copyright 1998-2004 by Bill Spitzak and others. + * Copyright 1998-2005 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -234,5 +234,5 @@ /* - * End of "$Id: configh.in,v 1.11.2.11.2.18 2004/08/25 00:20:24 matthiaswm Exp $". + * End of "$Id$". */ diff --git a/configure.in b/configure.in index 680f3b1fa..7c6fad501 100644 --- a/configure.in +++ b/configure.in @@ -1,11 +1,11 @@ dnl -*- sh -*- dnl the "configure" script is made from this by running GNU "autoconf" dnl -dnl "$Id: configure.in,v 1.33.2.31.2.123 2004/11/29 15:01:42 easysw Exp $" +dnl "$Id$" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl -dnl Copyright 1998-2004 by Bill Spitzak and others. +dnl Copyright 1998-2005 by Bill Spitzak and others. dnl dnl This library is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Library General Public @@ -928,5 +928,5 @@ dnl Make sure the fltk-config script is executable... chmod +x fltk-config dnl -dnl End of "$Id: configure.in,v 1.33.2.31.2.123 2004/11/29 15:01:42 easysw Exp $". +dnl End of "$Id$". dnl diff --git a/documentation/Makefile b/documentation/Makefile index ad2de0ca0..48e90c28f 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -1,9 +1,9 @@ # -# "$Id: Makefile,v 1.9.2.10.2.23 2004/10/18 20:22:22 easysw Exp $" +# "$Id$" # # Documentation makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2004 by Bill Spitzak and others. +# Copyright 1998-2005 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -277,5 +277,5 @@ fltk.pdf: $(HTMLFILES) $(IMAGEFILES) -$(HTMLDOC) --verbose --batch fltk.book $(MEDIA) -f fltk.pdf # -# End of "$Id: Makefile,v 1.9.2.10.2.23 2004/10/18 20:22:22 easysw Exp $". +# End of "$Id$". # diff --git a/documentation/index.html b/documentation/index.html index 489623036..17801bcc9 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -12,7 +12,7 @@

FLTK 1.1.7 Programming Manual

Revision 7 by Michael Sweet, Craig P. Earls, and Bill Spitzak
- Copyright 1998-2004 by Bill Spitzak and others.

+ Copyright 1998-2005 by Bill Spitzak and others.

diff --git a/documentation/preface.html b/documentation/preface.html index 42ec42b52..4f17c4c94 100644 --- a/documentation/preface.html +++ b/documentation/preface.html @@ -1,7 +1,7 @@ - + FLTK 1.1.7 Programming Manual @@ -99,7 +99,7 @@ HREF="license.html">Appendix A.

Copyrights and Trademarks

-

FLTK is Copyright 1998-2004 by Bill Spitzak and others. Use and +

FLTK is Copyright 1998-2005 by Bill Spitzak and others. Use and distribution of FLTK is governed by the GNU Library General Public License, located in Appendix H.

diff --git a/fltk-config.in b/fltk-config.in index 4b46e67b4..2fd6a6d75 100755 --- a/fltk-config.in +++ b/fltk-config.in @@ -1,10 +1,10 @@ #!/bin/sh # -# "$Id: fltk-config.in,v 1.12.2.26 2004/09/06 11:20:52 easysw Exp $" +# "$Id$" # # FLTK configuration utility. # -# Copyright 2000-2004 by Bill Spitzak and others. +# Copyright 2000-2005 by Bill Spitzak and others. # Original version Copyright 2000 by James Dean Palmer # Adapted by Vincent Penne and Michael Sweet # @@ -271,5 +271,5 @@ if test "$echo_libs" = "yes"; then fi # -# End of "$Id: fltk-config.in,v 1.12.2.26 2004/09/06 11:20:52 easysw Exp $". +# End of "$Id$". # diff --git a/fltk.list.in b/fltk.list.in index fdeb87692..efac51e33 100644 --- a/fltk.list.in +++ b/fltk.list.in @@ -1,11 +1,11 @@ # -# "$Id: fltk.list.in,v 1.1.2.15 2004/04/11 04:38:53 easysw Exp $" +# "$Id$" # # EPM product list file for the Fast Light Tool Kit (FLTK). # # (EPM can be found at http://www.easysw.com/epm/) # -# Copyright 1998-2004 by Bill Spitzak and others. +# Copyright 1998-2005 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -26,7 +26,7 @@ # %product Fast Light Tool Kit (FLTK) -%copyright 1998-2004 by Bill Spitzak and others. +%copyright 1998-2005 by Bill Spitzak and others. %vendor FLTK Development Team %license COPYING %readme README @@ -266,5 +266,5 @@ f 0444 root sys $datadir/doc/fltk/COPYING COPYING f 0444 root sys $datadir/doc/fltk/CHANGES CHANGES # -# End of "$Id: fltk.list.in,v 1.1.2.15 2004/04/11 04:38:53 easysw Exp $". +# End of "$Id$". # diff --git a/fltk.spec b/fltk.spec index 5108d45f0..c3dcaa578 100644 --- a/fltk.spec +++ b/fltk.spec @@ -1,9 +1,9 @@ # -# "$Id: fltk.spec,v 1.1.2.9.2.33 2004/11/29 15:01:42 easysw Exp $" +# "$Id$" # # RPM spec file for FLTK. # -# Copyright 1998-2004 by Bill Spitzak and others. +# Copyright 1998-2005 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -96,5 +96,5 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/share/doc/fltk/* # -# End of "$Id: fltk.spec,v 1.1.2.9.2.33 2004/11/29 15:01:42 easysw Exp $". +# End of "$Id$". # diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index 30fb78675..d4c38af2f 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -3,7 +3,7 @@ // // C function type code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/fluid/Fl_Group_Type.cxx b/fluid/Fl_Group_Type.cxx index dcd539e6c..0fca06ff6 100644 --- a/fluid/Fl_Group_Type.cxx +++ b/fluid/Fl_Group_Type.cxx @@ -7,7 +7,7 @@ // the Fl_Tabs widget, with special stuff to select tab items and // insure that only one is visible. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/fluid/Fl_Menu_Type.cxx b/fluid/Fl_Menu_Type.cxx index 954aa5051..35d6b46d7 100644 --- a/fluid/Fl_Menu_Type.cxx +++ b/fluid/Fl_Menu_Type.cxx @@ -9,7 +9,7 @@ // This file also contains code to make Fl_Menu_Button, Fl_Menu_Bar, // etc widgets. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/fluid/Fl_Type.cxx b/fluid/Fl_Type.cxx index d368c5076..f6bda685e 100644 --- a/fluid/Fl_Type.cxx +++ b/fluid/Fl_Type.cxx @@ -15,7 +15,7 @@ // not in the linked list and are not written to files or // copied or otherwise examined. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index cc0c246cb..3b6253db0 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -11,7 +11,7 @@ // instance of this object. It could also have a "copy()" function, // but it was easier to implement this by using the file read/write // that is needed to save the setup anyways. -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index 503665a89..cd6e699b6 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -3,7 +3,7 @@ // // Widget type code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/fluid/Fl_Widget_Type.h b/fluid/Fl_Widget_Type.h index d0720ee5c..aa93638b6 100644 --- a/fluid/Fl_Widget_Type.h +++ b/fluid/Fl_Widget_Type.h @@ -1,5 +1,5 @@ // -// "$Id: Fl_Widget_Type.h,v 1.4.2.4.2.3 2004/04/11 04:38:56 easysw Exp $" +// "$Id$" // // Widget type header file for the Fast Light Tool Kit (FLTK). // @@ -7,7 +7,7 @@ // This should have the widget pointer in it, but it is still in the // Fl_Type base class. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -36,5 +36,5 @@ void* const LOAD = (void *)9831; extern Fl_Widget_Type *current_widget; // one of the selected ones // -// End of "$Id: Fl_Widget_Type.h,v 1.4.2.4.2.3 2004/04/11 04:38:56 easysw Exp $". +// End of "$Id$". // diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index 206e8b1be..3a9a114d6 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -7,7 +7,7 @@ // for interacting with the overlay, which allows the user to // select, move, and resize the children widgets. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/fluid/Fluid_Image.cxx b/fluid/Fluid_Image.cxx index be53f2ba3..19574e42e 100644 --- a/fluid/Fluid_Image.cxx +++ b/fluid/Fluid_Image.cxx @@ -3,7 +3,7 @@ // // Pixmap label support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/fluid/Fluid_Image.h b/fluid/Fluid_Image.h index 3492c5c9c..fcc2db629 100644 --- a/fluid/Fluid_Image.h +++ b/fluid/Fluid_Image.h @@ -1,5 +1,5 @@ // -// "$Id: Fluid_Image.h,v 1.3.2.4.2.5 2004/04/11 04:38:56 easysw Exp $" +// "$Id$" // // Image header file for the Fast Light Tool Kit (FLTK). // @@ -7,7 +7,7 @@ // not a class in FLTK itself, and will produce different types of // code depending on what the image type is. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -60,5 +60,5 @@ extern const char *ui_find_image_name; #endif // -// End of "$Id: Fluid_Image.h,v 1.3.2.4.2.5 2004/04/11 04:38:56 easysw Exp $". +// End of "$Id$". // diff --git a/fluid/Makefile b/fluid/Makefile index 8c62b8b13..9275cc30c 100644 --- a/fluid/Makefile +++ b/fluid/Makefile @@ -1,9 +1,9 @@ # -# "$Id: Makefile,v 1.10.2.6.2.27 2004/10/18 20:22:22 easysw Exp $" +# "$Id$" # # FLUID makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2004 by Bill Spitzak and others. +# Copyright 1998-2005 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -95,5 +95,5 @@ rebuild: ./fluid -c widget_panel.fl # -# End of "$Id: Makefile,v 1.10.2.6.2.27 2004/10/18 20:22:22 easysw Exp $". +# End of "$Id$". # diff --git a/fluid/Shortcut_Button.h b/fluid/Shortcut_Button.h index 2b3c43bb7..841946010 100644 --- a/fluid/Shortcut_Button.h +++ b/fluid/Shortcut_Button.h @@ -1,9 +1,9 @@ // -// "$Id: Shortcut_Button.h,v 1.3.2.3.2.4 2004/04/11 04:38:56 easysw Exp $" +// "$Id$" // // Shortcut header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -35,5 +35,5 @@ public: }; // -// End of "$Id: Shortcut_Button.h,v 1.3.2.3.2.4 2004/04/11 04:38:56 easysw Exp $". +// End of "$Id$". // diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index 754630019..7e2d9ce64 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -94,7 +94,7 @@ Fl_Window* make_about_panel() { o->labelsize(18); o->labelcolor(7); } - { Fl_Button* o = new Fl_Button(181, 176, 115, 30, "\251""1998-2004 by\nBill Spitzak and others"); + { Fl_Button* o = new Fl_Button(181, 176, 115, 30, "\251""1998-2005 by\nBill Spitzak and others"); o->box(FL_THIN_UP_BOX); o->labelsize(10); o->labelcolor(136); diff --git a/fluid/align_widget.cxx b/fluid/align_widget.cxx index c66a1c31d..a4cd7be56 100644 --- a/fluid/align_widget.cxx +++ b/fluid/align_widget.cxx @@ -3,7 +3,7 @@ // // alignment code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/fluid/code.cxx b/fluid/code.cxx index d20187940..b07c9675c 100644 --- a/fluid/code.cxx +++ b/fluid/code.cxx @@ -3,7 +3,7 @@ // // Code output routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/fluid/factory.cxx b/fluid/factory.cxx index efba7d6de..85a150fd9 100644 --- a/fluid/factory.cxx +++ b/fluid/factory.cxx @@ -11,7 +11,7 @@ // to a factory instance for every class (both the ones defined // here and ones in other files) // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/fluid/file.cxx b/fluid/file.cxx index 973117aed..77718ca94 100644 --- a/fluid/file.cxx +++ b/fluid/file.cxx @@ -8,7 +8,7 @@ // They are somewhat similar to tcl, using matching { and } // to quote strings. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index 5ca31b3a3..1eee53660 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -3,7 +3,7 @@ // // FLUID main entry for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/jpeg/Makefile b/jpeg/Makefile index 9d2ec89f7..39353c333 100644 --- a/jpeg/Makefile +++ b/jpeg/Makefile @@ -1,9 +1,9 @@ # -# "$Id: Makefile,v 1.1.2.5 2004/09/06 11:20:53 easysw Exp $" +# "$Id$" # # JPEG library makefile for the Fast Light Toolkit (FLTK). # -# Copyright 1997-2004 by Easy Software Products. +# Copyright 1997-2005 by Easy Software Products. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -111,5 +111,5 @@ include makedepend $(OBJS): ../makeinclude # -# End of "$Id: Makefile,v 1.1.2.5 2004/09/06 11:20:53 easysw Exp $". +# End of "$Id$". # diff --git a/makefiles/Makefile.mingw b/makefiles/Makefile.mingw index 82ff02ab4..f1c043d4a 100644 --- a/makefiles/Makefile.mingw +++ b/makefiles/Makefile.mingw @@ -1,5 +1,5 @@ # -# "$Id: Makefile.mingw,v 1.1.2.2.2.1 2004/10/18 20:22:22 easysw Exp $" +# "$Id$" # # Top-level makefile for the Fast Light Tool Kit (FLTK). # @@ -110,5 +110,5 @@ makeinclude: makefiles/makeinclude.mingw cp $< $@ # -# End of "$Id: Makefile.mingw,v 1.1.2.2.2.1 2004/10/18 20:22:22 easysw Exp $". +# End of "$Id$". # diff --git a/makefiles/Makefile.os2x b/makefiles/Makefile.os2x index 6373be6b3..1e29184ab 100644 --- a/makefiles/Makefile.os2x +++ b/makefiles/Makefile.os2x @@ -1,5 +1,5 @@ # -# "$Id: Makefile.os2x,v 1.6.2.7 2001/04/26 07:11:58 spitzak Exp $" +# "$Id$" # # Top-level makefile for the Fast Light Tool Kit (FLTK). # @@ -74,5 +74,5 @@ makeinclude: makefiles/makeinclude.os2x cp $< $@ # -# End of "$Id: Makefile.os2x,v 1.6.2.7 2001/04/26 07:11:58 spitzak Exp $". +# End of "$Id$". # diff --git a/makefiles/config.mingw b/makefiles/config.mingw index 00cabd91f..6f8486c25 100644 --- a/makefiles/config.mingw +++ b/makefiles/config.mingw @@ -1,5 +1,5 @@ /* - * "$Id: config.mingw,v 1.1.2.3.2.10 2003/01/30 21:41:07 easysw Exp $" + * "$Id$" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -215,5 +215,5 @@ /* - * End of "$Id: config.mingw,v 1.1.2.3.2.10 2003/01/30 21:41:07 easysw Exp $". + * End of "$Id$". */ diff --git a/makefiles/config.os2x b/makefiles/config.os2x index 353a24f42..0fc4c52fc 100644 --- a/makefiles/config.os2x +++ b/makefiles/config.os2x @@ -1,6 +1,6 @@ /* config.h. Generated automatically by configure. */ /* - * "$Id: config.os2x,v 1.1.2.4.2.12 2003/01/30 21:41:08 easysw Exp $" + * "$Id$" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -220,5 +220,5 @@ /* - * End of "$Id: config.os2x,v 1.1.2.4.2.12 2003/01/30 21:41:08 easysw Exp $". + * End of "$Id$". */ diff --git a/makefiles/makeinclude.mingw b/makefiles/makeinclude.mingw index 5891334b9..7eac0435e 100644 --- a/makefiles/makeinclude.mingw +++ b/makefiles/makeinclude.mingw @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.mingw,v 1.1.2.3.2.14 2004/10/18 20:22:22 easysw Exp $" +# "$Id$" # # Make include file for the Fast Light Tool Kit (FLTK). # (this file for MingW using GCC 2.95.x) @@ -140,5 +140,5 @@ CAT3EXT = 3 $(CXX) -I.. -I../png -I../jpeg -I../zlib $(CXXFLAGS) $< -c # -# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.14 2004/10/18 20:22:22 easysw Exp $". +# End of "$Id$". # diff --git a/makefiles/makeinclude.mingw31 b/makefiles/makeinclude.mingw31 index ba75a834f..4b305f475 100644 --- a/makefiles/makeinclude.mingw31 +++ b/makefiles/makeinclude.mingw31 @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.mingw31,v 1.1.2.4 2004/07/23 19:26:26 easysw Exp $" +# "$Id$" # # Make include file for the Fast Light Tool Kit (FLTK). # (this file for MingW using GCC 3.1.x) @@ -123,5 +123,5 @@ THREADS =threads $(CXX) -I.. $(CXXFLAGS) $< -c # -# End of "$Id: makeinclude.mingw31,v 1.1.2.4 2004/07/23 19:26:26 easysw Exp $". +# End of "$Id$". # diff --git a/makefiles/makeinclude.os2x b/makefiles/makeinclude.os2x index 2c5c2f025..db2fdb985 100644 --- a/makefiles/makeinclude.os2x +++ b/makefiles/makeinclude.os2x @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.os2x,v 1.1.2.4.2.13 2004/07/23 19:26:26 easysw Exp $" +# "$Id$" # # Make include file for the Fast Light Tool Kit (FLTK). # @@ -125,5 +125,5 @@ CAT3EXT =3 mv t.z $@ # -# End of "$Id: makeinclude.os2x,v 1.1.2.4.2.13 2004/07/23 19:26:26 easysw Exp $". +# End of "$Id$". # diff --git a/makeinclude.in b/makeinclude.in index b31b2674f..b84c7f841 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -1,9 +1,9 @@ # -# "$Id: makeinclude.in,v 1.7.2.11.2.29 2004/10/18 20:22:21 easysw Exp $" +# "$Id$" # # Make include file for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2004 by Bill Spitzak and others. +# Copyright 1998-2005 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -133,5 +133,5 @@ CAT3EXT = @CAT3EXT@ mv t.z $@ # -# End of "$Id: makeinclude.in,v 1.7.2.11.2.29 2004/10/18 20:22:21 easysw Exp $". +# End of "$Id$". # diff --git a/png/Makefile b/png/Makefile index 540f9a430..1bd2f02f3 100644 --- a/png/Makefile +++ b/png/Makefile @@ -1,9 +1,9 @@ # -# "$Id: Makefile,v 1.1.2.5 2004/09/06 11:20:53 easysw Exp $" +# "$Id$" # # PNG library makefile for the Fast Light Toolkit (FLTK). # -# Copyright 1997-2004 by Easy Software Products. +# Copyright 1997-2005 by Easy Software Products. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -103,5 +103,5 @@ $(OBJS): ../makeinclude # -# End of "$Id: Makefile,v 1.1.2.5 2004/09/06 11:20:53 easysw Exp $". +# End of "$Id$". # diff --git a/png/png.c b/png/png.c index 4baa69750..75099d5ed 100644 --- a/png/png.c +++ b/png/png.c @@ -3,7 +3,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) */ @@ -679,7 +679,7 @@ png_get_copyright(png_structp png_ptr) { if (&png_ptr != NULL) /* silence compiler warning about unused png_ptr */ return ((png_charp) "\n libpng version 1.2.7 - September 12, 2004\n\ - Copyright (c) 1998-2004 Glenn Randers-Pehrson\n\ + Copyright (c) 1998-2005 Glenn Randers-Pehrson\n\ Copyright (c) 1996-1997 Andreas Dilger\n\ Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.\n"); return ((png_charp) ""); diff --git a/png/png.h b/png/png.h index 6209cb661..c5adadff5 100644 --- a/png/png.h +++ b/png/png.h @@ -1,7 +1,7 @@ /* png.h - header file for PNG reference library * * libpng version 1.2.7 - September 12, 2004 - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngconf.h b/png/pngconf.h index b0aedb482..1267e9c8d 100644 --- a/png/pngconf.h +++ b/png/pngconf.h @@ -3,7 +3,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) */ diff --git a/png/pngerror.c b/png/pngerror.c index 4ba395b09..c25157192 100644 --- a/png/pngerror.c +++ b/png/pngerror.c @@ -3,7 +3,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngget.c b/png/pngget.c index 1d1cc218b..eefd3319b 100644 --- a/png/pngget.c +++ b/png/pngget.c @@ -3,7 +3,7 @@ * * libpng 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) */ diff --git a/png/pngmem.c b/png/pngmem.c index 2682394ab..7d0c2b9d2 100644 --- a/png/pngmem.c +++ b/png/pngmem.c @@ -3,7 +3,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngpread.c b/png/pngpread.c index bbf2e14ad..ba45d138e 100644 --- a/png/pngpread.c +++ b/png/pngpread.c @@ -3,7 +3,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) */ diff --git a/png/pngread.c b/png/pngread.c index 22240227d..168e28013 100644 --- a/png/pngread.c +++ b/png/pngread.c @@ -3,7 +3,7 @@ * * libpng 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngrio.c b/png/pngrio.c index 806f79198..d7675eb62 100644 --- a/png/pngrio.c +++ b/png/pngrio.c @@ -3,7 +3,7 @@ * * libpng 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngrtran.c b/png/pngrtran.c index b914d0e65..cc7d4ff5c 100644 --- a/png/pngrtran.c +++ b/png/pngrtran.c @@ -3,7 +3,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngrutil.c b/png/pngrutil.c index ce522198b..4197bc776 100644 --- a/png/pngrutil.c +++ b/png/pngrutil.c @@ -2,7 +2,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngset.c b/png/pngset.c index b9677a12d..39c5bfa70 100644 --- a/png/pngset.c +++ b/png/pngset.c @@ -3,7 +3,7 @@ * * libpng 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngtrans.c b/png/pngtrans.c index f279f9e79..f3e576628 100644 --- a/png/pngtrans.c +++ b/png/pngtrans.c @@ -3,7 +3,7 @@ * * libpng 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) */ diff --git a/png/pngwio.c b/png/pngwio.c index adc57b309..d569b6851 100644 --- a/png/pngwio.c +++ b/png/pngwio.c @@ -3,7 +3,7 @@ * * libpng 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngwrite.c b/png/pngwrite.c index f422173bf..6cb539b46 100644 --- a/png/pngwrite.c +++ b/png/pngwrite.c @@ -3,7 +3,7 @@ * * libpng 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) */ diff --git a/png/pngwtran.c b/png/pngwtran.c index 94d8ecc1c..d2bf5bc78 100644 --- a/png/pngwtran.c +++ b/png/pngwtran.c @@ -3,7 +3,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) */ diff --git a/png/pngwutil.c b/png/pngwutil.c index 17938d227..87f028f9a 100644 --- a/png/pngwutil.c +++ b/png/pngwutil.c @@ -3,7 +3,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) */ diff --git a/src/Fl.cxx b/src/Fl.cxx index 58a55aac0..6fe61c039 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -3,7 +3,7 @@ // // Main event handling code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_Adjuster.cxx b/src/Fl_Adjuster.cxx index cac4a1603..751fd08cf 100644 --- a/src/Fl_Adjuster.cxx +++ b/src/Fl_Adjuster.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Adjuster.cxx,v 1.5.2.3.2.10 2004/04/11 04:38:57 easysw Exp $" +// "$Id$" // // Adjuster widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -165,5 +165,5 @@ Fl_Adjuster::Fl_Adjuster(int X, int Y, int W, int H, const char* l) } // -// End of "$Id: Fl_Adjuster.cxx,v 1.5.2.3.2.10 2004/04/11 04:38:57 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_BMP_Image.cxx b/src/Fl_BMP_Image.cxx index 0ac462fd2..a7ca84523 100644 --- a/src/Fl_BMP_Image.cxx +++ b/src/Fl_BMP_Image.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_BMP_Image.cxx,v 1.1.2.14 2004/04/11 04:38:57 easysw Exp $" +// "$Id$" // // Fl_BMP_Image routines. // -// Copyright 1997-2004 by Easy Software Products. +// Copyright 1997-2005 by Easy Software Products. // Image support donated by Matthias Melcher, Copyright 2000. // // This library is free software; you can redistribute it and/or @@ -450,5 +450,5 @@ read_long(FILE *fp) { // I - File to read from // -// End of "$Id: Fl_BMP_Image.cxx,v 1.1.2.14 2004/04/11 04:38:57 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Bitmap.cxx b/src/Fl_Bitmap.cxx index 0366a9634..7e1ccd172 100644 --- a/src/Fl_Bitmap.cxx +++ b/src/Fl_Bitmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Bitmap.cxx,v 1.5.2.4.2.27 2004/09/24 16:00:10 easysw Exp $" +// "$Id$" // // Bitmap drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -510,5 +510,5 @@ Fl_Image *Fl_Bitmap::copy(int W, int H) { // -// End of "$Id: Fl_Bitmap.cxx,v 1.5.2.4.2.27 2004/09/24 16:00:10 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Box.cxx b/src/Fl_Box.cxx index 3743ea66f..13b671ca9 100644 --- a/src/Fl_Box.cxx +++ b/src/Fl_Box.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Box.cxx,v 1.4.2.3.2.5 2004/04/11 04:38:57 easysw Exp $" +// "$Id$" // // Box widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -38,5 +38,5 @@ int Fl_Box::handle(int event) { // -// End of "$Id: Fl_Box.cxx,v 1.4.2.3.2.5 2004/04/11 04:38:57 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Browser.cxx b/src/Fl_Browser.cxx index 70b729067..71c4456d9 100644 --- a/src/Fl_Browser.cxx +++ b/src/Fl_Browser.cxx @@ -3,7 +3,7 @@ // // Browser widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_Browser_.cxx b/src/Fl_Browser_.cxx index dd0124950..68693f994 100644 --- a/src/Fl_Browser_.cxx +++ b/src/Fl_Browser_.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Browser_.cxx,v 1.10.2.16.2.21 2004/07/27 16:02:19 easysw Exp $" +// "$Id$" // // Base Browser widget class for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -761,5 +761,5 @@ void Fl_Browser_::item_select(void*, int) {} int Fl_Browser_::item_selected(void* l) const {return l==selection_;} // -// End of "$Id: Fl_Browser_.cxx,v 1.10.2.16.2.21 2004/07/27 16:02:19 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Browser_load.cxx b/src/Fl_Browser_load.cxx index 1e082ac8b..960c8c5a5 100644 --- a/src/Fl_Browser_load.cxx +++ b/src/Fl_Browser_load.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Browser_load.cxx,v 1.4.2.3.2.3 2004/04/11 04:38:57 easysw Exp $" +// "$Id$" // // File loading routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -51,5 +51,5 @@ int Fl_Browser::load(const char *filename) { } // -// End of "$Id: Fl_Browser_load.cxx,v 1.4.2.3.2.3 2004/04/11 04:38:57 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Button.cxx b/src/Fl_Button.cxx index b4b05c147..6a6674e8a 100644 --- a/src/Fl_Button.cxx +++ b/src/Fl_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Button.cxx,v 1.4.2.6.2.23 2004/07/27 16:02:20 easysw Exp $" +// "$Id$" // // Button widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -158,5 +158,5 @@ Fl_Button::Fl_Button(int X, int Y, int W, int H, const char *l) } // -// End of "$Id: Fl_Button.cxx,v 1.4.2.6.2.23 2004/07/27 16:02:20 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Chart.cxx b/src/Fl_Chart.cxx index ab81cb5a3..5b4b2cf6b 100644 --- a/src/Fl_Chart.cxx +++ b/src/Fl_Chart.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Chart.cxx,v 1.5.2.6.2.13 2004/04/11 04:38:57 easysw Exp $" +// "$Id$" // // Forms-compatible chart widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -384,5 +384,5 @@ void Fl_Chart::maxsize(int m) { } // -// End of "$Id: Fl_Chart.cxx,v 1.5.2.6.2.13 2004/04/11 04:38:57 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Check_Browser.cxx b/src/Fl_Check_Browser.cxx index 3153b9062..dde4bf07b 100644 --- a/src/Fl_Check_Browser.cxx +++ b/src/Fl_Check_Browser.cxx @@ -3,7 +3,7 @@ // // Fl_Check_Browser header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_Check_Button.cxx b/src/Fl_Check_Button.cxx index 808d38cc3..ce458cd74 100644 --- a/src/Fl_Check_Button.cxx +++ b/src/Fl_Check_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Check_Button.cxx,v 1.4.2.3.2.6 2004/04/11 04:38:57 easysw Exp $" +// "$Id$" // // Check button widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_Choice.cxx b/src/Fl_Choice.cxx index a3589dd9d..d5c11c84e 100644 --- a/src/Fl_Choice.cxx +++ b/src/Fl_Choice.cxx @@ -3,7 +3,7 @@ // // Choice widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_Clock.cxx b/src/Fl_Clock.cxx index bb57bd11c..702b6ea88 100644 --- a/src/Fl_Clock.cxx +++ b/src/Fl_Clock.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Clock.cxx,v 1.8.2.4.2.4 2004/04/11 04:38:57 easysw Exp $" +// "$Id$" // // Clock widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -170,5 +170,5 @@ Fl_Clock::~Fl_Clock() { } // -// End of "$Id: Fl_Clock.cxx,v 1.8.2.4.2.4 2004/04/11 04:38:57 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Color_Chooser.cxx b/src/Fl_Color_Chooser.cxx index b54d3950a..891e7b853 100644 --- a/src/Fl_Color_Chooser.cxx +++ b/src/Fl_Color_Chooser.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Color_Chooser.cxx,v 1.7.2.4.2.8 2004/07/27 16:02:20 easysw Exp $" +// "$Id$" // // Color chooser for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -523,5 +523,5 @@ int fl_color_chooser(const char* name, uchar& r, uchar& g, uchar& b) { } // -// End of "$Id: Fl_Color_Chooser.cxx,v 1.7.2.4.2.8 2004/07/27 16:02:20 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Counter.cxx b/src/Fl_Counter.cxx index 43aa96d0f..7172b3989 100644 --- a/src/Fl_Counter.cxx +++ b/src/Fl_Counter.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Counter.cxx,v 1.8.2.3.2.15 2004/07/23 21:12:24 easysw Exp $" +// "$Id$" // // Counter widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -189,5 +189,5 @@ Fl_Counter::Fl_Counter(int X, int Y, int W, int H, const char* l) } // -// End of "$Id: Fl_Counter.cxx,v 1.8.2.3.2.15 2004/07/23 21:12:24 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Dial.cxx b/src/Fl_Dial.cxx index 6631cd360..0b56cea8d 100644 --- a/src/Fl_Dial.cxx +++ b/src/Fl_Dial.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Dial.cxx,v 1.12.2.3.2.7 2004/04/11 04:38:57 easysw Exp $" +// "$Id$" // // Circular dial widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -134,5 +134,5 @@ Fl_Dial::Fl_Dial(int X, int Y, int W, int H, const char* l) } // -// End of "$Id: Fl_Dial.cxx,v 1.12.2.3.2.7 2004/04/11 04:38:57 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx index 9d10d8d02..3d4b4715f 100644 --- a/src/Fl_Double_Window.cxx +++ b/src/Fl_Double_Window.cxx @@ -3,7 +3,7 @@ // // Double-buffered window code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_File_Browser.cxx b/src/Fl_File_Browser.cxx index 55d13cba8..6194a751e 100644 --- a/src/Fl_File_Browser.cxx +++ b/src/Fl_File_Browser.cxx @@ -3,7 +3,7 @@ // // Fl_File_Browser routines. // -// Copyright 1999-2004 by Michael Sweet. +// Copyright 1999-2005 by Michael Sweet. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx index a53d670b0..710be10cf 100644 --- a/src/Fl_File_Chooser2.cxx +++ b/src/Fl_File_Chooser2.cxx @@ -3,7 +3,7 @@ // // More Fl_File_Chooser routines. // -// Copyright 1999-2004 by Michael Sweet. +// Copyright 1999-2005 by Michael Sweet. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_File_Icon.cxx b/src/Fl_File_Icon.cxx index 61ed3035f..ccd903118 100644 --- a/src/Fl_File_Icon.cxx +++ b/src/Fl_File_Icon.cxx @@ -5,7 +5,7 @@ // // KDE icon code donated by Maarten De Boer. // -// Copyright 1999-2004 by Michael Sweet. +// Copyright 1999-2005 by Michael Sweet. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_File_Icon2.cxx b/src/Fl_File_Icon2.cxx index c4bdd7b20..8524af129 100644 --- a/src/Fl_File_Icon2.cxx +++ b/src/Fl_File_Icon2.cxx @@ -1,11 +1,11 @@ // -// "$Id: Fl_File_Icon2.cxx,v 1.1.2.20 2004/02/29 12:47:36 easysw Exp $" +// "$Id$" // // Fl_File_Icon system icon routines. // // KDE icon code donated by Maarten De Boer. // -// Copyright 1999-2004 by Michael Sweet. +// Copyright 1999-2005 by Michael Sweet. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -1027,5 +1027,5 @@ get_kde_val(char *str, // -// End of "$Id: Fl_File_Icon2.cxx,v 1.1.2.20 2004/02/29 12:47:36 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_File_Input.cxx b/src/Fl_File_Input.cxx index 11927566d..a7b7289c5 100644 --- a/src/Fl_File_Input.cxx +++ b/src/Fl_File_Input.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_File_Input.cxx,v 1.1.2.12 2004/07/27 16:02:20 easysw Exp $" +// "$Id$" // // File_Input header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // Original version Copyright 1998 by Curtis Edwards. // // This library is free software; you can redistribute it and/or @@ -271,5 +271,5 @@ Fl_File_Input::handle_button(int event) // I - Event // -// End of "$Id: Fl_File_Input.cxx,v 1.1.2.12 2004/07/27 16:02:20 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Font.H b/src/Fl_Font.H index 4918f9f3f..1fbaf7ee8 100644 --- a/src/Fl_Font.H +++ b/src/Fl_Font.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Font.H,v 1.6.2.3.2.8 2004/09/09 00:55:41 matthiaswm Exp $" +// "$Id$" // // Font definitions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -101,5 +101,5 @@ FL_EXPORT char *fl_find_fontsize(char *name); #endif // -// End of "$Id: Fl_Font.H,v 1.6.2.3.2.8 2004/09/09 00:55:41 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/Fl_GIF_Image.cxx b/src/Fl_GIF_Image.cxx index b1e44ff07..40a0c3501 100644 --- a/src/Fl_GIF_Image.cxx +++ b/src/Fl_GIF_Image.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_GIF_Image.cxx,v 1.1.2.16 2004/04/11 04:38:57 easysw Exp $" +// "$Id$" // // Fl_GIF_Image routines. // -// Copyright 1997-2004 by Bill Spitzak and others. +// Copyright 1997-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -373,5 +373,5 @@ Fl_GIF_Image::Fl_GIF_Image(const char *infname) : Fl_Pixmap((char *const*)0) { // -// End of "$Id: Fl_GIF_Image.cxx,v 1.1.2.16 2004/04/11 04:38:57 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Gl_Choice.H b/src/Fl_Gl_Choice.H index d06a7c23e..f071e31fb 100644 --- a/src/Fl_Gl_Choice.H +++ b/src/Fl_Gl_Choice.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Gl_Choice.H,v 1.4.2.6.2.5 2004/09/09 21:34:46 matthiaswm Exp $" +// "$Id$" // // OpenGL definitions for the Fast Light Tool Kit (FLTK). // @@ -128,5 +128,5 @@ void fl_delete_gl_context(GLContext); #endif // -// End of "$Id: Fl_Gl_Choice.H,v 1.4.2.6.2.5 2004/09/09 21:34:46 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/Fl_Gl_Choice.cxx b/src/Fl_Gl_Choice.cxx index 32196b9f5..f61fd5e6e 100644 --- a/src/Fl_Gl_Choice.cxx +++ b/src/Fl_Gl_Choice.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Gl_Choice.cxx,v 1.5.2.7.2.22 2004/09/24 16:00:10 easysw Exp $" +// "$Id$" // // OpenGL visual selection code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -439,5 +439,5 @@ void fl_delete_gl_context(GLContext context) { // -// End of "$Id: Fl_Gl_Choice.cxx,v 1.5.2.7.2.22 2004/09/24 16:00:10 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Gl_Overlay.cxx b/src/Fl_Gl_Overlay.cxx index d6495140e..9ad182871 100644 --- a/src/Fl_Gl_Overlay.cxx +++ b/src/Fl_Gl_Overlay.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Gl_Overlay.cxx,v 1.5.2.18.2.4 2004/04/11 04:38:57 easysw Exp $" +// "$Id$" // // OpenGL overlay code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -231,5 +231,5 @@ void Fl_Gl_Window::hide_overlay() { #endif // -// End of "$Id: Fl_Gl_Overlay.cxx,v 1.5.2.18.2.4 2004/04/11 04:38:57 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index 6f7325c2d..ac2ed93a3 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Gl_Window.cxx,v 1.12.2.22.2.22 2004/09/09 21:34:46 matthiaswm Exp $" +// "$Id$" // // OpenGL window code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -445,5 +445,5 @@ void Fl_Gl_Window::draw_overlay() {} #endif // -// End of "$Id: Fl_Gl_Window.cxx,v 1.12.2.22.2.22 2004/09/09 21:34:46 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/Fl_Group.cxx b/src/Fl_Group.cxx index 289aa12c8..89a5c4222 100644 --- a/src/Fl_Group.cxx +++ b/src/Fl_Group.cxx @@ -3,7 +3,7 @@ // // Group widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx index 125677d31..caa890053 100644 --- a/src/Fl_Help_View.cxx +++ b/src/Fl_Help_View.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Help_View.cxx,v 1.1.2.55 2004/12/03 02:48:21 easysw Exp $" +// "$Id$" // // Fl_Help_View widget routines. // -// Copyright 1997-2004 by Easy Software Products. +// Copyright 1997-2005 by Easy Software Products. // Image support donated by Matthias Melcher, Copyright 2000. // // This library is free software; you can redistribute it and/or @@ -2800,5 +2800,5 @@ hscrollbar_callback(Fl_Widget *s, void *) // -// End of "$Id: Fl_Help_View.cxx,v 1.1.2.55 2004/12/03 02:48:21 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index 1f47beaa6..8f6817f89 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Image.cxx,v 1.5.2.3.2.38 2004/09/24 16:00:10 easysw Exp $" +// "$Id$" // // Image drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -428,5 +428,5 @@ void Fl_RGB_Image::label(Fl_Menu_Item* m) { // -// End of "$Id: Fl_Image.cxx,v 1.5.2.3.2.38 2004/09/24 16:00:10 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx index 5db16f1c9..f897405be 100644 --- a/src/Fl_Input.cxx +++ b/src/Fl_Input.cxx @@ -3,7 +3,7 @@ // // Input widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_Input_.cxx b/src/Fl_Input_.cxx index 6f42e6e8a..61925205d 100644 --- a/src/Fl_Input_.cxx +++ b/src/Fl_Input_.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Input_.cxx,v 1.21.2.11.2.32 2004/09/21 13:35:39 easysw Exp $" +// "$Id$" // // Common input widget routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -866,5 +866,5 @@ Fl_Input_::~Fl_Input_() { } // -// End of "$Id: Fl_Input_.cxx,v 1.21.2.11.2.32 2004/09/21 13:35:39 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_JPEG_Image.cxx b/src/Fl_JPEG_Image.cxx index b8a52f5c7..42a2ff44e 100644 --- a/src/Fl_JPEG_Image.cxx +++ b/src/Fl_JPEG_Image.cxx @@ -3,7 +3,7 @@ // // Fl_JPEG_Image routines. // -// Copyright 1997-2004 by Easy Software Products. +// Copyright 1997-2005 by Easy Software Products. // Image support donated by Matthias Melcher, Copyright 2000. // // This library is free software; you can redistribute it and/or diff --git a/src/Fl_Light_Button.cxx b/src/Fl_Light_Button.cxx index 2a89346fc..8775367b6 100644 --- a/src/Fl_Light_Button.cxx +++ b/src/Fl_Light_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Light_Button.cxx,v 1.4.2.3.2.23 2004/04/11 04:38:57 easysw Exp $" +// "$Id$" // // Lighted button widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -146,5 +146,5 @@ Fl_Light_Button::Fl_Light_Button(int X, int Y, int W, int H, const char* l) } // -// End of "$Id: Fl_Light_Button.cxx,v 1.4.2.3.2.23 2004/04/11 04:38:57 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Menu.cxx b/src/Fl_Menu.cxx index b732a94b3..20bf39ab8 100644 --- a/src/Fl_Menu.cxx +++ b/src/Fl_Menu.cxx @@ -3,7 +3,7 @@ // // Menu code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_Menu_.cxx b/src/Fl_Menu_.cxx index c892165bd..01605458e 100644 --- a/src/Fl_Menu_.cxx +++ b/src/Fl_Menu_.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_.cxx,v 1.7.2.8.2.11 2004/08/09 03:16:22 easysw Exp $" +// "$Id$" // // Common menu code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -225,5 +225,5 @@ void Fl_Menu_::clear() { } // -// End of "$Id: Fl_Menu_.cxx,v 1.7.2.8.2.11 2004/08/09 03:16:22 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Menu_Bar.cxx b/src/Fl_Menu_Bar.cxx index d2d38bcf1..d3dadf632 100644 --- a/src/Fl_Menu_Bar.cxx +++ b/src/Fl_Menu_Bar.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_Bar.cxx,v 1.7.2.6.2.5 2004/06/07 19:23:12 matthiaswm Exp $" +// "$Id$" // // Menu bar widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -72,5 +72,5 @@ int Fl_Menu_Bar::handle(int event) { } // -// End of "$Id: Fl_Menu_Bar.cxx,v 1.7.2.6.2.5 2004/06/07 19:23:12 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/Fl_Menu_Button.cxx b/src/Fl_Menu_Button.cxx index 46608e0bf..e370929b0 100644 --- a/src/Fl_Menu_Button.cxx +++ b/src/Fl_Menu_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_Button.cxx,v 1.4.2.3.2.8 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Menu button widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -95,5 +95,5 @@ Fl_Menu_Button::Fl_Menu_Button(int X,int Y,int W,int H,const char *l) } // -// End of "$Id: Fl_Menu_Button.cxx,v 1.4.2.3.2.8 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Menu_Window.cxx b/src/Fl_Menu_Window.cxx index 55c09bee7..3e736eaff 100644 --- a/src/Fl_Menu_Window.cxx +++ b/src/Fl_Menu_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_Window.cxx,v 1.8.2.5.2.3 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Menu window code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -97,5 +97,5 @@ Fl_Menu_Window::~Fl_Menu_Window() { } // -// End of "$Id: Fl_Menu_Window.cxx,v 1.8.2.5.2.3 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Menu_add.cxx b/src/Fl_Menu_add.cxx index cb238dd97..e0f132008 100644 --- a/src/Fl_Menu_add.cxx +++ b/src/Fl_Menu_add.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_add.cxx,v 1.9.2.13.2.8 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Menu utilities for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -262,5 +262,5 @@ void Fl_Menu_::remove(int i) { } // -// End of "$Id: Fl_Menu_add.cxx,v 1.9.2.13.2.8 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Menu_global.cxx b/src/Fl_Menu_global.cxx index 001e2cbf5..74a0f6dd1 100644 --- a/src/Fl_Menu_global.cxx +++ b/src/Fl_Menu_global.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_global.cxx,v 1.5.2.4.2.3 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Global menu shortcut code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -44,5 +44,5 @@ void Fl_Menu_::global() { } // -// End of "$Id: Fl_Menu_global.cxx,v 1.5.2.4.2.3 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Multi_Label.cxx b/src/Fl_Multi_Label.cxx index 755eeda37..25339de32 100644 --- a/src/Fl_Multi_Label.cxx +++ b/src/Fl_Multi_Label.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Multi_Label.cxx,v 1.4.2.3.2.3 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Multi-label widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -74,5 +74,5 @@ void Fl_Multi_Label::label(Fl_Menu_Item* o) { } // -// End of "$Id: Fl_Multi_Label.cxx,v 1.4.2.3.2.3 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Overlay_Window.cxx b/src/Fl_Overlay_Window.cxx index 5e5517b65..c140cee0d 100644 --- a/src/Fl_Overlay_Window.cxx +++ b/src/Fl_Overlay_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Overlay_Window.cxx,v 1.7.2.6.2.4 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Overlay window code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -149,5 +149,5 @@ void Fl_Overlay_Window::redraw_overlay() { #endif // -// End of "$Id: Fl_Overlay_Window.cxx,v 1.7.2.6.2.4 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_PNG_Image.cxx b/src/Fl_PNG_Image.cxx index d9ddaeff4..d07a37dfd 100644 --- a/src/Fl_PNG_Image.cxx +++ b/src/Fl_PNG_Image.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_PNG_Image.cxx,v 1.1.2.12 2004/10/18 20:22:24 easysw Exp $" +// "$Id$" // // Fl_PNG_Image routines. // -// Copyright 1997-2004 by Easy Software Products. +// Copyright 1997-2005 by Easy Software Products. // Image support donated by Matthias Melcher, Copyright 2000. // // This library is free software; you can redistribute it and/or @@ -149,5 +149,5 @@ Fl_PNG_Image::Fl_PNG_Image(const char *png) // I - File to read // -// End of "$Id: Fl_PNG_Image.cxx,v 1.1.2.12 2004/10/18 20:22:24 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_PNM_Image.cxx b/src/Fl_PNM_Image.cxx index 633256fe8..09c4fc93e 100644 --- a/src/Fl_PNM_Image.cxx +++ b/src/Fl_PNM_Image.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_PNM_Image.cxx,v 1.1.2.13 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Fl_PNM_Image routines. // -// Copyright 1997-2004 by Easy Software Products. +// Copyright 1997-2005 by Easy Software Products. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -176,5 +176,5 @@ Fl_PNM_Image::Fl_PNM_Image(const char *name) // I - File to read // -// End of "$Id: Fl_PNM_Image.cxx,v 1.1.2.13 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Pack.cxx b/src/Fl_Pack.cxx index f82728856..1bc2e1bd1 100644 --- a/src/Fl_Pack.cxx +++ b/src/Fl_Pack.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Pack.cxx,v 1.6.2.4.2.7 2004/04/25 01:39:36 easysw Exp $" +// "$Id$" // // Packing widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -141,5 +141,5 @@ void Fl_Pack::draw() { } // -// End of "$Id: Fl_Pack.cxx,v 1.6.2.4.2.7 2004/04/25 01:39:36 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Pixmap.cxx b/src/Fl_Pixmap.cxx index 47115dc5a..0fde45140 100644 --- a/src/Fl_Pixmap.cxx +++ b/src/Fl_Pixmap.cxx @@ -3,7 +3,7 @@ // // Pixmap drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_Positioner.cxx b/src/Fl_Positioner.cxx index 9eba88d56..27dbb5350 100644 --- a/src/Fl_Positioner.cxx +++ b/src/Fl_Positioner.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Positioner.cxx,v 1.4.2.3.2.6 2004/09/07 20:59:17 easysw Exp $" +// "$Id$" // // Positioner widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -141,5 +141,5 @@ void Fl_Positioner::ybounds(double a, double b) { } // -// End of "$Id: Fl_Positioner.cxx,v 1.4.2.3.2.6 2004/09/07 20:59:17 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Preferences.cxx b/src/Fl_Preferences.cxx index 600ff6fb2..d5a4e5b90 100644 --- a/src/Fl_Preferences.cxx +++ b/src/Fl_Preferences.cxx @@ -3,7 +3,7 @@ // // Preferences methods for the Fast Light Tool Kit (FLTK). // -// Copyright 2002-2004 by Matthias Melcher. +// Copyright 2002-2005 by Matthias Melcher. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_Progress.cxx b/src/Fl_Progress.cxx index 0b9306190..e2974507b 100644 --- a/src/Fl_Progress.cxx +++ b/src/Fl_Progress.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Progress.cxx,v 1.1.2.8 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Progress bar widget routines. // -// Copyright 2000-2004 by Michael Sweet. +// Copyright 2000-2005 by Michael Sweet. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -105,5 +105,5 @@ Fl_Progress::Fl_Progress(int X, int Y, int W, int H, const char* l) // -// End of "$Id: Fl_Progress.cxx,v 1.1.2.8 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Repeat_Button.cxx b/src/Fl_Repeat_Button.cxx index 279249071..30dd3b785 100644 --- a/src/Fl_Repeat_Button.cxx +++ b/src/Fl_Repeat_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Repeat_Button.cxx,v 1.4.2.4.2.6 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Repeat button widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -62,5 +62,5 @@ int Fl_Repeat_Button::handle(int event) { } // -// End of "$Id: Fl_Repeat_Button.cxx,v 1.4.2.4.2.6 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Return_Button.cxx b/src/Fl_Return_Button.cxx index 4f3794176..309c1341e 100644 --- a/src/Fl_Return_Button.cxx +++ b/src/Fl_Return_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Return_Button.cxx,v 1.5.2.3.2.6 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Return button widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -66,5 +66,5 @@ int Fl_Return_Button::handle(int event) { } // -// End of "$Id: Fl_Return_Button.cxx,v 1.5.2.3.2.6 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Roller.cxx b/src/Fl_Roller.cxx index ce7af7f8a..2476fbb10 100644 --- a/src/Fl_Roller.cxx +++ b/src/Fl_Roller.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Roller.cxx,v 1.6.2.4.2.9 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Roller widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -171,5 +171,5 @@ Fl_Roller::Fl_Roller(int X,int Y,int W,int H,const char* L) } // -// End of "$Id: Fl_Roller.cxx,v 1.6.2.4.2.9 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Round_Button.cxx b/src/Fl_Round_Button.cxx index 40a61a81a..7a17936ba 100644 --- a/src/Fl_Round_Button.cxx +++ b/src/Fl_Round_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Round_Button.cxx,v 1.4.2.3.2.6 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Round button for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -38,5 +38,5 @@ Fl_Round_Button::Fl_Round_Button(int X,int Y,int W,int H, const char *l) } // -// End of "$Id: Fl_Round_Button.cxx,v 1.4.2.3.2.6 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Scroll.cxx b/src/Fl_Scroll.cxx index 1aa97671b..3408fa230 100644 --- a/src/Fl_Scroll.cxx +++ b/src/Fl_Scroll.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Scroll.cxx,v 1.7.2.6.2.12 2004/05/15 22:58:18 easysw Exp $" +// "$Id$" // // Scroll widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -291,5 +291,5 @@ int Fl_Scroll::handle(int event) { } // -// End of "$Id: Fl_Scroll.cxx,v 1.7.2.6.2.12 2004/05/15 22:58:18 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Scrollbar.cxx b/src/Fl_Scrollbar.cxx index d006eb857..62fb9abd3 100644 --- a/src/Fl_Scrollbar.cxx +++ b/src/Fl_Scrollbar.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Scrollbar.cxx,v 1.7.2.14.2.17 2004/07/27 16:02:21 easysw Exp $" +// "$Id$" // // Scroll bar widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -243,5 +243,5 @@ Fl_Scrollbar::Fl_Scrollbar(int X, int Y, int W, int H, const char* L) } // -// End of "$Id: Fl_Scrollbar.cxx,v 1.7.2.14.2.17 2004/07/27 16:02:21 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Shared_Image.cxx b/src/Fl_Shared_Image.cxx index c0ea07021..b0268a09b 100644 --- a/src/Fl_Shared_Image.cxx +++ b/src/Fl_Shared_Image.cxx @@ -3,7 +3,7 @@ // // Shared image code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_Single_Window.cxx b/src/Fl_Single_Window.cxx index 0d6777005..317569769 100644 --- a/src/Fl_Single_Window.cxx +++ b/src/Fl_Single_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Single_Window.cxx,v 1.4.2.3.2.3 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Single-buffered window for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -35,5 +35,5 @@ void Fl_Single_Window::show() {Fl_Window::show();} void Fl_Single_Window::flush() {Fl_Window::flush();} // -// End of "$Id: Fl_Single_Window.cxx,v 1.4.2.3.2.3 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Slider.cxx b/src/Fl_Slider.cxx index cbd61c979..73c4b3903 100644 --- a/src/Fl_Slider.cxx +++ b/src/Fl_Slider.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Slider.cxx,v 1.8.2.10.2.15 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Slider widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -286,5 +286,5 @@ int Fl_Slider::handle(int event) { } // -// End of "$Id: Fl_Slider.cxx,v 1.8.2.10.2.15 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Sys_Menu_Bar.cxx b/src/Fl_Sys_Menu_Bar.cxx index 636c156dc..161276d02 100644 --- a/src/Fl_Sys_Menu_Bar.cxx +++ b/src/Fl_Sys_Menu_Bar.cxx @@ -3,7 +3,7 @@ // // MacOS system menu bar widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_Tabs.cxx b/src/Fl_Tabs.cxx index 9448f6686..7f691af96 100644 --- a/src/Fl_Tabs.cxx +++ b/src/Fl_Tabs.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Tabs.cxx,v 1.6.2.10.2.20 2004/07/27 16:02:21 easysw Exp $" +// "$Id$" // // Tab widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -309,5 +309,5 @@ Fl_Tabs::Fl_Tabs(int X,int Y,int W, int H, const char *l) : } // -// End of "$Id: Fl_Tabs.cxx,v 1.6.2.10.2.20 2004/07/27 16:02:21 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Text_Buffer.cxx b/src/Fl_Text_Buffer.cxx index 9cd61926a..e661e487f 100644 --- a/src/Fl_Text_Buffer.cxx +++ b/src/Fl_Text_Buffer.cxx @@ -1,7 +1,7 @@ // -// "$Id: Fl_Text_Buffer.cxx,v 1.9.2.22 2004/09/08 15:42:47 easysw Exp $" +// "$Id$" // -// Copyright 2001-2004 by Bill Spitzak and others. +// Copyright 2001-2005 by Bill Spitzak and others. // Original code Copyright Mark Edel. Permission to distribute under // the LGPL for the FLTK library granted by Mark Edel. // @@ -2517,5 +2517,5 @@ Fl_Text_Buffer::outputfile(const char *file, int start, int end, int buflen) { // -// End of "$Id: Fl_Text_Buffer.cxx,v 1.9.2.22 2004/09/08 15:42:47 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index 58f644f9b..addf3d87a 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -1,7 +1,7 @@ // -// "$Id: Fl_Text_Display.cxx,v 1.12.2.59 2004/11/23 23:10:26 matthiaswm Exp $" +// "$Id$" // -// Copyright 2001-2004 by Bill Spitzak and others. +// Copyright 2001-2005 by Bill Spitzak and others. // Original code Copyright Mark Edel. Permission to distribute under // the LGPL for the FLTK library granted by Mark Edel. // @@ -3149,5 +3149,5 @@ int Fl_Text_Display::handle(int event) { // -// End of "$Id: Fl_Text_Display.cxx,v 1.12.2.59 2004/11/23 23:10:26 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/Fl_Text_Editor.cxx b/src/Fl_Text_Editor.cxx index decc12182..b91db0ccf 100644 --- a/src/Fl_Text_Editor.cxx +++ b/src/Fl_Text_Editor.cxx @@ -1,7 +1,7 @@ // -// "$Id: Fl_Text_Editor.cxx,v 1.9.2.21 2004/07/27 16:02:21 easysw Exp $" +// "$Id$" // -// Copyright 2001-2004 by Bill Spitzak and others. +// Copyright 2001-2005 by Bill Spitzak and others. // Original code Copyright Mark Edel. Permission to distribute under // the LGPL for the FLTK library granted by Mark Edel. // @@ -479,5 +479,5 @@ int Fl_Text_Editor::handle(int event) { } // -// End of "$Id: Fl_Text_Editor.cxx,v 1.9.2.21 2004/07/27 16:02:21 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Tile.cxx b/src/Fl_Tile.cxx index 863412a0a..3078da3db 100644 --- a/src/Fl_Tile.cxx +++ b/src/Fl_Tile.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Tile.cxx,v 1.5.2.5.2.7 2004/07/27 16:02:21 easysw Exp $" +// "$Id$" // // Tile widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -197,5 +197,5 @@ int Fl_Tile::handle(int event) { } // -// End of "$Id: Fl_Tile.cxx,v 1.5.2.5.2.7 2004/07/27 16:02:21 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Tiled_Image.cxx b/src/Fl_Tiled_Image.cxx index 890834ae0..9bdcdc745 100644 --- a/src/Fl_Tiled_Image.cxx +++ b/src/Fl_Tiled_Image.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Tiled_Image.cxx,v 1.1.2.7 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Tiled image code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -133,5 +133,5 @@ Fl_Tiled_Image::draw(int X, // I - Starting X position // -// End of "$Id: Fl_Tiled_Image.cxx,v 1.1.2.7 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Tooltip.cxx b/src/Fl_Tooltip.cxx index eaf197ad9..6ec2f0037 100644 --- a/src/Fl_Tooltip.cxx +++ b/src/Fl_Tooltip.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Tooltip.cxx,v 1.38.2.31 2004/09/24 16:00:11 easysw Exp $" +// "$Id$" // // Tooltip source file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -254,5 +254,5 @@ void Fl_Widget::tooltip(const char *tt) { } // -// End of "$Id: Fl_Tooltip.cxx,v 1.38.2.31 2004/09/24 16:00:11 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Valuator.cxx b/src/Fl_Valuator.cxx index 54a5797dd..b3837f1a6 100644 --- a/src/Fl_Valuator.cxx +++ b/src/Fl_Valuator.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Valuator.cxx,v 1.5.2.4.2.9 2004/07/27 16:02:21 easysw Exp $" +// "$Id$" // // Valuator widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -126,5 +126,5 @@ int Fl_Valuator::format(char* buffer) { } // -// End of "$Id: Fl_Valuator.cxx,v 1.5.2.4.2.9 2004/07/27 16:02:21 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Value_Input.cxx b/src/Fl_Value_Input.cxx index 8a174312e..502442e67 100644 --- a/src/Fl_Value_Input.cxx +++ b/src/Fl_Value_Input.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Value_Input.cxx,v 1.6.2.5.2.10 2004/07/27 16:02:21 easysw Exp $" +// "$Id$" // // Value input widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -127,5 +127,5 @@ Fl_Value_Input::Fl_Value_Input(int X, int Y, int W, int H, const char* l) } // -// End of "$Id: Fl_Value_Input.cxx,v 1.6.2.5.2.10 2004/07/27 16:02:21 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Value_Output.cxx b/src/Fl_Value_Output.cxx index d886bf95c..01581421c 100644 --- a/src/Fl_Value_Output.cxx +++ b/src/Fl_Value_Output.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Value_Output.cxx,v 1.6.2.3.2.8 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Value output widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -97,5 +97,5 @@ Fl_Value_Output::Fl_Value_Output(int X, int Y, int W, int H,const char *l) } // -// End of "$Id: Fl_Value_Output.cxx,v 1.6.2.3.2.8 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Value_Slider.cxx b/src/Fl_Value_Slider.cxx index 8cbac3a42..58c1d3e0d 100644 --- a/src/Fl_Value_Slider.cxx +++ b/src/Fl_Value_Slider.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Value_Slider.cxx,v 1.5.2.4.2.5 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Value slider widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -72,5 +72,5 @@ int Fl_Value_Slider::handle(int event) { } // -// End of "$Id: Fl_Value_Slider.cxx,v 1.5.2.4.2.5 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Widget.cxx b/src/Fl_Widget.cxx index 9ed3c4897..e030450a7 100644 --- a/src/Fl_Widget.cxx +++ b/src/Fl_Widget.cxx @@ -3,7 +3,7 @@ // // Base widget class for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index 32bc5657c..414074138 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Window.cxx,v 1.6.2.3.2.12 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Window widget class for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -127,5 +127,5 @@ Fl_Window *Fl_Window::current() { // -// End of "$Id: Fl_Window.cxx,v 1.6.2.3.2.12 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Window_fullscreen.cxx b/src/Fl_Window_fullscreen.cxx index 58a6c7131..6d28ec74a 100644 --- a/src/Fl_Window_fullscreen.cxx +++ b/src/Fl_Window_fullscreen.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Window_fullscreen.cxx,v 1.5.2.3.2.8 2004/08/31 22:00:48 matthiaswm Exp $" +// "$Id$" // // Fullscreen window support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -79,5 +79,5 @@ void Fl_Window::fullscreen_off(int X,int Y,int W,int H) { } // -// End of "$Id: Fl_Window_fullscreen.cxx,v 1.5.2.3.2.8 2004/08/31 22:00:48 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/Fl_Window_hotspot.cxx b/src/Fl_Window_hotspot.cxx index d771a342d..f9006df65 100644 --- a/src/Fl_Window_hotspot.cxx +++ b/src/Fl_Window_hotspot.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Window_hotspot.cxx,v 1.7.2.3.2.8 2004/11/23 00:28:35 matthiaswm Exp $" +// "$Id$" // // Common hotspot routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -81,5 +81,5 @@ void Fl_Window::hotspot(const Fl_Widget *o, int offscreen) { // -// End of "$Id: Fl_Window_hotspot.cxx,v 1.7.2.3.2.8 2004/11/23 00:28:35 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/Fl_Window_iconize.cxx b/src/Fl_Window_iconize.cxx index 9a5f6ce5b..6ff13e126 100644 --- a/src/Fl_Window_iconize.cxx +++ b/src/Fl_Window_iconize.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Window_iconize.cxx,v 1.5.2.3.2.6 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Window minification code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -43,5 +43,5 @@ void Fl_Window::iconize() { } // -// End of "$Id: Fl_Window_iconize.cxx,v 1.5.2.3.2.6 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_Wizard.cxx b/src/Fl_Wizard.cxx index 3ea65cf4d..51fc03d51 100644 --- a/src/Fl_Wizard.cxx +++ b/src/Fl_Wizard.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Wizard.cxx,v 1.1.2.7 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Fl_Wizard widget routines. // -// Copyright 1997-2004 by Easy Software Products. +// Copyright 1997-2005 by Easy Software Products. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -204,5 +204,5 @@ Fl_Wizard::value(Fl_Widget *kid) // -// End of "$Id: Fl_Wizard.cxx,v 1.1.2.7 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_XBM_Image.cxx b/src/Fl_XBM_Image.cxx index 101bc3e68..caa94f7d2 100644 --- a/src/Fl_XBM_Image.cxx +++ b/src/Fl_XBM_Image.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_XBM_Image.cxx,v 1.1.2.10 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Fl_XBM_Image routines. // -// Copyright 1997-2004 by Bill Spitzak and others. +// Copyright 1997-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -100,5 +100,5 @@ Fl_XBM_Image::Fl_XBM_Image(const char *name) : Fl_Bitmap((const char *)0,0,0) { // -// End of "$Id: Fl_XBM_Image.cxx,v 1.1.2.10 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_XColor.H b/src/Fl_XColor.H index 326df990f..d75063599 100644 --- a/src/Fl_XColor.H +++ b/src/Fl_XColor.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_XColor.H,v 1.6.2.4 2001/01/22 15:13:40 easysw Exp $" +// "$Id$" // // X-specific color definitions for the Fast Light Tool Kit (FLTK). // @@ -40,5 +40,5 @@ extern unsigned char fl_redmask, fl_greenmask, fl_bluemask; extern int fl_redshift, fl_greenshift, fl_blueshift, fl_extrashift; // -// End of "$Id: Fl_XColor.H,v 1.6.2.4 2001/01/22 15:13:40 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_XPM_Image.cxx b/src/Fl_XPM_Image.cxx index 3569dfd06..9b6f321a4 100644 --- a/src/Fl_XPM_Image.cxx +++ b/src/Fl_XPM_Image.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_XPM_Image.cxx,v 1.1.2.9 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Fl_XPM_Image routines. // -// Copyright 1997-2004 by Bill Spitzak and others. +// Copyright 1997-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -125,5 +125,5 @@ Fl_XPM_Image::Fl_XPM_Image(const char *name) : Fl_Pixmap((char *const*)0) { // -// End of "$Id: Fl_XPM_Image.cxx,v 1.1.2.9 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_abort.cxx b/src/Fl_abort.cxx index eb5979009..87a4af900 100644 --- a/src/Fl_abort.cxx +++ b/src/Fl_abort.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_abort.cxx,v 1.8.2.3.2.6 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Warning/error message code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -96,5 +96,5 @@ void (*Fl::error)(const char* format, ...) = ::error; void (*Fl::fatal)(const char* format, ...) = ::fatal; // -// End of "$Id: Fl_abort.cxx,v 1.8.2.3.2.6 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_add_idle.cxx b/src/Fl_add_idle.cxx index f3669c0e3..23f74c62f 100644 --- a/src/Fl_add_idle.cxx +++ b/src/Fl_add_idle.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_add_idle.cxx,v 1.4.2.7.2.3 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Idle routine support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -94,5 +94,5 @@ void Fl::remove_idle(void (*cb)(void*), void* data) { } // -// End of "$Id: Fl_add_idle.cxx,v 1.4.2.7.2.3 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_arg.cxx b/src/Fl_arg.cxx index 93591df2e..69445713d 100644 --- a/src/Fl_arg.cxx +++ b/src/Fl_arg.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_arg.cxx,v 1.5.2.8.2.17 2004/04/11 04:38:58 easysw Exp $" +// "$Id$" // // Optional argument initialization code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -416,5 +416,5 @@ int XParseGeometry(const char* string, int* x, int* y, #endif // ifdef WIN32 // -// End of "$Id: Fl_arg.cxx,v 1.5.2.8.2.17 2004/04/11 04:38:58 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_compose.cxx b/src/Fl_compose.cxx index f4de2a636..ff36bd917 100644 --- a/src/Fl_compose.cxx +++ b/src/Fl_compose.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_compose.cxx,v 1.1.2.7.2.6 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Character compose processing for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_display.cxx b/src/Fl_display.cxx index 6bb6934f2..467310e8e 100644 --- a/src/Fl_display.cxx +++ b/src/Fl_display.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_display.cxx,v 1.4.2.3.2.7 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Display function for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -48,5 +48,5 @@ void Fl::display(const char *d) { } // -// End of "$Id: Fl_display.cxx,v 1.4.2.3.2.7 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_get_key.cxx b/src/Fl_get_key.cxx index a3031ad0d..26d5830b3 100644 --- a/src/Fl_get_key.cxx +++ b/src/Fl_get_key.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_get_key.cxx,v 1.5.2.3.2.6 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Keyboard state routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -63,5 +63,5 @@ int Fl::get_key(int k) { #endif // -// End of "$Id: Fl_get_key.cxx,v 1.5.2.3.2.6 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_get_key_mac.cxx b/src/Fl_get_key_mac.cxx index e568f2111..9b3624de3 100644 --- a/src/Fl_get_key_mac.cxx +++ b/src/Fl_get_key_mac.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_get_key_mac.cxx,v 1.1.2.11 2004/08/31 22:00:48 matthiaswm Exp $" +// "$Id$" // // MacOS keyboard state routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -100,5 +100,5 @@ int Fl::get_key(int k) { } // -// End of "$Id: Fl_get_key_mac.cxx,v 1.1.2.11 2004/08/31 22:00:48 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/Fl_get_key_win32.cxx b/src/Fl_get_key_win32.cxx index 6e9057659..dd549b72b 100755 --- a/src/Fl_get_key_win32.cxx +++ b/src/Fl_get_key_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_get_key_win32.cxx,v 1.4.2.5.2.5 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // WIN32 keyboard state routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -132,5 +132,5 @@ int Fl::get_key(int k) { } // -// End of "$Id: Fl_get_key_win32.cxx,v 1.4.2.5.2.5 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_get_system_colors.cxx b/src/Fl_get_system_colors.cxx index bc3faff5b..e8b6551fa 100644 --- a/src/Fl_get_system_colors.cxx +++ b/src/Fl_get_system_colors.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.26 2004/05/25 21:06:19 easysw Exp $" +// "$Id$" // // System color support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -334,5 +334,5 @@ int Fl::reload_scheme() { // -// End of "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.26 2004/05/25 21:06:19 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_grab.cxx b/src/Fl_grab.cxx index eff592407..109a0c655 100644 --- a/src/Fl_grab.cxx +++ b/src/Fl_grab.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_grab.cxx,v 1.1.2.4.2.9 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Grab/release code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -100,5 +100,5 @@ void Fl::grab(Fl_Window* win) { } // -// End of "$Id: Fl_grab.cxx,v 1.1.2.4.2.9 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_lock.cxx b/src/Fl_lock.cxx index da2018f84..310abdd1a 100644 --- a/src/Fl_lock.cxx +++ b/src/Fl_lock.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_lock.cxx,v 1.13.2.6 2004/09/12 03:46:21 easysw Exp $" +// "$Id$" // // Multi-threading support code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -204,5 +204,5 @@ void Fl::awake(void* msg) { #endif // -// End of "$Id: Fl_lock.cxx,v 1.13.2.6 2004/09/12 03:46:21 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_mac.cxx b/src/Fl_mac.cxx index d7d5786c9..81662b97c 100644 --- a/src/Fl_mac.cxx +++ b/src/Fl_mac.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_mac.cxx,v 1.1.2.66 2004/12/03 03:14:16 easysw Exp $" +// "$Id$" // // MacOS specific code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -2071,6 +2071,6 @@ void Fl::paste(Fl_Widget &receiver, int clipboard) { // -// End of "$Id: Fl_mac.cxx,v 1.1.2.66 2004/12/03 03:14:16 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_own_colormap.cxx b/src/Fl_own_colormap.cxx index 44d601636..5ede910cd 100644 --- a/src/Fl_own_colormap.cxx +++ b/src/Fl_own_colormap.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_own_colormap.cxx,v 1.4.2.3.2.4 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Private colormap support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -77,5 +77,5 @@ void Fl::own_colormap() { #endif // -// End of "$Id: Fl_own_colormap.cxx,v 1.4.2.3.2.4 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_visual.cxx b/src/Fl_visual.cxx index 49636ad8a..926d32699 100644 --- a/src/Fl_visual.cxx +++ b/src/Fl_visual.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_visual.cxx,v 1.7.2.4.2.6 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Visual support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -115,5 +115,5 @@ int Fl::visual(int flags) { #endif // -// End of "$Id: Fl_visual.cxx,v 1.7.2.4.2.6 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index f49c432ca..2ff9f35c5 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -3,7 +3,7 @@ // // WIN32-specific code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 861a18a25..5ba07f006 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -3,7 +3,7 @@ // // X specific code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Makefile b/src/Makefile index cfb57200d..57544b1cb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,9 +1,9 @@ # -# "$Id: Makefile,v 1.18.2.14.2.59 2004/11/20 03:19:58 easysw Exp $" +# "$Id$" # # Library makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2004 by Bill Spitzak and others. +# Copyright 1998-2005 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -583,5 +583,5 @@ uninstall: # -# End of "$Id: Makefile,v 1.18.2.14.2.59 2004/11/20 03:19:58 easysw Exp $". +# End of "$Id$". # diff --git a/src/cmap.cxx b/src/cmap.cxx index 2f41a5ad2..12f477abf 100644 --- a/src/cmap.cxx +++ b/src/cmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: cmap.cxx,v 1.4.2.6.2.4 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Colormap generation program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -175,5 +175,5 @@ int main() { } // -// End of "$Id: cmap.cxx,v 1.4.2.6.2.4 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/filename_absolute.cxx b/src/filename_absolute.cxx index d4cfda24a..9a65ddb0a 100644 --- a/src/filename_absolute.cxx +++ b/src/filename_absolute.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_absolute.cxx,v 1.5.2.4.2.12 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Filename expansion routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -186,5 +186,5 @@ fl_filename_relative(char *to, // O - Relative filename // -// End of "$Id: filename_absolute.cxx,v 1.5.2.4.2.12 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/filename_expand.cxx b/src/filename_expand.cxx index 97502cd12..b279f2188 100644 --- a/src/filename_expand.cxx +++ b/src/filename_expand.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_expand.cxx,v 1.4.2.4.2.8 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Filename expansion routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -104,5 +104,5 @@ int fl_filename_expand(char *to,int tolen, const char *from) { // -// End of "$Id: filename_expand.cxx,v 1.4.2.4.2.8 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/filename_ext.cxx b/src/filename_ext.cxx index a2c623ccc..08795243b 100644 --- a/src/filename_ext.cxx +++ b/src/filename_ext.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_ext.cxx,v 1.4.2.4.2.4 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Filename extension routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -41,5 +41,5 @@ const char *fl_filename_ext(const char *buf) { } // -// End of "$Id: filename_ext.cxx,v 1.4.2.4.2.4 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/filename_isdir.cxx b/src/filename_isdir.cxx index 9fb1e77c0..279086f47 100644 --- a/src/filename_isdir.cxx +++ b/src/filename_isdir.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_isdir.cxx,v 1.4.2.5.2.9 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Directory detection routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -68,5 +68,5 @@ int fl_filename_isdir(const char* n) { } // -// End of "$Id: filename_isdir.cxx,v 1.4.2.5.2.9 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/filename_list.cxx b/src/filename_list.cxx index 396663ec4..a1759b7b4 100644 --- a/src/filename_list.cxx +++ b/src/filename_list.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_list.cxx,v 1.10.2.11.2.8 2004/11/20 03:44:18 easysw Exp $" +// "$Id$" // // Filename list routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -73,5 +73,5 @@ int fl_filename_list(const char *d, dirent ***list, } // -// End of "$Id: filename_list.cxx,v 1.10.2.11.2.8 2004/11/20 03:44:18 easysw Exp $". +// End of "$Id$". // diff --git a/src/filename_match.cxx b/src/filename_match.cxx index 4d667639e..b780b4ca8 100644 --- a/src/filename_match.cxx +++ b/src/filename_match.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_match.cxx,v 1.5.2.4.2.6 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Pattern matching routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -100,5 +100,5 @@ int fl_filename_match(const char *s, const char *p) { } // -// End of "$Id: filename_match.cxx,v 1.5.2.4.2.6 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/filename_setext.cxx b/src/filename_setext.cxx index 64f3003f4..dd4be2aef 100644 --- a/src/filename_setext.cxx +++ b/src/filename_setext.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_setext.cxx,v 1.4.2.3.2.7 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Filename extension routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -40,5 +40,5 @@ char *fl_filename_setext(char *buf, int buflen, const char *ext) { // -// End of "$Id: filename_setext.cxx,v 1.4.2.3.2.7 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_arc.cxx b/src/fl_arc.cxx index 6af2176ec..b37b132aa 100644 --- a/src/fl_arc.cxx +++ b/src/fl_arc.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_arc.cxx,v 1.4.2.3.2.8 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Arc functions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -74,5 +74,5 @@ void fl_circle(double x,double y,double r) { #endif // -// End of "$Id: fl_arc.cxx,v 1.4.2.3.2.8 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_arci.cxx b/src/fl_arci.cxx index 105bd2158..208822fb1 100644 --- a/src/fl_arci.cxx +++ b/src/fl_arci.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_arci.cxx,v 1.4.2.5.2.9 2004/08/27 00:22:28 matthiaswm Exp $" +// "$Id$" // // Arc (integer) drawing functions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -111,5 +111,5 @@ void fl_pie(int x,int y,int w,int h,double a1,double a2) { } // -// End of "$Id: fl_arci.cxx,v 1.4.2.5.2.9 2004/08/27 00:22:28 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx index 121ffc742..5e75fab42 100644 --- a/src/fl_ask.cxx +++ b/src/fl_ask.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_ask.cxx,v 1.8.2.8.2.14 2004/10/18 20:22:25 easysw Exp $" +// "$Id$" // // Standard dialog functions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -345,5 +345,5 @@ const char *fl_password(const char *fmt, const char *defstr, ...) { } // -// End of "$Id: fl_ask.cxx,v 1.8.2.8.2.14 2004/10/18 20:22:25 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_boxtype.cxx b/src/fl_boxtype.cxx index 79407e09b..3ad5f1683 100644 --- a/src/fl_boxtype.cxx +++ b/src/fl_boxtype.cxx @@ -3,7 +3,7 @@ // // Box drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/fl_call_main.c b/src/fl_call_main.c index b3416ce31..e48ca8269 100644 --- a/src/fl_call_main.c +++ b/src/fl_call_main.c @@ -1,7 +1,7 @@ /* - * "$Id: fl_call_main.c,v 1.1.2.11.2.5 2004/04/11 04:38:59 easysw Exp $" + * "$Id$" * - * Copyright 1998-2004 by Bill Spitzak and others. + * Copyright 1998-2005 by Bill Spitzak and others. * * fl_call_main() calls main() for you Windows people. Needs to be done in C * because Borland C++ won't let you call main() from C++. @@ -100,6 +100,6 @@ static void dummy(void) {dummy();} #endif /* - * End of "$Id: fl_call_main.c,v 1.1.2.11.2.5 2004/04/11 04:38:59 easysw Exp $". + * End of "$Id$". */ diff --git a/src/fl_color.cxx b/src/fl_color.cxx index 3bdbb8edf..521af7472 100644 --- a/src/fl_color.cxx +++ b/src/fl_color.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_color.cxx,v 1.12.2.5.2.9 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Color functions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -377,5 +377,5 @@ Fl_Color fl_contrast(Fl_Color fg, Fl_Color bg) { } // -// End of "$Id: fl_color.cxx,v 1.12.2.5.2.9 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_color_mac.cxx b/src/fl_color_mac.cxx index b64f5501b..f7dcd2b21 100644 --- a/src/fl_color_mac.cxx +++ b/src/fl_color_mac.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_color_mac.cxx,v 1.1.2.9 2004/08/27 20:02:44 matthiaswm Exp $" +// "$Id$" // // MacOS color functions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -108,5 +108,5 @@ void Fl::set_color(Fl_Color i, unsigned c) { } // -// End of "$Id: fl_color_mac.cxx,v 1.1.2.9 2004/08/27 20:02:44 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/fl_color_win32.cxx b/src/fl_color_win32.cxx index b7fb3aa3e..41dcf2e07 100644 --- a/src/fl_color_win32.cxx +++ b/src/fl_color_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_color_win32.cxx,v 1.14.2.3.2.8 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // WIN32 color functions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -223,5 +223,5 @@ fl_select_palette(void) #endif // -// End of "$Id: fl_color_win32.cxx,v 1.14.2.3.2.8 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_cursor.cxx b/src/fl_cursor.cxx index 9bfdc6268..b9c81aa16 100644 --- a/src/fl_cursor.cxx +++ b/src/fl_cursor.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_cursor.cxx,v 1.6.2.6.2.12 2004/09/09 21:34:46 matthiaswm Exp $" +// "$Id$" // // Mouse cursor support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -315,5 +315,5 @@ void Fl_Window::cursor(Fl_Cursor c, Fl_Color fg, Fl_Color bg) { #endif // -// End of "$Id: fl_cursor.cxx,v 1.6.2.6.2.12 2004/09/09 21:34:46 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/fl_curve.cxx b/src/fl_curve.cxx index d3549f2cf..77dc3d47a 100644 --- a/src/fl_curve.cxx +++ b/src/fl_curve.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_curve.cxx,v 1.4.2.4.2.6 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Bezier curve functions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -100,5 +100,5 @@ void fl_curve(double X0, double Y0, } // -// End of "$Id: fl_curve.cxx,v 1.4.2.4.2.6 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_diamond_box.cxx b/src/fl_diamond_box.cxx index 5fd659371..8b262e089 100644 --- a/src/fl_diamond_box.cxx +++ b/src/fl_diamond_box.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_diamond_box.cxx,v 1.5.2.3.2.4 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Diamond box code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -74,5 +74,5 @@ Fl_Boxtype fl_define_FL_DIAMOND_BOX() { } // -// End of "$Id: fl_diamond_box.cxx,v 1.5.2.3.2.4 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_dnd.cxx b/src/fl_dnd.cxx index a2eefaab7..f5720b1cf 100644 --- a/src/fl_dnd.cxx +++ b/src/fl_dnd.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_dnd.cxx,v 1.3.2.4 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Drag & Drop code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -32,5 +32,5 @@ #endif // -// End of "$Id: fl_dnd.cxx,v 1.3.2.4 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_dnd_mac.cxx b/src/fl_dnd_mac.cxx index 302d5c69f..68dcb6cfe 100644 --- a/src/fl_dnd_mac.cxx +++ b/src/fl_dnd_mac.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_dnd_mac.cxx,v 1.1.2.8 2004/12/03 03:14:17 easysw Exp $" +// "$Id$" // // Drag & Drop code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -86,5 +86,5 @@ int Fl::dnd() // -// End of "$Id: fl_dnd_mac.cxx,v 1.1.2.8 2004/12/03 03:14:17 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_dnd_win32.cxx b/src/fl_dnd_win32.cxx index 4ab73356c..84c2cbfd6 100644 --- a/src/fl_dnd_win32.cxx +++ b/src/fl_dnd_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_dnd_win32.cxx,v 1.5.2.17 2004/12/03 03:14:17 easysw Exp $" +// "$Id$" // // Drag & Drop code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -355,5 +355,5 @@ int Fl::dnd() // -// End of "$Id: fl_dnd_win32.cxx,v 1.5.2.17 2004/12/03 03:14:17 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_dnd_x.cxx b/src/fl_dnd_x.cxx index 0f76ef88c..569a8c4c4 100644 --- a/src/fl_dnd_x.cxx +++ b/src/fl_dnd_x.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_dnd_x.cxx,v 1.5.2.8 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Drag & Drop code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -168,5 +168,5 @@ int Fl::dnd() { // -// End of "$Id: fl_dnd_x.cxx,v 1.5.2.8 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_draw.cxx b/src/fl_draw.cxx index ef44d6420..6ff90a914 100644 --- a/src/fl_draw.cxx +++ b/src/fl_draw.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_draw.cxx,v 1.6.2.4.2.17 2004/10/18 20:40:36 easysw Exp $" +// "$Id$" // // Label drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -325,5 +325,5 @@ void fl_measure(const char* str, int& w, int& h, int draw_symbols) { } // -// End of "$Id: fl_draw.cxx,v 1.6.2.4.2.17 2004/10/18 20:40:36 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_draw_image.cxx b/src/fl_draw_image.cxx index d387b0fe2..1253737b2 100644 --- a/src/fl_draw_image.cxx +++ b/src/fl_draw_image.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_draw_image.cxx,v 1.5.2.6.2.7 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Image drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -570,5 +570,5 @@ void fl_rectf(int x, int y, int w, int h, uchar r, uchar g, uchar b) { #endif // -// End of "$Id: fl_draw_image.cxx,v 1.5.2.6.2.7 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_draw_image_mac.cxx b/src/fl_draw_image_mac.cxx index 27d3b6312..b2e5a5bf6 100644 --- a/src/fl_draw_image_mac.cxx +++ b/src/fl_draw_image_mac.cxx @@ -3,7 +3,7 @@ // // MacOS image drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/fl_draw_image_win32.cxx b/src/fl_draw_image_win32.cxx index ff317b833..cd6e8b771 100644 --- a/src/fl_draw_image_win32.cxx +++ b/src/fl_draw_image_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_draw_image_win32.cxx,v 1.4.2.3.2.6 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // WIN32 image drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -258,5 +258,5 @@ void fl_rectf(int x, int y, int w, int h, uchar r, uchar g, uchar b) { } // -// End of "$Id: fl_draw_image_win32.cxx,v 1.4.2.3.2.6 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_draw_pixmap.cxx b/src/fl_draw_pixmap.cxx index 23d2e31f6..30ebb9a49 100644 --- a/src/fl_draw_pixmap.cxx +++ b/src/fl_draw_pixmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_draw_pixmap.cxx,v 1.4.2.8.2.16 2004/09/11 19:32:43 easysw Exp $" +// "$Id$" // // Pixmap drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -334,5 +334,5 @@ int fl_draw_pixmap(const char*const* di, int x, int y, Fl_Color bg) { } // -// End of "$Id: fl_draw_pixmap.cxx,v 1.4.2.8.2.16 2004/09/11 19:32:43 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_engraved_label.cxx b/src/fl_engraved_label.cxx index 444b9b146..af95d5200 100644 --- a/src/fl_engraved_label.cxx +++ b/src/fl_engraved_label.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_engraved_label.cxx,v 1.4.2.3.2.4 2004/04/11 04:38:59 easysw Exp $" +// "$Id$" // // Engraved label drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -87,5 +87,5 @@ Fl_Labeltype fl_define_FL_EMBOSSED_LABEL() { } // -// End of "$Id: fl_engraved_label.cxx,v 1.4.2.3.2.4 2004/04/11 04:38:59 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_file_dir.cxx b/src/fl_file_dir.cxx index d0142e8c9..432a7f83e 100644 --- a/src/fl_file_dir.cxx +++ b/src/fl_file_dir.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_file_dir.cxx,v 1.1.2.16 2004/07/23 21:12:24 easysw Exp $" +// "$Id$" // // File chooser widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -142,5 +142,5 @@ fl_dir_chooser(const char *message, // I - Message for titlebar // -// End of "$Id: fl_file_dir.cxx,v 1.1.2.16 2004/07/23 21:12:24 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_font.cxx b/src/fl_font.cxx index 77e6ee724..77e7740c6 100644 --- a/src/fl_font.cxx +++ b/src/fl_font.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_font.cxx,v 1.9.2.5.2.8 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Font selection code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -54,5 +54,5 @@ void fl_draw(const char* str, int x, int y) { } // -// End of "$Id: fl_font.cxx,v 1.9.2.5.2.8 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_font_mac.cxx b/src/fl_font_mac.cxx index 8b0ff50b5..5ce7cf00c 100644 --- a/src/fl_font_mac.cxx +++ b/src/fl_font_mac.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_font_mac.cxx,v 1.1.2.23 2004/09/13 00:30:08 easysw Exp $" +// "$Id$" // // MacOS font selection routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -296,5 +296,5 @@ void fl_draw(const char *str, int n, float x, float y) { } // -// End of "$Id: fl_font_mac.cxx,v 1.1.2.23 2004/09/13 00:30:08 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_font_win32.cxx b/src/fl_font_win32.cxx index 4b21648aa..cc4b6e4e1 100644 --- a/src/fl_font_win32.cxx +++ b/src/fl_font_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_font_win32.cxx,v 1.9.2.3.2.9 2004/09/11 18:06:29 easysw Exp $" +// "$Id$" // // WIN32 font selection routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -163,5 +163,5 @@ void fl_draw(const char* str, int n, float x, float y) { } // -// End of "$Id: fl_font_win32.cxx,v 1.9.2.3.2.9 2004/09/11 18:06:29 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_font_x.cxx b/src/fl_font_x.cxx index 61df176db..ae0b8ff8b 100644 --- a/src/fl_font_x.cxx +++ b/src/fl_font_x.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_font_x.cxx,v 1.10.2.8 2004/09/11 18:06:29 easysw Exp $" +// "$Id$" // // Standard X11 font selection code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -258,5 +258,5 @@ void fl_draw(const char* str, int n, float x, float y) { } // -// End of "$Id: fl_font_x.cxx,v 1.10.2.8 2004/09/11 18:06:29 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_font_xft.cxx b/src/fl_font_xft.cxx index 6cced3821..95a9e9ca1 100644 --- a/src/fl_font_xft.cxx +++ b/src/fl_font_xft.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_font_xft.cxx,v 1.4.2.16 2004/09/11 18:06:29 easysw Exp $" +// "$Id$" // // Xft font code for the Fast Light Tool Kit (FLTK). // -// Copyright 2001-2004 Bill Spitzak and others. +// Copyright 2001-2005 Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -259,5 +259,5 @@ void fl_draw(const char* str, int n, float x, float y) { } // -// End of "$Id: fl_font_xft.cxx,v 1.4.2.16 2004/09/11 18:06:29 easysw Exp $" +// End of "$Id$" // diff --git a/src/fl_images_core.cxx b/src/fl_images_core.cxx index 48bd92730..db825b5e4 100644 --- a/src/fl_images_core.cxx +++ b/src/fl_images_core.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_images_core.cxx,v 1.1.2.6 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // FLTK images library core. // -// Copyright 1997-2004 by Easy Software Products. +// Copyright 1997-2005 by Easy Software Products. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -97,5 +97,5 @@ fl_check_images(const char *name, // I - Filename // -// End of "$Id: fl_images_core.cxx,v 1.1.2.6 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_labeltype.cxx b/src/fl_labeltype.cxx index 1ce40ec89..96a4afd62 100644 --- a/src/fl_labeltype.cxx +++ b/src/fl_labeltype.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_labeltype.cxx,v 1.6.2.3.2.8 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Label drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -127,5 +127,5 @@ void Fl_Widget::draw_label(int X, int Y, int W, int H, Fl_Align a) const { #include // -// End of "$Id: fl_labeltype.cxx,v 1.6.2.3.2.8 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_line_style.cxx b/src/fl_line_style.cxx index 4d2288909..ab9380c0d 100644 --- a/src/fl_line_style.cxx +++ b/src/fl_line_style.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_line_style.cxx,v 1.3.2.3.2.17 2004/08/31 22:00:48 matthiaswm Exp $" +// "$Id$" // // Line style code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -158,5 +158,5 @@ void fl_line_style(int style, int width, char* dashes) { // -// End of "$Id: fl_line_style.cxx,v 1.3.2.3.2.17 2004/08/31 22:00:48 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/fl_oval_box.cxx b/src/fl_oval_box.cxx index 3c3693fd0..bb478ee24 100644 --- a/src/fl_oval_box.cxx +++ b/src/fl_oval_box.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_oval_box.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Oval box drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -60,5 +60,5 @@ Fl_Boxtype fl_define_FL_OVAL_BOX() { } // -// End of "$Id: fl_oval_box.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_overlay.cxx b/src/fl_overlay.cxx index 0baf8b69f..f09f2c635 100644 --- a/src/fl_overlay.cxx +++ b/src/fl_overlay.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_overlay.cxx,v 1.4.2.3.2.6 2004/08/31 22:00:48 matthiaswm Exp $" +// "$Id$" // // Overlay support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -73,5 +73,5 @@ void fl_overlay_rect(int x, int y, int w, int h) { } // -// End of "$Id: fl_overlay.cxx,v 1.4.2.3.2.6 2004/08/31 22:00:48 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/fl_overlay_visual.cxx b/src/fl_overlay_visual.cxx index cae016ad2..d117d1724 100644 --- a/src/fl_overlay_visual.cxx +++ b/src/fl_overlay_visual.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_overlay_visual.cxx,v 1.4.2.5.2.4 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // X overlay support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -99,5 +99,5 @@ XVisualInfo *fl_find_overlay_visual() { #endif // -// End of "$Id: fl_overlay_visual.cxx,v 1.4.2.5.2.4 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_plastic.cxx b/src/fl_plastic.cxx index 8deb69854..e94d9a3d0 100644 --- a/src/fl_plastic.cxx +++ b/src/fl_plastic.cxx @@ -1,12 +1,12 @@ // -// "$Id: fl_plastic.cxx,v 1.1.2.20 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // "Plastic" drawing routines for the Fast Light Tool Kit (FLTK). // // These box types provide a cross between Aqua and KDE buttons; kindof // like translucent plastic buttons... // -// Copyright 2001-2004 by Michael Sweet. +// Copyright 2001-2005 by Michael Sweet. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -226,5 +226,5 @@ Fl_Boxtype fl_define_FL_PLASTIC_UP_BOX() { // -// End of "$Id: fl_plastic.cxx,v 1.1.2.20 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_read_image.cxx b/src/fl_read_image.cxx index c6c382dea..71afda059 100644 --- a/src/fl_read_image.cxx +++ b/src/fl_read_image.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_read_image.cxx,v 1.1.2.5 2004/04/25 01:22:56 easysw Exp $" +// "$Id$" // // X11 image reading routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -405,5 +405,5 @@ fl_read_image(uchar *p, // I - Pixel buffer or NULL to allocate #endif // -// End of "$Id: fl_read_image.cxx,v 1.1.2.5 2004/04/25 01:22:56 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_read_image_mac.cxx b/src/fl_read_image_mac.cxx index 4c3202476..8f3ec8918 100644 --- a/src/fl_read_image_mac.cxx +++ b/src/fl_read_image_mac.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_read_image_mac.cxx,v 1.1.2.7 2004/09/09 21:34:47 matthiaswm Exp $" +// "$Id$" // // WIN32 image reading routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -121,5 +121,5 @@ fl_read_image(uchar *p, // I - Pixel buffer or NULL to allocate // -// End of "$Id: fl_read_image_mac.cxx,v 1.1.2.7 2004/09/09 21:34:47 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/fl_read_image_win32.cxx b/src/fl_read_image_win32.cxx index f37254468..8271ee2fe 100644 --- a/src/fl_read_image_win32.cxx +++ b/src/fl_read_image_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_read_image_win32.cxx,v 1.1.2.4 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // WIN32 image reading routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -66,5 +66,5 @@ fl_read_image(uchar *p, // I - Pixel buffer or NULL to allocate // -// End of "$Id: fl_read_image_win32.cxx,v 1.1.2.4 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_rect.cxx b/src/fl_rect.cxx index 5353ea0ad..272c45332 100644 --- a/src/fl_rect.cxx +++ b/src/fl_rect.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_rect.cxx,v 1.10.2.4.2.18 2004/09/09 21:34:47 matthiaswm Exp $" +// "$Id$" // // Rectangle drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -653,5 +653,5 @@ int fl_clip_box(int x, int y, int w, int h, int& X, int& Y, int& W, int& H){ } // -// End of "$Id: fl_rect.cxx,v 1.10.2.4.2.18 2004/09/09 21:34:47 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/fl_round_box.cxx b/src/fl_round_box.cxx index b02f82533..8d9044b78 100644 --- a/src/fl_round_box.cxx +++ b/src/fl_round_box.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_round_box.cxx,v 1.6.2.3.2.5 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Round box drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -116,5 +116,5 @@ Fl_Boxtype fl_define_FL_ROUND_UP_BOX() { } // -// End of "$Id: fl_round_box.cxx,v 1.6.2.3.2.5 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_rounded_box.cxx b/src/fl_rounded_box.cxx index 7e1cef603..f03599f49 100644 --- a/src/fl_rounded_box.cxx +++ b/src/fl_rounded_box.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_rounded_box.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Rounded box drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -93,5 +93,5 @@ Fl_Boxtype fl_define_FL_RSHADOW_BOX() { } // -// End of "$Id: fl_rounded_box.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_scroll_area.cxx b/src/fl_scroll_area.cxx index d4c2f3d82..0deab8f47 100644 --- a/src/fl_scroll_area.cxx +++ b/src/fl_scroll_area.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_scroll_area.cxx,v 1.4.2.3.2.8 2004/09/09 21:34:48 matthiaswm Exp $" +// "$Id$" // // Scrolling routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -136,5 +136,5 @@ void fl_scroll(int X, int Y, int W, int H, int dx, int dy, } // -// End of "$Id: fl_scroll_area.cxx,v 1.4.2.3.2.8 2004/09/09 21:34:48 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/fl_set_font.cxx b/src/fl_set_font.cxx index 5ee2c48dd..488d29002 100644 --- a/src/fl_set_font.cxx +++ b/src/fl_set_font.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_set_font.cxx,v 1.5.2.3.2.10 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Font utilities for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -81,5 +81,5 @@ void Fl::set_font(Fl_Font fnum, Fl_Font from) { const char* Fl::get_font(Fl_Font fnum) {return fl_fonts[fnum].name;} // -// End of "$Id: fl_set_font.cxx,v 1.5.2.3.2.10 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_set_fonts.cxx b/src/fl_set_fonts.cxx index 5122c888b..4a902ffe5 100644 --- a/src/fl_set_fonts.cxx +++ b/src/fl_set_fonts.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_set_fonts.cxx,v 1.6.2.5.2.8 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // More font utilities for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -40,5 +40,5 @@ #endif // WIN32 // -// End of "$Id: fl_set_fonts.cxx,v 1.6.2.5.2.8 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_set_fonts_mac.cxx b/src/fl_set_fonts_mac.cxx index 8b49c2efe..3434b13c6 100644 --- a/src/fl_set_fonts_mac.cxx +++ b/src/fl_set_fonts_mac.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_set_fonts_mac.cxx,v 1.1.2.12 2004/09/09 00:55:41 matthiaswm Exp $" +// "$Id$" // // MacOS font utilities for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -207,5 +207,5 @@ int Fl::get_font_sizes(Fl_Font fnum, int*& sizep) { } // -// End of "$Id: fl_set_fonts_mac.cxx,v 1.1.2.12 2004/09/09 00:55:41 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/fl_set_fonts_win32.cxx b/src/fl_set_fonts_win32.cxx index 5db6dcc9a..955e117de 100755 --- a/src/fl_set_fonts_win32.cxx +++ b/src/fl_set_fonts_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_set_fonts_win32.cxx,v 1.5.2.5.2.11 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // WIN32 font utilities for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -143,5 +143,5 @@ Fl::get_font_sizes(Fl_Font fnum, int*& sizep) { // -// End of "$Id: fl_set_fonts_win32.cxx,v 1.5.2.5.2.11 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_set_fonts_x.cxx b/src/fl_set_fonts_x.cxx index a883528f3..ca1dec96b 100644 --- a/src/fl_set_fonts_x.cxx +++ b/src/fl_set_fonts_x.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_set_fonts_x.cxx,v 1.1.2.8 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // X11 font utilities for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -344,5 +344,5 @@ int Fl::get_font_sizes(Fl_Font fnum, int*& sizep) { } // -// End of "$Id: fl_set_fonts_x.cxx,v 1.1.2.8 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_set_fonts_xft.cxx b/src/fl_set_fonts_xft.cxx index a804c1956..51db2f188 100644 --- a/src/fl_set_fonts_xft.cxx +++ b/src/fl_set_fonts_xft.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_set_fonts_xft.cxx,v 1.1.2.5 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // More font utilities for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -124,5 +124,5 @@ int Fl::get_font_sizes(Fl_Font fnum, int*& sizep) { } // -// End of "$Id: fl_set_fonts_xft.cxx,v 1.1.2.5 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_shadow_box.cxx b/src/fl_shadow_box.cxx index be0afe559..9cf9308c0 100644 --- a/src/fl_shadow_box.cxx +++ b/src/fl_shadow_box.cxx @@ -3,7 +3,7 @@ // // Shadow box drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx index 161c978fd..cab47c487 100644 --- a/src/fl_shortcut.cxx +++ b/src/fl_shortcut.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_shortcut.cxx,v 1.4.2.9.2.14 2004/09/21 13:35:40 easysw Exp $" +// "$Id$" // // Shortcut support routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -201,5 +201,5 @@ int Fl_Widget::test_shortcut() { } // -// End of "$Id: fl_shortcut.cxx,v 1.4.2.9.2.14 2004/09/21 13:35:40 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_show_colormap.cxx b/src/fl_show_colormap.cxx index 6c7dfa342..ae77c955a 100644 --- a/src/fl_show_colormap.cxx +++ b/src/fl_show_colormap.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_show_colormap.cxx,v 1.5.2.4.2.6 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Colormap color selection dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -151,5 +151,5 @@ Fl_Color fl_show_colormap(Fl_Color oldcol) { } // -// End of "$Id: fl_show_colormap.cxx,v 1.5.2.4.2.6 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_symbols.cxx b/src/fl_symbols.cxx index df13247c2..141c139e5 100644 --- a/src/fl_symbols.cxx +++ b/src/fl_symbols.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_symbols.cxx,v 1.8.2.3.2.11 2004/09/24 16:00:11 easysw Exp $" +// "$Id$" // // Symbol drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -410,5 +410,5 @@ static void fl_init_symbols(void) { } // -// End of "$Id: fl_symbols.cxx,v 1.8.2.3.2.11 2004/09/24 16:00:11 easysw Exp $". +// End of "$Id$". // diff --git a/src/fl_vertex.cxx b/src/fl_vertex.cxx index ad73f5395..8ac0518ab 100644 --- a/src/fl_vertex.cxx +++ b/src/fl_vertex.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_vertex.cxx,v 1.5.2.3.2.12 2004/08/31 22:00:49 matthiaswm Exp $" +// "$Id$" // // Portable drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -308,5 +308,5 @@ void fl_circle(double x, double y,double r) { } // -// End of "$Id: fl_vertex.cxx,v 1.5.2.3.2.12 2004/08/31 22:00:49 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/flstring.c b/src/flstring.c index 1c04f0c18..ce6967d18 100644 --- a/src/flstring.c +++ b/src/flstring.c @@ -1,9 +1,9 @@ /* - * "$Id: flstring.c,v 1.1.2.4 2004/04/11 04:39:00 easysw Exp $" + * "$Id$" * * BSD string functions for the Fast Light Tool Kit (FLTK). * - * Copyright 1998-2004 by Bill Spitzak and others. + * Copyright 1998-2005 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -101,5 +101,5 @@ fl_strlcpy(char *dst, /* O - Destination string */ /* - * End of "$Id: flstring.c,v 1.1.2.4 2004/04/11 04:39:00 easysw Exp $". + * End of "$Id$". */ diff --git a/src/flstring.h b/src/flstring.h index e30140169..82f54850c 100644 --- a/src/flstring.h +++ b/src/flstring.h @@ -1,9 +1,9 @@ /* - * "$Id: flstring.h,v 1.1.2.13 2004/04/11 04:39:00 easysw Exp $" + * "$Id$" * * Common string header file for the Fast Light Tool Kit (FLTK). * - * Copyright 1998-2004 by Bill Spitzak and others. + * Copyright 1998-2005 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -101,5 +101,5 @@ FL_EXPORT extern size_t fl_strlcpy(char *, const char *, size_t); /* - * End of "$Id: flstring.h,v 1.1.2.13 2004/04/11 04:39:00 easysw Exp $". + * End of "$Id$". */ diff --git a/src/forms_bitmap.cxx b/src/forms_bitmap.cxx index 2eec6eb36..802e4a512 100644 --- a/src/forms_bitmap.cxx +++ b/src/forms_bitmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_bitmap.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Forms compatible bitmap function for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -46,5 +46,5 @@ void Fl_FormsBitmap::draw() { } // -// End of "$Id: forms_bitmap.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/forms_compatability.cxx b/src/forms_compatability.cxx index 554bc3d76..c920a7008 100755 --- a/src/forms_compatability.cxx +++ b/src/forms_compatability.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_compatability.cxx,v 1.5.2.3.2.5 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Forms compatibility functions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -202,5 +202,5 @@ char *fl_show_simple_input(const char *str1, const char *defstr) { } // -// End of "$Id: forms_compatability.cxx,v 1.5.2.3.2.5 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/forms_free.cxx b/src/forms_free.cxx index 9ffe0d1a1..34a1701ca 100644 --- a/src/forms_free.cxx +++ b/src/forms_free.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_free.cxx,v 1.4.2.4.2.5 2004/12/03 03:14:17 easysw Exp $" +// "$Id$" // // Forms free widget routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -75,5 +75,5 @@ int Fl_Free::handle(int e) { } // -// End of "$Id: forms_free.cxx,v 1.4.2.4.2.5 2004/12/03 03:14:17 easysw Exp $". +// End of "$Id$". // diff --git a/src/forms_fselect.cxx b/src/forms_fselect.cxx index 87d43a0da..428ceb160 100644 --- a/src/forms_fselect.cxx +++ b/src/forms_fselect.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_fselect.cxx,v 1.4.2.3.2.7 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Forms file selection routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -61,5 +61,5 @@ char* fl_get_pattern() {return (char *)fl_pattern;} char* fl_get_filename() {return fl_filename;} // -// End of "$Id: forms_fselect.cxx,v 1.4.2.3.2.7 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/forms_pixmap.cxx b/src/forms_pixmap.cxx index abab10bbe..778347879 100644 --- a/src/forms_pixmap.cxx +++ b/src/forms_pixmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_pixmap.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Forms pixmap drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -46,5 +46,5 @@ void Fl_FormsPixmap::draw() { } // -// End of "$Id: forms_pixmap.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/forms_timer.cxx b/src/forms_timer.cxx index eb08cb6f2..85b16f943 100644 --- a/src/forms_timer.cxx +++ b/src/forms_timer.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_timer.cxx,v 1.4.2.3.2.7 2004/07/27 16:02:21 easysw Exp $" +// "$Id$" // // Forms timer object for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -163,5 +163,5 @@ void Fl_Timer::suspended(char d) { } // -// End of "$Id: forms_timer.cxx,v 1.4.2.3.2.7 2004/07/27 16:02:21 easysw Exp $". +// End of "$Id$". // diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx index fbf43cb7d..16e3924db 100644 --- a/src/gl_draw.cxx +++ b/src/gl_draw.cxx @@ -1,9 +1,9 @@ // -// "$Id: gl_draw.cxx,v 1.7.2.5.2.17 2004/09/09 21:34:48 matthiaswm Exp $" +// "$Id$" // // OpenGL drawing support routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -226,5 +226,5 @@ void gl_draw_image(const uchar* b, int x, int y, int w, int h, int d, int ld) { #endif // -// End of "$Id: gl_draw.cxx,v 1.7.2.5.2.17 2004/09/09 21:34:48 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/gl_start.cxx b/src/gl_start.cxx index 95d02a01f..fb91aa4da 100644 --- a/src/gl_start.cxx +++ b/src/gl_start.cxx @@ -1,9 +1,9 @@ // -// "$Id: gl_start.cxx,v 1.6.2.5.2.11 2004/09/09 21:34:48 matthiaswm Exp $" +// "$Id$" // // OpenGL context routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -128,5 +128,5 @@ int Fl::gl_visual(int mode, int *alist) { #endif // -// End of "$Id: gl_start.cxx,v 1.6.2.5.2.11 2004/09/09 21:34:48 matthiaswm Exp $". +// End of "$Id$". // diff --git a/src/glut_compatability.cxx b/src/glut_compatability.cxx index 19f5282c0..7d6a1a4b8 100755 --- a/src/glut_compatability.cxx +++ b/src/glut_compatability.cxx @@ -1,9 +1,9 @@ // -// "$Id: glut_compatability.cxx,v 1.4.2.5.2.7 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // GLUT emulation routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -413,5 +413,5 @@ int glutLayerGet(GLenum type) { #endif // -// End of "$Id: glut_compatability.cxx,v 1.4.2.5.2.7 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/glut_font.cxx b/src/glut_font.cxx index 6cf1befd8..96ac05df8 100644 --- a/src/glut_font.cxx +++ b/src/glut_font.cxx @@ -1,9 +1,9 @@ // -// "$Id: glut_font.cxx,v 1.4.2.4.2.3 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // GLUT bitmap font routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -54,5 +54,5 @@ int glutBitmapWidth(void* font, int character) { #endif // -// End of "$Id: glut_font.cxx,v 1.4.2.4.2.3 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/src/numericsort.c b/src/numericsort.c index 50b7696e3..227c094c1 100644 --- a/src/numericsort.c +++ b/src/numericsort.c @@ -1,9 +1,9 @@ /* - * "$Id: numericsort.c,v 1.10.2.4.2.8 2004/04/11 04:39:00 easysw Exp $" + * "$Id$" * * Numeric sorting routine for the Fast Light Tool Kit (FLTK). * - * Copyright 1998-2004 by Bill Spitzak and others. + * Copyright 1998-2005 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -105,5 +105,5 @@ int fl_numericsort(struct dirent **A, struct dirent **B) { } /* - * End of "$Id: numericsort.c,v 1.10.2.4.2.8 2004/04/11 04:39:00 easysw Exp $". + * End of "$Id$". */ diff --git a/src/scandir.c b/src/scandir.c index b4753ec03..197f63fd6 100644 --- a/src/scandir.c +++ b/src/scandir.c @@ -120,5 +120,5 @@ fl_scandir(const char *dir, struct dirent ***namelist, #endif /* - * End of "$Id: scandir.c,v 1.4.2.1.2.2 2002/05/04 12:37:41 easysw Exp $". + * End of "$Id$". */ diff --git a/src/scandir_win32.c b/src/scandir_win32.c index 39922cfd1..1bf9fe7dc 100644 --- a/src/scandir_win32.c +++ b/src/scandir_win32.c @@ -3,7 +3,7 @@ * * WIN32 scandir function for the Fast Light Tool Kit (FLTK). * - * Copyright 1998-2004 by Bill Spitzak and others. + * Copyright 1998-2005 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/vsnprintf.c b/src/vsnprintf.c index 2677e1551..9038bbbca 100644 --- a/src/vsnprintf.c +++ b/src/vsnprintf.c @@ -1,5 +1,5 @@ /* - * "$Id: vsnprintf.c,v 1.3.2.5.2.4 2004/04/11 04:39:00 easysw Exp $" + * "$Id$" * * vsnprintf() function for the Fast Light Tool Kit (FLTK). * @@ -17,7 +17,7 @@ * Only handles formats that are both documented in the glibc man page * for printf and also handled by your system's sprintf(). * - * Copyright 1998-2004 by Bill Spitzak and others. + * Copyright 1998-2005 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -134,6 +134,6 @@ int fl_snprintf(char* str, size_t size, const char* fmt, ...) { #endif /* - * End of "$Id: vsnprintf.c,v 1.3.2.5.2.4 2004/04/11 04:39:00 easysw Exp $". + * End of "$Id$". */ diff --git a/test/CubeMain.cxx b/test/CubeMain.cxx index 95e408d4b..3e80c55a3 100644 --- a/test/CubeMain.cxx +++ b/test/CubeMain.cxx @@ -1,9 +1,9 @@ // -// "$Id: CubeMain.cxx,v 1.2.2.5.2.4 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // CubeView class definitions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -43,5 +43,5 @@ main(int argc, char **argv) { // -// End of "$Id: CubeMain.cxx,v 1.2.2.5.2.4 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/CubeView.cxx b/test/CubeView.cxx index 289fafb51..8eb7f3565 100644 --- a/test/CubeView.cxx +++ b/test/CubeView.cxx @@ -1,9 +1,9 @@ // -// "$Id: CubeView.cxx,v 1.4.2.4.2.5 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // CubeView class implementation for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -147,7 +147,7 @@ void CubeView::draw() { if (!valid()) { glLoadIdentity(); glViewport(0,0,w(),h()); - glOrtho(-10,10,-10,10,-20040,10000); + glOrtho(-10,10,-10,10,-20050,10000); glEnable(GL_BLEND); glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); } @@ -167,5 +167,5 @@ void CubeView::draw() { #endif /* HAVE_GL */ // -// End of "$Id: CubeView.cxx,v 1.4.2.4.2.5 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/CubeView.h b/test/CubeView.h index 5141bde56..5b0cf069c 100644 --- a/test/CubeView.h +++ b/test/CubeView.h @@ -1,9 +1,9 @@ // -// "$Id: CubeView.h,v 1.4.2.4.2.3 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // CubeView class definitions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -118,5 +118,5 @@ private: #endif // -// End of "$Id: CubeView.h,v 1.4.2.4.2.3 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/Makefile b/test/Makefile index ead8a4753..49eb45770 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,7 +3,7 @@ # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2004 by Bill Spitzak and others. +# Copyright 1998-2005 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/test/adjuster.cxx b/test/adjuster.cxx index 42417716e..ea5a43277 100644 --- a/test/adjuster.cxx +++ b/test/adjuster.cxx @@ -1,9 +1,9 @@ // -// "$Id: adjuster.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Adjuster test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -60,5 +60,5 @@ int main(int, char ** argv) { } // -// End of "$Id: adjuster.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/arc.cxx b/test/arc.cxx index 266d4e513..12b1f07ae 100755 --- a/test/arc.cxx +++ b/test/arc.cxx @@ -1,9 +1,9 @@ // -// "$Id: arc.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Arc drawing test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -92,6 +92,6 @@ int main(int argc, char** argv) { // -// End of "$Id: arc.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/ask.cxx b/test/ask.cxx index 55192aa69..ac1358e93 100644 --- a/test/ask.cxx +++ b/test/ask.cxx @@ -1,5 +1,5 @@ // -// "$Id: ask.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Standard dialog test program for the Fast Light Tool Kit (FLTK). // @@ -10,7 +10,7 @@ // This also demonstrates how to trap attempts by the user to // close the last window by overriding Fl::exit // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -74,5 +74,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: ask.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/bitmap.cxx b/test/bitmap.cxx index 46e4be047..d057c1330 100644 --- a/test/bitmap.cxx +++ b/test/bitmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: bitmap.cxx,v 1.4.2.3.2.6 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Bitmap label test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -141,5 +141,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: bitmap.cxx,v 1.4.2.3.2.6 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/boxtype.cxx b/test/boxtype.cxx index c1b11d6b8..5808c2d12 100644 --- a/test/boxtype.cxx +++ b/test/boxtype.cxx @@ -1,9 +1,9 @@ // -// "$Id: boxtype.cxx,v 1.4.2.3.2.5 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Boxtype test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -96,5 +96,5 @@ int main(int argc, char ** argv) { } // -// End of "$Id: boxtype.cxx,v 1.4.2.3.2.5 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/browser.cxx b/test/browser.cxx index 446a8ebf6..575cee854 100644 --- a/test/browser.cxx +++ b/test/browser.cxx @@ -1,9 +1,9 @@ // -// "$Id: browser.cxx,v 1.5.2.6.2.7 2004/07/26 20:52:52 easysw Exp $" +// "$Id$" // // Browser test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -175,6 +175,6 @@ int main(int argc, char **argv) { } // -// End of "$Id: browser.cxx,v 1.5.2.6.2.7 2004/07/26 20:52:52 easysw Exp $". +// End of "$Id$". // diff --git a/test/button.cxx b/test/button.cxx index 6450ef4e8..7de4debfc 100644 --- a/test/button.cxx +++ b/test/button.cxx @@ -1,9 +1,9 @@ // -// "$Id: button.cxx,v 1.4.2.4.2.3 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Button/callback test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -62,5 +62,5 @@ int main(int argc, char ** argv) { } // -// End of "$Id: button.cxx,v 1.4.2.4.2.3 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/buttons.cxx b/test/buttons.cxx index cfe6d8cdb..2fd467950 100644 --- a/test/buttons.cxx +++ b/test/buttons.cxx @@ -1,9 +1,9 @@ // -// "$Id: buttons.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Another button test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -49,5 +49,5 @@ int main(int argc, char ** argv) { } // -// End of "$Id: buttons.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/checkers.cxx b/test/checkers.cxx index d79ba8ca5..720a109d5 100644 --- a/test/checkers.cxx +++ b/test/checkers.cxx @@ -1,12 +1,12 @@ // -// "$Id: checkers.cxx,v 1.9.2.7.2.5 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Checkers game for the Fast Light Tool Kit (FLTK). // // Hours of fun: the FLTK checkers game! // Based on a very old algorithim, but it still works! // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -1355,5 +1355,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: checkers.cxx,v 1.9.2.7.2.5 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/clock.cxx b/test/clock.cxx index 9a49ca8b8..53daba838 100644 --- a/test/clock.cxx +++ b/test/clock.cxx @@ -1,9 +1,9 @@ // -// "$Id: clock.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $" +// "$Id$" // // Clock test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -47,5 +47,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: clock.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $". +// End of "$Id$". // diff --git a/test/colbrowser.cxx b/test/colbrowser.cxx index 8acfcba28..eae11f8ad 100644 --- a/test/colbrowser.cxx +++ b/test/colbrowser.cxx @@ -1,5 +1,5 @@ // -// "$Id: colbrowser.cxx,v 1.5.2.5.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Forms test program for the Fast Light Tool Kit (FLTK). // @@ -8,7 +8,7 @@ // using fltk's Forms emulation. Search for "fltk" to find all the // changes // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -341,5 +341,5 @@ create_form_cl(void) } // -// End of "$Id: colbrowser.cxx,v 1.5.2.5.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/color_chooser.cxx b/test/color_chooser.cxx index 8216290a6..2912f41d9 100644 --- a/test/color_chooser.cxx +++ b/test/color_chooser.cxx @@ -1,9 +1,9 @@ // -// "$Id: color_chooser.cxx,v 1.6.2.3.2.5 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Color chooser test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -146,5 +146,5 @@ int main(int argc, char ** argv) { } // -// End of "$Id: color_chooser.cxx,v 1.6.2.3.2.5 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/connect.cxx b/test/connect.cxx index ab955db07..a63ab9ca1 100644 --- a/test/connect.cxx +++ b/test/connect.cxx @@ -1,5 +1,5 @@ // -// "$Id: connect.cxx,v 1.4.2.4.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // PPP example program for the Fast Light Tool Kit (FLTK). // @@ -7,7 +7,7 @@ // You must chmod +s /usr/sbin/pppd, and put all the options // into /etc/ppp/options. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -71,5 +71,5 @@ int main(int argc, char ** argv) { } // -// End of "$Id: connect.cxx,v 1.4.2.4.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/cube.cxx b/test/cube.cxx index 9e1eda284..e72daab2f 100644 --- a/test/cube.cxx +++ b/test/cube.cxx @@ -1,11 +1,11 @@ // -// "$Id: cube.cxx,v 1.4.2.5.2.7 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Another forms test program for the Fast Light Tool Kit (FLTK). // // Modified to have 2 cubes to test multiple OpenGL contexts // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -184,5 +184,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: cube.cxx,v 1.4.2.5.2.7 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/cursor.cxx b/test/cursor.cxx index 5aa8fd86e..8373ede3f 100644 --- a/test/cursor.cxx +++ b/test/cursor.cxx @@ -1,9 +1,9 @@ // -// "$Id: cursor.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Cursor test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -159,5 +159,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: cursor.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/curve.cxx b/test/curve.cxx index f1e2cfecc..8ffb8072e 100644 --- a/test/curve.cxx +++ b/test/curve.cxx @@ -1,9 +1,9 @@ // -// "$Id: curve.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Curve test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -109,5 +109,5 @@ int main(int argc, char** argv) { } // -// End of "$Id: curve.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/demo.cxx b/test/demo.cxx index 5dda349b6..a907c2414 100644 --- a/test/demo.cxx +++ b/test/demo.cxx @@ -1,9 +1,9 @@ // -// "$Id: demo.cxx,v 1.8.2.5.2.9 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Main demo program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -340,6 +340,6 @@ int main(int argc, char **argv) { } // -// End of "$Id: demo.cxx,v 1.8.2.5.2.9 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/doublebuffer.cxx b/test/doublebuffer.cxx index 5006b37f8..83a1df9ba 100644 --- a/test/doublebuffer.cxx +++ b/test/doublebuffer.cxx @@ -1,5 +1,5 @@ // -// "$Id: doublebuffer.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Double-buffering test program for the Fast Light Tool Kit (FLTK). // @@ -13,7 +13,7 @@ // This demo should work for both the GL and X versions of Fl, // even though the double buffering mechanism is totally different. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -122,5 +122,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: doublebuffer.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/editor.cxx b/test/editor.cxx index 1847ea424..56ae9e974 100644 --- a/test/editor.cxx +++ b/test/editor.cxx @@ -1,11 +1,11 @@ // -// "$Id: editor.cxx,v 1.2.2.3.2.18 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // A simple text editor program for the Fast Light Tool Kit (FLTK). // // This program is described in Chapter 4 of the FLTK Programmer's Guide. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -771,5 +771,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: editor.cxx,v 1.2.2.3.2.18 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/file_chooser.cxx b/test/file_chooser.cxx index 1fa4ed312..f0867b627 100644 --- a/test/file_chooser.cxx +++ b/test/file_chooser.cxx @@ -3,7 +3,7 @@ // // File chooser test program. // -// Copyright 1999-2004 by Michael Sweet. +// Copyright 1999-2005 by Michael Sweet. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/test/fl_jpeg_image.cxx b/test/fl_jpeg_image.cxx index 037955101..81b294b08 100644 --- a/test/fl_jpeg_image.cxx +++ b/test/fl_jpeg_image.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_jpeg_image.cxx,v 1.5.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // fl_draw_image test program for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // The makefile assummes you decompressed and build these in a directory // called "jpeg-6a" in the same location as the "FL" directory. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -197,5 +197,5 @@ void readtheimage(const char *name) { #endif // -// End of "$Id: fl_jpeg_image.cxx,v 1.5.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/fonts.cxx b/test/fonts.cxx index 951460196..7ee1b09a8 100644 --- a/test/fonts.cxx +++ b/test/fonts.cxx @@ -1,9 +1,9 @@ // -// "$Id: fonts.cxx,v 1.5.2.3.2.5 2004/09/09 00:55:41 matthiaswm Exp $" +// "$Id$" // // Font demo program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -169,5 +169,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: fonts.cxx,v 1.5.2.3.2.5 2004/09/09 00:55:41 matthiaswm Exp $". +// End of "$Id$". // diff --git a/test/forms.cxx b/test/forms.cxx index 6f3de03b7..52a125c16 100644 --- a/test/forms.cxx +++ b/test/forms.cxx @@ -1,5 +1,5 @@ // -// "$Id: forms.cxx,v 1.4.2.4.2.5 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Another forms demo for the Fast Light Tool Kit (FLTK). // @@ -9,7 +9,7 @@ // This demo show the different boxtypes. Note that some // boxtypes are not appropriate for some objects // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -231,5 +231,5 @@ main (int argc, char *argv[]) } // -// End of "$Id: forms.cxx,v 1.4.2.4.2.5 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/fractals.cxx b/test/fractals.cxx index 5a017bdb0..913735f99 100644 --- a/test/fractals.cxx +++ b/test/fractals.cxx @@ -1,5 +1,5 @@ // -// "$Id: fractals.cxx,v 1.5.2.6.2.6 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Fractal drawing demo for the Fast Light Tool Kit (FLTK). // @@ -7,7 +7,7 @@ // demonstrate how to add FLTK controls to a GLUT program. The GLUT // code is unchanged except for the end (search for FLTK to find changes). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -816,5 +816,5 @@ int main(int argc, char** argv) #endif // -// End of "$Id: fractals.cxx,v 1.5.2.6.2.6 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/fullscreen.cxx b/test/fullscreen.cxx index 0ff967eb7..b69034405 100644 --- a/test/fullscreen.cxx +++ b/test/fullscreen.cxx @@ -1,5 +1,5 @@ // -// "$Id: fullscreen.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Fullscreen test program for the Fast Light Tool Kit (FLTK). // @@ -34,7 +34,7 @@ // can avoid this by making the Fl_Gl_Window a child of a normal // window. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -240,5 +240,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: fullscreen.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/gl_overlay.cxx b/test/gl_overlay.cxx index e0a5e967a..d2f65bc09 100644 --- a/test/gl_overlay.cxx +++ b/test/gl_overlay.cxx @@ -1,9 +1,9 @@ // -// "$Id: gl_overlay.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // OpenGL overlay test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -151,5 +151,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: gl_overlay.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/glpuzzle.cxx b/test/glpuzzle.cxx index 5c79d1068..ea73dd67d 100644 --- a/test/glpuzzle.cxx +++ b/test/glpuzzle.cxx @@ -1,12 +1,12 @@ // -// "$Id: glpuzzle.cxx,v 1.8.2.5.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // OpenGL puzzle demo for the Fast Light Tool Kit (FLTK). // // This is a GLUT demo program to demonstrate fltk's GLUT emulation. // Search for "fltk" to find all the changes // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -1484,5 +1484,5 @@ main(int argc, char **argv) #endif // added for fltk's distribution // -// End of "$Id: glpuzzle.cxx,v 1.8.2.5.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/hello.cxx b/test/hello.cxx index 4766b3b93..26865296c 100644 --- a/test/hello.cxx +++ b/test/hello.cxx @@ -1,9 +1,9 @@ // -// "$Id: hello.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Hello, World! program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -39,5 +39,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: hello.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/help.cxx b/test/help.cxx index fed6b050e..f7366ee89 100644 --- a/test/help.cxx +++ b/test/help.cxx @@ -1,9 +1,9 @@ // -// "$Id: help.cxx,v 1.1.2.11 2004/07/26 20:52:52 easysw Exp $" +// "$Id$" // // Fl_Help_Dialog test program. // -// Copyright 1999-2004 by Easy Software Products. +// Copyright 1999-2005 by Easy Software Products. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -63,5 +63,5 @@ main(int argc, // I - Number of command-line arguments // -// End of "$Id: help.cxx,v 1.1.2.11 2004/07/26 20:52:52 easysw Exp $". +// End of "$Id$". // diff --git a/test/iconize.cxx b/test/iconize.cxx index 5a1c9b826..151025f0a 100644 --- a/test/iconize.cxx +++ b/test/iconize.cxx @@ -1,9 +1,9 @@ // -// "$Id: iconize.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Iconize test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -77,5 +77,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: iconize.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/image.cxx b/test/image.cxx index eea28c177..f75d632b8 100644 --- a/test/image.cxx +++ b/test/image.cxx @@ -1,5 +1,5 @@ // -// "$Id: image.cxx,v 1.6.2.3.2.9 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Fl_Image test program for the Fast Light Tool Kit (FLTK). // @@ -7,7 +7,7 @@ // as an icon or postage stamp. Use fl_draw_image to go directly // from an buffered image that changes often. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -155,5 +155,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: image.cxx,v 1.6.2.3.2.9 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/input.cxx b/test/input.cxx index 9583b163d..49859fd94 100644 --- a/test/input.cxx +++ b/test/input.cxx @@ -1,9 +1,9 @@ // -// "$Id: input.cxx,v 1.5.2.4.2.7 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Input field test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -132,5 +132,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: input.cxx,v 1.5.2.4.2.7 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/input_choice.cxx b/test/input_choice.cxx index 45a50916b..36bec9b1d 100644 --- a/test/input_choice.cxx +++ b/test/input_choice.cxx @@ -1,6 +1,6 @@ // Test program for Fl_Input_Choice // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/test/keyboard.cxx b/test/keyboard.cxx index e44294d71..52b00be2e 100644 --- a/test/keyboard.cxx +++ b/test/keyboard.cxx @@ -1,5 +1,5 @@ // -// "$Id: keyboard.cxx,v 1.5.2.3.2.7 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Keyboard/event test program for the Fast Light Tool Kit (FLTK). // @@ -17,7 +17,7 @@ // // On IRIX the backslash key does not work. A bug in XKeysymToKeycode? // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -139,5 +139,5 @@ int main(int argc, char** argv) { } // -// End of "$Id: keyboard.cxx,v 1.5.2.3.2.7 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/keyboard.h b/test/keyboard.h index dbd28a8cc..973712362 100644 --- a/test/keyboard.h +++ b/test/keyboard.h @@ -1,9 +1,9 @@ // -// "$Id: keyboard.h,v 1.1.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Keyboard/event test header for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -40,5 +40,5 @@ public: // -// End of "$Id: keyboard.h,v 1.1.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/label.cxx b/test/label.cxx index b23254b33..7b3dca635 100644 --- a/test/label.cxx +++ b/test/label.cxx @@ -1,9 +1,9 @@ // -// "$Id: label.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Label test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -156,5 +156,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: label.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/line_style.cxx b/test/line_style.cxx index da3d4c51d..f95a19aef 100644 --- a/test/line_style.cxx +++ b/test/line_style.cxx @@ -1,9 +1,9 @@ // -// "$Id: line_style.cxx,v 1.1.2.2.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Line style demo for the Fast Light Tool Kit (FLTK). // -// Copyright 2000-2004 by Bill Spitzak and others. +// Copyright 2000-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -148,5 +148,5 @@ int main(int argc, char **argv) { // -// End of "$Id: line_style.cxx,v 1.1.2.2.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/list_visuals.cxx b/test/list_visuals.cxx index 48374cda7..8a1ceea6f 100644 --- a/test/list_visuals.cxx +++ b/test/list_visuals.cxx @@ -1,5 +1,5 @@ // -// "$Id: list_visuals.cxx,v 1.5.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Visual list utility for the Fast Light Tool Kit (FLTK). // @@ -11,7 +11,7 @@ // This file may be #included in another program to make a function to // call to list the visuals. Fl.H must be included first to indicate this. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -235,5 +235,5 @@ int main(int argc, char **argv) { #endif // -// End of "$Id: list_visuals.cxx,v 1.5.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/mandelbrot.cxx b/test/mandelbrot.cxx index cc4aa4eea..65ae89674 100644 --- a/test/mandelbrot.cxx +++ b/test/mandelbrot.cxx @@ -1,9 +1,9 @@ // -// "$Id: mandelbrot.cxx,v 1.8.2.4.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Mandelbrot set demo for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -197,5 +197,5 @@ void Drawing_Area::resize(int XX,int YY,int WW,int HH) { } // -// End of "$Id: mandelbrot.cxx,v 1.8.2.4.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/mandelbrot.h b/test/mandelbrot.h index 629d8afea..33ecfe117 100644 --- a/test/mandelbrot.h +++ b/test/mandelbrot.h @@ -1,9 +1,9 @@ // -// "$Id: mandelbrot.h,v 1.5.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Mandelbrot set header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -68,5 +68,5 @@ public: }; // -// End of "$Id: mandelbrot.h,v 1.5.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/menubar.cxx b/test/menubar.cxx index 54fc4beb9..321b38018 100644 --- a/test/menubar.cxx +++ b/test/menubar.cxx @@ -1,9 +1,9 @@ // -// "$Id: menubar.cxx,v 1.6.2.8.2.7 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Menubar test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -203,5 +203,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: menubar.cxx,v 1.6.2.8.2.7 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/message.cxx b/test/message.cxx index 2043b2106..4f0c51a2f 100644 --- a/test/message.cxx +++ b/test/message.cxx @@ -1,9 +1,9 @@ // -// "$Id: message.cxx,v 1.5.2.3.2.6 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Message test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -55,5 +55,5 @@ int main(int, char **) { } // -// End of "$Id: message.cxx,v 1.5.2.3.2.6 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/minimum.cxx b/test/minimum.cxx index a434b2322..a5a6f5be6 100644 --- a/test/minimum.cxx +++ b/test/minimum.cxx @@ -1,5 +1,5 @@ // -// "$Id: minimum.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Minimal update test program for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // machine is, this is an insane waste of resources, and should be // stopped! // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -74,5 +74,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: minimum.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/navigation.cxx b/test/navigation.cxx index f19589292..bdba2776d 100644 --- a/test/navigation.cxx +++ b/test/navigation.cxx @@ -1,12 +1,12 @@ // -// "$Id: navigation.cxx,v 1.5.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Navigation test program for the Fast Light Tool Kit (FLTK). // // Silly test of navigation keys. This is not a recommended method of // laying out your panels! // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -66,5 +66,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: navigation.cxx,v 1.5.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/output.cxx b/test/output.cxx index 787677a54..c9a834cc0 100644 --- a/test/output.cxx +++ b/test/output.cxx @@ -1,9 +1,9 @@ // -// "$Id: output.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Output test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -99,5 +99,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: output.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/overlay.cxx b/test/overlay.cxx index 3692eb2ba..bd33281fe 100644 --- a/test/overlay.cxx +++ b/test/overlay.cxx @@ -1,9 +1,9 @@ // -// "$Id: overlay.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Overlay window test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -80,5 +80,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: overlay.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/pack.cxx b/test/pack.cxx index 986d0f697..9e1b59c10 100644 --- a/test/pack.cxx +++ b/test/pack.cxx @@ -1,5 +1,5 @@ // -// "$Id: pack.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Fl_Pack test program for the Fast Light Tool Kit (FLTK). // @@ -7,7 +7,7 @@ // Changing the type() of an Fl_Pack after it is displayed is not supported // so I have to do a lot of resizing of things before that. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -114,5 +114,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: pack.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/pixmap.cxx b/test/pixmap.cxx index 7ee53a96a..3f37eeeb2 100644 --- a/test/pixmap.cxx +++ b/test/pixmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: pixmap.cxx,v 1.4.2.3.2.5 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Pixmap label test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -96,5 +96,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: pixmap.cxx,v 1.4.2.3.2.5 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/pixmap_browser.cxx b/test/pixmap_browser.cxx index 657765089..1db70214d 100644 --- a/test/pixmap_browser.cxx +++ b/test/pixmap_browser.cxx @@ -1,9 +1,9 @@ // -// "$Id: pixmap_browser.cxx,v 1.5.2.4.2.9 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // A shared image test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -101,5 +101,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: pixmap_browser.cxx,v 1.5.2.4.2.9 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/resizebox.cxx b/test/resizebox.cxx index b175d0d4e..2536cb869 100644 --- a/test/resizebox.cxx +++ b/test/resizebox.cxx @@ -1,9 +1,9 @@ // -// "$Id: resizebox.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Resize box test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -96,5 +96,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: resizebox.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/scroll.cxx b/test/scroll.cxx index 94fc1b9dd..69016827a 100644 --- a/test/scroll.cxx +++ b/test/scroll.cxx @@ -1,9 +1,9 @@ // -// "$Id: scroll.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Fl_Scroll test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -137,5 +137,5 @@ int main(int argc, char** argv) { } // -// End of "$Id: scroll.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/shape.cxx b/test/shape.cxx index bb23c4a35..0cedf2502 100644 --- a/test/shape.cxx +++ b/test/shape.cxx @@ -1,9 +1,9 @@ // -// "$Id: shape.cxx,v 1.5.2.4.2.3 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Tiny OpenGL demo program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -111,5 +111,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: shape.cxx,v 1.5.2.4.2.3 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/subwindow.cxx b/test/subwindow.cxx index 76e3318f4..806e7840a 100644 --- a/test/subwindow.cxx +++ b/test/subwindow.cxx @@ -1,5 +1,5 @@ // -// "$Id: subwindow.cxx,v 1.5.2.5.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Nested window test program for the Fast Light Tool Kit (FLTK). // @@ -8,7 +8,7 @@ // Buttons and pop-up menu should work, indicating that mouse positions // are being correctly translated. // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -183,5 +183,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: subwindow.cxx,v 1.5.2.5.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/symbols.cxx b/test/symbols.cxx index 6500eef54..3d43ea4f9 100644 --- a/test/symbols.cxx +++ b/test/symbols.cxx @@ -1,9 +1,9 @@ // -// "$Id: symbols.cxx,v 1.4.2.3.2.8 2004/08/09 21:05:45 matthiaswm Exp $" +// "$Id$" // // Symbol test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -141,5 +141,5 @@ bt("@FLTK"); } // -// End of "$Id: symbols.cxx,v 1.4.2.3.2.8 2004/08/09 21:05:45 matthiaswm Exp $". +// End of "$Id$". // diff --git a/test/threads.cxx b/test/threads.cxx index 263a70a39..5320c5582 100644 --- a/test/threads.cxx +++ b/test/threads.cxx @@ -1,9 +1,9 @@ // -// "$Id: threads.cxx,v 1.10.2.6 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Threading example program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -126,5 +126,5 @@ int main() { // -// End of "$Id: threads.cxx,v 1.10.2.6 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/threads.h b/test/threads.h index d7a74a94a..71bb0726e 100644 --- a/test/threads.h +++ b/test/threads.h @@ -1,9 +1,9 @@ // -// "$Id: threads.h,v 1.1.2.8 2004/11/20 03:44:18 easysw Exp $" +// "$Id$" // // Simple threading API for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -76,5 +76,5 @@ static int fl_create_thread(Fl_Thread& t, void *(*f) (void *), void* p) { #endif // !Threads_h // -// End of "$Id: threads.h,v 1.1.2.8 2004/11/20 03:44:18 easysw Exp $". +// End of "$Id$". // diff --git a/test/tile.cxx b/test/tile.cxx index 678cb86d2..cd0f3954e 100755 --- a/test/tile.cxx +++ b/test/tile.cxx @@ -1,9 +1,9 @@ // -// "$Id: tile.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Tile test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -86,5 +86,5 @@ int main(int argc, char** argv) { } // -// End of "$Id: tile.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/test/tiled_image.cxx b/test/tiled_image.cxx index 133f158ad..95b4728e8 100644 --- a/test/tiled_image.cxx +++ b/test/tiled_image.cxx @@ -1,9 +1,9 @@ // -// "$Id: tiled_image.cxx,v 1.1.2.7 2004/04/11 04:39:01 easysw Exp $" +// "$Id$" // // Fl_Tiled_Image test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2004 by Bill Spitzak and others. +// Copyright 1998-2005 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -100,5 +100,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: tiled_image.cxx,v 1.1.2.7 2004/04/11 04:39:01 easysw Exp $". +// End of "$Id$". // diff --git a/vcnet/config.h b/vcnet/config.h index 34cbb6abd..05867eaf0 100644 --- a/vcnet/config.h +++ b/vcnet/config.h @@ -1,9 +1,9 @@ /* - * "$Id: config.h,v 1.1.2.3 2004/04/11 05:17:02 easysw Exp $" + * "$Id$" * * Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++. * - * Copyright 1998-2004 by Bill Spitzak and others. + * Copyright 1998-2005 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -184,5 +184,5 @@ /* - * End of "$Id: config.h,v 1.1.2.3 2004/04/11 05:17:02 easysw Exp $". + * End of "$Id$". */ diff --git a/visualc/config.h b/visualc/config.h index 5706e452e..05867eaf0 100644 --- a/visualc/config.h +++ b/visualc/config.h @@ -1,9 +1,9 @@ /* - * "$Id: config.h,v 1.5.2.5.2.12 2004/04/11 04:39:01 easysw Exp $" + * "$Id$" * * Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++. * - * Copyright 1998-2004 by Bill Spitzak and others. + * Copyright 1998-2005 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -184,5 +184,5 @@ /* - * End of "$Id: config.h,v 1.5.2.5.2.12 2004/04/11 04:39:01 easysw Exp $". + * End of "$Id$". */ diff --git a/watcom/config.h b/watcom/config.h index 93c030774..7aebfbe85 100644 --- a/watcom/config.h +++ b/watcom/config.h @@ -1,222 +1,222 @@ -/* - * "$Id: config.h,v 1.1.2.2 2004/11/23 18:48:10 easysw Exp $" - * - * Configuration file for the Fast Light Tool Kit (FLTK) for Watcom C++ 1.3 - * - * Copyright 1998-2004 by Bill Spitzak and others. - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Please report all bugs and problems to "fltk-bugs@fltk.org". - */ - -/* - * Where to find the documentation files... - */ - -#define FLTK_DATADIR "C:/FLTK" -#define FLTK_DOCDIR "C:/FLTK/DOC" - - -/* - * BORDER_WIDTH: - * - * Thickness of FL_UP_BOX and FL_DOWN_BOX. Current 1,2, and 3 are - * supported. 3 is the historic FLTK look. 2 looks more like Microsoft - * Windows, KDE, and Qt, and is the default when building for Windows. - * 1 is a plausible future evolution... Note that this may be simulated - * at runtime by redefining the boxtypes using Fl::set_boxtype(). - */ - -#define BORDER_WIDTH 2 - -/* - * HAVE_GL: - * - * Do you have OpenGL? Set this to 0 if you don't have or plan to use - * OpenGL, and FLTK will be smaller. - */ - -#define HAVE_GL 1 - -/* - * HAVE_GL_GLU_H: - * - * Do you have the OpenGL Utility Library header file? - * (many broken Mesa RPMs do not...) - */ - -#define HAVE_GL_GLU_H 1 - -/* - * USE_COLORMAP: - * - * Setting this to zero will save a good deal of code (especially for - * fl_draw_image), but FLTK will only work on TrueColor visuals. - */ - -#define USE_COLORMAP 1 - -/* - * USE_XFT - * - * Use the new Xft library to draw anti-aliased text. - */ - -#define USE_XFT 0 - -/* - * HAVE_XDBE: - * - * Do we have the X double-buffer extension? - */ - -#define HAVE_XDBE 0 - -/* - * USE_XDBE: - * - * Actually try to use the double-buffer extension? Set this to zero - * disable use of XDBE without breaking the list_visuals program. - */ - -#define USE_XDBE HAVE_XDBE - -/* - * HAVE_OVERLAY: - * - * Use the X overlay extension? FLTK will try to use an overlay - * visual for Fl_Overlay_Window, the Gl_Window overlay, and for the - * menus. Setting this to zero will remove a substantial amount of - * code from FLTK. Overlays have only been tested on SGI servers! - */ - -#define HAVE_OVERLAY 0 - -/* - * HAVE_GL_OVERLAY: - * - * It is possible your GL has an overlay even if X does not. If so, - * set this to 1. - */ - -#define HAVE_GL_OVERLAY 1 - -/* - * WORDS_BIGENDIAN: - * - * Byte order of your machine: 1 = big-endian, 0 = little-endian. - */ - -#define WORDS_BIGENDIAN 0 - -/* - * U16, U32, U64: - * - * Types used by fl_draw_image. One of U32 or U64 must be defined. - * U16 is optional but FLTK will work better with it! - */ - -#define U16 unsigned short -#define U32 unsigned -/* #undef U64 */ - -/* - * HAVE_DIRENT_H, HAVE_SYS_NDIR_H, HAVE_SYS_DIR_H, HAVE_NDIR_H, HAVE_SCANDIR: - * - * Where is (used only by fl_file_chooser and scandir). - */ - -#define HAVE_DIRENT_H 1 -/* #undef HAVE_SYS_NDIR_H */ -/* #undef HAVE_SYS_DIR_H */ -/* #undef HAVE_NDIR_H */ -/* #undef HAVE_SCANDIR */ - -/* - * Possibly missing sprintf-style functions: - */ - -#define HAVE_VSNPRINTF 1 -#define HAVE_SNPRINTF 1 - -/* - * String functions and headers... - */ - -/* #undef HAVE_STRINGS_H */ -#define HAVE_STRCASECMP 1 -/* #undef HAVE_STRLCAT */ -/* #undef HAVE_STRLCPY */ - -/* - * HAVE_SYS_SELECT_H: - * - * Whether or not select() call has its own header file. - */ - -/* #undef HAVE_SYS_SELECT_H */ - -/* - * HAVE_SYS_STDTYPES_H: - * - * Whether or not we have the header file. - */ - -/* #undef HAVE_SYS_STDTYPES_H */ - -/* - * HAVE_POLL: - * - * Use poll() if we don't have select(). - */ - -#define HAVE_POLL 0 - -/* - * Do we have various image libraries? - */ - -/* #undef HAVE_LIBPNG */ -/* #undef HAVE_LIBZ */ -/* #undef HAVE_LIBJPEG */ - -/* - * Which header file do we include for libpng? - */ - -/* #undef HAVE_PNG_H */ -/* #undef HAVE_LIBPNG_PNG_H */ - -/* - * Do we have the png_xyz() functions? - */ - -/* #undef HAVE_PNG_GET_VALID */ -/* #undef HAVE_PNG_SET_TRNS_TO_ALPHA */ -/* #undef HAVE_PNG_READ_DESTROY */ - -/* - * Do we have POSIX threading? - */ - -/* #undef HAVE_PTHREAD */ -/* #undef HAVE_PTHREAD_H */ - - -/* - * End of "$Id: config.h,v 1.1.2.2 2004/11/23 18:48:10 easysw Exp $". - */ +/* + * "$Id$" + * + * Configuration file for the Fast Light Tool Kit (FLTK) for Watcom C++ 1.3 + * + * Copyright 1998-2005 by Bill Spitzak and others. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA. + * + * Please report all bugs and problems to "fltk-bugs@fltk.org". + */ + +/* + * Where to find the documentation files... + */ + +#define FLTK_DATADIR "C:/FLTK" +#define FLTK_DOCDIR "C:/FLTK/DOC" + + +/* + * BORDER_WIDTH: + * + * Thickness of FL_UP_BOX and FL_DOWN_BOX. Current 1,2, and 3 are + * supported. 3 is the historic FLTK look. 2 looks more like Microsoft + * Windows, KDE, and Qt, and is the default when building for Windows. + * 1 is a plausible future evolution... Note that this may be simulated + * at runtime by redefining the boxtypes using Fl::set_boxtype(). + */ + +#define BORDER_WIDTH 2 + +/* + * HAVE_GL: + * + * Do you have OpenGL? Set this to 0 if you don't have or plan to use + * OpenGL, and FLTK will be smaller. + */ + +#define HAVE_GL 1 + +/* + * HAVE_GL_GLU_H: + * + * Do you have the OpenGL Utility Library header file? + * (many broken Mesa RPMs do not...) + */ + +#define HAVE_GL_GLU_H 1 + +/* + * USE_COLORMAP: + * + * Setting this to zero will save a good deal of code (especially for + * fl_draw_image), but FLTK will only work on TrueColor visuals. + */ + +#define USE_COLORMAP 1 + +/* + * USE_XFT + * + * Use the new Xft library to draw anti-aliased text. + */ + +#define USE_XFT 0 + +/* + * HAVE_XDBE: + * + * Do we have the X double-buffer extension? + */ + +#define HAVE_XDBE 0 + +/* + * USE_XDBE: + * + * Actually try to use the double-buffer extension? Set this to zero + * disable use of XDBE without breaking the list_visuals program. + */ + +#define USE_XDBE HAVE_XDBE + +/* + * HAVE_OVERLAY: + * + * Use the X overlay extension? FLTK will try to use an overlay + * visual for Fl_Overlay_Window, the Gl_Window overlay, and for the + * menus. Setting this to zero will remove a substantial amount of + * code from FLTK. Overlays have only been tested on SGI servers! + */ + +#define HAVE_OVERLAY 0 + +/* + * HAVE_GL_OVERLAY: + * + * It is possible your GL has an overlay even if X does not. If so, + * set this to 1. + */ + +#define HAVE_GL_OVERLAY 1 + +/* + * WORDS_BIGENDIAN: + * + * Byte order of your machine: 1 = big-endian, 0 = little-endian. + */ + +#define WORDS_BIGENDIAN 0 + +/* + * U16, U32, U64: + * + * Types used by fl_draw_image. One of U32 or U64 must be defined. + * U16 is optional but FLTK will work better with it! + */ + +#define U16 unsigned short +#define U32 unsigned +/* #undef U64 */ + +/* + * HAVE_DIRENT_H, HAVE_SYS_NDIR_H, HAVE_SYS_DIR_H, HAVE_NDIR_H, HAVE_SCANDIR: + * + * Where is (used only by fl_file_chooser and scandir). + */ + +#define HAVE_DIRENT_H 1 +/* #undef HAVE_SYS_NDIR_H */ +/* #undef HAVE_SYS_DIR_H */ +/* #undef HAVE_NDIR_H */ +/* #undef HAVE_SCANDIR */ + +/* + * Possibly missing sprintf-style functions: + */ + +#define HAVE_VSNPRINTF 1 +#define HAVE_SNPRINTF 1 + +/* + * String functions and headers... + */ + +/* #undef HAVE_STRINGS_H */ +#define HAVE_STRCASECMP 1 +/* #undef HAVE_STRLCAT */ +/* #undef HAVE_STRLCPY */ + +/* + * HAVE_SYS_SELECT_H: + * + * Whether or not select() call has its own header file. + */ + +/* #undef HAVE_SYS_SELECT_H */ + +/* + * HAVE_SYS_STDTYPES_H: + * + * Whether or not we have the header file. + */ + +/* #undef HAVE_SYS_STDTYPES_H */ + +/* + * HAVE_POLL: + * + * Use poll() if we don't have select(). + */ + +#define HAVE_POLL 0 + +/* + * Do we have various image libraries? + */ + +/* #undef HAVE_LIBPNG */ +/* #undef HAVE_LIBZ */ +/* #undef HAVE_LIBJPEG */ + +/* + * Which header file do we include for libpng? + */ + +/* #undef HAVE_PNG_H */ +/* #undef HAVE_LIBPNG_PNG_H */ + +/* + * Do we have the png_xyz() functions? + */ + +/* #undef HAVE_PNG_GET_VALID */ +/* #undef HAVE_PNG_SET_TRNS_TO_ALPHA */ +/* #undef HAVE_PNG_READ_DESTROY */ + +/* + * Do we have POSIX threading? + */ + +/* #undef HAVE_PTHREAD */ +/* #undef HAVE_PTHREAD_H */ + + +/* + * End of "$Id$". + */ diff --git a/zlib/Makefile b/zlib/Makefile index b8e37586b..919ef51aa 100644 --- a/zlib/Makefile +++ b/zlib/Makefile @@ -1,9 +1,9 @@ # -# "$Id: Makefile,v 1.1.2.6 2004/09/08 16:04:42 easysw Exp $" +# "$Id$" # # GNU ZIP library makefile for the Fast Light Toolkit (FLTK). # -# Copyright 1997-2004 by Easy Software Products. +# Copyright 1997-2005 by Easy Software Products. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -103,5 +103,5 @@ $(OBJS): ../makeinclude # -# End of "$Id: Makefile,v 1.1.2.6 2004/09/08 16:04:42 easysw Exp $". +# End of "$Id$". # diff --git a/zlib/adler32.c b/zlib/adler32.c index f225f5465..624a1696e 100644 --- a/zlib/adler32.c +++ b/zlib/adler32.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: adler32.c,v 1.1.2.2 2004/09/08 16:04:42 easysw Exp $ */ +/* @(#) $Id$ */ #define ZLIB_INTERNAL #include "zlib.h" diff --git a/zlib/compress.c b/zlib/compress.c index bddae08c7..24ef02919 100644 --- a/zlib/compress.c +++ b/zlib/compress.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: compress.c,v 1.1.2.2 2004/09/08 16:04:42 easysw Exp $ */ +/* @(#) $Id$ */ #define ZLIB_INTERNAL #include "zlib.h" diff --git a/zlib/crc32.c b/zlib/crc32.c index b3e0b97cc..689b2883b 100644 --- a/zlib/crc32.c +++ b/zlib/crc32.c @@ -9,7 +9,7 @@ * of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3. */ -/* @(#) $Id: crc32.c,v 1.1.2.2 2004/09/08 16:04:42 easysw Exp $ */ +/* @(#) $Id$ */ #ifdef MAKECRCH # include diff --git a/zlib/deflate.c b/zlib/deflate.c index 0ce30a68d..0525b2f33 100644 --- a/zlib/deflate.c +++ b/zlib/deflate.c @@ -47,7 +47,7 @@ * */ -/* @(#) $Id: deflate.c,v 1.1.2.2 2004/09/08 16:04:42 easysw Exp $ */ +/* @(#) $Id$ */ #include "deflate.h" diff --git a/zlib/deflate.h b/zlib/deflate.h index b939d43fe..e31f66be5 100644 --- a/zlib/deflate.h +++ b/zlib/deflate.h @@ -8,7 +8,7 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id: deflate.h,v 1.1.2.2 2004/09/08 16:04:42 easysw Exp $ */ +/* @(#) $Id$ */ #ifndef DEFLATE_H #define DEFLATE_H diff --git a/zlib/gzio.c b/zlib/gzio.c index 615664e43..4afd102b3 100644 --- a/zlib/gzio.c +++ b/zlib/gzio.c @@ -5,7 +5,7 @@ * Compile this file with -DNO_GZCOMPRESS to avoid the compression code. */ -/* @(#) $Id: gzio.c,v 1.1.2.2 2004/09/08 16:04:43 easysw Exp $ */ +/* @(#) $Id$ */ #include diff --git a/zlib/trees.c b/zlib/trees.c index 00fa061dc..bb0955493 100644 --- a/zlib/trees.c +++ b/zlib/trees.c @@ -29,7 +29,7 @@ * Addison-Wesley, 1983. ISBN 0-201-06672-6. */ -/* @(#) $Id: trees.c,v 1.1.2.2 2004/09/08 16:04:43 easysw Exp $ */ +/* @(#) $Id$ */ /* #define GEN_TREES_H */ diff --git a/zlib/uncompr.c b/zlib/uncompr.c index ea73a9550..b59e3d0de 100644 --- a/zlib/uncompr.c +++ b/zlib/uncompr.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: uncompr.c,v 1.1.2.2 2004/09/08 16:04:43 easysw Exp $ */ +/* @(#) $Id$ */ #define ZLIB_INTERNAL #include "zlib.h" diff --git a/zlib/zconf.h b/zlib/zconf.h index dce0122fe..3cea897ed 100644 --- a/zlib/zconf.h +++ b/zlib/zconf.h @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: zconf.h,v 1.1.2.2 2004/09/08 16:04:43 easysw Exp $ */ +/* @(#) $Id$ */ #ifndef ZCONF_H #define ZCONF_H diff --git a/zlib/zutil.c b/zlib/zutil.c index 104ff97aa..0ef4f99f5 100644 --- a/zlib/zutil.c +++ b/zlib/zutil.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: zutil.c,v 1.1.2.2 2004/09/08 16:04:43 easysw Exp $ */ +/* @(#) $Id$ */ #include "zutil.h" diff --git a/zlib/zutil.h b/zlib/zutil.h index 16d24ee53..87b70acec 100644 --- a/zlib/zutil.h +++ b/zlib/zutil.h @@ -8,7 +8,7 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id: zutil.h,v 1.1.2.2 2004/09/08 16:04:43 easysw Exp $ */ +/* @(#) $Id$ */ #ifndef ZUTIL_H #define ZUTIL_H