diff options
Diffstat (limited to 'test')
61 files changed, 184 insertions, 184 deletions
diff --git a/test/CubeMain.cxx b/test/CubeMain.cxx index bad84cb2a..95e408d4b 100644 --- a/test/CubeMain.cxx +++ b/test/CubeMain.cxx @@ -1,9 +1,9 @@ // -// "$Id: CubeMain.cxx,v 1.2.2.5.2.3 2003/01/30 21:44:42 easysw Exp $" +// "$Id: CubeMain.cxx,v 1.2.2.5.2.4 2004/04/11 04:39:00 easysw Exp $" // // CubeView class definitions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -43,5 +43,5 @@ main(int argc, char **argv) { // -// End of "$Id: CubeMain.cxx,v 1.2.2.5.2.3 2003/01/30 21:44:42 easysw Exp $". +// End of "$Id: CubeMain.cxx,v 1.2.2.5.2.4 2004/04/11 04:39:00 easysw Exp $". // diff --git a/test/CubeView.cxx b/test/CubeView.cxx index 832ce1481..289fafb51 100644 --- a/test/CubeView.cxx +++ b/test/CubeView.cxx @@ -1,9 +1,9 @@ // -// "$Id: CubeView.cxx,v 1.4.2.4.2.4 2003/01/30 21:44:43 easysw Exp $" +// "$Id: CubeView.cxx,v 1.4.2.4.2.5 2004/04/11 04:39:00 easysw Exp $" // // CubeView class implementation for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -147,7 +147,7 @@ void CubeView::draw() { if (!valid()) { glLoadIdentity(); glViewport(0,0,w(),h()); - glOrtho(-10,10,-10,10,-20030,10000); + glOrtho(-10,10,-10,10,-20040,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.4 2003/01/30 21:44:43 easysw Exp $". +// End of "$Id: CubeView.cxx,v 1.4.2.4.2.5 2004/04/11 04:39:00 easysw Exp $". // diff --git a/test/CubeView.h b/test/CubeView.h index 52b7ffc15..5141bde56 100644 --- a/test/CubeView.h +++ b/test/CubeView.h @@ -1,9 +1,9 @@ // -// "$Id: CubeView.h,v 1.4.2.4.2.2 2003/01/30 21:44:45 easysw Exp $" +// "$Id: CubeView.h,v 1.4.2.4.2.3 2004/04/11 04:39:00 easysw Exp $" // // CubeView class definitions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -118,5 +118,5 @@ private: #endif // -// End of "$Id: CubeView.h,v 1.4.2.4.2.2 2003/01/30 21:44:45 easysw Exp $". +// End of "$Id: CubeView.h,v 1.4.2.4.2.3 2004/04/11 04:39:00 easysw Exp $". // diff --git a/test/Makefile b/test/Makefile index 66f411058..8e85bd3b2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,9 +1,9 @@ # -# "$Id: Makefile,v 1.19.2.7.2.40 2003/09/05 12:24:31 easysw Exp $" +# "$Id: Makefile,v 1.19.2.7.2.41 2004/04/11 04:39:00 easysw Exp $" # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2003 by Bill Spitzak and others. +# 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 @@ -372,5 +372,5 @@ shape$(EXEEXT): shape.o # -# End of "$Id: Makefile,v 1.19.2.7.2.40 2003/09/05 12:24:31 easysw Exp $". +# End of "$Id: Makefile,v 1.19.2.7.2.41 2004/04/11 04:39:00 easysw Exp $". # diff --git a/test/adjuster.cxx b/test/adjuster.cxx index 684a2c7f6..42417716e 100644 --- a/test/adjuster.cxx +++ b/test/adjuster.cxx @@ -1,9 +1,9 @@ // -// "$Id: adjuster.cxx,v 1.4.2.3.2.2 2003/01/30 21:44:49 easysw Exp $" +// "$Id: adjuster.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $" // // Adjuster test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -60,5 +60,5 @@ int main(int, char ** argv) { } // -// End of "$Id: adjuster.cxx,v 1.4.2.3.2.2 2003/01/30 21:44:49 easysw Exp $". +// End of "$Id: adjuster.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $". // diff --git a/test/arc.cxx b/test/arc.cxx index 2e392ab5a..266d4e513 100755 --- a/test/arc.cxx +++ b/test/arc.cxx @@ -1,9 +1,9 @@ // -// "$Id: arc.cxx,v 1.4.2.3.2.2 2003/01/30 21:44:50 easysw Exp $" +// "$Id: arc.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $" // // Arc drawing test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -92,6 +92,6 @@ int main(int argc, char** argv) { // -// End of "$Id: arc.cxx,v 1.4.2.3.2.2 2003/01/30 21:44:50 easysw Exp $". +// End of "$Id: arc.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $". // diff --git a/test/ask.cxx b/test/ask.cxx index d098bac94..55192aa69 100644 --- a/test/ask.cxx +++ b/test/ask.cxx @@ -1,5 +1,5 @@ // -// "$Id: ask.cxx,v 1.4.2.3.2.3 2003/01/30 21:44:53 easysw Exp $" +// "$Id: ask.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -74,5 +74,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: ask.cxx,v 1.4.2.3.2.3 2003/01/30 21:44:53 easysw Exp $". +// End of "$Id: ask.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $". // diff --git a/test/bitmap.cxx b/test/bitmap.cxx index 1ae4e2987..46e4be047 100644 --- a/test/bitmap.cxx +++ b/test/bitmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: bitmap.cxx,v 1.4.2.3.2.5 2003/01/30 21:44:54 easysw Exp $" +// "$Id: bitmap.cxx,v 1.4.2.3.2.6 2004/04/11 04:39:00 easysw Exp $" // // Bitmap label test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -141,5 +141,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: bitmap.cxx,v 1.4.2.3.2.5 2003/01/30 21:44:54 easysw Exp $". +// End of "$Id: bitmap.cxx,v 1.4.2.3.2.6 2004/04/11 04:39:00 easysw Exp $". // diff --git a/test/boxtype.cxx b/test/boxtype.cxx index da9b12911..c1b11d6b8 100644 --- a/test/boxtype.cxx +++ b/test/boxtype.cxx @@ -1,9 +1,9 @@ // -// "$Id: boxtype.cxx,v 1.4.2.3.2.4 2003/05/18 22:12:24 easysw Exp $" +// "$Id: boxtype.cxx,v 1.4.2.3.2.5 2004/04/11 04:39:00 easysw Exp $" // // Boxtype test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -96,5 +96,5 @@ int main(int argc, char ** argv) { } // -// End of "$Id: boxtype.cxx,v 1.4.2.3.2.4 2003/05/18 22:12:24 easysw Exp $". +// End of "$Id: boxtype.cxx,v 1.4.2.3.2.5 2004/04/11 04:39:00 easysw Exp $". // diff --git a/test/browser.cxx b/test/browser.cxx index 99d77f2f6..054bc0dfa 100644 --- a/test/browser.cxx +++ b/test/browser.cxx @@ -1,9 +1,9 @@ // -// "$Id: browser.cxx,v 1.5.2.6.2.5 2003/01/30 21:44:59 easysw Exp $" +// "$Id: browser.cxx,v 1.5.2.6.2.6 2004/04/11 04:39:00 easysw Exp $" // // Browser test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -157,6 +157,6 @@ int main(int argc, char **argv) { } // -// End of "$Id: browser.cxx,v 1.5.2.6.2.5 2003/01/30 21:44:59 easysw Exp $". +// End of "$Id: browser.cxx,v 1.5.2.6.2.6 2004/04/11 04:39:00 easysw Exp $". // diff --git a/test/button.cxx b/test/button.cxx index e2eefed8c..6450ef4e8 100644 --- a/test/button.cxx +++ b/test/button.cxx @@ -1,9 +1,9 @@ // -// "$Id: button.cxx,v 1.4.2.4.2.2 2003/01/30 21:45:01 easysw Exp $" +// "$Id: button.cxx,v 1.4.2.4.2.3 2004/04/11 04:39:00 easysw Exp $" // // Button/callback test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -62,5 +62,5 @@ int main(int argc, char ** argv) { } // -// End of "$Id: button.cxx,v 1.4.2.4.2.2 2003/01/30 21:45:01 easysw Exp $". +// End of "$Id: button.cxx,v 1.4.2.4.2.3 2004/04/11 04:39:00 easysw Exp $". // diff --git a/test/buttons.cxx b/test/buttons.cxx index 1def30832..cfe6d8cdb 100644 --- a/test/buttons.cxx +++ b/test/buttons.cxx @@ -1,9 +1,9 @@ // -// "$Id: buttons.cxx,v 1.4.2.3.2.3 2003/01/30 21:45:02 easysw Exp $" +// "$Id: buttons.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $" // // Another button test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -49,5 +49,5 @@ int main(int argc, char ** argv) { } // -// End of "$Id: buttons.cxx,v 1.4.2.3.2.3 2003/01/30 21:45:02 easysw Exp $". +// End of "$Id: buttons.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:00 easysw Exp $". // diff --git a/test/checkers.cxx b/test/checkers.cxx index cb086f8ff..d79ba8ca5 100644 --- a/test/checkers.cxx +++ b/test/checkers.cxx @@ -1,12 +1,12 @@ // -// "$Id: checkers.cxx,v 1.9.2.7.2.4 2003/01/30 21:45:04 easysw Exp $" +// "$Id: checkers.cxx,v 1.9.2.7.2.5 2004/04/11 04:39:00 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -1355,5 +1355,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: checkers.cxx,v 1.9.2.7.2.4 2003/01/30 21:45:04 easysw Exp $". +// End of "$Id: checkers.cxx,v 1.9.2.7.2.5 2004/04/11 04:39:00 easysw Exp $". // diff --git a/test/clock.cxx b/test/clock.cxx index 598d8faab..9a49ca8b8 100644 --- a/test/clock.cxx +++ b/test/clock.cxx @@ -1,9 +1,9 @@ // -// "$Id: clock.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:07 easysw Exp $" +// "$Id: clock.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $" // // Clock test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -47,5 +47,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: clock.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:07 easysw Exp $". +// End of "$Id: clock.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:00 easysw Exp $". // diff --git a/test/colbrowser.cxx b/test/colbrowser.cxx index 67d17b16e..8acfcba28 100644 --- a/test/colbrowser.cxx +++ b/test/colbrowser.cxx @@ -1,5 +1,5 @@ // -// "$Id: colbrowser.cxx,v 1.5.2.5.2.2 2003/01/30 21:45:08 easysw Exp $" +// "$Id: colbrowser.cxx,v 1.5.2.5.2.3 2004/04/11 04:39:01 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -341,5 +341,5 @@ create_form_cl(void) } // -// End of "$Id: colbrowser.cxx,v 1.5.2.5.2.2 2003/01/30 21:45:08 easysw Exp $". +// End of "$Id: colbrowser.cxx,v 1.5.2.5.2.3 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/color_chooser.cxx b/test/color_chooser.cxx index 5fa3d77ee..8216290a6 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.4 2003/01/30 21:45:10 easysw Exp $" +// "$Id: color_chooser.cxx,v 1.6.2.3.2.5 2004/04/11 04:39:01 easysw Exp $" // // Color chooser test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -146,5 +146,5 @@ int main(int argc, char ** argv) { } // -// End of "$Id: color_chooser.cxx,v 1.6.2.3.2.4 2003/01/30 21:45:10 easysw Exp $". +// End of "$Id: color_chooser.cxx,v 1.6.2.3.2.5 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/connect.cxx b/test/connect.cxx index 8e855b47f..ab955db07 100644 --- a/test/connect.cxx +++ b/test/connect.cxx @@ -1,5 +1,5 @@ // -// "$Id: connect.cxx,v 1.4.2.4.2.2 2003/01/30 21:45:15 easysw Exp $" +// "$Id: connect.cxx,v 1.4.2.4.2.3 2004/04/11 04:39:01 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -71,5 +71,5 @@ int main(int argc, char ** argv) { } // -// End of "$Id: connect.cxx,v 1.4.2.4.2.2 2003/01/30 21:45:15 easysw Exp $". +// End of "$Id: connect.cxx,v 1.4.2.4.2.3 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/cube.cxx b/test/cube.cxx index bde795691..9e1eda284 100644 --- a/test/cube.cxx +++ b/test/cube.cxx @@ -1,11 +1,11 @@ // -// "$Id: cube.cxx,v 1.4.2.5.2.6 2003/01/30 21:45:16 easysw Exp $" +// "$Id: cube.cxx,v 1.4.2.5.2.7 2004/04/11 04:39:01 easysw Exp $" // // Another forms test program for the Fast Light Tool Kit (FLTK). // // Modified to have 2 cubes to test multiple OpenGL contexts // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -184,5 +184,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: cube.cxx,v 1.4.2.5.2.6 2003/01/30 21:45:16 easysw Exp $". +// End of "$Id: cube.cxx,v 1.4.2.5.2.7 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/cursor.cxx b/test/cursor.cxx index e1df5f29f..5aa8fd86e 100644 --- a/test/cursor.cxx +++ b/test/cursor.cxx @@ -1,9 +1,9 @@ // -// "$Id: cursor.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:19 easysw Exp $" +// "$Id: cursor.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" // // Cursor test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -159,5 +159,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: cursor.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:19 easysw Exp $". +// End of "$Id: cursor.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/curve.cxx b/test/curve.cxx index 6b5af37ab..f1e2cfecc 100644 --- a/test/curve.cxx +++ b/test/curve.cxx @@ -1,9 +1,9 @@ // -// "$Id: curve.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:20 easysw Exp $" +// "$Id: curve.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" // // Curve test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -109,5 +109,5 @@ int main(int argc, char** argv) { } // -// End of "$Id: curve.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:20 easysw Exp $". +// End of "$Id: curve.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/demo.cxx b/test/demo.cxx index ff7dac624..5dda349b6 100644 --- a/test/demo.cxx +++ b/test/demo.cxx @@ -1,9 +1,9 @@ // -// "$Id: demo.cxx,v 1.8.2.5.2.8 2003/01/30 21:45:22 easysw Exp $" +// "$Id: demo.cxx,v 1.8.2.5.2.9 2004/04/11 04:39:01 easysw Exp $" // // Main demo program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -340,6 +340,6 @@ int main(int argc, char **argv) { } // -// End of "$Id: demo.cxx,v 1.8.2.5.2.8 2003/01/30 21:45:22 easysw Exp $". +// End of "$Id: demo.cxx,v 1.8.2.5.2.9 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/doublebuffer.cxx b/test/doublebuffer.cxx index f6c6c7b3d..5006b37f8 100644 --- a/test/doublebuffer.cxx +++ b/test/doublebuffer.cxx @@ -1,5 +1,5 @@ // -// "$Id: doublebuffer.cxx,v 1.4.2.3.2.3 2003/01/30 21:45:24 easysw Exp $" +// "$Id: doublebuffer.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -122,5 +122,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: doublebuffer.cxx,v 1.4.2.3.2.3 2003/01/30 21:45:24 easysw Exp $". +// End of "$Id: doublebuffer.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/editor.cxx b/test/editor.cxx index 74b5581fb..1847ea424 100644 --- a/test/editor.cxx +++ b/test/editor.cxx @@ -1,11 +1,11 @@ // -// "$Id: editor.cxx,v 1.2.2.3.2.17 2003/01/30 21:45:24 easysw Exp $" +// "$Id: editor.cxx,v 1.2.2.3.2.18 2004/04/11 04:39:01 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -771,5 +771,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: editor.cxx,v 1.2.2.3.2.17 2003/01/30 21:45:24 easysw Exp $". +// End of "$Id: editor.cxx,v 1.2.2.3.2.18 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/file_chooser.cxx b/test/file_chooser.cxx index 5b324a2f7..e95fc0383 100644 --- a/test/file_chooser.cxx +++ b/test/file_chooser.cxx @@ -1,9 +1,9 @@ // -// "$Id: file_chooser.cxx,v 1.4.2.3.2.10 2003/01/30 21:45:27 easysw Exp $" +// "$Id: file_chooser.cxx,v 1.4.2.3.2.11 2004/04/11 04:39:01 easysw Exp $" // // File chooser test program. // -// Copyright 1999-2003 by Michael Sweet. +// Copyright 1999-2004 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 @@ -338,5 +338,5 @@ show_callback(void) // -// End of "$Id: file_chooser.cxx,v 1.4.2.3.2.10 2003/01/30 21:45:27 easysw Exp $". +// End of "$Id: file_chooser.cxx,v 1.4.2.3.2.11 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/fl_jpeg_image.cxx b/test/fl_jpeg_image.cxx index 5ff455f37..037955101 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.2 2003/01/30 21:45:28 easysw Exp $" +// "$Id: fl_jpeg_image.cxx,v 1.5.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -197,5 +197,5 @@ void readtheimage(const char *name) { #endif // -// End of "$Id: fl_jpeg_image.cxx,v 1.5.2.3.2.2 2003/01/30 21:45:28 easysw Exp $". +// End of "$Id: fl_jpeg_image.cxx,v 1.5.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/fonts.cxx b/test/fonts.cxx index d818e05e5..4443f90f6 100644 --- a/test/fonts.cxx +++ b/test/fonts.cxx @@ -1,9 +1,9 @@ // -// "$Id: fonts.cxx,v 1.5.2.3.2.3 2003/01/30 21:45:29 easysw Exp $" +// "$Id: fonts.cxx,v 1.5.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" // // Font demo program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -165,5 +165,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: fonts.cxx,v 1.5.2.3.2.3 2003/01/30 21:45:29 easysw Exp $". +// End of "$Id: fonts.cxx,v 1.5.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/forms.cxx b/test/forms.cxx index 342403cac..6f3de03b7 100644 --- a/test/forms.cxx +++ b/test/forms.cxx @@ -1,5 +1,5 @@ // -// "$Id: forms.cxx,v 1.4.2.4.2.4 2003/01/30 21:45:32 easysw Exp $" +// "$Id: forms.cxx,v 1.4.2.4.2.5 2004/04/11 04:39:01 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -231,5 +231,5 @@ main (int argc, char *argv[]) } // -// End of "$Id: forms.cxx,v 1.4.2.4.2.4 2003/01/30 21:45:32 easysw Exp $". +// End of "$Id: forms.cxx,v 1.4.2.4.2.5 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/fractals.cxx b/test/fractals.cxx index fe1f63098..5a017bdb0 100644 --- a/test/fractals.cxx +++ b/test/fractals.cxx @@ -1,5 +1,5 @@ // -// "$Id: fractals.cxx,v 1.5.2.6.2.5 2003/01/30 21:45:34 easysw Exp $" +// "$Id: fractals.cxx,v 1.5.2.6.2.6 2004/04/11 04:39:01 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -816,5 +816,5 @@ int main(int argc, char** argv) #endif // -// End of "$Id: fractals.cxx,v 1.5.2.6.2.5 2003/01/30 21:45:34 easysw Exp $". +// End of "$Id: fractals.cxx,v 1.5.2.6.2.6 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/fullscreen.cxx b/test/fullscreen.cxx index 31cc80f59..0ff967eb7 100644 --- a/test/fullscreen.cxx +++ b/test/fullscreen.cxx @@ -1,5 +1,5 @@ // -// "$Id: fullscreen.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:35 easysw Exp $" +// "$Id: fullscreen.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -240,5 +240,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: fullscreen.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:35 easysw Exp $". +// End of "$Id: fullscreen.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/gl_overlay.cxx b/test/gl_overlay.cxx index 3b007dd31..e0a5e967a 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.2 2003/01/30 21:45:36 easysw Exp $" +// "$Id: gl_overlay.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" // // OpenGL overlay test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -151,5 +151,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: gl_overlay.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:36 easysw Exp $". +// End of "$Id: gl_overlay.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/glpuzzle.cxx b/test/glpuzzle.cxx index c90692773..5c79d1068 100644 --- a/test/glpuzzle.cxx +++ b/test/glpuzzle.cxx @@ -1,12 +1,12 @@ // -// "$Id: glpuzzle.cxx,v 1.8.2.5.2.3 2003/01/30 21:45:38 easysw Exp $" +// "$Id: glpuzzle.cxx,v 1.8.2.5.2.4 2004/04/11 04:39:01 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -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.3 2003/01/30 21:45:38 easysw Exp $". +// End of "$Id: glpuzzle.cxx,v 1.8.2.5.2.4 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/hello.cxx b/test/hello.cxx index bd83168ee..4766b3b93 100644 --- a/test/hello.cxx +++ b/test/hello.cxx @@ -1,9 +1,9 @@ // -// "$Id: hello.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:40 easysw Exp $" +// "$Id: hello.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" // // Hello, World! program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -39,5 +39,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: hello.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:40 easysw Exp $". +// End of "$Id: hello.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/help.cxx b/test/help.cxx index 59d58d6ca..bec9660d9 100644 --- a/test/help.cxx +++ b/test/help.cxx @@ -1,9 +1,9 @@ // -// "$Id: help.cxx,v 1.1.2.9 2003/01/30 21:45:41 easysw Exp $" +// "$Id: help.cxx,v 1.1.2.10 2004/04/11 04:39:01 easysw Exp $" // // Fl_Help_Dialog test program. // -// Copyright 1999-2003 by Easy Software Products. +// Copyright 1999-2004 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.9 2003/01/30 21:45:41 easysw Exp $". +// End of "$Id: help.cxx,v 1.1.2.10 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/iconize.cxx b/test/iconize.cxx index 5ddbacdd2..5a1c9b826 100644 --- a/test/iconize.cxx +++ b/test/iconize.cxx @@ -1,9 +1,9 @@ // -// "$Id: iconize.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:43 easysw Exp $" +// "$Id: iconize.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" // // Iconize test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -77,5 +77,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: iconize.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:43 easysw Exp $". +// End of "$Id: iconize.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/image.cxx b/test/image.cxx index 5575c4e1a..eea28c177 100644 --- a/test/image.cxx +++ b/test/image.cxx @@ -1,5 +1,5 @@ // -// "$Id: image.cxx,v 1.6.2.3.2.8 2003/01/30 21:45:44 easysw Exp $" +// "$Id: image.cxx,v 1.6.2.3.2.9 2004/04/11 04:39:01 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -155,5 +155,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: image.cxx,v 1.6.2.3.2.8 2003/01/30 21:45:44 easysw Exp $". +// End of "$Id: image.cxx,v 1.6.2.3.2.9 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/input.cxx b/test/input.cxx index 15206930c..9583b163d 100644 --- a/test/input.cxx +++ b/test/input.cxx @@ -1,9 +1,9 @@ // -// "$Id: input.cxx,v 1.5.2.4.2.6 2003/06/05 21:14:19 easysw Exp $" +// "$Id: input.cxx,v 1.5.2.4.2.7 2004/04/11 04:39:01 easysw Exp $" // // Input field test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -132,5 +132,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: input.cxx,v 1.5.2.4.2.6 2003/06/05 21:14:19 easysw Exp $". +// End of "$Id: input.cxx,v 1.5.2.4.2.7 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/keyboard.cxx b/test/keyboard.cxx index f74776b06..e44294d71 100644 --- a/test/keyboard.cxx +++ b/test/keyboard.cxx @@ -1,5 +1,5 @@ // -// "$Id: keyboard.cxx,v 1.5.2.3.2.6 2003/01/30 21:45:46 easysw Exp $" +// "$Id: keyboard.cxx,v 1.5.2.3.2.7 2004/04/11 04:39:01 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -139,5 +139,5 @@ int main(int argc, char** argv) { } // -// End of "$Id: keyboard.cxx,v 1.5.2.3.2.6 2003/01/30 21:45:46 easysw Exp $". +// End of "$Id: keyboard.cxx,v 1.5.2.3.2.7 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/keyboard.h b/test/keyboard.h index b5855638e..dbd28a8cc 100644 --- a/test/keyboard.h +++ b/test/keyboard.h @@ -1,9 +1,9 @@ // -// "$Id: keyboard.h,v 1.1.2.3 2003/01/30 21:45:46 easysw Exp $" +// "$Id: keyboard.h,v 1.1.2.4 2004/04/11 04:39:01 easysw Exp $" // // Keyboard/event test header for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -40,5 +40,5 @@ public: // -// End of "$Id: keyboard.h,v 1.1.2.3 2003/01/30 21:45:46 easysw Exp $". +// End of "$Id: keyboard.h,v 1.1.2.4 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/label.cxx b/test/label.cxx index 60adce89b..b23254b33 100644 --- a/test/label.cxx +++ b/test/label.cxx @@ -1,9 +1,9 @@ // -// "$Id: label.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:48 easysw Exp $" +// "$Id: label.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" // // Label test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -156,5 +156,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: label.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:48 easysw Exp $". +// End of "$Id: label.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/line_style.cxx b/test/line_style.cxx index e2698308b..da3d4c51d 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.2 2003/01/30 21:45:49 easysw Exp $" +// "$Id: line_style.cxx,v 1.1.2.2.2.3 2004/04/11 04:39:01 easysw Exp $" // // Line style demo for the Fast Light Tool Kit (FLTK). // -// Copyright 2000-2003 by Bill Spitzak and others. +// Copyright 2000-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 @@ -148,5 +148,5 @@ int main(int argc, char **argv) { // -// End of "$Id: line_style.cxx,v 1.1.2.2.2.2 2003/01/30 21:45:49 easysw Exp $". +// End of "$Id: line_style.cxx,v 1.1.2.2.2.3 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/list_visuals.cxx b/test/list_visuals.cxx index 761fd4cea..48374cda7 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.3 2003/01/30 21:45:49 easysw Exp $" +// "$Id: list_visuals.cxx,v 1.5.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -235,5 +235,5 @@ int main(int argc, char **argv) { #endif // -// End of "$Id: list_visuals.cxx,v 1.5.2.3.2.3 2003/01/30 21:45:49 easysw Exp $". +// End of "$Id: list_visuals.cxx,v 1.5.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/mandelbrot.cxx b/test/mandelbrot.cxx index 8bc5d5749..cc4aa4eea 100644 --- a/test/mandelbrot.cxx +++ b/test/mandelbrot.cxx @@ -1,9 +1,9 @@ // -// "$Id: mandelbrot.cxx,v 1.8.2.4.2.3 2003/01/30 21:45:50 easysw Exp $" +// "$Id: mandelbrot.cxx,v 1.8.2.4.2.4 2004/04/11 04:39:01 easysw Exp $" // // Mandelbrot set demo for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -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.3 2003/01/30 21:45:50 easysw Exp $". +// End of "$Id: mandelbrot.cxx,v 1.8.2.4.2.4 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/mandelbrot.h b/test/mandelbrot.h index db8a17b52..629d8afea 100644 --- a/test/mandelbrot.h +++ b/test/mandelbrot.h @@ -1,9 +1,9 @@ // -// "$Id: mandelbrot.h,v 1.5.2.3.2.2 2003/01/30 21:45:52 easysw Exp $" +// "$Id: mandelbrot.h,v 1.5.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" // // Mandelbrot set header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -68,5 +68,5 @@ public: }; // -// End of "$Id: mandelbrot.h,v 1.5.2.3.2.2 2003/01/30 21:45:52 easysw Exp $". +// End of "$Id: mandelbrot.h,v 1.5.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/menubar.cxx b/test/menubar.cxx index c0d5f9073..54fc4beb9 100644 --- a/test/menubar.cxx +++ b/test/menubar.cxx @@ -1,9 +1,9 @@ // -// "$Id: menubar.cxx,v 1.6.2.8.2.6 2003/01/30 21:45:53 easysw Exp $" +// "$Id: menubar.cxx,v 1.6.2.8.2.7 2004/04/11 04:39:01 easysw Exp $" // // Menubar test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -203,5 +203,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: menubar.cxx,v 1.6.2.8.2.6 2003/01/30 21:45:53 easysw Exp $". +// End of "$Id: menubar.cxx,v 1.6.2.8.2.7 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/message.cxx b/test/message.cxx index 4825039a3..2043b2106 100644 --- a/test/message.cxx +++ b/test/message.cxx @@ -1,9 +1,9 @@ // -// "$Id: message.cxx,v 1.5.2.3.2.5 2003/01/30 21:45:55 easysw Exp $" +// "$Id: message.cxx,v 1.5.2.3.2.6 2004/04/11 04:39:01 easysw Exp $" // // Message test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -55,5 +55,5 @@ int main(int, char **) { } // -// End of "$Id: message.cxx,v 1.5.2.3.2.5 2003/01/30 21:45:55 easysw Exp $". +// End of "$Id: message.cxx,v 1.5.2.3.2.6 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/minimum.cxx b/test/minimum.cxx index c7d586edc..a434b2322 100644 --- a/test/minimum.cxx +++ b/test/minimum.cxx @@ -1,5 +1,5 @@ // -// "$Id: minimum.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:56 easysw Exp $" +// "$Id: minimum.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -74,5 +74,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: minimum.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:56 easysw Exp $". +// End of "$Id: minimum.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/navigation.cxx b/test/navigation.cxx index 64f25f835..f19589292 100644 --- a/test/navigation.cxx +++ b/test/navigation.cxx @@ -1,12 +1,12 @@ // -// "$Id: navigation.cxx,v 1.5.2.3.2.3 2003/01/30 21:45:57 easysw Exp $" +// "$Id: navigation.cxx,v 1.5.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -66,5 +66,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: navigation.cxx,v 1.5.2.3.2.3 2003/01/30 21:45:57 easysw Exp $". +// End of "$Id: navigation.cxx,v 1.5.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/output.cxx b/test/output.cxx index b96607ade..787677a54 100644 --- a/test/output.cxx +++ b/test/output.cxx @@ -1,9 +1,9 @@ // -// "$Id: output.cxx,v 1.4.2.3.2.3 2003/01/30 21:45:58 easysw Exp $" +// "$Id: output.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" // // Output test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -99,5 +99,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: output.cxx,v 1.4.2.3.2.3 2003/01/30 21:45:58 easysw Exp $". +// End of "$Id: output.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/overlay.cxx b/test/overlay.cxx index 6fddea119..3692eb2ba 100644 --- a/test/overlay.cxx +++ b/test/overlay.cxx @@ -1,9 +1,9 @@ // -// "$Id: overlay.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:59 easysw Exp $" +// "$Id: overlay.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $" // // Overlay window test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -80,5 +80,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: overlay.cxx,v 1.4.2.3.2.2 2003/01/30 21:45:59 easysw Exp $". +// End of "$Id: overlay.cxx,v 1.4.2.3.2.3 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/pack.cxx b/test/pack.cxx index c1386ba48..986d0f697 100644 --- a/test/pack.cxx +++ b/test/pack.cxx @@ -1,5 +1,5 @@ // -// "$Id: pack.cxx,v 1.4.2.3.2.3 2003/01/30 21:45:59 easysw Exp $" +// "$Id: pack.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -114,5 +114,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: pack.cxx,v 1.4.2.3.2.3 2003/01/30 21:45:59 easysw Exp $". +// End of "$Id: pack.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/pixmap.cxx b/test/pixmap.cxx index 3e2be88ca..7ee53a96a 100644 --- a/test/pixmap.cxx +++ b/test/pixmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: pixmap.cxx,v 1.4.2.3.2.4 2003/01/30 21:45:59 easysw Exp $" +// "$Id: pixmap.cxx,v 1.4.2.3.2.5 2004/04/11 04:39:01 easysw Exp $" // // Pixmap label test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -96,5 +96,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: pixmap.cxx,v 1.4.2.3.2.4 2003/01/30 21:45:59 easysw Exp $". +// End of "$Id: pixmap.cxx,v 1.4.2.3.2.5 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/pixmap_browser.cxx b/test/pixmap_browser.cxx index 3c620cfaa..657765089 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.8 2003/01/30 21:46:00 easysw Exp $" +// "$Id: pixmap_browser.cxx,v 1.5.2.4.2.9 2004/04/11 04:39:01 easysw Exp $" // // A shared image test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -101,5 +101,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: pixmap_browser.cxx,v 1.5.2.4.2.8 2003/01/30 21:46:00 easysw Exp $". +// End of "$Id: pixmap_browser.cxx,v 1.5.2.4.2.9 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/resizebox.cxx b/test/resizebox.cxx index 645408e18..b175d0d4e 100644 --- a/test/resizebox.cxx +++ b/test/resizebox.cxx @@ -1,9 +1,9 @@ // -// "$Id: resizebox.cxx,v 1.4.2.3.2.3 2003/01/30 21:46:00 easysw Exp $" +// "$Id: resizebox.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" // // Resize box test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -96,5 +96,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: resizebox.cxx,v 1.4.2.3.2.3 2003/01/30 21:46:00 easysw Exp $". +// End of "$Id: resizebox.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/scroll.cxx b/test/scroll.cxx index 8f0d89269..94fc1b9dd 100644 --- a/test/scroll.cxx +++ b/test/scroll.cxx @@ -1,9 +1,9 @@ // -// "$Id: scroll.cxx,v 1.4.2.3.2.3 2003/01/30 21:46:01 easysw Exp $" +// "$Id: scroll.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" // // Fl_Scroll test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -137,5 +137,5 @@ int main(int argc, char** argv) { } // -// End of "$Id: scroll.cxx,v 1.4.2.3.2.3 2003/01/30 21:46:01 easysw Exp $". +// End of "$Id: scroll.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/shape.cxx b/test/shape.cxx index be320c659..bb23c4a35 100644 --- a/test/shape.cxx +++ b/test/shape.cxx @@ -1,9 +1,9 @@ // -// "$Id: shape.cxx,v 1.5.2.4.2.2 2003/01/30 21:46:02 easysw Exp $" +// "$Id: shape.cxx,v 1.5.2.4.2.3 2004/04/11 04:39:01 easysw Exp $" // // Tiny OpenGL demo program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -111,5 +111,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: shape.cxx,v 1.5.2.4.2.2 2003/01/30 21:46:02 easysw Exp $". +// End of "$Id: shape.cxx,v 1.5.2.4.2.3 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/subwindow.cxx b/test/subwindow.cxx index 4407c414e..76e3318f4 100644 --- a/test/subwindow.cxx +++ b/test/subwindow.cxx @@ -1,5 +1,5 @@ // -// "$Id: subwindow.cxx,v 1.5.2.5.2.3 2003/01/30 21:46:03 easysw Exp $" +// "$Id: subwindow.cxx,v 1.5.2.5.2.4 2004/04/11 04:39:01 easysw Exp $" // // 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-2003 by Bill Spitzak and others. +// 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 @@ -183,5 +183,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: subwindow.cxx,v 1.5.2.5.2.3 2003/01/30 21:46:03 easysw Exp $". +// End of "$Id: subwindow.cxx,v 1.5.2.5.2.4 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/symbols.cxx b/test/symbols.cxx index a99394db1..069e8c5c1 100644 --- a/test/symbols.cxx +++ b/test/symbols.cxx @@ -1,9 +1,9 @@ // -// "$Id: symbols.cxx,v 1.4.2.3.2.5 2003/01/30 21:46:03 easysw Exp $" +// "$Id: symbols.cxx,v 1.4.2.3.2.6 2004/04/11 04:39:01 easysw Exp $" // // Symbol test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -126,5 +126,5 @@ bt("@DnArrow"); } // -// End of "$Id: symbols.cxx,v 1.4.2.3.2.5 2003/01/30 21:46:03 easysw Exp $". +// End of "$Id: symbols.cxx,v 1.4.2.3.2.6 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/threads.cxx b/test/threads.cxx index b96e4149c..263a70a39 100644 --- a/test/threads.cxx +++ b/test/threads.cxx @@ -1,9 +1,9 @@ // -// "$Id: threads.cxx,v 1.10.2.5 2004/04/07 20:06:15 easysw Exp $" +// "$Id: threads.cxx,v 1.10.2.6 2004/04/11 04:39:01 easysw Exp $" // // Threading example program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -126,5 +126,5 @@ int main() { // -// End of "$Id: threads.cxx,v 1.10.2.5 2004/04/07 20:06:15 easysw Exp $". +// End of "$Id: threads.cxx,v 1.10.2.6 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/threads.h b/test/threads.h index 6e0177b88..f82bcc21f 100644 --- a/test/threads.h +++ b/test/threads.h @@ -1,9 +1,9 @@ // -// "$Id: threads.h,v 1.1.2.6 2003/01/30 21:46:05 easysw Exp $" +// "$Id: threads.h,v 1.1.2.7 2004/04/11 04:39:01 easysw Exp $" // // Simple threading API for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -68,5 +68,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.6 2003/01/30 21:46:05 easysw Exp $". +// End of "$Id: threads.h,v 1.1.2.7 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/tile.cxx b/test/tile.cxx index 6d580615e..678cb86d2 100755 --- a/test/tile.cxx +++ b/test/tile.cxx @@ -1,9 +1,9 @@ // -// "$Id: tile.cxx,v 1.4.2.3.2.3 2003/01/30 21:46:06 easysw Exp $" +// "$Id: tile.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $" // // Tile test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -86,5 +86,5 @@ int main(int argc, char** argv) { } // -// End of "$Id: tile.cxx,v 1.4.2.3.2.3 2003/01/30 21:46:06 easysw Exp $". +// End of "$Id: tile.cxx,v 1.4.2.3.2.4 2004/04/11 04:39:01 easysw Exp $". // diff --git a/test/tiled_image.cxx b/test/tiled_image.cxx index 4e204d788..133f158ad 100644 --- a/test/tiled_image.cxx +++ b/test/tiled_image.cxx @@ -1,9 +1,9 @@ // -// "$Id: tiled_image.cxx,v 1.1.2.6 2003/01/30 21:46:06 easysw Exp $" +// "$Id: tiled_image.cxx,v 1.1.2.7 2004/04/11 04:39:01 easysw Exp $" // // Fl_Tiled_Image test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2003 by Bill Spitzak and others. +// 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 @@ -100,5 +100,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: tiled_image.cxx,v 1.1.2.6 2003/01/30 21:46:06 easysw Exp $". +// End of "$Id: tiled_image.cxx,v 1.1.2.7 2004/04/11 04:39:01 easysw Exp $". // |
