diff options
Diffstat (limited to 'test')
58 files changed, 174 insertions, 189 deletions
diff --git a/test/CubeMain.cxx b/test/CubeMain.cxx index 135ba9a41..096644e37 100644 --- a/test/CubeMain.cxx +++ b/test/CubeMain.cxx @@ -1,9 +1,9 @@ // -// "$Id: CubeMain.cxx,v 1.2 1999/03/04 13:39:41 mike Exp $" +// "$Id: CubeMain.cxx,v 1.2.2.1 2000/04/25 22:16:48 mike Exp $" // // CubeView class definitions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/03/04 13:39:41 mike Exp $". +// End of "$Id: CubeMain.cxx,v 1.2.2.1 2000/04/25 22:16:48 mike Exp $". // diff --git a/test/CubeView.cxx b/test/CubeView.cxx index 4a70ea21b..6abda7303 100644 --- a/test/CubeView.cxx +++ b/test/CubeView.cxx @@ -1,9 +1,9 @@ // -// "$Id: CubeView.cxx,v 1.4 1999/03/10 16:40:19 mike Exp $" +// "$Id: CubeView.cxx,v 1.4.2.1 2000/04/25 22:16:48 mike Exp $" // // CubeView class implementation for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 @@ void CubeView::draw() { #endif /* HAVE_GL */ // -// End of "$Id: CubeView.cxx,v 1.4 1999/03/10 16:40:19 mike Exp $". +// End of "$Id: CubeView.cxx,v 1.4.2.1 2000/04/25 22:16:48 mike Exp $". // diff --git a/test/CubeView.h b/test/CubeView.h index 2099b60d9..20a5de079 100644 --- a/test/CubeView.h +++ b/test/CubeView.h @@ -1,9 +1,9 @@ // -// "$Id: CubeView.h,v 1.4 1999/03/10 16:40:19 mike Exp $" +// "$Id: CubeView.h,v 1.4.2.1 2000/04/25 22:16:48 mike Exp $" // // CubeView class definitions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -119,5 +119,5 @@ private: #endif // -// End of "$Id: CubeView.h,v 1.4 1999/03/10 16:40:19 mike Exp $". +// End of "$Id: CubeView.h,v 1.4.2.1 2000/04/25 22:16:48 mike Exp $". // diff --git a/test/Makefile b/test/Makefile index cf3539398..0085359fa 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,9 +1,9 @@ # -# "$Id: Makefile,v 1.19.2.1 1999/03/25 15:26:43 mike Exp $" +# "$Id: Makefile,v 1.19.2.2 2000/04/25 22:16:49 mike Exp $" # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-1999 by Bill Spitzak and others. +# Copyright 1998-2000 by Bill Spitzak 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,21 +50,6 @@ include ../makeinclude $(ALL): ../lib/$(LIBNAME) -.SUFFIXES: .cxx .c .o .fl .h - -.cxx: - $(CXX) -I.. $(CXXFLAGS) $< -L../lib -lfltk $(LDLIBS) -o $@ - -.cxx.o: - $(CXX) -I.. $(CXXFLAGS) $< -c - -.fl.cxx .fl.h: - ../fluid/fluid -c $< - -.fl: - ../fluid/fluid -c $< - $(CXX) -I.. $(CXXFLAGS) $@.cxx -L../lib -lfltk $(LDLIBS) -o $@ - # Other programs needing special "help"... CubeView: CubeMain.o CubeView.o CubeViewUI.o $(CXX) -I.. $(CXXFLAGS) CubeMain.o CubeView.o CubeViewUI.o \ @@ -106,5 +91,5 @@ install: @echo Nothing to install in test directory. # -# End of "$Id: Makefile,v 1.19.2.1 1999/03/25 15:26:43 mike Exp $". +# End of "$Id: Makefile,v 1.19.2.2 2000/04/25 22:16:49 mike Exp $". # diff --git a/test/adjuster.cxx b/test/adjuster.cxx index cdc16d1f5..3b730aacb 100644 --- a/test/adjuster.cxx +++ b/test/adjuster.cxx @@ -1,9 +1,9 @@ // -// "$Id: adjuster.cxx,v 1.4 1999/01/07 19:17:48 mike Exp $" +// "$Id: adjuster.cxx,v 1.4.2.1 2000/04/25 22:16:49 mike Exp $" // // Adjuster test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:48 mike Exp $". +// End of "$Id: adjuster.cxx,v 1.4.2.1 2000/04/25 22:16:49 mike Exp $". // diff --git a/test/arc.cxx b/test/arc.cxx index d909624ba..ede4ab38a 100755 --- a/test/arc.cxx +++ b/test/arc.cxx @@ -1,9 +1,9 @@ // -// "$Id: arc.cxx,v 1.4 1999/01/07 19:17:48 mike Exp $" +// "$Id: arc.cxx,v 1.4.2.1 2000/04/25 22:16:50 mike Exp $" // // Arc drawing test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:48 mike Exp $". +// End of "$Id: arc.cxx,v 1.4.2.1 2000/04/25 22:16:50 mike Exp $". // diff --git a/test/ask.cxx b/test/ask.cxx index fdd52dddf..c570e5808 100644 --- a/test/ask.cxx +++ b/test/ask.cxx @@ -1,5 +1,5 @@ // -// "$Id: ask.cxx,v 1.4 1999/01/07 19:17:48 mike Exp $" +// "$Id: ask.cxx,v 1.4.2.1 2000/04/25 22:16:50 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -110,5 +110,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: ask.cxx,v 1.4 1999/01/07 19:17:48 mike Exp $". +// End of "$Id: ask.cxx,v 1.4.2.1 2000/04/25 22:16:50 mike Exp $". // diff --git a/test/bitmap.cxx b/test/bitmap.cxx index 77cf8286c..7aea0d76f 100644 --- a/test/bitmap.cxx +++ b/test/bitmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: bitmap.cxx,v 1.4 1999/01/07 19:17:49 mike Exp $" +// "$Id: bitmap.cxx,v 1.4.2.1 2000/04/25 22:16:50 mike Exp $" // // Bitmap label test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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: bitmap.cxx,v 1.4 1999/01/07 19:17:49 mike Exp $". +// End of "$Id: bitmap.cxx,v 1.4.2.1 2000/04/25 22:16:50 mike Exp $". // diff --git a/test/boxtype.cxx b/test/boxtype.cxx index 7332945c4..cbefabe17 100644 --- a/test/boxtype.cxx +++ b/test/boxtype.cxx @@ -1,9 +1,9 @@ // -// "$Id: boxtype.cxx,v 1.4 1999/01/07 19:17:49 mike Exp $" +// "$Id: boxtype.cxx,v 1.4.2.1 2000/04/25 22:16:50 mike Exp $" // // Boxtype test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -89,5 +89,5 @@ int main(int argc, char ** argv) { } // -// End of "$Id: boxtype.cxx,v 1.4 1999/01/07 19:17:49 mike Exp $". +// End of "$Id: boxtype.cxx,v 1.4.2.1 2000/04/25 22:16:50 mike Exp $". // diff --git a/test/browser.cxx b/test/browser.cxx index 4b3a03fd2..927d41f67 100644 --- a/test/browser.cxx +++ b/test/browser.cxx @@ -1,9 +1,9 @@ // -// "$Id: browser.cxx,v 1.5.2.2 2000/01/20 06:14:34 bill Exp $" +// "$Id: browser.cxx,v 1.5.2.3 2000/04/25 22:16:50 mike Exp $" // // Browser test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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,6 +96,6 @@ int main(int argc, char **argv) { } // -// End of "$Id: browser.cxx,v 1.5.2.2 2000/01/20 06:14:34 bill Exp $". +// End of "$Id: browser.cxx,v 1.5.2.3 2000/04/25 22:16:50 mike Exp $". // diff --git a/test/browserop.cxx b/test/browserop.cxx index 35bd8bd8d..d7f12fa92 100644 --- a/test/browserop.cxx +++ b/test/browserop.cxx @@ -1,9 +1,9 @@ // -// "$Id: browserop.cxx,v 1.4 1999/01/07 19:17:49 mike Exp $" +// "$Id: browserop.cxx,v 1.4.2.1 2000/04/25 22:16:50 mike Exp $" // // Browser operation test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 @@ main(int argc, char *argv[]) } // -// End of "$Id: browserop.cxx,v 1.4 1999/01/07 19:17:49 mike Exp $". +// End of "$Id: browserop.cxx,v 1.4.2.1 2000/04/25 22:16:50 mike Exp $". // diff --git a/test/button.cxx b/test/button.cxx index c765eb8c6..41de646fc 100644 --- a/test/button.cxx +++ b/test/button.cxx @@ -1,9 +1,9 @@ // -// "$Id: button.cxx,v 1.4.2.1 1999/04/17 01:02:30 bill Exp $" +// "$Id: button.cxx,v 1.4.2.2 2000/04/25 22:16:51 mike Exp $" // // Button/callback test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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.1 1999/04/17 01:02:30 bill Exp $". +// End of "$Id: button.cxx,v 1.4.2.2 2000/04/25 22:16:51 mike Exp $". // diff --git a/test/buttons.cxx b/test/buttons.cxx index 32ca6ef84..18b9c2fbc 100644 --- a/test/buttons.cxx +++ b/test/buttons.cxx @@ -1,9 +1,9 @@ // -// "$Id: buttons.cxx,v 1.4 1999/01/07 19:17:50 mike Exp $" +// "$Id: buttons.cxx,v 1.4.2.1 2000/04/25 22:16:51 mike Exp $" // // Another button test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 @@ int main(int argc, char ** argv) { } // -// End of "$Id: buttons.cxx,v 1.4 1999/01/07 19:17:50 mike Exp $". +// End of "$Id: buttons.cxx,v 1.4.2.1 2000/04/25 22:16:51 mike Exp $". // diff --git a/test/checkers.cxx b/test/checkers.cxx index d233b221b..7734e95ca 100644 --- a/test/checkers.cxx +++ b/test/checkers.cxx @@ -1,12 +1,12 @@ // -// "$Id: checkers.cxx,v 1.9.2.3 1999/08/09 14:38:40 mike Exp $" +// "$Id: checkers.cxx,v 1.9.2.4 2000/04/25 22:16:51 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -1365,5 +1365,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: checkers.cxx,v 1.9.2.3 1999/08/09 14:38:40 mike Exp $". +// End of "$Id: checkers.cxx,v 1.9.2.4 2000/04/25 22:16:51 mike Exp $". // diff --git a/test/clock.cxx b/test/clock.cxx index cdb6d1d06..b37a92e85 100644 --- a/test/clock.cxx +++ b/test/clock.cxx @@ -1,9 +1,9 @@ // -// "$Id: clock.cxx,v 1.4 1999/01/07 19:17:50 mike Exp $" +// "$Id: clock.cxx,v 1.4.2.1 2000/04/25 22:16:51 mike Exp $" // // Clock test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:50 mike Exp $". +// End of "$Id: clock.cxx,v 1.4.2.1 2000/04/25 22:16:51 mike Exp $". // diff --git a/test/colbrowser.cxx b/test/colbrowser.cxx index 3a8ea1724..961533a3c 100644 --- a/test/colbrowser.cxx +++ b/test/colbrowser.cxx @@ -1,5 +1,5 @@ // -// "$Id: colbrowser.cxx,v 1.5 1999/01/07 19:17:51 mike Exp $" +// "$Id: colbrowser.cxx,v 1.5.2.1 2000/04/25 22:16:51 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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,5 +340,5 @@ create_form_cl(void) } // -// End of "$Id: colbrowser.cxx,v 1.5 1999/01/07 19:17:51 mike Exp $". +// End of "$Id: colbrowser.cxx,v 1.5.2.1 2000/04/25 22:16:51 mike Exp $". // diff --git a/test/color_chooser.cxx b/test/color_chooser.cxx index 886b24fa5..355aee332 100644 --- a/test/color_chooser.cxx +++ b/test/color_chooser.cxx @@ -1,9 +1,9 @@ // -// "$Id: color_chooser.cxx,v 1.6 1999/01/07 19:17:51 mike Exp $" +// "$Id: color_chooser.cxx,v 1.6.2.1 2000/04/25 22:16:52 mike Exp $" // // Color chooser test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:51 mike Exp $". +// End of "$Id: color_chooser.cxx,v 1.6.2.1 2000/04/25 22:16:52 mike Exp $". // diff --git a/test/connect.cxx b/test/connect.cxx index 81e11667d..f59a61c4f 100644 --- a/test/connect.cxx +++ b/test/connect.cxx @@ -1,5 +1,5 @@ // -// "$Id: connect.cxx,v 1.4.2.1 1999/05/11 09:39:31 bill Exp $" +// "$Id: connect.cxx,v 1.4.2.2 2000/04/25 22:16:52 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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.1 1999/05/11 09:39:31 bill Exp $". +// End of "$Id: connect.cxx,v 1.4.2.2 2000/04/25 22:16:52 mike Exp $". // diff --git a/test/cube.cxx b/test/cube.cxx index f1d2f6093..afec30c60 100644 --- a/test/cube.cxx +++ b/test/cube.cxx @@ -1,11 +1,11 @@ // -// "$Id: cube.cxx,v 1.4 1999/01/07 19:17:51 mike Exp $" +// "$Id: cube.cxx,v 1.4.2.1 2000/04/25 22:16:52 mike Exp $" // // Another forms test program for the Fast Light Tool Kit (FLTK). // // Modified to have 2 cubes to test multiple OpenGL contexts // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 @@ main(int argc, char **argv) { } // -// End of "$Id: cube.cxx,v 1.4 1999/01/07 19:17:51 mike Exp $". +// End of "$Id: cube.cxx,v 1.4.2.1 2000/04/25 22:16:52 mike Exp $". // diff --git a/test/cursor.cxx b/test/cursor.cxx index 9470bc9a4..83bb1cd86 100644 --- a/test/cursor.cxx +++ b/test/cursor.cxx @@ -1,9 +1,9 @@ // -// "$Id: cursor.cxx,v 1.4 1999/01/07 19:17:52 mike Exp $" +// "$Id: cursor.cxx,v 1.4.2.1 2000/04/25 22:16:52 mike Exp $" // // Cursor test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:52 mike Exp $". +// End of "$Id: cursor.cxx,v 1.4.2.1 2000/04/25 22:16:52 mike Exp $". // diff --git a/test/curve.cxx b/test/curve.cxx index e9d6a49d5..bcc858975 100644 --- a/test/curve.cxx +++ b/test/curve.cxx @@ -1,9 +1,9 @@ // -// "$Id: curve.cxx,v 1.4 1999/01/07 19:17:52 mike Exp $" +// "$Id: curve.cxx,v 1.4.2.1 2000/04/25 22:16:52 mike Exp $" // // Curve test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:52 mike Exp $". +// End of "$Id: curve.cxx,v 1.4.2.1 2000/04/25 22:16:52 mike Exp $". // diff --git a/test/demo.cxx b/test/demo.cxx index 353306a95..a84a8a54e 100644 --- a/test/demo.cxx +++ b/test/demo.cxx @@ -1,9 +1,9 @@ // -// "$Id: demo.cxx,v 1.8.2.1 2000/04/04 17:57:05 bill Exp $" +// "$Id: demo.cxx,v 1.8.2.2 2000/04/25 22:16:52 mike Exp $" // // Main demo program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -332,6 +332,6 @@ int main(int argc, char **argv) { } // -// End of "$Id: demo.cxx,v 1.8.2.1 2000/04/04 17:57:05 bill Exp $". +// End of "$Id: demo.cxx,v 1.8.2.2 2000/04/25 22:16:52 mike Exp $". // diff --git a/test/doublebuffer.cxx b/test/doublebuffer.cxx index eb889c0e2..0f05445e3 100644 --- a/test/doublebuffer.cxx +++ b/test/doublebuffer.cxx @@ -1,5 +1,5 @@ // -// "$Id: doublebuffer.cxx,v 1.4 1999/01/07 19:17:52 mike Exp $" +// "$Id: doublebuffer.cxx,v 1.4.2.1 2000/04/25 22:16:53 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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() { } // -// End of "$Id: doublebuffer.cxx,v 1.4 1999/01/07 19:17:52 mike Exp $". +// End of "$Id: doublebuffer.cxx,v 1.4.2.1 2000/04/25 22:16:53 mike Exp $". // diff --git a/test/editor.cxx b/test/editor.cxx index 253264121..83188250a 100644 --- a/test/editor.cxx +++ b/test/editor.cxx @@ -1,11 +1,11 @@ // -// "$Id: editor.cxx,v 1.2 1999/01/07 19:17:53 mike Exp $" +// "$Id: editor.cxx,v 1.2.2.1 2000/04/25 22:16:53 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -385,5 +385,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: editor.cxx,v 1.2 1999/01/07 19:17:53 mike Exp $". +// End of "$Id: editor.cxx,v 1.2.2.1 2000/04/25 22:16:53 mike Exp $". // diff --git a/test/file_chooser.cxx b/test/file_chooser.cxx index 2c1cea96e..601ed85af 100644 --- a/test/file_chooser.cxx +++ b/test/file_chooser.cxx @@ -1,9 +1,9 @@ // -// "$Id: file_chooser.cxx,v 1.4 1999/01/07 19:17:53 mike Exp $" +// "$Id: file_chooser.cxx,v 1.4.2.1 2000/04/25 22:16:53 mike Exp $" // // File chooser test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 @@ int main(int argc, char **argv) { } // -// End of "$Id: file_chooser.cxx,v 1.4 1999/01/07 19:17:53 mike Exp $". +// End of "$Id: file_chooser.cxx,v 1.4.2.1 2000/04/25 22:16:53 mike Exp $". // diff --git a/test/fl_jpeg_image.cxx b/test/fl_jpeg_image.cxx index aa916adcc..46f7ec36c 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 1999/01/07 19:17:53 mike Exp $" +// "$Id: fl_jpeg_image.cxx,v 1.5.2.1 2000/04/25 22:16:54 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:53 mike Exp $". +// End of "$Id: fl_jpeg_image.cxx,v 1.5.2.1 2000/04/25 22:16:54 mike Exp $". // diff --git a/test/fonts.cxx b/test/fonts.cxx index 730c06932..9f4d35b1e 100644 --- a/test/fonts.cxx +++ b/test/fonts.cxx @@ -1,9 +1,9 @@ // -// "$Id: fonts.cxx,v 1.5 1999/01/07 19:17:53 mike Exp $" +// "$Id: fonts.cxx,v 1.5.2.1 2000/04/25 22:16:54 mike Exp $" // // Font demo program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -164,5 +164,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: fonts.cxx,v 1.5 1999/01/07 19:17:53 mike Exp $". +// End of "$Id: fonts.cxx,v 1.5.2.1 2000/04/25 22:16:54 mike Exp $". // diff --git a/test/forms.cxx b/test/forms.cxx index 07e11005b..41df87de9 100644 --- a/test/forms.cxx +++ b/test/forms.cxx @@ -1,5 +1,5 @@ // -// "$Id: forms.cxx,v 1.4 1999/01/07 19:17:53 mike Exp $" +// "$Id: forms.cxx,v 1.4.2.1 2000/04/25 22:16:54 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -229,5 +229,5 @@ main (int argc, char *argv[]) } // -// End of "$Id: forms.cxx,v 1.4 1999/01/07 19:17:53 mike Exp $". +// End of "$Id: forms.cxx,v 1.4.2.1 2000/04/25 22:16:54 mike Exp $". // diff --git a/test/fractals.cxx b/test/fractals.cxx index d86d75f83..d241d3464 100644 --- a/test/fractals.cxx +++ b/test/fractals.cxx @@ -1,5 +1,5 @@ // -// "$Id: fractals.cxx,v 1.5.2.1 1999/03/25 13:37:00 mike Exp $" +// "$Id: fractals.cxx,v 1.5.2.2 2000/04/25 22:16:54 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -805,5 +805,5 @@ int main(int argc, char** argv) #endif // -// End of "$Id: fractals.cxx,v 1.5.2.1 1999/03/25 13:37:00 mike Exp $". +// End of "$Id: fractals.cxx,v 1.5.2.2 2000/04/25 22:16:54 mike Exp $". // diff --git a/test/fullscreen.cxx b/test/fullscreen.cxx index 666238590..5bbdea2d9 100644 --- a/test/fullscreen.cxx +++ b/test/fullscreen.cxx @@ -1,5 +1,5 @@ // -// "$Id: fullscreen.cxx,v 1.4 1999/01/07 19:17:54 mike Exp $" +// "$Id: fullscreen.cxx,v 1.4.2.1 2000/04/25 22:16:54 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:54 mike Exp $". +// End of "$Id: fullscreen.cxx,v 1.4.2.1 2000/04/25 22:16:54 mike Exp $". // diff --git a/test/gl_overlay.cxx b/test/gl_overlay.cxx index 2f5c131eb..c14971782 100644 --- a/test/gl_overlay.cxx +++ b/test/gl_overlay.cxx @@ -1,9 +1,9 @@ // -// "$Id: gl_overlay.cxx,v 1.4 1999/01/07 19:17:54 mike Exp $" +// "$Id: gl_overlay.cxx,v 1.4.2.1 2000/04/25 22:16:55 mike Exp $" // // OpenGL overlay test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:54 mike Exp $". +// End of "$Id: gl_overlay.cxx,v 1.4.2.1 2000/04/25 22:16:55 mike Exp $". // diff --git a/test/glpuzzle.cxx b/test/glpuzzle.cxx index 87c89206b..4db2d194a 100644 --- a/test/glpuzzle.cxx +++ b/test/glpuzzle.cxx @@ -1,12 +1,12 @@ // -// "$Id: glpuzzle.cxx,v 1.8 1999/02/25 20:05:30 bill Exp $" +// "$Id: glpuzzle.cxx,v 1.8.2.1 2000/04/25 22:16:55 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -1479,5 +1479,5 @@ main(int argc, char **argv) #endif // added for fltk's distribution // -// End of "$Id: glpuzzle.cxx,v 1.8 1999/02/25 20:05:30 bill Exp $". +// End of "$Id: glpuzzle.cxx,v 1.8.2.1 2000/04/25 22:16:55 mike Exp $". // diff --git a/test/hello.cxx b/test/hello.cxx index 10b007fc9..cfec205c7 100644 --- a/test/hello.cxx +++ b/test/hello.cxx @@ -1,9 +1,9 @@ // -// "$Id: hello.cxx,v 1.4 1999/01/07 19:17:55 mike Exp $" +// "$Id: hello.cxx,v 1.4.2.1 2000/04/25 22:16:55 mike Exp $" // // Hello, World! program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:55 mike Exp $". +// End of "$Id: hello.cxx,v 1.4.2.1 2000/04/25 22:16:55 mike Exp $". // diff --git a/test/iconize.cxx b/test/iconize.cxx index fa266e894..9ca7d58f5 100644 --- a/test/iconize.cxx +++ b/test/iconize.cxx @@ -1,9 +1,9 @@ // -// "$Id: iconize.cxx,v 1.4 1999/01/07 19:17:55 mike Exp $" +// "$Id: iconize.cxx,v 1.4.2.1 2000/04/25 22:16:55 mike Exp $" // // Iconize test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:55 mike Exp $". +// End of "$Id: iconize.cxx,v 1.4.2.1 2000/04/25 22:16:55 mike Exp $". // diff --git a/test/image.cxx b/test/image.cxx index 0e32f32e1..997c97fb9 100644 --- a/test/image.cxx +++ b/test/image.cxx @@ -1,5 +1,5 @@ // -// "$Id: image.cxx,v 1.6 1999/01/07 19:17:55 mike Exp $" +// "$Id: image.cxx,v 1.6.2.1 2000/04/25 22:16:55 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 @@ int main(int argc, char **argv) { } // -// End of "$Id: image.cxx,v 1.6 1999/01/07 19:17:55 mike Exp $". +// End of "$Id: image.cxx,v 1.6.2.1 2000/04/25 22:16:55 mike Exp $". // diff --git a/test/input.cxx b/test/input.cxx index bdebdfe0b..8fb571327 100644 --- a/test/input.cxx +++ b/test/input.cxx @@ -1,9 +1,9 @@ // -// "$Id: input.cxx,v 1.5 1999/01/07 19:17:56 mike Exp $" +// "$Id: input.cxx,v 1.5.2.1 2000/04/25 22:16:56 mike Exp $" // // Input field test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -117,5 +117,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: input.cxx,v 1.5 1999/01/07 19:17:56 mike Exp $". +// End of "$Id: input.cxx,v 1.5.2.1 2000/04/25 22:16:56 mike Exp $". // diff --git a/test/jpeg_image.cxx b/test/jpeg_image.cxx index 0adf29229..3b905f556 100644 --- a/test/jpeg_image.cxx +++ b/test/jpeg_image.cxx @@ -1,5 +1,5 @@ // -// "$Id: jpeg_image.cxx,v 1.5 1999/01/07 19:17:56 mike Exp $" +// "$Id: jpeg_image.cxx,v 1.5.2.1 2000/04/25 22:16:56 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -198,5 +198,5 @@ void readtheimage(const char *name) { #endif // -// End of "$Id: jpeg_image.cxx,v 1.5 1999/01/07 19:17:56 mike Exp $". +// End of "$Id: jpeg_image.cxx,v 1.5.2.1 2000/04/25 22:16:56 mike Exp $". // diff --git a/test/keyboard.cxx b/test/keyboard.cxx index 7b7b48c1e..c567b6fc2 100644 --- a/test/keyboard.cxx +++ b/test/keyboard.cxx @@ -1,5 +1,5 @@ // -// "$Id: keyboard.cxx,v 1.5 1999/01/07 19:17:56 mike Exp $" +// "$Id: keyboard.cxx,v 1.5.2.1 2000/04/25 22:16:56 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 @@ int main(int argc, char** argv) { } // -// End of "$Id: keyboard.cxx,v 1.5 1999/01/07 19:17:56 mike Exp $". +// End of "$Id: keyboard.cxx,v 1.5.2.1 2000/04/25 22:16:56 mike Exp $". // diff --git a/test/label.cxx b/test/label.cxx index 08a2d38b0..610f8b1ff 100644 --- a/test/label.cxx +++ b/test/label.cxx @@ -1,9 +1,9 @@ // -// "$Id: label.cxx,v 1.4 1999/01/07 19:17:57 mike Exp $" +// "$Id: label.cxx,v 1.4.2.1 2000/04/25 22:16:56 mike Exp $" // // Label test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:57 mike Exp $". +// End of "$Id: label.cxx,v 1.4.2.1 2000/04/25 22:16:56 mike Exp $". // diff --git a/test/list_visuals.cxx b/test/list_visuals.cxx index ac2398a82..5d9757b42 100644 --- a/test/list_visuals.cxx +++ b/test/list_visuals.cxx @@ -1,5 +1,5 @@ // -// "$Id: list_visuals.cxx,v 1.5 1999/01/07 19:17:57 mike Exp $" +// "$Id: list_visuals.cxx,v 1.5.2.1 2000/04/25 22:16:57 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:57 mike Exp $". +// End of "$Id: list_visuals.cxx,v 1.5.2.1 2000/04/25 22:16:57 mike Exp $". // diff --git a/test/mandelbrot.cxx b/test/mandelbrot.cxx index 2ff27515b..65b99a3e6 100644 --- a/test/mandelbrot.cxx +++ b/test/mandelbrot.cxx @@ -1,9 +1,9 @@ // -// "$Id: mandelbrot.cxx,v 1.8 1999/01/13 15:45:50 mike Exp $" +// "$Id: mandelbrot.cxx,v 1.8.2.1 2000/04/25 22:16:57 mike Exp $" // // Mandelbrot set demo for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 X,int Y,int W,int H) { } // -// End of "$Id: mandelbrot.cxx,v 1.8 1999/01/13 15:45:50 mike Exp $". +// End of "$Id: mandelbrot.cxx,v 1.8.2.1 2000/04/25 22:16:57 mike Exp $". // diff --git a/test/mandelbrot.h b/test/mandelbrot.h index 915c618de..a0ac83ffa 100644 --- a/test/mandelbrot.h +++ b/test/mandelbrot.h @@ -1,9 +1,9 @@ // -// "$Id: mandelbrot.h,v 1.5 1999/01/07 19:17:57 mike Exp $" +// "$Id: mandelbrot.h,v 1.5.2.1 2000/04/25 22:16:57 mike Exp $" // // Mandelbrot set header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:57 mike Exp $". +// End of "$Id: mandelbrot.h,v 1.5.2.1 2000/04/25 22:16:57 mike Exp $". // diff --git a/test/menubar.cxx b/test/menubar.cxx index 4358e6309..5114f9bb7 100644 --- a/test/menubar.cxx +++ b/test/menubar.cxx @@ -1,9 +1,9 @@ // -// "$Id: menubar.cxx,v 1.6.2.3 2000/04/11 08:11:56 bill Exp $" +// "$Id: menubar.cxx,v 1.6.2.4 2000/04/25 22:16:57 mike Exp $" // // Menubar test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -216,5 +216,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: menubar.cxx,v 1.6.2.3 2000/04/11 08:11:56 bill Exp $". +// End of "$Id: menubar.cxx,v 1.6.2.4 2000/04/25 22:16:57 mike Exp $". // diff --git a/test/message.cxx b/test/message.cxx index b830aed04..d7343170a 100644 --- a/test/message.cxx +++ b/test/message.cxx @@ -1,9 +1,9 @@ // -// "$Id: message.cxx,v 1.5 1999/01/07 19:17:58 mike Exp $" +// "$Id: message.cxx,v 1.5.2.1 2000/04/25 22:16:57 mike Exp $" // // Message test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 main(int, char **) { } // -// End of "$Id: message.cxx,v 1.5 1999/01/07 19:17:58 mike Exp $". +// End of "$Id: message.cxx,v 1.5.2.1 2000/04/25 22:16:57 mike Exp $". // diff --git a/test/minimum.cxx b/test/minimum.cxx index e6c2ff8c9..aa2c32962 100644 --- a/test/minimum.cxx +++ b/test/minimum.cxx @@ -1,5 +1,5 @@ // -// "$Id: minimum.cxx,v 1.4 1999/01/07 19:17:58 mike Exp $" +// "$Id: minimum.cxx,v 1.4.2.1 2000/04/25 22:16:57 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:58 mike Exp $". +// End of "$Id: minimum.cxx,v 1.4.2.1 2000/04/25 22:16:57 mike Exp $". // diff --git a/test/navigation.cxx b/test/navigation.cxx index 1f06c7e26..33dd88b0e 100644 --- a/test/navigation.cxx +++ b/test/navigation.cxx @@ -1,12 +1,12 @@ // -// "$Id: navigation.cxx,v 1.5 1999/01/07 19:17:58 mike Exp $" +// "$Id: navigation.cxx,v 1.5.2.1 2000/04/25 22:16:58 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:58 mike Exp $". +// End of "$Id: navigation.cxx,v 1.5.2.1 2000/04/25 22:16:58 mike Exp $". // diff --git a/test/output.cxx b/test/output.cxx index a0c813727..81e5b8916 100644 --- a/test/output.cxx +++ b/test/output.cxx @@ -1,9 +1,9 @@ // -// "$Id: output.cxx,v 1.4 1999/01/07 19:17:59 mike Exp $" +// "$Id: output.cxx,v 1.4.2.1 2000/04/25 22:16:58 mike Exp $" // // Output test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 @@ int main(int argc, char **argv) { } // -// End of "$Id: output.cxx,v 1.4 1999/01/07 19:17:59 mike Exp $". +// End of "$Id: output.cxx,v 1.4.2.1 2000/04/25 22:16:58 mike Exp $". // diff --git a/test/overlay.cxx b/test/overlay.cxx index 8a1a3f227..9726cb1af 100644 --- a/test/overlay.cxx +++ b/test/overlay.cxx @@ -1,9 +1,9 @@ // -// "$Id: overlay.cxx,v 1.4 1999/01/07 19:17:59 mike Exp $" +// "$Id: overlay.cxx,v 1.4.2.1 2000/04/25 22:16:58 mike Exp $" // // Overlay window test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:59 mike Exp $". +// End of "$Id: overlay.cxx,v 1.4.2.1 2000/04/25 22:16:58 mike Exp $". // diff --git a/test/pack.cxx b/test/pack.cxx index 1459652b3..da282724e 100644 --- a/test/pack.cxx +++ b/test/pack.cxx @@ -1,5 +1,5 @@ // -// "$Id: pack.cxx,v 1.4 1999/01/07 19:17:59 mike Exp $" +// "$Id: pack.cxx,v 1.4.2.1 2000/04/25 22:16:58 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:17:59 mike Exp $". +// End of "$Id: pack.cxx,v 1.4.2.1 2000/04/25 22:16:58 mike Exp $". // diff --git a/test/pixmap.cxx b/test/pixmap.cxx index 657e6b2a3..b51bae4e1 100644 --- a/test/pixmap.cxx +++ b/test/pixmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: pixmap.cxx,v 1.4 1999/01/07 19:17:59 mike Exp $" +// "$Id: pixmap.cxx,v 1.4.2.1 2000/04/25 22:16:58 mike Exp $" // // Pixmap label test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 @@ int main(int argc, char **argv) { } // -// End of "$Id: pixmap.cxx,v 1.4 1999/01/07 19:17:59 mike Exp $". +// End of "$Id: pixmap.cxx,v 1.4.2.1 2000/04/25 22:16:58 mike Exp $". // diff --git a/test/pixmap_browser.cxx b/test/pixmap_browser.cxx index 92f793372..5bb72bea7 100644 --- a/test/pixmap_browser.cxx +++ b/test/pixmap_browser.cxx @@ -1,12 +1,12 @@ // -// "$Id: pixmap_browser.cxx,v 1.5.2.1 1999/07/27 17:24:14 bill Exp $" +// "$Id: pixmap_browser.cxx,v 1.5.2.2 2000/04/25 22:16:59 mike Exp $" // // Another pixmap test program for the Fast Light Tool Kit (FLTK). // // On purpose, I do NOT provide a fltk method to turn a file // into a pixmap. This program uses a rather simplistic one. // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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: pixmap_browser.cxx,v 1.5.2.1 1999/07/27 17:24:14 bill Exp $". +// End of "$Id: pixmap_browser.cxx,v 1.5.2.2 2000/04/25 22:16:59 mike Exp $". // diff --git a/test/resizebox.cxx b/test/resizebox.cxx index 33435408d..6bba56da6 100644 --- a/test/resizebox.cxx +++ b/test/resizebox.cxx @@ -1,9 +1,9 @@ // -// "$Id: resizebox.cxx,v 1.4 1999/01/07 19:18:00 mike Exp $" +// "$Id: resizebox.cxx,v 1.4.2.1 2000/04/25 22:16:59 mike Exp $" // // Resize box test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 @@ int main(int argc, char **argv) { } // -// End of "$Id: resizebox.cxx,v 1.4 1999/01/07 19:18:00 mike Exp $". +// End of "$Id: resizebox.cxx,v 1.4.2.1 2000/04/25 22:16:59 mike Exp $". // diff --git a/test/scroll.cxx b/test/scroll.cxx index 23446f2b2..1574b2ad6 100644 --- a/test/scroll.cxx +++ b/test/scroll.cxx @@ -1,9 +1,9 @@ // -// "$Id: scroll.cxx,v 1.4 1999/01/07 19:18:00 mike Exp $" +// "$Id: scroll.cxx,v 1.4.2.1 2000/04/25 22:16:59 mike Exp $" // // Fl_Scroll test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:18:00 mike Exp $". +// End of "$Id: scroll.cxx,v 1.4.2.1 2000/04/25 22:16:59 mike Exp $". // diff --git a/test/shape.cxx b/test/shape.cxx index 5bab30a4c..656492e6a 100644 --- a/test/shape.cxx +++ b/test/shape.cxx @@ -1,9 +1,9 @@ // -// "$Id: shape.cxx,v 1.5.2.1 1999/10/15 09:01:48 bill Exp $" +// "$Id: shape.cxx,v 1.5.2.2 2000/04/25 22:16:59 mike Exp $" // // Tiny OpenGL demo program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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.1 1999/10/15 09:01:48 bill Exp $". +// End of "$Id: shape.cxx,v 1.5.2.2 2000/04/25 22:16:59 mike Exp $". // diff --git a/test/shiny.cxx b/test/shiny.cxx index 5e9eb58f6..177666c58 100644 --- a/test/shiny.cxx +++ b/test/shiny.cxx @@ -1,9 +1,9 @@ // -// "$Id: shiny.cxx,v 1.5 1999/01/07 19:18:01 mike Exp $" +// "$Id: shiny.cxx,v 1.5.2.1 2000/04/25 22:16:59 mike Exp $" // // OpenGL "shiny buttons" test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -303,5 +303,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: shiny.cxx,v 1.5 1999/01/07 19:18:01 mike Exp $". +// End of "$Id: shiny.cxx,v 1.5.2.1 2000/04/25 22:16:59 mike Exp $". // diff --git a/test/subwindow.cxx b/test/subwindow.cxx index 209b54e52..a5cb6a519 100644 --- a/test/subwindow.cxx +++ b/test/subwindow.cxx @@ -1,5 +1,5 @@ // -// "$Id: subwindow.cxx,v 1.5.2.2 1999/07/22 21:37:04 bill Exp $" +// "$Id: subwindow.cxx,v 1.5.2.3 2000/04/25 22:16:59 mike 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-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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, char **) { } // -// End of "$Id: subwindow.cxx,v 1.5.2.2 1999/07/22 21:37:04 bill Exp $". +// End of "$Id: subwindow.cxx,v 1.5.2.3 2000/04/25 22:16:59 mike Exp $". // diff --git a/test/symbols.cxx b/test/symbols.cxx index a74fcab56..e8cdcbea8 100644 --- a/test/symbols.cxx +++ b/test/symbols.cxx @@ -1,9 +1,9 @@ // -// "$Id: symbols.cxx,v 1.4 1999/01/07 19:18:01 mike Exp $" +// "$Id: symbols.cxx,v 1.4.2.1 2000/04/25 22:16:59 mike Exp $" // // Symbol test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -85,5 +85,5 @@ bt("@DnArrow"); } // -// End of "$Id: symbols.cxx,v 1.4 1999/01/07 19:18:01 mike Exp $". +// End of "$Id: symbols.cxx,v 1.4.2.1 2000/04/25 22:16:59 mike Exp $". // diff --git a/test/tile.cxx b/test/tile.cxx index 4c496a8bd..58d5a5b5e 100755 --- a/test/tile.cxx +++ b/test/tile.cxx @@ -1,9 +1,9 @@ // -// "$Id: tile.cxx,v 1.4 1999/01/07 19:18:01 mike Exp $" +// "$Id: tile.cxx,v 1.4.2.1 2000/04/25 22:17:00 mike Exp $" // // Tile test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-1999 by Bill Spitzak and others. +// Copyright 1998-2000 by Bill Spitzak 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 1999/01/07 19:18:01 mike Exp $". +// End of "$Id: tile.cxx,v 1.4.2.1 2000/04/25 22:17:00 mike Exp $". // |
