diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-04-25 22:17:00 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-04-25 22:17:00 +0000 |
| commit | 4b561b6e908a89d91f466bbc8a76c0f1084ee0df (patch) | |
| tree | 782dc1b0f175b761f2a75c39d0621cf7e54d91cf /src | |
| parent | 4edd134933f7d9c6235667eede83bc54cf8e1070 (diff) | |
Updated copyright notices for all of the 1.0.x files.
Updated the configure script for *BSD and GCC 2.95 (-fno-exceptions)
Added install rule to documentation directory.
Dumped old packages directory; added traditional RPM spec file and EPM
list file (that replace all of the packages stuff)
The FLUID man page is now "fluid.1" for the formatted page and "fluid.man"
for the non-formatted page, since only IRIX uses pack'd formatted man pages.
Whew!
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1090 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
130 files changed, 415 insertions, 419 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index 3c56ad1e3..cbcfbd98d 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1,10 +1,10 @@ #include <stdio.h> // -// "$Id: Fl.cxx,v 1.24.2.17 2000/03/08 16:02:25 carl Exp $" +// "$Id: Fl.cxx,v 1.24.2.18 2000/04/25 22:16:17 mike Exp $" // // Main event handling code 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 @@ -706,5 +706,5 @@ int fl_old_shortcut(const char* s) { } // -// End of "$Id: Fl.cxx,v 1.24.2.17 2000/03/08 16:02:25 carl Exp $". +// End of "$Id: Fl.cxx,v 1.24.2.18 2000/04/25 22:16:17 mike Exp $". // diff --git a/src/Fl_Adjuster.cxx b/src/Fl_Adjuster.cxx index 09dee9447..d307cae7e 100644 --- a/src/Fl_Adjuster.cxx +++ b/src/Fl_Adjuster.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Adjuster.cxx,v 1.5 1999/01/07 19:17:16 mike Exp $" +// "$Id: Fl_Adjuster.cxx,v 1.5.2.1 2000/04/25 22:16:19 mike Exp $" // // Adjuster widget 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 @@ -130,5 +130,5 @@ Fl_Adjuster::Fl_Adjuster(int x, int y, int w, int h, const char* l) } // -// End of "$Id: Fl_Adjuster.cxx,v 1.5 1999/01/07 19:17:16 mike Exp $". +// End of "$Id: Fl_Adjuster.cxx,v 1.5.2.1 2000/04/25 22:16:19 mike Exp $". // diff --git a/src/Fl_Bitmap.cxx b/src/Fl_Bitmap.cxx index c195aa294..dcce88f1c 100644 --- a/src/Fl_Bitmap.cxx +++ b/src/Fl_Bitmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Bitmap.cxx,v 1.5.2.1 1999/11/18 17:12:55 mike Exp $" +// "$Id: Fl_Bitmap.cxx,v 1.5.2.2 2000/04/25 22:16:19 mike Exp $" // // Bitmap drawing routines 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 @@ -125,5 +125,5 @@ void Fl_Bitmap::label(Fl_Menu_Item* o) { } // -// End of "$Id: Fl_Bitmap.cxx,v 1.5.2.1 1999/11/18 17:12:55 mike Exp $". +// End of "$Id: Fl_Bitmap.cxx,v 1.5.2.2 2000/04/25 22:16:19 mike Exp $". // diff --git a/src/Fl_Box.cxx b/src/Fl_Box.cxx index 2058a0c1b..f3b2e2a43 100644 --- a/src/Fl_Box.cxx +++ b/src/Fl_Box.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Box.cxx,v 1.4 1999/01/07 19:17:16 mike Exp $" +// "$Id: Fl_Box.cxx,v 1.4.2.1 2000/04/25 22:16:19 mike Exp $" // // Box widget 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 @@ -34,5 +34,5 @@ void Fl_Box::draw() { } // -// End of "$Id: Fl_Box.cxx,v 1.4 1999/01/07 19:17:16 mike Exp $". +// End of "$Id: Fl_Box.cxx,v 1.4.2.1 2000/04/25 22:16:19 mike Exp $". // diff --git a/src/Fl_Browser.cxx b/src/Fl_Browser.cxx index f128b2a7a..c961f56a7 100644 --- a/src/Fl_Browser.cxx +++ b/src/Fl_Browser.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Browser.cxx,v 1.9.2.9 2000/03/17 09:38:17 bill Exp $" +// "$Id: Fl_Browser.cxx,v 1.9.2.10 2000/04/25 22:16:19 mike Exp $" // // Browser widget 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 @@ -493,5 +493,5 @@ int Fl_Browser::value() const { } // -// End of "$Id: Fl_Browser.cxx,v 1.9.2.9 2000/03/17 09:38:17 bill Exp $". +// End of "$Id: Fl_Browser.cxx,v 1.9.2.10 2000/04/25 22:16:19 mike Exp $". // diff --git a/src/Fl_Browser_.cxx b/src/Fl_Browser_.cxx index b28dc3b8f..da77f1594 100644 --- a/src/Fl_Browser_.cxx +++ b/src/Fl_Browser_.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Browser_.cxx,v 1.10.2.11 2000/04/11 08:11:51 bill Exp $" +// "$Id: Fl_Browser_.cxx,v 1.10.2.12 2000/04/25 22:16:20 mike Exp $" // // Base Browser widget class 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 @@ -700,5 +700,5 @@ void Fl_Browser_::item_select(void*, int) {} int Fl_Browser_::item_selected(void* l) const {return l==selection_;} // -// End of "$Id: Fl_Browser_.cxx,v 1.10.2.11 2000/04/11 08:11:51 bill Exp $". +// End of "$Id: Fl_Browser_.cxx,v 1.10.2.12 2000/04/25 22:16:20 mike Exp $". // diff --git a/src/Fl_Browser_load.cxx b/src/Fl_Browser_load.cxx index d9419d319..4da43b5be 100644 --- a/src/Fl_Browser_load.cxx +++ b/src/Fl_Browser_load.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Browser_load.cxx,v 1.4 1999/01/07 19:17:17 mike Exp $" +// "$Id: Fl_Browser_load.cxx,v 1.4.2.1 2000/04/25 22:16:20 mike Exp $" // // File loading routines 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 @@ -51,5 +51,5 @@ int Fl_Browser::load(const char *filename) { } // -// End of "$Id: Fl_Browser_load.cxx,v 1.4 1999/01/07 19:17:17 mike Exp $". +// End of "$Id: Fl_Browser_load.cxx,v 1.4.2.1 2000/04/25 22:16:20 mike Exp $". // diff --git a/src/Fl_Button.cxx b/src/Fl_Button.cxx index 1b7b10fe6..46da3fecb 100644 --- a/src/Fl_Button.cxx +++ b/src/Fl_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Button.cxx,v 1.4.2.2 2000/04/17 07:42:01 bill Exp $" +// "$Id: Fl_Button.cxx,v 1.4.2.3 2000/04/25 22:16:20 mike Exp $" // // Button widget 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 @@ -118,5 +118,5 @@ Fl_Button::Fl_Button(int x,int y,int w,int h, const char *l) } // -// End of "$Id: Fl_Button.cxx,v 1.4.2.2 2000/04/17 07:42:01 bill Exp $". +// End of "$Id: Fl_Button.cxx,v 1.4.2.3 2000/04/25 22:16:20 mike Exp $". // diff --git a/src/Fl_Chart.cxx b/src/Fl_Chart.cxx index 093d573b0..1336cf3ec 100644 --- a/src/Fl_Chart.cxx +++ b/src/Fl_Chart.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Chart.cxx,v 1.5.2.2 2000/01/23 01:24:17 bill Exp $" +// "$Id: Fl_Chart.cxx,v 1.5.2.3 2000/04/25 22:16:21 mike Exp $" // // Forms-compatible chart widget 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 @@ -378,5 +378,5 @@ void Fl_Chart::maxsize(int m) { } // -// End of "$Id: Fl_Chart.cxx,v 1.5.2.2 2000/01/23 01:24:17 bill Exp $". +// End of "$Id: Fl_Chart.cxx,v 1.5.2.3 2000/04/25 22:16:21 mike Exp $". // diff --git a/src/Fl_Check_Button.cxx b/src/Fl_Check_Button.cxx index 90d38f2b7..9c2889c44 100644 --- a/src/Fl_Check_Button.cxx +++ b/src/Fl_Check_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Check_Button.cxx,v 1.4 1999/01/07 19:17:18 mike Exp $" +// "$Id: Fl_Check_Button.cxx,v 1.4.2.1 2000/04/25 22:16:21 mike Exp $" // // Check button widget 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 diff --git a/src/Fl_Choice.cxx b/src/Fl_Choice.cxx index c286e8711..288dfac5e 100644 --- a/src/Fl_Choice.cxx +++ b/src/Fl_Choice.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Choice.cxx,v 1.10.2.2 1999/03/16 08:51:02 bill Exp $" +// "$Id: Fl_Choice.cxx,v 1.10.2.3 2000/04/25 22:16:21 mike Exp $" // // Choice widget 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 @@ -90,5 +90,5 @@ int Fl_Choice::handle(int e) { } // -// End of "$Id: Fl_Choice.cxx,v 1.10.2.2 1999/03/16 08:51:02 bill Exp $". +// End of "$Id: Fl_Choice.cxx,v 1.10.2.3 2000/04/25 22:16:21 mike Exp $". // diff --git a/src/Fl_Clock.cxx b/src/Fl_Clock.cxx index 49c1542ac..257dc089a 100644 --- a/src/Fl_Clock.cxx +++ b/src/Fl_Clock.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Clock.cxx,v 1.8.2.1 1999/03/25 15:26:42 mike Exp $" +// "$Id: Fl_Clock.cxx,v 1.8.2.2 2000/04/25 22:16:22 mike Exp $" // // Clock widget 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 @@ -170,5 +170,5 @@ Fl_Clock::~Fl_Clock() { } // -// End of "$Id: Fl_Clock.cxx,v 1.8.2.1 1999/03/25 15:26:42 mike Exp $". +// End of "$Id: Fl_Clock.cxx,v 1.8.2.2 2000/04/25 22:16:22 mike Exp $". // diff --git a/src/Fl_Color_Chooser.cxx b/src/Fl_Color_Chooser.cxx index 766f6a601..ca2159262 100644 --- a/src/Fl_Color_Chooser.cxx +++ b/src/Fl_Color_Chooser.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Color_Chooser.cxx,v 1.7.2.1 2000/04/14 09:08:12 bill Exp $" +// "$Id: Fl_Color_Chooser.cxx,v 1.7.2.2 2000/04/25 22:16:22 mike Exp $" // // Color chooser 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 @@ -431,5 +431,5 @@ int fl_color_chooser(const char* name, uchar& r, uchar& g, uchar& b) { } // -// End of "$Id: Fl_Color_Chooser.cxx,v 1.7.2.1 2000/04/14 09:08:12 bill Exp $". +// End of "$Id: Fl_Color_Chooser.cxx,v 1.7.2.2 2000/04/25 22:16:22 mike Exp $". // diff --git a/src/Fl_Counter.cxx b/src/Fl_Counter.cxx index 767eab64c..fd9a502a6 100644 --- a/src/Fl_Counter.cxx +++ b/src/Fl_Counter.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Counter.cxx,v 1.8 1999/01/07 19:17:19 mike Exp $" +// "$Id: Fl_Counter.cxx,v 1.8.2.1 2000/04/25 22:16:22 mike Exp $" // // Counter widget 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 @@ Fl_Counter::Fl_Counter(int x, int y, int w, int h, const char* l) } // -// End of "$Id: Fl_Counter.cxx,v 1.8 1999/01/07 19:17:19 mike Exp $". +// End of "$Id: Fl_Counter.cxx,v 1.8.2.1 2000/04/25 22:16:22 mike Exp $". // diff --git a/src/Fl_Dial.cxx b/src/Fl_Dial.cxx index bb171c485..c7cc946af 100644 --- a/src/Fl_Dial.cxx +++ b/src/Fl_Dial.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Dial.cxx,v 1.12 1999/03/10 08:17:42 bill Exp $" +// "$Id: Fl_Dial.cxx,v 1.12.2.1 2000/04/25 22:16:23 mike Exp $" // // Circular dial widget 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 @@ -131,5 +131,5 @@ Fl_Dial::Fl_Dial(int x, int y, int w, int h, const char* l) } // -// End of "$Id: Fl_Dial.cxx,v 1.12 1999/03/10 08:17:42 bill Exp $". +// End of "$Id: Fl_Dial.cxx,v 1.12.2.1 2000/04/25 22:16:23 mike Exp $". // diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx index 839455349..fbff8e256 100644 --- a/src/Fl_Double_Window.cxx +++ b/src/Fl_Double_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Double_Window.cxx,v 1.12 1999/01/07 19:17:19 mike Exp $" +// "$Id: Fl_Double_Window.cxx,v 1.12.2.1 2000/04/25 22:16:23 mike Exp $" // // Double-buffered window code 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 @@ -192,5 +192,5 @@ Fl_Double_Window::~Fl_Double_Window() { } // -// End of "$Id: Fl_Double_Window.cxx,v 1.12 1999/01/07 19:17:19 mike Exp $". +// End of "$Id: Fl_Double_Window.cxx,v 1.12.2.1 2000/04/25 22:16:23 mike Exp $". // diff --git a/src/Fl_Font.H b/src/Fl_Font.H index bbe96a0c6..0da6a4d08 100644 --- a/src/Fl_Font.H +++ b/src/Fl_Font.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Font.H,v 1.6 1999/02/16 21:59:50 mike Exp $" +// "$Id: Fl_Font.H,v 1.6.2.1 2000/04/25 22:16:23 mike Exp $" // // Font 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 @@ -78,5 +78,5 @@ FL_EXPORT char *fl_find_fontsize(char *name); #endif // -// End of "$Id: Fl_Font.H,v 1.6 1999/02/16 21:59:50 mike Exp $". +// End of "$Id: Fl_Font.H,v 1.6.2.1 2000/04/25 22:16:23 mike Exp $". // diff --git a/src/Fl_Gl_Choice.H b/src/Fl_Gl_Choice.H index 2aaeface5..7eabbb1ed 100644 --- a/src/Fl_Gl_Choice.H +++ b/src/Fl_Gl_Choice.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Gl_Choice.H,v 1.4.2.2 2000/03/18 10:04:17 bill Exp $" +// "$Id: Fl_Gl_Choice.H,v 1.4.2.3 2000/04/25 22:16:24 mike Exp $" // // OpenGL 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 @@ -91,5 +91,5 @@ void fl_no_gl_context(); #endif // -// End of "$Id: Fl_Gl_Choice.H,v 1.4.2.2 2000/03/18 10:04:17 bill Exp $". +// End of "$Id: Fl_Gl_Choice.H,v 1.4.2.3 2000/04/25 22:16:24 mike Exp $". // diff --git a/src/Fl_Gl_Choice.cxx b/src/Fl_Gl_Choice.cxx index b075412f7..f2cafa707 100644 --- a/src/Fl_Gl_Choice.cxx +++ b/src/Fl_Gl_Choice.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Gl_Choice.cxx,v 1.5.2.2 2000/03/18 10:04:17 bill Exp $" +// "$Id: Fl_Gl_Choice.cxx,v 1.5.2.3 2000/04/25 22:16:24 mike Exp $" // // OpenGL visual selection code 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 @@ -213,5 +213,5 @@ void fl_no_gl_context() { #endif // -// End of "$Id: Fl_Gl_Choice.cxx,v 1.5.2.2 2000/03/18 10:04:17 bill Exp $". +// End of "$Id: Fl_Gl_Choice.cxx,v 1.5.2.3 2000/04/25 22:16:24 mike Exp $". // diff --git a/src/Fl_Gl_Overlay.cxx b/src/Fl_Gl_Overlay.cxx index 8021851d4..6cc321e0a 100644 --- a/src/Fl_Gl_Overlay.cxx +++ b/src/Fl_Gl_Overlay.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Gl_Overlay.cxx,v 1.5.2.7 2000/04/07 16:55:45 bill Exp $" +// "$Id: Fl_Gl_Overlay.cxx,v 1.5.2.8 2000/04/25 22:16:24 mike Exp $" // // OpenGL overlay code 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 @@ -207,5 +207,5 @@ void Fl_Gl_Window::hide_overlay() { #endif // -// End of "$Id: Fl_Gl_Overlay.cxx,v 1.5.2.7 2000/04/07 16:55:45 bill Exp $". +// End of "$Id: Fl_Gl_Overlay.cxx,v 1.5.2.8 2000/04/25 22:16:24 mike Exp $". // diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index 5af5bc41c..f8d695884 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Gl_Window.cxx,v 1.12.2.10 2000/04/07 16:55:46 bill Exp $" +// "$Id: Fl_Gl_Window.cxx,v 1.12.2.11 2000/04/25 22:16:24 mike Exp $" // // OpenGL window code 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 @@ -320,5 +320,5 @@ void Fl_Gl_Window::draw_overlay() {} #endif // -// End of "$Id: Fl_Gl_Window.cxx,v 1.12.2.10 2000/04/07 16:55:46 bill Exp $". +// End of "$Id: Fl_Gl_Window.cxx,v 1.12.2.11 2000/04/25 22:16:24 mike Exp $". // diff --git a/src/Fl_Group.cxx b/src/Fl_Group.cxx index 495127fe4..668c2f5bb 100644 --- a/src/Fl_Group.cxx +++ b/src/Fl_Group.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Group.cxx,v 1.8.2.4 2000/02/18 07:11:09 bill Exp $" +// "$Id: Fl_Group.cxx,v 1.8.2.5 2000/04/25 22:16:24 mike Exp $" // // Group widget 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 @@ -505,5 +505,5 @@ void Fl_Group::draw_outside_label(const Fl_Widget& w) const { } // -// End of "$Id: Fl_Group.cxx,v 1.8.2.4 2000/02/18 07:11:09 bill Exp $". +// End of "$Id: Fl_Group.cxx,v 1.8.2.5 2000/04/25 22:16:24 mike Exp $". // diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index e3e3c5ab5..231467c8e 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Image.cxx,v 1.5 1999/01/07 19:17:21 mike Exp $" +// "$Id: Fl_Image.cxx,v 1.5.2.1 2000/04/25 22:16:25 mike Exp $" // // Image drawing code 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 @@ void Fl_Image::label(Fl_Menu_Item* o) { } // -// End of "$Id: Fl_Image.cxx,v 1.5 1999/01/07 19:17:21 mike Exp $". +// End of "$Id: Fl_Image.cxx,v 1.5.2.1 2000/04/25 22:16:25 mike Exp $". // diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx index 46f7765fb..d996fc471 100644 --- a/src/Fl_Input.cxx +++ b/src/Fl_Input.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Input.cxx,v 1.10.2.8 2000/03/17 09:38:19 bill Exp $" +// "$Id: Fl_Input.cxx,v 1.10.2.9 2000/04/25 22:16:25 mike Exp $" // // Input widget 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 @@ -265,5 +265,5 @@ Fl_Input::Fl_Input(int x, int y, int w, int h, const char *l) } // -// End of "$Id: Fl_Input.cxx,v 1.10.2.8 2000/03/17 09:38:19 bill Exp $". +// End of "$Id: Fl_Input.cxx,v 1.10.2.9 2000/04/25 22:16:25 mike Exp $". // diff --git a/src/Fl_Input_.cxx b/src/Fl_Input_.cxx index 09aa14688..0b9cca6c3 100644 --- a/src/Fl_Input_.cxx +++ b/src/Fl_Input_.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Input_.cxx,v 1.21.2.3 1999/12/19 05:32:34 bill Exp $" +// "$Id: Fl_Input_.cxx,v 1.21.2.4 2000/04/25 22:16:25 mike Exp $" // // Common input widget routines 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 @@ -744,5 +744,5 @@ Fl_Input_::~Fl_Input_() { } // -// End of "$Id: Fl_Input_.cxx,v 1.21.2.3 1999/12/19 05:32:34 bill Exp $". +// End of "$Id: Fl_Input_.cxx,v 1.21.2.4 2000/04/25 22:16:25 mike Exp $". // diff --git a/src/Fl_Light_Button.cxx b/src/Fl_Light_Button.cxx index 88ec6a2ec..a17c95a0a 100644 --- a/src/Fl_Light_Button.cxx +++ b/src/Fl_Light_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Light_Button.cxx,v 1.4 1999/01/07 19:17:21 mike Exp $" +// "$Id: Fl_Light_Button.cxx,v 1.4.2.1 2000/04/25 22:16:26 mike Exp $" // // Lighted button widget 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 @@ -70,5 +70,5 @@ Fl_Light_Button::Fl_Light_Button(int x, int y, int w, int h, const char* l) } // -// End of "$Id: Fl_Light_Button.cxx,v 1.4 1999/01/07 19:17:21 mike Exp $". +// End of "$Id: Fl_Light_Button.cxx,v 1.4.2.1 2000/04/25 22:16:26 mike Exp $". // diff --git a/src/Fl_Menu.cxx b/src/Fl_Menu.cxx index f7b1934a1..2839524e3 100644 --- a/src/Fl_Menu.cxx +++ b/src/Fl_Menu.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu.cxx,v 1.18.2.4 2000/04/12 04:32:04 bill Exp $" +// "$Id: Fl_Menu.cxx,v 1.18.2.5 2000/04/25 22:16:26 mike Exp $" // // Menu code 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 @@ -736,5 +736,5 @@ const Fl_Menu_Item* Fl_Menu_Item::test_shortcut() const { } // -// End of "$Id: Fl_Menu.cxx,v 1.18.2.4 2000/04/12 04:32:04 bill Exp $". +// End of "$Id: Fl_Menu.cxx,v 1.18.2.5 2000/04/25 22:16:26 mike Exp $". // diff --git a/src/Fl_Menu_.cxx b/src/Fl_Menu_.cxx index 4f5da0575..7bb9ab5e2 100644 --- a/src/Fl_Menu_.cxx +++ b/src/Fl_Menu_.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_.cxx,v 1.7.2.5 1999/05/06 06:20:46 bill Exp $" +// "$Id: Fl_Menu_.cxx,v 1.7.2.6 2000/04/25 22:16:27 mike Exp $" // // Common menu code 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 @@ -172,5 +172,5 @@ void Fl_Menu_::clear() { } // -// End of "$Id: Fl_Menu_.cxx,v 1.7.2.5 1999/05/06 06:20:46 bill Exp $". +// End of "$Id: Fl_Menu_.cxx,v 1.7.2.6 2000/04/25 22:16:27 mike Exp $". // diff --git a/src/Fl_Menu_Bar.cxx b/src/Fl_Menu_Bar.cxx index 514b2ef29..fcca6e115 100644 --- a/src/Fl_Menu_Bar.cxx +++ b/src/Fl_Menu_Bar.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_Bar.cxx,v 1.7 1999/01/19 19:05:39 mike Exp $" +// "$Id: Fl_Menu_Bar.cxx,v 1.7.2.1 2000/04/25 22:16:27 mike Exp $" // // Menu bar widget 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 Fl_Menu_Bar::handle(int event) { } // -// End of "$Id: Fl_Menu_Bar.cxx,v 1.7 1999/01/19 19:05:39 mike Exp $". +// End of "$Id: Fl_Menu_Bar.cxx,v 1.7.2.1 2000/04/25 22:16:27 mike Exp $". // diff --git a/src/Fl_Menu_Button.cxx b/src/Fl_Menu_Button.cxx index da772d6a8..b3dd1e8fc 100644 --- a/src/Fl_Menu_Button.cxx +++ b/src/Fl_Menu_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_Button.cxx,v 1.4 1999/01/07 19:17:23 mike Exp $" +// "$Id: Fl_Menu_Button.cxx,v 1.4.2.1 2000/04/25 22:16:27 mike Exp $" // // Menu button widget 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 @@ -78,5 +78,5 @@ Fl_Menu_Button::Fl_Menu_Button(int X,int Y,int W,int H,const char *l) } // -// End of "$Id: Fl_Menu_Button.cxx,v 1.4 1999/01/07 19:17:23 mike Exp $". +// End of "$Id: Fl_Menu_Button.cxx,v 1.4.2.1 2000/04/25 22:16:27 mike Exp $". // diff --git a/src/Fl_Menu_Window.cxx b/src/Fl_Menu_Window.cxx index 16248115a..75d4d4c58 100644 --- a/src/Fl_Menu_Window.cxx +++ b/src/Fl_Menu_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_Window.cxx,v 1.8 1999/02/03 08:43:33 bill Exp $" +// "$Id: Fl_Menu_Window.cxx,v 1.8.2.1 2000/04/25 22:16:27 mike Exp $" // // Menu window code 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 @@ Fl_Menu_Window::~Fl_Menu_Window() { } // -// End of "$Id: Fl_Menu_Window.cxx,v 1.8 1999/02/03 08:43:33 bill Exp $". +// End of "$Id: Fl_Menu_Window.cxx,v 1.8.2.1 2000/04/25 22:16:27 mike Exp $". // diff --git a/src/Fl_Menu_add.cxx b/src/Fl_Menu_add.cxx index 82bc5df4b..18557f44b 100644 --- a/src/Fl_Menu_add.cxx +++ b/src/Fl_Menu_add.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_add.cxx,v 1.9.2.5 2000/01/16 04:30:37 bill Exp $" +// "$Id: Fl_Menu_add.cxx,v 1.9.2.6 2000/04/25 22:16:28 mike Exp $" // // Menu utilities 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 @@ -237,5 +237,5 @@ void Fl_Menu_::remove(int i) { } // -// End of "$Id: Fl_Menu_add.cxx,v 1.9.2.5 2000/01/16 04:30:37 bill Exp $". +// End of "$Id: Fl_Menu_add.cxx,v 1.9.2.6 2000/04/25 22:16:28 mike Exp $". // diff --git a/src/Fl_Menu_global.cxx b/src/Fl_Menu_global.cxx index e6410ecf5..032c27375 100644 --- a/src/Fl_Menu_global.cxx +++ b/src/Fl_Menu_global.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_global.cxx,v 1.5 1999/01/19 19:05:39 mike Exp $" +// "$Id: Fl_Menu_global.cxx,v 1.5.2.1 2000/04/25 22:16:28 mike Exp $" // // Global menu shortcut code 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 @@ void Fl_Menu_::global() { } // -// End of "$Id: Fl_Menu_global.cxx,v 1.5 1999/01/19 19:05:39 mike Exp $". +// End of "$Id: Fl_Menu_global.cxx,v 1.5.2.1 2000/04/25 22:16:28 mike Exp $". // diff --git a/src/Fl_Multi_Label.cxx b/src/Fl_Multi_Label.cxx index 2e2fa76ca..ac33e5e95 100644 --- a/src/Fl_Multi_Label.cxx +++ b/src/Fl_Multi_Label.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Multi_Label.cxx,v 1.4 1999/01/07 19:17:23 mike Exp $" +// "$Id: Fl_Multi_Label.cxx,v 1.4.2.1 2000/04/25 22:16:28 mike Exp $" // // Multi-label widget 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 @@ -74,5 +74,5 @@ void Fl_Multi_Label::label(Fl_Menu_Item* o) { } // -// End of "$Id: Fl_Multi_Label.cxx,v 1.4 1999/01/07 19:17:23 mike Exp $". +// End of "$Id: Fl_Multi_Label.cxx,v 1.4.2.1 2000/04/25 22:16:28 mike Exp $". // diff --git a/src/Fl_Output.cxx b/src/Fl_Output.cxx index 1291d6a53..51cdde811 100644 --- a/src/Fl_Output.cxx +++ b/src/Fl_Output.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Output.cxx,v 1.6 1999/01/07 19:17:24 mike Exp $" +// "$Id: Fl_Output.cxx,v 1.6.2.1 2000/04/25 22:16:28 mike Exp $" // // Output widget 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 @@ -46,5 +46,5 @@ int Fl_Output::handle(int event) { } // -// End of "$Id: Fl_Output.cxx,v 1.6 1999/01/07 19:17:24 mike Exp $". +// End of "$Id: Fl_Output.cxx,v 1.6.2.1 2000/04/25 22:16:28 mike Exp $". // diff --git a/src/Fl_Overlay_Window.cxx b/src/Fl_Overlay_Window.cxx index d877e25ac..1f129c71f 100644 --- a/src/Fl_Overlay_Window.cxx +++ b/src/Fl_Overlay_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Overlay_Window.cxx,v 1.7.2.1 1999/10/23 05:59:27 bill Exp $" +// "$Id: Fl_Overlay_Window.cxx,v 1.7.2.2 2000/04/25 22:16:28 mike Exp $" // // Overlay window code 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 @@ -140,5 +140,5 @@ void Fl_Overlay_Window::redraw_overlay() { #endif // -// End of "$Id: Fl_Overlay_Window.cxx,v 1.7.2.1 1999/10/23 05:59:27 bill Exp $". +// End of "$Id: Fl_Overlay_Window.cxx,v 1.7.2.2 2000/04/25 22:16:28 mike Exp $". // diff --git a/src/Fl_Pack.cxx b/src/Fl_Pack.cxx index fb1bed2d5..bff77c35f 100644 --- a/src/Fl_Pack.cxx +++ b/src/Fl_Pack.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Pack.cxx,v 1.6 1999/01/07 19:17:24 mike Exp $" +// "$Id: Fl_Pack.cxx,v 1.6.2.1 2000/04/25 22:16:29 mike Exp $" // // Packing widget 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 @@ -105,5 +105,5 @@ void Fl_Pack::draw() { } // -// End of "$Id: Fl_Pack.cxx,v 1.6 1999/01/07 19:17:24 mike Exp $". +// End of "$Id: Fl_Pack.cxx,v 1.6.2.1 2000/04/25 22:16:29 mike Exp $". // diff --git a/src/Fl_Pixmap.cxx b/src/Fl_Pixmap.cxx index 6cb03a0df..9ac417eb9 100644 --- a/src/Fl_Pixmap.cxx +++ b/src/Fl_Pixmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Pixmap.cxx,v 1.9 1999/02/16 15:10:53 mike Exp $" +// "$Id: Fl_Pixmap.cxx,v 1.9.2.1 2000/04/25 22:16:29 mike Exp $" // // Pixmap drawing code 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 @@ -194,5 +194,5 @@ void Fl_Pixmap::label(Fl_Menu_Item* o) { } // -// End of "$Id: Fl_Pixmap.cxx,v 1.9 1999/02/16 15:10:53 mike Exp $". +// End of "$Id: Fl_Pixmap.cxx,v 1.9.2.1 2000/04/25 22:16:29 mike Exp $". // diff --git a/src/Fl_Positioner.cxx b/src/Fl_Positioner.cxx index ac8ad719b..4e3fe2d0e 100644 --- a/src/Fl_Positioner.cxx +++ b/src/Fl_Positioner.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Positioner.cxx,v 1.4 1999/01/07 19:17:25 mike Exp $" +// "$Id: Fl_Positioner.cxx,v 1.4.2.1 2000/04/25 22:16:29 mike Exp $" // // Positioner widget 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 @@ -129,5 +129,5 @@ void Fl_Positioner::ybounds(double a, double b) { } // -// End of "$Id: Fl_Positioner.cxx,v 1.4 1999/01/07 19:17:25 mike Exp $". +// End of "$Id: Fl_Positioner.cxx,v 1.4.2.1 2000/04/25 22:16:29 mike Exp $". // diff --git a/src/Fl_Repeat_Button.cxx b/src/Fl_Repeat_Button.cxx index 159a85593..3f4c744f3 100644 --- a/src/Fl_Repeat_Button.cxx +++ b/src/Fl_Repeat_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Repeat_Button.cxx,v 1.4.2.1 1999/09/20 04:27:24 bill Exp $" +// "$Id: Fl_Repeat_Button.cxx,v 1.4.2.2 2000/04/25 22:16:29 mike Exp $" // // Repeat button widget 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 @@ -61,5 +61,5 @@ int Fl_Repeat_Button::handle(int event) { } // -// End of "$Id: Fl_Repeat_Button.cxx,v 1.4.2.1 1999/09/20 04:27:24 bill Exp $". +// End of "$Id: Fl_Repeat_Button.cxx,v 1.4.2.2 2000/04/25 22:16:29 mike Exp $". // diff --git a/src/Fl_Return_Button.cxx b/src/Fl_Return_Button.cxx index df5b00f71..91815ffd3 100644 --- a/src/Fl_Return_Button.cxx +++ b/src/Fl_Return_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Return_Button.cxx,v 1.5 1999/01/19 19:26:46 mike Exp $" +// "$Id: Fl_Return_Button.cxx,v 1.5.2.1 2000/04/25 22:16:29 mike Exp $" // // Return button widget 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 @@ -65,5 +65,5 @@ int Fl_Return_Button::handle(int event) { } // -// End of "$Id: Fl_Return_Button.cxx,v 1.5 1999/01/19 19:26:46 mike Exp $". +// End of "$Id: Fl_Return_Button.cxx,v 1.5.2.1 2000/04/25 22:16:29 mike Exp $". // diff --git a/src/Fl_Roller.cxx b/src/Fl_Roller.cxx index 81981a64f..63cab713d 100644 --- a/src/Fl_Roller.cxx +++ b/src/Fl_Roller.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Roller.cxx,v 1.6.2.1 1999/09/15 16:07:03 mike Exp $" +// "$Id: Fl_Roller.cxx,v 1.6.2.2 2000/04/25 22:16:30 mike Exp $" // // Roller widget 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 @@ Fl_Roller::Fl_Roller(int X,int Y,int W,int H,const char* L) } // -// End of "$Id: Fl_Roller.cxx,v 1.6.2.1 1999/09/15 16:07:03 mike Exp $". +// End of "$Id: Fl_Roller.cxx,v 1.6.2.2 2000/04/25 22:16:30 mike Exp $". // diff --git a/src/Fl_Round_Button.cxx b/src/Fl_Round_Button.cxx index 4559d3055..dfc38e33b 100644 --- a/src/Fl_Round_Button.cxx +++ b/src/Fl_Round_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Round_Button.cxx,v 1.4 1999/01/07 19:17:26 mike Exp $" +// "$Id: Fl_Round_Button.cxx,v 1.4.2.1 2000/04/25 22:16:30 mike Exp $" // // Round button 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 @@ -38,5 +38,5 @@ Fl_Round_Button::Fl_Round_Button(int x,int y,int w,int h, const char *l) } // -// End of "$Id: Fl_Round_Button.cxx,v 1.4 1999/01/07 19:17:26 mike Exp $". +// End of "$Id: Fl_Round_Button.cxx,v 1.4.2.1 2000/04/25 22:16:30 mike Exp $". // diff --git a/src/Fl_Scroll.cxx b/src/Fl_Scroll.cxx index 6830ddae6..0218f09c5 100644 --- a/src/Fl_Scroll.cxx +++ b/src/Fl_Scroll.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Scroll.cxx,v 1.7.2.1 2000/04/11 08:11:54 bill Exp $" +// "$Id: Fl_Scroll.cxx,v 1.7.2.2 2000/04/25 22:16:30 mike Exp $" // // Scroll widget 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 @@ -231,5 +231,5 @@ int Fl_Scroll::handle(int event) { } // -// End of "$Id: Fl_Scroll.cxx,v 1.7.2.1 2000/04/11 08:11:54 bill Exp $". +// End of "$Id: Fl_Scroll.cxx,v 1.7.2.2 2000/04/25 22:16:30 mike Exp $". // diff --git a/src/Fl_Scrollbar.cxx b/src/Fl_Scrollbar.cxx index c05882377..58e6525db 100644 --- a/src/Fl_Scrollbar.cxx +++ b/src/Fl_Scrollbar.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Scrollbar.cxx,v 1.7.2.9 2000/04/11 08:11:54 bill Exp $" +// "$Id: Fl_Scrollbar.cxx,v 1.7.2.10 2000/04/25 22:16:30 mike Exp $" // // Scroll bar widget 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 @@ -234,5 +234,5 @@ Fl_Scrollbar::Fl_Scrollbar(int X, int Y, int W, int H, const char* L) } // -// End of "$Id: Fl_Scrollbar.cxx,v 1.7.2.9 2000/04/11 08:11:54 bill Exp $". +// End of "$Id: Fl_Scrollbar.cxx,v 1.7.2.10 2000/04/25 22:16:30 mike Exp $". // diff --git a/src/Fl_Single_Window.cxx b/src/Fl_Single_Window.cxx index 9ce8989a0..80076c889 100644 --- a/src/Fl_Single_Window.cxx +++ b/src/Fl_Single_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Single_Window.cxx,v 1.4 1999/01/07 19:17:26 mike Exp $" +// "$Id: Fl_Single_Window.cxx,v 1.4.2.1 2000/04/25 22:16:30 mike Exp $" // // Single-buffered window 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 @@ -35,5 +35,5 @@ void Fl_Single_Window::show() {Fl_Window::show();} void Fl_Single_Window::flush() {Fl_Window::flush();} // -// End of "$Id: Fl_Single_Window.cxx,v 1.4 1999/01/07 19:17:26 mike Exp $". +// End of "$Id: Fl_Single_Window.cxx,v 1.4.2.1 2000/04/25 22:16:30 mike Exp $". // diff --git a/src/Fl_Slider.cxx b/src/Fl_Slider.cxx index 0bc8d0b29..6f16baf22 100644 --- a/src/Fl_Slider.cxx +++ b/src/Fl_Slider.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Slider.cxx,v 1.8.2.5 2000/03/17 09:38:20 bill Exp $" +// "$Id: Fl_Slider.cxx,v 1.8.2.6 2000/04/25 22:16:30 mike Exp $" // // Slider widget 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 @@ -251,5 +251,5 @@ int Fl_Slider::handle(int event) { } // -// End of "$Id: Fl_Slider.cxx,v 1.8.2.5 2000/03/17 09:38:20 bill Exp $". +// End of "$Id: Fl_Slider.cxx,v 1.8.2.6 2000/04/25 22:16:30 mike Exp $". // diff --git a/src/Fl_Tabs.cxx b/src/Fl_Tabs.cxx index b24b7957c..4d0f617da 100644 --- a/src/Fl_Tabs.cxx +++ b/src/Fl_Tabs.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Tabs.cxx,v 1.6.2.4 1999/11/16 07:39:59 bill Exp $" +// "$Id: Fl_Tabs.cxx,v 1.6.2.5 2000/04/25 22:16:31 mike Exp $" // // Tab widget 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 @@ -271,5 +271,5 @@ Fl_Tabs::Fl_Tabs(int X,int Y,int W, int H, const char *l) : } // -// End of "$Id: Fl_Tabs.cxx,v 1.6.2.4 1999/11/16 07:39:59 bill Exp $". +// End of "$Id: Fl_Tabs.cxx,v 1.6.2.5 2000/04/25 22:16:31 mike Exp $". // diff --git a/src/Fl_Tile.cxx b/src/Fl_Tile.cxx index 08071ecce..2a9006d9c 100644 --- a/src/Fl_Tile.cxx +++ b/src/Fl_Tile.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Tile.cxx,v 1.5.2.2 1999/11/16 07:39:59 bill Exp $" +// "$Id: Fl_Tile.cxx,v 1.5.2.3 2000/04/25 22:16:31 mike Exp $" // // Tile widget 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 @@ -196,5 +196,5 @@ int Fl_Tile::handle(int event) { } // -// End of "$Id: Fl_Tile.cxx,v 1.5.2.2 1999/11/16 07:39:59 bill Exp $". +// End of "$Id: Fl_Tile.cxx,v 1.5.2.3 2000/04/25 22:16:31 mike Exp $". // diff --git a/src/Fl_Valuator.cxx b/src/Fl_Valuator.cxx index 90cfd0c12..6e8931366 100644 --- a/src/Fl_Valuator.cxx +++ b/src/Fl_Valuator.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Valuator.cxx,v 1.5 1999/01/07 19:17:27 mike Exp $" +// "$Id: Fl_Valuator.cxx,v 1.5.2.1 2000/04/25 22:16:31 mike Exp $" // // Valuator widget 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 @@ -123,5 +123,5 @@ int Fl_Valuator::format(char* buffer) { } // -// End of "$Id: Fl_Valuator.cxx,v 1.5 1999/01/07 19:17:27 mike Exp $". +// End of "$Id: Fl_Valuator.cxx,v 1.5.2.1 2000/04/25 22:16:31 mike Exp $". // diff --git a/src/Fl_Value_Input.cxx b/src/Fl_Value_Input.cxx index 5ca9a3d23..e37242e19 100644 --- a/src/Fl_Value_Input.cxx +++ b/src/Fl_Value_Input.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Value_Input.cxx,v 1.6.2.2 2000/04/04 17:05:59 bill Exp $" +// "$Id: Fl_Value_Input.cxx,v 1.6.2.3 2000/04/25 22:16:31 mike Exp $" // // Value input widget 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 @@ -128,5 +128,5 @@ Fl_Value_Input::Fl_Value_Input(int x, int y, int w, int h, const char* l) } // -// End of "$Id: Fl_Value_Input.cxx,v 1.6.2.2 2000/04/04 17:05:59 bill Exp $". +// End of "$Id: Fl_Value_Input.cxx,v 1.6.2.3 2000/04/25 22:16:31 mike Exp $". // diff --git a/src/Fl_Value_Output.cxx b/src/Fl_Value_Output.cxx index 40e1ed6a5..ebef9e240 100644 --- a/src/Fl_Value_Output.cxx +++ b/src/Fl_Value_Output.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Value_Output.cxx,v 1.6 1999/01/07 19:17:28 mike Exp $" +// "$Id: Fl_Value_Output.cxx,v 1.6.2.1 2000/04/25 22:16:31 mike Exp $" // // Value output widget 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 @@ -94,5 +94,5 @@ Fl_Value_Output::Fl_Value_Output(int x,int y,int w,int h,const char *l) } // -// End of "$Id: Fl_Value_Output.cxx,v 1.6 1999/01/07 19:17:28 mike Exp $". +// End of "$Id: Fl_Value_Output.cxx,v 1.6.2.1 2000/04/25 22:16:31 mike Exp $". // diff --git a/src/Fl_Value_Slider.cxx b/src/Fl_Value_Slider.cxx index eae63bd12..4da99d38a 100644 --- a/src/Fl_Value_Slider.cxx +++ b/src/Fl_Value_Slider.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Value_Slider.cxx,v 1.5.2.1 1999/05/14 09:07:08 bill Exp $" +// "$Id: Fl_Value_Slider.cxx,v 1.5.2.2 2000/04/25 22:16:32 mike Exp $" // // Value slider widget 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 @@ -72,5 +72,5 @@ int Fl_Value_Slider::handle(int event) { } // -// End of "$Id: Fl_Value_Slider.cxx,v 1.5.2.1 1999/05/14 09:07:08 bill Exp $". +// End of "$Id: Fl_Value_Slider.cxx,v 1.5.2.2 2000/04/25 22:16:32 mike Exp $". // diff --git a/src/Fl_Widget.cxx b/src/Fl_Widget.cxx index e5d6d805d..77edfd36a 100644 --- a/src/Fl_Widget.cxx +++ b/src/Fl_Widget.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Widget.cxx,v 1.5.2.1 2000/04/11 08:11:54 bill Exp $" +// "$Id: Fl_Widget.cxx,v 1.5.2.2 2000/04/25 22:16:32 mike Exp $" // // Base widget class 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 @@ -198,5 +198,5 @@ int Fl_Widget::contains(const Fl_Widget *o) const { } // -// End of "$Id: Fl_Widget.cxx,v 1.5.2.1 2000/04/11 08:11:54 bill Exp $". +// End of "$Id: Fl_Widget.cxx,v 1.5.2.2 2000/04/25 22:16:32 mike Exp $". // diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index 54097cddb..7e59f73f0 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Window.cxx,v 1.6 1999/01/13 15:45:49 mike Exp $" +// "$Id: Fl_Window.cxx,v 1.6.2.1 2000/04/25 22:16:32 mike Exp $" // // Window widget class 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 @@ -102,5 +102,5 @@ void Fl_Window::default_callback(Fl_Window* window, void* v) { } // -// End of "$Id: Fl_Window.cxx,v 1.6 1999/01/13 15:45:49 mike Exp $". +// End of "$Id: Fl_Window.cxx,v 1.6.2.1 2000/04/25 22:16:32 mike Exp $". // diff --git a/src/Fl_Window_fullscreen.cxx b/src/Fl_Window_fullscreen.cxx index ce136f815..2fcd691a6 100644 --- a/src/Fl_Window_fullscreen.cxx +++ b/src/Fl_Window_fullscreen.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Window_fullscreen.cxx,v 1.5 1999/01/07 19:17:29 mike Exp $" +// "$Id: Fl_Window_fullscreen.cxx,v 1.5.2.1 2000/04/25 22:16:33 mike Exp $" // // Fullscreen window support 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 @@ -71,5 +71,5 @@ void Fl_Window::fullscreen_off(int X,int Y,int W,int H) { } // -// End of "$Id: Fl_Window_fullscreen.cxx,v 1.5 1999/01/07 19:17:29 mike Exp $". +// End of "$Id: Fl_Window_fullscreen.cxx,v 1.5.2.1 2000/04/25 22:16:33 mike Exp $". // diff --git a/src/Fl_Window_hotspot.cxx b/src/Fl_Window_hotspot.cxx index c64695a3a..78d877581 100644 --- a/src/Fl_Window_hotspot.cxx +++ b/src/Fl_Window_hotspot.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Window_hotspot.cxx,v 1.7 1999/01/07 19:17:29 mike Exp $" +// "$Id: Fl_Window_hotspot.cxx,v 1.7.2.1 2000/04/25 22:16:33 mike Exp $" // // Common hotspot routines 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 @@ void Fl_Window::hotspot(const Fl_Widget *o, int offscreen) { } // -// End of "$Id: Fl_Window_hotspot.cxx,v 1.7 1999/01/07 19:17:29 mike Exp $". +// End of "$Id: Fl_Window_hotspot.cxx,v 1.7.2.1 2000/04/25 22:16:33 mike Exp $". // diff --git a/src/Fl_Window_iconize.cxx b/src/Fl_Window_iconize.cxx index ceec276b4..3ce5cb125 100644 --- a/src/Fl_Window_iconize.cxx +++ b/src/Fl_Window_iconize.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Window_iconize.cxx,v 1.5 1999/01/07 19:17:29 mike Exp $" +// "$Id: Fl_Window_iconize.cxx,v 1.5.2.1 2000/04/25 22:16:33 mike Exp $" // // Window minification code 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 @@ -41,5 +41,5 @@ void Fl_Window::iconize() { } // -// End of "$Id: Fl_Window_iconize.cxx,v 1.5 1999/01/07 19:17:29 mike Exp $". +// End of "$Id: Fl_Window_iconize.cxx,v 1.5.2.1 2000/04/25 22:16:33 mike Exp $". // diff --git a/src/Fl_XColor.H b/src/Fl_XColor.H index 0ac68cde1..d692e9cac 100644 --- a/src/Fl_XColor.H +++ b/src/Fl_XColor.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_XColor.H,v 1.6 1999/02/16 22:27:52 mike Exp $" +// "$Id: Fl_XColor.H,v 1.6.2.1 2000/04/25 22:16:33 mike Exp $" // // X-specific color 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 @@ -40,5 +40,5 @@ extern FL_EXPORT unsigned char fl_redmask, fl_greenmask, fl_bluemask; extern FL_EXPORT int fl_redshift, fl_greenshift, fl_blueshift, fl_extrashift; // -// End of "$Id: Fl_XColor.H,v 1.6 1999/02/16 22:27:52 mike Exp $". +// End of "$Id: Fl_XColor.H,v 1.6.2.1 2000/04/25 22:16:33 mike Exp $". // diff --git a/src/Fl_abort.cxx b/src/Fl_abort.cxx index 788a1c780..516398ecf 100644 --- a/src/Fl_abort.cxx +++ b/src/Fl_abort.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_abort.cxx,v 1.8 1999/03/05 05:55:27 bill Exp $" +// "$Id: Fl_abort.cxx,v 1.8.2.1 2000/04/25 22:16:33 mike Exp $" // // Warning/error message code 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 @@ void (*Fl::error)(const char* format, ...) = ::error; void (*Fl::fatal)(const char* format, ...) = ::error; // -// End of "$Id: Fl_abort.cxx,v 1.8 1999/03/05 05:55:27 bill Exp $". +// End of "$Id: Fl_abort.cxx,v 1.8.2.1 2000/04/25 22:16:33 mike Exp $". // diff --git a/src/Fl_add_idle.cxx b/src/Fl_add_idle.cxx index 14c25b979..647bdc65e 100644 --- a/src/Fl_add_idle.cxx +++ b/src/Fl_add_idle.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_add_idle.cxx,v 1.4.2.1 2000/01/05 03:17:28 bill Exp $" +// "$Id: Fl_add_idle.cxx,v 1.4.2.2 2000/04/25 22:16:33 mike Exp $" // // Idle routine support 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 @@ -84,5 +84,5 @@ void Fl::remove_idle(void (*cb)(void*), void* data) { } // -// End of "$Id: Fl_add_idle.cxx,v 1.4.2.1 2000/01/05 03:17:28 bill Exp $". +// End of "$Id: Fl_add_idle.cxx,v 1.4.2.2 2000/04/25 22:16:33 mike Exp $". // diff --git a/src/Fl_arg.cxx b/src/Fl_arg.cxx index c928b3fb5..e4fb1d56c 100644 --- a/src/Fl_arg.cxx +++ b/src/Fl_arg.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_arg.cxx,v 1.5.2.2 1999/12/03 18:11:05 bill Exp $" +// "$Id: Fl_arg.cxx,v 1.5.2.3 2000/04/25 22:16:34 mike Exp $" // // Optional argument initialization code 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 @@ -352,5 +352,5 @@ int XParseGeometry(const char* string, int* x, int* y, #endif // ifdef WIN32 // -// End of "$Id: Fl_arg.cxx,v 1.5.2.2 1999/12/03 18:11:05 bill Exp $". +// End of "$Id: Fl_arg.cxx,v 1.5.2.3 2000/04/25 22:16:34 mike Exp $". // diff --git a/src/Fl_cutpaste.cxx b/src/Fl_cutpaste.cxx index 9aed5b426..af2a472dd 100644 --- a/src/Fl_cutpaste.cxx +++ b/src/Fl_cutpaste.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_cutpaste.cxx,v 1.6 1999/03/02 07:03:15 bill Exp $" +// "$Id: Fl_cutpaste.cxx,v 1.6.2.1 2000/04/25 22:16:34 mike Exp $" // // Cut/paste code 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 @@ -149,5 +149,5 @@ void Fl::selection(Fl_Widget &owner, const char *stuff, int len) { #endif // -// End of "$Id: Fl_cutpaste.cxx,v 1.6 1999/03/02 07:03:15 bill Exp $". +// End of "$Id: Fl_cutpaste.cxx,v 1.6.2.1 2000/04/25 22:16:34 mike Exp $". // diff --git a/src/Fl_cutpaste_win32.cxx b/src/Fl_cutpaste_win32.cxx index 5f039c79e..d8f716aea 100644 --- a/src/Fl_cutpaste_win32.cxx +++ b/src/Fl_cutpaste_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_cutpaste_win32.cxx,v 1.5.2.5 2000/03/28 05:10:17 bill Exp $" +// "$Id: Fl_cutpaste_win32.cxx,v 1.5.2.6 2000/04/25 22:16:34 mike Exp $" // // WIN32 cut/paste 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 @@ -135,5 +135,5 @@ void Fl::paste(Fl_Widget &receiver) { } // -// End of "$Id: Fl_cutpaste_win32.cxx,v 1.5.2.5 2000/03/28 05:10:17 bill Exp $". +// End of "$Id: Fl_cutpaste_win32.cxx,v 1.5.2.6 2000/04/25 22:16:34 mike Exp $". // diff --git a/src/Fl_display.cxx b/src/Fl_display.cxx index d1dad9be6..94ca1d0c2 100644 --- a/src/Fl_display.cxx +++ b/src/Fl_display.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_display.cxx,v 1.4 1999/01/07 19:17:31 mike Exp $" +// "$Id: Fl_display.cxx,v 1.4.2.1 2000/04/25 22:16:34 mike Exp $" // // Display function 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 @@ void Fl::display(const char *d) { } // -// End of "$Id: Fl_display.cxx,v 1.4 1999/01/07 19:17:31 mike Exp $". +// End of "$Id: Fl_display.cxx,v 1.4.2.1 2000/04/25 22:16:34 mike Exp $". // diff --git a/src/Fl_get_key.cxx b/src/Fl_get_key.cxx index 11520b807..9cebf2d14 100644 --- a/src/Fl_get_key.cxx +++ b/src/Fl_get_key.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_get_key.cxx,v 1.5 1999/01/07 19:17:32 mike Exp $" +// "$Id: Fl_get_key.cxx,v 1.5.2.1 2000/04/25 22:16:34 mike Exp $" // // Keyboard state routines 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 Fl::get_key(int k) { #endif // -// End of "$Id: Fl_get_key.cxx,v 1.5 1999/01/07 19:17:32 mike Exp $". +// End of "$Id: Fl_get_key.cxx,v 1.5.2.1 2000/04/25 22:16:34 mike Exp $". // diff --git a/src/Fl_get_key_win32.cxx b/src/Fl_get_key_win32.cxx index d2d364112..c930d0322 100755 --- a/src/Fl_get_key_win32.cxx +++ b/src/Fl_get_key_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_get_key_win32.cxx,v 1.4.2.2 1999/09/16 05:34:26 bill Exp $" +// "$Id: Fl_get_key_win32.cxx,v 1.4.2.3 2000/04/25 22:16:35 mike Exp $" // // WIN32 keyboard state routines 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 @@ -132,5 +132,5 @@ int Fl::get_key(int k) { } // -// End of "$Id: Fl_get_key_win32.cxx,v 1.4.2.2 1999/09/16 05:34:26 bill Exp $". +// End of "$Id: Fl_get_key_win32.cxx,v 1.4.2.3 2000/04/25 22:16:35 mike Exp $". // diff --git a/src/Fl_get_system_colors.cxx b/src/Fl_get_system_colors.cxx index d69177d14..f726eab1a 100644 --- a/src/Fl_get_system_colors.cxx +++ b/src/Fl_get_system_colors.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_get_system_colors.cxx,v 1.6.2.2 2000/02/25 03:44:22 mike Exp $" +// "$Id: Fl_get_system_colors.cxx,v 1.6.2.3 2000/04/25 22:16:35 mike Exp $" // // System color support 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 @@ -145,5 +145,5 @@ void Fl::get_system_colors() #endif // -// End of "$Id: Fl_get_system_colors.cxx,v 1.6.2.2 2000/02/25 03:44:22 mike Exp $". +// End of "$Id: Fl_get_system_colors.cxx,v 1.6.2.3 2000/04/25 22:16:35 mike Exp $". // diff --git a/src/Fl_grab.cxx b/src/Fl_grab.cxx index f6bfd5e30..fa934c088 100644 --- a/src/Fl_grab.cxx +++ b/src/Fl_grab.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_grab.cxx,v 1.1.2.1 1999/04/10 08:09:38 bill Exp $" +// "$Id: Fl_grab.cxx,v 1.1.2.2 2000/04/25 22:16:35 mike Exp $" // // Grab/release code 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 @@ void Fl::grab(Fl_Window* w) { } // -// End of "$Id: Fl_grab.cxx,v 1.1.2.1 1999/04/10 08:09:38 bill Exp $". +// End of "$Id: Fl_grab.cxx,v 1.1.2.2 2000/04/25 22:16:35 mike Exp $". // diff --git a/src/Fl_own_colormap.cxx b/src/Fl_own_colormap.cxx index a3d79673f..c8606beaa 100644 --- a/src/Fl_own_colormap.cxx +++ b/src/Fl_own_colormap.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_own_colormap.cxx,v 1.4 1999/01/07 19:17:32 mike Exp $" +// "$Id: Fl_own_colormap.cxx,v 1.4.2.1 2000/04/25 22:16:35 mike Exp $" // // Private colormap support 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 @@ -73,5 +73,5 @@ void Fl::own_colormap() { #endif // -// End of "$Id: Fl_own_colormap.cxx,v 1.4 1999/01/07 19:17:32 mike Exp $". +// End of "$Id: Fl_own_colormap.cxx,v 1.4.2.1 2000/04/25 22:16:35 mike Exp $". // diff --git a/src/Fl_visual.cxx b/src/Fl_visual.cxx index 2a37afe7c..b8fae9927 100644 --- a/src/Fl_visual.cxx +++ b/src/Fl_visual.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_visual.cxx,v 1.7.2.1 2000/01/23 01:56:42 bill Exp $" +// "$Id: Fl_visual.cxx,v 1.7.2.2 2000/04/25 22:16:35 mike Exp $" // // Visual support 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 @@ -107,5 +107,5 @@ int Fl::visual(int flags) { #endif // -// End of "$Id: Fl_visual.cxx,v 1.7.2.1 2000/01/23 01:56:42 bill Exp $". +// End of "$Id: Fl_visual.cxx,v 1.7.2.2 2000/04/25 22:16:35 mike Exp $". // diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 92c7cbcaf..7436e388c 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_win32.cxx,v 1.33.2.23 2000/04/25 07:48:04 bill Exp $" +// "$Id: Fl_win32.cxx,v 1.33.2.24 2000/04/25 22:16:35 mike Exp $" // // WIN32-specific code 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 @@ -966,5 +966,5 @@ void Fl_Window::make_current() { } // -// End of "$Id: Fl_win32.cxx,v 1.33.2.23 2000/04/25 07:48:04 bill Exp $". +// End of "$Id: Fl_win32.cxx,v 1.33.2.24 2000/04/25 22:16:35 mike Exp $". // diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index dcf87c6e4..3089df3b6 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_x.cxx,v 1.24.2.14 2000/04/25 07:48:06 bill Exp $" +// "$Id: Fl_x.cxx,v 1.24.2.15 2000/04/25 22:16:36 mike Exp $" // // X specific code 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 @@ -889,5 +889,5 @@ void Fl_Window::make_current() { #endif // -// End of "$Id: Fl_x.cxx,v 1.24.2.14 2000/04/25 07:48:06 bill Exp $". +// End of "$Id: Fl_x.cxx,v 1.24.2.15 2000/04/25 22:16:36 mike Exp $". // diff --git a/src/Makefile b/src/Makefile index 17c847048..c6cd4ece3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,9 +1,9 @@ # -# "$Id: Makefile,v 1.18.2.9 2000/02/21 10:29:59 bill Exp $" +# "$Id: Makefile,v 1.18.2.10 2000/04/25 22:16:37 mike Exp $" # # Library makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998 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 @@ -154,61 +154,57 @@ OBJECTS = $(CPPFILES:.cxx=.o) $(CFILES:.c=.o) all: $(LIBRARY) $(DSONAME) $(LIBRARY): $(OBJECTS) - @echo $(LIBCOMMAND) $@ ... - @$(LIBCOMMAND) $@ $(OBJECTS) - @$(RANLIB) $@ + echo $(LIBCOMMAND) $@ ... + $(LIBCOMMAND) $@ $(OBJECTS) + $(RANLIB) $@ libfltk.so.1 libfltk.sl.1: $(OBJECTS) - @echo $(DSOCOMMAND) $@ ... - @$(DSOCOMMAND) $@ $(OBJECTS) - -.SUFFIXES: .cxx .h .o - -.cxx.o : - $(CXX) -I.. $(CXXFLAGS) -c $< -.c.o : - $(CC) -I.. $(CFLAGS) -c -o $@ $< + echo $(DSOCOMMAND) $@ ... + $(DSOCOMMAND) $@ $(OBJECTS) clean : -@ rm -f *.o *.do $(DSONAME) $(LIBRARY) $(CLEAN) core *~ ../include/*~ makedepend cmap - @touch makedepend + touch makedepend depend: $(MAKEDEPEND) -I.. $(CXXFLAGS) $(CPPFILES) $(CFILES) > makedepend + include makedepend ################################################################ install: $(LIBRARY) $(DSONAME) - @echo "Installing libraries..." - @-mkdir -p $(libdir) - @rm -f $(libdir)/$(LIBNAME) - @-cp $(LIBRARY) $(libdir) - @-chmod 644 $(libdir)/$(LIBNAME) - @if test "$(DSONAME)" = libfltk.so.1; then\ + echo "Installing libraries..." + -mkdir -p $(libdir) + rm -f $(libdir)/$(LIBNAME) + -cp $(LIBRARY) $(libdir) + -chmod 644 $(libdir)/$(LIBNAME) + if test "$(DSONAME)" = libfltk.so.1; then\ rm -f $(libdir)/libfltk.so*;\ cp libfltk.so.1 $(libdir); \ chmod 755 $(libdir)/libfltk.so.1; \ ln -s $(libdir)/libfltk.so.1 $(libdir)/libfltk.so;\ fi - @if test "$(DSONAME)" = libfltk.sl.1; then\ + if test "$(DSONAME)" = libfltk.sl.1; then\ rm -f $(libdir)/libfltk.sl*;\ cp libfltk.sl.1 $(libdir); \ chmod 755 $(libdir)/libfltk.sl.1; \ ln -s $(libdir)/libfltk.sl.1 $(libdir)/libfltk.sl;\ fi - @echo "Installing include files..." - @-mkdir -p $(includedir) - @rm -rf $(includedir)/FL $(includedir)/Fl - @-cp -r ../FL $(includedir) - @-chmod 755 $(includedir)/FL - @-chmod 644 $(includedir)/FL/* - @for file in $(includedir)/FL/*.H; do\ - newfile="`basename $$file H`h";\ - ln -s $$file $(includedir)/FL/$$newfile;\ + echo "Installing include files..." + -mkdir -p $(includedir) + rm -rf $(includedir)/FL + mkdir $(includedir)/FL + cp ../FL/*.[hH] $(includedir) + -chmod 755 $(includedir)/FL + -chmod 644 $(includedir)/FL/* + cd $(includedir)/FL;\ + for file in *.H; do\ + ln -s $$file `basename $$file H`h";\ done - @-ln -s FL $(includedir)/Fl + rm -f $(includedir)/Fl + ln -s FL $(includedir)/Fl # -# End of "$Id: Makefile,v 1.18.2.9 2000/02/21 10:29:59 bill Exp $". +# End of "$Id: Makefile,v 1.18.2.10 2000/04/25 22:16:37 mike Exp $". # diff --git a/src/cmap.cxx b/src/cmap.cxx index 2a11184db..1757f2d15 100644 --- a/src/cmap.cxx +++ b/src/cmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: cmap.cxx,v 1.4.2.1 1999/05/14 09:07:08 bill Exp $" +// "$Id: cmap.cxx,v 1.4.2.2 2000/04/25 22:16:37 mike Exp $" // // Colormap generation 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 @@ -148,5 +148,5 @@ int main() { } // -// End of "$Id: cmap.cxx,v 1.4.2.1 1999/05/14 09:07:08 bill Exp $". +// End of "$Id: cmap.cxx,v 1.4.2.2 2000/04/25 22:16:37 mike Exp $". // diff --git a/src/filename_absolute.cxx b/src/filename_absolute.cxx index 6bd17d6a0..050e6209e 100644 --- a/src/filename_absolute.cxx +++ b/src/filename_absolute.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_absolute.cxx,v 1.5.2.1 2000/04/04 17:57:03 bill Exp $" +// "$Id: filename_absolute.cxx,v 1.5.2.2 2000/04/25 22:16:37 mike Exp $" // // Filename expansion routines 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,5 +92,5 @@ int filename_absolute(char *to,const char *from) { } // -// End of "$Id: filename_absolute.cxx,v 1.5.2.1 2000/04/04 17:57:03 bill Exp $". +// End of "$Id: filename_absolute.cxx,v 1.5.2.2 2000/04/25 22:16:37 mike Exp $". // diff --git a/src/filename_expand.cxx b/src/filename_expand.cxx index 3b1329d66..52833fcfa 100644 --- a/src/filename_expand.cxx +++ b/src/filename_expand.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_expand.cxx,v 1.4.2.1 2000/04/04 17:57:03 bill Exp $" +// "$Id: filename_expand.cxx,v 1.4.2.2 2000/04/25 22:16:38 mike Exp $" // // Filename expansion routines 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 filename_expand(char *to,const char *from) { } // -// End of "$Id: filename_expand.cxx,v 1.4.2.1 2000/04/04 17:57:03 bill Exp $". +// End of "$Id: filename_expand.cxx,v 1.4.2.2 2000/04/25 22:16:38 mike Exp $". // diff --git a/src/filename_ext.cxx b/src/filename_ext.cxx index ea086b2a1..febdd1684 100644 --- a/src/filename_ext.cxx +++ b/src/filename_ext.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_ext.cxx,v 1.4.2.1 2000/04/04 17:57:03 bill Exp $" +// "$Id: filename_ext.cxx,v 1.4.2.2 2000/04/25 22:16:38 mike Exp $" // // Filename extension routines 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 @@ -41,5 +41,5 @@ const char *filename_ext(const char *buf) { } // -// End of "$Id: filename_ext.cxx,v 1.4.2.1 2000/04/04 17:57:03 bill Exp $". +// End of "$Id: filename_ext.cxx,v 1.4.2.2 2000/04/25 22:16:38 mike Exp $". // diff --git a/src/filename_isdir.cxx b/src/filename_isdir.cxx index db1084bb3..58ccc15c3 100644 --- a/src/filename_isdir.cxx +++ b/src/filename_isdir.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_isdir.cxx,v 1.4 1999/01/07 19:17:35 mike Exp $" +// "$Id: filename_isdir.cxx,v 1.4.2.1 2000/04/25 22:16:38 mike Exp $" // // Directory detection routines 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 @@ -35,5 +35,5 @@ int filename_isdir(const char* n) { } // -// End of "$Id: filename_isdir.cxx,v 1.4 1999/01/07 19:17:35 mike Exp $". +// End of "$Id: filename_isdir.cxx,v 1.4.2.1 2000/04/25 22:16:38 mike Exp $". // diff --git a/src/filename_list.cxx b/src/filename_list.cxx index d7d661077..ec468ff82 100644 --- a/src/filename_list.cxx +++ b/src/filename_list.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_list.cxx,v 1.10.2.6 2000/03/17 09:38:20 bill Exp $" +// "$Id: filename_list.cxx,v 1.10.2.7 2000/04/25 22:16:38 mike Exp $" // // Filename list routines 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 filename_list(const char *d, dirent ***list) { } // -// End of "$Id: filename_list.cxx,v 1.10.2.6 2000/03/17 09:38:20 bill Exp $". +// End of "$Id: filename_list.cxx,v 1.10.2.7 2000/04/25 22:16:38 mike Exp $". // diff --git a/src/filename_match.cxx b/src/filename_match.cxx index 47b8bd299..8c6259c61 100644 --- a/src/filename_match.cxx +++ b/src/filename_match.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_match.cxx,v 1.5.2.1 2000/04/04 17:57:03 bill Exp $" +// "$Id: filename_match.cxx,v 1.5.2.2 2000/04/25 22:16:38 mike Exp $" // // Pattern matching routines 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 filename_match(const char *s, const char *p) { } // -// End of "$Id: filename_match.cxx,v 1.5.2.1 2000/04/04 17:57:03 bill Exp $". +// End of "$Id: filename_match.cxx,v 1.5.2.2 2000/04/25 22:16:38 mike Exp $". // diff --git a/src/filename_setext.cxx b/src/filename_setext.cxx index f84d0d210..7d5e3a3b3 100644 --- a/src/filename_setext.cxx +++ b/src/filename_setext.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_setext.cxx,v 1.4 1999/01/07 19:17:35 mike Exp $" +// "$Id: filename_setext.cxx,v 1.4.2.1 2000/04/25 22:16:38 mike Exp $" // // Filename extension routines 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 @@ -37,5 +37,5 @@ char *filename_setext(char *buf, const char *ext) { } // -// End of "$Id: filename_setext.cxx,v 1.4 1999/01/07 19:17:35 mike Exp $". +// End of "$Id: filename_setext.cxx,v 1.4.2.1 2000/04/25 22:16:38 mike Exp $". // diff --git a/src/fl_arc.cxx b/src/fl_arc.cxx index d33ed5de9..4977390b6 100644 --- a/src/fl_arc.cxx +++ b/src/fl_arc.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_arc.cxx,v 1.4 1999/01/07 19:17:35 mike Exp $" +// "$Id: fl_arc.cxx,v 1.4.2.1 2000/04/25 22:16:38 mike Exp $" // // Arc functions 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 @@ -73,5 +73,5 @@ void fl_circle(double x,double y,double r) { #endif // -// End of "$Id: fl_arc.cxx,v 1.4 1999/01/07 19:17:35 mike Exp $". +// End of "$Id: fl_arc.cxx,v 1.4.2.1 2000/04/25 22:16:38 mike Exp $". // diff --git a/src/fl_arci.cxx b/src/fl_arci.cxx index 26ec7aacc..2072a7d74 100644 --- a/src/fl_arci.cxx +++ b/src/fl_arci.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_arci.cxx,v 1.4.2.2 1999/11/12 00:19:14 mike Exp $" +// "$Id: fl_arci.cxx,v 1.4.2.3 2000/04/25 22:16:38 mike Exp $" // // Arc (integer) drawing functions 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 @@ void fl_pie(int x,int y,int w,int h,double a1,double a2) { } // -// End of "$Id: fl_arci.cxx,v 1.4.2.2 1999/11/12 00:19:14 mike Exp $". +// End of "$Id: fl_arci.cxx,v 1.4.2.3 2000/04/25 22:16:38 mike Exp $". // diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx index 4c9c98f75..798c4fc05 100644 --- a/src/fl_ask.cxx +++ b/src/fl_ask.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_ask.cxx,v 1.8.2.4 2000/04/12 04:32:05 bill Exp $" +// "$Id: fl_ask.cxx,v 1.8.2.5 2000/04/25 22:16:39 mike Exp $" // // Standard dialog functions 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 @@ -230,5 +230,5 @@ const char *fl_password(const char *fmt, const char *defstr, ...) { } // -// End of "$Id: fl_ask.cxx,v 1.8.2.4 2000/04/12 04:32:05 bill Exp $". +// End of "$Id: fl_ask.cxx,v 1.8.2.5 2000/04/25 22:16:39 mike Exp $". // diff --git a/src/fl_boxtype.cxx b/src/fl_boxtype.cxx index cd58affde..aa0df783a 100644 --- a/src/fl_boxtype.cxx +++ b/src/fl_boxtype.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_boxtype.cxx,v 1.8.2.1 2000/04/11 08:11:55 bill Exp $" +// "$Id: fl_boxtype.cxx,v 1.8.2.2 2000/04/25 22:16:39 mike Exp $" // // Box drawing code 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 @@ -282,5 +282,5 @@ const { } // -// End of "$Id: fl_boxtype.cxx,v 1.8.2.1 2000/04/11 08:11:55 bill Exp $". +// End of "$Id: fl_boxtype.cxx,v 1.8.2.2 2000/04/25 22:16:39 mike Exp $". // diff --git a/src/fl_call_main.c b/src/fl_call_main.c index 0c1a2b5af..d5a963808 100644 --- a/src/fl_call_main.c +++ b/src/fl_call_main.c @@ -1,7 +1,7 @@ /* - * "$Id: fl_call_main.c,v 1.1.2.5 1999/11/30 13:14:27 carl Exp $" + * "$Id: fl_call_main.c,v 1.1.2.6 2000/04/25 22:16:39 mike Exp $" * - * Copyright 1998-1999 by Bill Spitzak and others. + * Copyright 1998-2000 by Bill Spitzak and others. * * fl_call_main() calls main() for you Windows people. Needs to be done in C * because Borland C++ won't let you call main() from C++. @@ -83,6 +83,6 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, #endif /* - * End of "$Id: fl_call_main.c,v 1.1.2.5 1999/11/30 13:14:27 carl Exp $". + * End of "$Id: fl_call_main.c,v 1.1.2.6 2000/04/25 22:16:39 mike Exp $". */ diff --git a/src/fl_color.cxx b/src/fl_color.cxx index 64368168f..a486b1f00 100644 --- a/src/fl_color.cxx +++ b/src/fl_color.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_color.cxx,v 1.12 1999/01/25 20:43:05 mike Exp $" +// "$Id: fl_color.cxx,v 1.12.2.1 2000/04/25 22:16:40 mike Exp $" // // Color functions 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 @@ -351,5 +351,5 @@ Fl_Color contrast(Fl_Color fg, Fl_Color bg) { } // -// End of "$Id: fl_color.cxx,v 1.12 1999/01/25 20:43:05 mike Exp $". +// End of "$Id: fl_color.cxx,v 1.12.2.1 2000/04/25 22:16:40 mike Exp $". // diff --git a/src/fl_color_win32.cxx b/src/fl_color_win32.cxx index ab678b4d6..75aa8f733 100644 --- a/src/fl_color_win32.cxx +++ b/src/fl_color_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_color_win32.cxx,v 1.14 1999/01/13 15:56:23 mike Exp $" +// "$Id: fl_color_win32.cxx,v 1.14.2.1 2000/04/25 22:16:40 mike Exp $" // // WIN32 color functions 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 @@ -206,5 +206,5 @@ fl_select_palette(void) #endif // -// End of "$Id: fl_color_win32.cxx,v 1.14 1999/01/13 15:56:23 mike Exp $". +// End of "$Id: fl_color_win32.cxx,v 1.14.2.1 2000/04/25 22:16:40 mike Exp $". // diff --git a/src/fl_cursor.cxx b/src/fl_cursor.cxx index f1e4743fc..6508ce957 100644 --- a/src/fl_cursor.cxx +++ b/src/fl_cursor.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_cursor.cxx,v 1.6.2.3 2000/02/04 06:35:22 bill Exp $" +// "$Id: fl_cursor.cxx,v 1.6.2.4 2000/04/25 22:16:40 mike Exp $" // // Mouse cursor support 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 @@ -184,5 +184,5 @@ void Fl_Window::cursor(Fl_Cursor c, Fl_Color fg, Fl_Color bg) { #endif // -// End of "$Id: fl_cursor.cxx,v 1.6.2.3 2000/02/04 06:35:22 bill Exp $". +// End of "$Id: fl_cursor.cxx,v 1.6.2.4 2000/04/25 22:16:40 mike Exp $". // diff --git a/src/fl_curve.cxx b/src/fl_curve.cxx index 224ed6b81..ef0540b75 100644 --- a/src/fl_curve.cxx +++ b/src/fl_curve.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_curve.cxx,v 1.4 1999/01/07 19:17:37 mike Exp $" +// "$Id: fl_curve.cxx,v 1.4.2.1 2000/04/25 22:16:40 mike Exp $" // // Bezier curve functions 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 @@ -95,5 +95,5 @@ void fl_curve(double X0, double Y0, } // -// End of "$Id: fl_curve.cxx,v 1.4 1999/01/07 19:17:37 mike Exp $". +// End of "$Id: fl_curve.cxx,v 1.4.2.1 2000/04/25 22:16:40 mike Exp $". // diff --git a/src/fl_diamond_box.cxx b/src/fl_diamond_box.cxx index f2d27644d..e682a09d6 100644 --- a/src/fl_diamond_box.cxx +++ b/src/fl_diamond_box.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_diamond_box.cxx,v 1.5 1999/01/07 19:17:37 mike Exp $" +// "$Id: fl_diamond_box.cxx,v 1.5.2.1 2000/04/25 22:16:40 mike Exp $" // // Diamond box code 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 @@ -74,5 +74,5 @@ Fl_Boxtype define_FL_DIAMOND_BOX() { } // -// End of "$Id: fl_diamond_box.cxx,v 1.5 1999/01/07 19:17:37 mike Exp $". +// End of "$Id: fl_diamond_box.cxx,v 1.5.2.1 2000/04/25 22:16:40 mike Exp $". // diff --git a/src/fl_draw.cxx b/src/fl_draw.cxx index 2bb27e15f..a8f5e95cb 100644 --- a/src/fl_draw.cxx +++ b/src/fl_draw.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_draw.cxx,v 1.6.2.1 1999/06/16 15:14:42 mike Exp $" +// "$Id: fl_draw.cxx,v 1.6.2.2 2000/04/25 22:16:41 mike Exp $" // // Label drawing code 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 @@ -200,5 +200,5 @@ void fl_measure(const char* str, int& w, int& h) { } // -// End of "$Id: fl_draw.cxx,v 1.6.2.1 1999/06/16 15:14:42 mike Exp $". +// End of "$Id: fl_draw.cxx,v 1.6.2.2 2000/04/25 22:16:41 mike Exp $". // diff --git a/src/fl_draw_image.cxx b/src/fl_draw_image.cxx index 0d7a8e8a4..463369ebc 100644 --- a/src/fl_draw_image.cxx +++ b/src/fl_draw_image.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_draw_image.cxx,v 1.5 1999/01/07 19:17:38 mike Exp $" +// "$Id: fl_draw_image.cxx,v 1.5.2.1 2000/04/25 22:16:41 mike Exp $" // // Image drawing routines 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 @@ -627,5 +627,5 @@ void fl_rectf(int x, int y, int w, int h, uchar r, uchar g, uchar b) { #endif // -// End of "$Id: fl_draw_image.cxx,v 1.5 1999/01/07 19:17:38 mike Exp $". +// End of "$Id: fl_draw_image.cxx,v 1.5.2.1 2000/04/25 22:16:41 mike Exp $". // diff --git a/src/fl_draw_image_win32.cxx b/src/fl_draw_image_win32.cxx index 2e313d3e6..666782393 100644 --- a/src/fl_draw_image_win32.cxx +++ b/src/fl_draw_image_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_draw_image_win32.cxx,v 1.4 1999/01/07 19:17:38 mike Exp $" +// "$Id: fl_draw_image_win32.cxx,v 1.4.2.1 2000/04/25 22:16:41 mike Exp $" // // WIN32 image drawing code 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 @@ -258,5 +258,5 @@ void fl_rectf(int x, int y, int w, int h, uchar r, uchar g, uchar b) { } // -// End of "$Id: fl_draw_image_win32.cxx,v 1.4 1999/01/07 19:17:38 mike Exp $". +// End of "$Id: fl_draw_image_win32.cxx,v 1.4.2.1 2000/04/25 22:16:41 mike Exp $". // diff --git a/src/fl_draw_pixmap.cxx b/src/fl_draw_pixmap.cxx index 4d91c9ab7..877f34d76 100644 --- a/src/fl_draw_pixmap.cxx +++ b/src/fl_draw_pixmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_draw_pixmap.cxx,v 1.4.2.4 1999/10/16 19:58:21 bill Exp $" +// "$Id: fl_draw_pixmap.cxx,v 1.4.2.5 2000/04/25 22:16:41 mike Exp $" // // Pixmap drawing code 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 @@ -264,5 +264,5 @@ int fl_draw_pixmap(/*const*/char*const* di, int x, int y, Fl_Color bg) { } // -// End of "$Id: fl_draw_pixmap.cxx,v 1.4.2.4 1999/10/16 19:58:21 bill Exp $". +// End of "$Id: fl_draw_pixmap.cxx,v 1.4.2.5 2000/04/25 22:16:41 mike Exp $". // diff --git a/src/fl_engraved_label.cxx b/src/fl_engraved_label.cxx index 2c6b6295e..cbcd465c6 100644 --- a/src/fl_engraved_label.cxx +++ b/src/fl_engraved_label.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_engraved_label.cxx,v 1.4 1999/01/07 19:17:39 mike Exp $" +// "$Id: fl_engraved_label.cxx,v 1.4.2.1 2000/04/25 22:16:41 mike Exp $" // // Engraved label drawing routines 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 @@ Fl_Labeltype define_FL_EMBOSSED_LABEL() { } // -// End of "$Id: fl_engraved_label.cxx,v 1.4 1999/01/07 19:17:39 mike Exp $". +// End of "$Id: fl_engraved_label.cxx,v 1.4.2.1 2000/04/25 22:16:41 mike Exp $". // diff --git a/src/fl_file_chooser.cxx b/src/fl_file_chooser.cxx index 3df032a01..0355a7d28 100644 --- a/src/fl_file_chooser.cxx +++ b/src/fl_file_chooser.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_file_chooser.cxx,v 1.10.2.2 2000/04/14 09:08:14 bill Exp $" +// "$Id: fl_file_chooser.cxx,v 1.10.2.3 2000/04/25 22:16:41 mike Exp $" // // File chooser widget 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 @@ -622,5 +622,5 @@ char* fl_file_chooser(const char* message, const char* pat, const char* fname) } // -// End of "$Id: fl_file_chooser.cxx,v 1.10.2.2 2000/04/14 09:08:14 bill Exp $". +// End of "$Id: fl_file_chooser.cxx,v 1.10.2.3 2000/04/25 22:16:41 mike Exp $". // diff --git a/src/fl_font.cxx b/src/fl_font.cxx index e5e50b045..a4bba6952 100644 --- a/src/fl_font.cxx +++ b/src/fl_font.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_font.cxx,v 1.9.2.2 1999/07/22 07:27:12 bill Exp $" +// "$Id: fl_font.cxx,v 1.9.2.3 2000/04/25 22:16:42 mike Exp $" // // Font selection code 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 @@ -293,5 +293,5 @@ void fl_draw(const char* str, int x, int y) { #endif // -// End of "$Id: fl_font.cxx,v 1.9.2.2 1999/07/22 07:27:12 bill Exp $". +// End of "$Id: fl_font.cxx,v 1.9.2.3 2000/04/25 22:16:42 mike Exp $". // diff --git a/src/fl_font_win32.cxx b/src/fl_font_win32.cxx index c151ef8b3..d5782bab2 100644 --- a/src/fl_font_win32.cxx +++ b/src/fl_font_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_font_win32.cxx,v 1.9 1999/01/07 19:17:39 mike Exp $" +// "$Id: fl_font_win32.cxx,v 1.9.2.1 2000/04/25 22:16:42 mike Exp $" // // WIN32 font selection routines 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 @@ -174,5 +174,5 @@ void fl_draw(const char* str, int x, int y) { } // -// End of "$Id: fl_font_win32.cxx,v 1.9 1999/01/07 19:17:39 mike Exp $". +// End of "$Id: fl_font_win32.cxx,v 1.9.2.1 2000/04/25 22:16:42 mike Exp $". // diff --git a/src/fl_labeltype.cxx b/src/fl_labeltype.cxx index a851a001a..13fd68ed9 100644 --- a/src/fl_labeltype.cxx +++ b/src/fl_labeltype.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_labeltype.cxx,v 1.6 1999/01/07 19:17:40 mike Exp $" +// "$Id: fl_labeltype.cxx,v 1.6.2.1 2000/04/25 22:16:42 mike Exp $" // // Label drawing routines 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 @@ void Fl_Widget::draw_label(int X, int Y, int W, int H, Fl_Align a) const { #include <FL/Fl_Input_.H> // -// End of "$Id: fl_labeltype.cxx,v 1.6 1999/01/07 19:17:40 mike Exp $". +// End of "$Id: fl_labeltype.cxx,v 1.6.2.1 2000/04/25 22:16:42 mike Exp $". // diff --git a/src/fl_oval_box.cxx b/src/fl_oval_box.cxx index d8858b234..f2d0fa838 100644 --- a/src/fl_oval_box.cxx +++ b/src/fl_oval_box.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_oval_box.cxx,v 1.4 1999/01/07 19:17:40 mike Exp $" +// "$Id: fl_oval_box.cxx,v 1.4.2.1 2000/04/25 22:16:42 mike Exp $" // // Oval box drawing code 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 @@ Fl_Boxtype define_FL_OVAL_BOX() { } // -// End of "$Id: fl_oval_box.cxx,v 1.4 1999/01/07 19:17:40 mike Exp $". +// End of "$Id: fl_oval_box.cxx,v 1.4.2.1 2000/04/25 22:16:42 mike Exp $". // diff --git a/src/fl_overlay.cxx b/src/fl_overlay.cxx index bb8caac06..b39a3ec3d 100644 --- a/src/fl_overlay.cxx +++ b/src/fl_overlay.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_overlay.cxx,v 1.4 1999/01/07 19:17:40 mike Exp $" +// "$Id: fl_overlay.cxx,v 1.4.2.1 2000/04/25 22:16:42 mike Exp $" // // Overlay support 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 @@ void fl_overlay_rect(int x, int y, int w, int h) { } // -// End of "$Id: fl_overlay.cxx,v 1.4 1999/01/07 19:17:40 mike Exp $". +// End of "$Id: fl_overlay.cxx,v 1.4.2.1 2000/04/25 22:16:42 mike Exp $". // diff --git a/src/fl_overlay_visual.cxx b/src/fl_overlay_visual.cxx index 3d14dafcc..99fdba9ce 100644 --- a/src/fl_overlay_visual.cxx +++ b/src/fl_overlay_visual.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_overlay_visual.cxx,v 1.4 1999/01/07 19:17:40 mike Exp $" +// "$Id: fl_overlay_visual.cxx,v 1.4.2.1 2000/04/25 22:16:43 mike Exp $" // // X overlay support 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 @@ -99,5 +99,5 @@ XVisualInfo *fl_find_overlay_visual() { #endif // -// End of "$Id: fl_overlay_visual.cxx,v 1.4 1999/01/07 19:17:40 mike Exp $". +// End of "$Id: fl_overlay_visual.cxx,v 1.4.2.1 2000/04/25 22:16:43 mike Exp $". // diff --git a/src/fl_rect.cxx b/src/fl_rect.cxx index 089426ccf..b17c2d521 100644 --- a/src/fl_rect.cxx +++ b/src/fl_rect.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_rect.cxx,v 1.10.2.1 2000/02/15 08:31:46 bill Exp $" +// "$Id: fl_rect.cxx,v 1.10.2.2 2000/04/25 22:16:43 mike Exp $" // // Rectangle drawing routines 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 @@ -388,5 +388,5 @@ int fl_clip_box(int x, int y, int w, int h, int& X, int& Y, int& W, int& H){ } // -// End of "$Id: fl_rect.cxx,v 1.10.2.1 2000/02/15 08:31:46 bill Exp $". +// End of "$Id: fl_rect.cxx,v 1.10.2.2 2000/04/25 22:16:43 mike Exp $". // diff --git a/src/fl_round_box.cxx b/src/fl_round_box.cxx index ee787360e..3c6890ecf 100644 --- a/src/fl_round_box.cxx +++ b/src/fl_round_box.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_round_box.cxx,v 1.6 1999/02/22 21:01:59 mike Exp $" +// "$Id: fl_round_box.cxx,v 1.6.2.1 2000/04/25 22:16:43 mike Exp $" // // Round box drawing routines 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 @@ -116,5 +116,5 @@ Fl_Boxtype define_FL_ROUND_UP_BOX() { } // -// End of "$Id: fl_round_box.cxx,v 1.6 1999/02/22 21:01:59 mike Exp $". +// End of "$Id: fl_round_box.cxx,v 1.6.2.1 2000/04/25 22:16:43 mike Exp $". // diff --git a/src/fl_rounded_box.cxx b/src/fl_rounded_box.cxx index a37fa65d2..c243e36ad 100644 --- a/src/fl_rounded_box.cxx +++ b/src/fl_rounded_box.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_rounded_box.cxx,v 1.4 1999/01/07 19:17:41 mike Exp $" +// "$Id: fl_rounded_box.cxx,v 1.4.2.1 2000/04/25 22:16:43 mike Exp $" // // Rounded box drawing routines 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 @@ -93,5 +93,5 @@ Fl_Boxtype define_FL_RSHADOW_BOX() { } // -// End of "$Id: fl_rounded_box.cxx,v 1.4 1999/01/07 19:17:41 mike Exp $". +// End of "$Id: fl_rounded_box.cxx,v 1.4.2.1 2000/04/25 22:16:43 mike Exp $". // diff --git a/src/fl_scroll_area.cxx b/src/fl_scroll_area.cxx index 58b1059cb..4c3474100 100644 --- a/src/fl_scroll_area.cxx +++ b/src/fl_scroll_area.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_scroll_area.cxx,v 1.4 1999/01/07 19:17:42 mike Exp $" +// "$Id: fl_scroll_area.cxx,v 1.4.2.1 2000/04/25 22:16:43 mike Exp $" // // Scrolling routines 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 @@ void fl_scroll(int X, int Y, int W, int H, int dx, int dy, } // -// End of "$Id: fl_scroll_area.cxx,v 1.4 1999/01/07 19:17:42 mike Exp $". +// End of "$Id: fl_scroll_area.cxx,v 1.4.2.1 2000/04/25 22:16:43 mike Exp $". // diff --git a/src/fl_set_font.cxx b/src/fl_set_font.cxx index 6160e2700..2f9dca909 100644 --- a/src/fl_set_font.cxx +++ b/src/fl_set_font.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_set_font.cxx,v 1.5 1999/01/07 19:17:42 mike Exp $" +// "$Id: fl_set_font.cxx,v 1.5.2.1 2000/04/25 22:16:44 mike Exp $" // // Font utilities 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 @@ -71,5 +71,5 @@ void Fl::set_font(Fl_Font fnum, const char* name) { const char* Fl::get_font(Fl_Font fnum) {return fl_fonts[fnum].name;} // -// End of "$Id: fl_set_font.cxx,v 1.5 1999/01/07 19:17:42 mike Exp $". +// End of "$Id: fl_set_font.cxx,v 1.5.2.1 2000/04/25 22:16:44 mike Exp $". // diff --git a/src/fl_set_fonts.cxx b/src/fl_set_fonts.cxx index 13792c5d9..8037031eb 100644 --- a/src/fl_set_fonts.cxx +++ b/src/fl_set_fonts.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_set_fonts.cxx,v 1.6.2.1 2000/02/21 10:30:00 bill Exp $" +// "$Id: fl_set_fonts.cxx,v 1.6.2.2 2000/04/25 22:16:44 mike Exp $" // // More font utilities 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 @@ -327,5 +327,5 @@ int Fl::get_font_sizes(Fl_Font fnum, int*& sizep) { #endif // -// End of "$Id: fl_set_fonts.cxx,v 1.6.2.1 2000/02/21 10:30:00 bill Exp $". +// End of "$Id: fl_set_fonts.cxx,v 1.6.2.2 2000/04/25 22:16:44 mike Exp $". // diff --git a/src/fl_set_fonts_win32.cxx b/src/fl_set_fonts_win32.cxx index 695743d79..590653d1b 100755 --- a/src/fl_set_fonts_win32.cxx +++ b/src/fl_set_fonts_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_set_fonts_win32.cxx,v 1.5.2.1 2000/02/21 10:30:00 bill Exp $" +// "$Id: fl_set_fonts_win32.cxx,v 1.5.2.2 2000/04/25 22:16:44 mike Exp $" // // WIN32 font utilities 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 @@ -88,5 +88,5 @@ int Fl::get_font_sizes(Fl_Font fnum, int*& sizep) { } // -// End of "$Id: fl_set_fonts_win32.cxx,v 1.5.2.1 2000/02/21 10:30:00 bill Exp $". +// End of "$Id: fl_set_fonts_win32.cxx,v 1.5.2.2 2000/04/25 22:16:44 mike Exp $". // diff --git a/src/fl_set_gray.cxx b/src/fl_set_gray.cxx index ae300e118..649126254 100644 --- a/src/fl_set_gray.cxx +++ b/src/fl_set_gray.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_set_gray.cxx,v 1.5 1999/02/22 21:01:03 mike Exp $" +// "$Id: fl_set_gray.cxx,v 1.5.2.1 2000/04/25 22:16:44 mike Exp $" // // Background (gray) color routines 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 @@ -58,5 +58,5 @@ void Fl::background2(uchar r, uchar g, uchar b) { } // -// End of "$Id: fl_set_gray.cxx,v 1.5 1999/02/22 21:01:03 mike Exp $". +// End of "$Id: fl_set_gray.cxx,v 1.5.2.1 2000/04/25 22:16:44 mike Exp $". // diff --git a/src/fl_shadow_box.cxx b/src/fl_shadow_box.cxx index 4c990d31e..7b3edd2fd 100644 --- a/src/fl_shadow_box.cxx +++ b/src/fl_shadow_box.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_shadow_box.cxx,v 1.4 1999/01/07 19:17:43 mike Exp $" +// "$Id: fl_shadow_box.cxx,v 1.4.2.1 2000/04/25 22:16:44 mike Exp $" // // Shadow box drawing routines 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,5 +50,5 @@ Fl_Boxtype define_FL_SHADOW_BOX() { } // -// End of "$Id: fl_shadow_box.cxx,v 1.4 1999/01/07 19:17:43 mike Exp $". +// End of "$Id: fl_shadow_box.cxx,v 1.4.2.1 2000/04/25 22:16:44 mike Exp $". // diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx index ee0049e45..5ba3d513b 100644 --- a/src/fl_shortcut.cxx +++ b/src/fl_shortcut.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_shortcut.cxx,v 1.4.2.3 2000/02/23 09:14:23 bill Exp $" +// "$Id: fl_shortcut.cxx,v 1.4.2.4 2000/04/25 22:16:45 mike Exp $" // // Shortcut support routines 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 @@ -179,5 +179,5 @@ int Fl_Widget::test_shortcut() { } // -// End of "$Id: fl_shortcut.cxx,v 1.4.2.3 2000/02/23 09:14:23 bill Exp $". +// End of "$Id: fl_shortcut.cxx,v 1.4.2.4 2000/04/25 22:16:45 mike Exp $". // diff --git a/src/fl_show_colormap.cxx b/src/fl_show_colormap.cxx index 3a3d8e8e6..c446fa33d 100644 --- a/src/fl_show_colormap.cxx +++ b/src/fl_show_colormap.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_show_colormap.cxx,v 1.5 1999/01/07 19:17:43 mike Exp $" +// "$Id: fl_show_colormap.cxx,v 1.5.2.1 2000/04/25 22:16:45 mike Exp $" // // Colormap color selection dialog 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 @@ -147,5 +147,5 @@ Fl_Color fl_show_colormap(Fl_Color oldcol) { } // -// End of "$Id: fl_show_colormap.cxx,v 1.5 1999/01/07 19:17:43 mike Exp $". +// End of "$Id: fl_show_colormap.cxx,v 1.5.2.1 2000/04/25 22:16:45 mike Exp $". // diff --git a/src/fl_symbols.cxx b/src/fl_symbols.cxx index 1851acf6b..7ffa3b2ae 100644 --- a/src/fl_symbols.cxx +++ b/src/fl_symbols.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_symbols.cxx,v 1.8 1999/02/22 22:09:17 mike Exp $" +// "$Id: fl_symbols.cxx,v 1.8.2.1 2000/04/25 22:16:45 mike Exp $" // // Symbol drawing code 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 @@ -383,5 +383,5 @@ void Fl::enable_symbols() { } // -// End of "$Id: fl_symbols.cxx,v 1.8 1999/02/22 22:09:17 mike Exp $". +// End of "$Id: fl_symbols.cxx,v 1.8.2.1 2000/04/25 22:16:45 mike Exp $". // diff --git a/src/fl_vertex.cxx b/src/fl_vertex.cxx index 64e618298..b741714a0 100644 --- a/src/fl_vertex.cxx +++ b/src/fl_vertex.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_vertex.cxx,v 1.5 1999/01/07 19:17:44 mike Exp $" +// "$Id: fl_vertex.cxx,v 1.5.2.1 2000/04/25 22:16:45 mike Exp $" // // Portable drawing routines 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 @@ -223,5 +223,5 @@ void fl_circle(double x, double y,double r) { } // -// End of "$Id: fl_vertex.cxx,v 1.5 1999/01/07 19:17:44 mike Exp $". +// End of "$Id: fl_vertex.cxx,v 1.5.2.1 2000/04/25 22:16:45 mike Exp $". // diff --git a/src/forms_bitmap.cxx b/src/forms_bitmap.cxx index 7cb6a8c4e..5695476e8 100644 --- a/src/forms_bitmap.cxx +++ b/src/forms_bitmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_bitmap.cxx,v 1.4 1999/01/07 19:17:44 mike Exp $" +// "$Id: forms_bitmap.cxx,v 1.4.2.1 2000/04/25 22:16:45 mike Exp $" // // Forms compatible bitmap function 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 @@ -46,5 +46,5 @@ void Fl_FormsBitmap::draw() { } // -// End of "$Id: forms_bitmap.cxx,v 1.4 1999/01/07 19:17:44 mike Exp $". +// End of "$Id: forms_bitmap.cxx,v 1.4.2.1 2000/04/25 22:16:45 mike Exp $". // diff --git a/src/forms_compatability.cxx b/src/forms_compatability.cxx index 8e4a37295..0330dd67b 100755 --- a/src/forms_compatability.cxx +++ b/src/forms_compatability.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_compatability.cxx,v 1.5 1999/01/07 19:17:44 mike Exp $" +// "$Id: forms_compatability.cxx,v 1.5.2.1 2000/04/25 22:16:45 mike Exp $" // // Forms compatibility functions 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 @@ -204,5 +204,5 @@ char *fl_show_simple_input(const char *str1, const char *defstr) { } // -// End of "$Id: forms_compatability.cxx,v 1.5 1999/01/07 19:17:44 mike Exp $". +// End of "$Id: forms_compatability.cxx,v 1.5.2.1 2000/04/25 22:16:45 mike Exp $". // diff --git a/src/forms_free.cxx b/src/forms_free.cxx index 3dfc9feed..8a9583edc 100644 --- a/src/forms_free.cxx +++ b/src/forms_free.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_free.cxx,v 1.4.2.1 1999/10/23 05:59:27 bill Exp $" +// "$Id: forms_free.cxx,v 1.4.2.2 2000/04/25 22:16:46 mike Exp $" // // Forms free widget routines 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 @@ -73,5 +73,5 @@ int Fl_Free::handle(int e) { } // -// End of "$Id: forms_free.cxx,v 1.4.2.1 1999/10/23 05:59:27 bill Exp $". +// End of "$Id: forms_free.cxx,v 1.4.2.2 2000/04/25 22:16:46 mike Exp $". // diff --git a/src/forms_fselect.cxx b/src/forms_fselect.cxx index 9a77b063b..5a5200988 100644 --- a/src/forms_fselect.cxx +++ b/src/forms_fselect.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_fselect.cxx,v 1.4 1999/01/07 19:17:45 mike Exp $" +// "$Id: forms_fselect.cxx,v 1.4.2.1 2000/04/25 22:16:46 mike Exp $" // // Forms file selection routines 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 @@ -61,5 +61,5 @@ char* fl_get_pattern() {return (char *)fl_pattern;} char* fl_get_filename() {return fl_filename;} // -// End of "$Id: forms_fselect.cxx,v 1.4 1999/01/07 19:17:45 mike Exp $". +// End of "$Id: forms_fselect.cxx,v 1.4.2.1 2000/04/25 22:16:46 mike Exp $". // diff --git a/src/forms_pixmap.cxx b/src/forms_pixmap.cxx index 34d95db7d..e2ad875cf 100644 --- a/src/forms_pixmap.cxx +++ b/src/forms_pixmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_pixmap.cxx,v 1.4 1999/01/07 19:17:45 mike Exp $" +// "$Id: forms_pixmap.cxx,v 1.4.2.1 2000/04/25 22:16:46 mike Exp $" // // Forms pixmap drawing routines 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 @@ -46,5 +46,5 @@ void Fl_FormsPixmap::draw() { } // -// End of "$Id: forms_pixmap.cxx,v 1.4 1999/01/07 19:17:45 mike Exp $". +// End of "$Id: forms_pixmap.cxx,v 1.4.2.1 2000/04/25 22:16:46 mike Exp $". // diff --git a/src/forms_timer.cxx b/src/forms_timer.cxx index 1474f358e..b09e4ef0a 100644 --- a/src/forms_timer.cxx +++ b/src/forms_timer.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_timer.cxx,v 1.4 1999/01/07 19:17:45 mike Exp $" +// "$Id: forms_timer.cxx,v 1.4.2.1 2000/04/25 22:16:46 mike Exp $" // // Forms timer object 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 @@ -150,5 +150,5 @@ void Fl_Timer::suspended(char d) { } // -// End of "$Id: forms_timer.cxx,v 1.4 1999/01/07 19:17:45 mike Exp $". +// End of "$Id: forms_timer.cxx,v 1.4.2.1 2000/04/25 22:16:46 mike Exp $". // diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx index 03b1cf924..591080a10 100644 --- a/src/gl_draw.cxx +++ b/src/gl_draw.cxx @@ -1,9 +1,9 @@ // -// "$Id: gl_draw.cxx,v 1.7.2.1 2000/03/24 08:42:03 bill Exp $" +// "$Id: gl_draw.cxx,v 1.7.2.2 2000/04/25 22:16:46 mike Exp $" // // OpenGL drawing support routines 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 @@ -155,5 +155,5 @@ void gl_draw_image(const uchar* b, int x, int y, int w, int h, int d, int ld) { #endif // -// End of "$Id: gl_draw.cxx,v 1.7.2.1 2000/03/24 08:42:03 bill Exp $". +// End of "$Id: gl_draw.cxx,v 1.7.2.2 2000/04/25 22:16:46 mike Exp $". // diff --git a/src/gl_start.cxx b/src/gl_start.cxx index 7d9af09d9..48e9b11d1 100644 --- a/src/gl_start.cxx +++ b/src/gl_start.cxx @@ -1,9 +1,9 @@ // -// "$Id: gl_start.cxx,v 1.6.2.1 1999/09/16 05:34:27 bill Exp $" +// "$Id: gl_start.cxx,v 1.6.2.2 2000/04/25 22:16:46 mike Exp $" // // OpenGL context routines 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 @@ -122,5 +122,5 @@ int Fl::gl_visual(int mode, int *alist) { #endif // -// End of "$Id: gl_start.cxx,v 1.6.2.1 1999/09/16 05:34:27 bill Exp $". +// End of "$Id: gl_start.cxx,v 1.6.2.2 2000/04/25 22:16:46 mike Exp $". // diff --git a/src/glut_compatability.cxx b/src/glut_compatability.cxx index bf05979c9..cfb19b619 100755 --- a/src/glut_compatability.cxx +++ b/src/glut_compatability.cxx @@ -1,9 +1,9 @@ // -// "$Id: glut_compatability.cxx,v 1.4.2.2 1999/10/16 19:58:22 bill Exp $" +// "$Id: glut_compatability.cxx,v 1.4.2.3 2000/04/25 22:16:46 mike Exp $" // // GLUT emulation routines 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 @@ -399,5 +399,5 @@ int glutLayerGet(GLenum type) { #endif // -// End of "$Id: glut_compatability.cxx,v 1.4.2.2 1999/10/16 19:58:22 bill Exp $". +// End of "$Id: glut_compatability.cxx,v 1.4.2.3 2000/04/25 22:16:46 mike Exp $". // diff --git a/src/glut_font.cxx b/src/glut_font.cxx index 59581e6eb..b4ae48bed 100644 --- a/src/glut_font.cxx +++ b/src/glut_font.cxx @@ -1,9 +1,9 @@ // -// "$Id: glut_font.cxx,v 1.4.2.1 2000/04/25 07:48:07 bill Exp $" +// "$Id: glut_font.cxx,v 1.4.2.2 2000/04/25 22:16:47 mike Exp $" // // GLUT bitmap font routines 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 glutBitmapWidth(void* font, int character) { #endif // -// End of "$Id: glut_font.cxx,v 1.4.2.1 2000/04/25 07:48:07 bill Exp $". +// End of "$Id: glut_font.cxx,v 1.4.2.2 2000/04/25 22:16:47 mike Exp $". // diff --git a/src/numericsort.c b/src/numericsort.c index 99a6eaf58..40814626f 100644 --- a/src/numericsort.c +++ b/src/numericsort.c @@ -1,9 +1,9 @@ /* - * "$Id: numericsort.c,v 1.10.2.1 2000/04/04 17:57:04 bill Exp $" + * "$Id: numericsort.c,v 1.10.2.2 2000/04/25 22:16:47 mike Exp $" * * Numeric sorting routine 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 @@ -84,5 +84,5 @@ int numericsort(struct dirent **A, struct dirent **B) { } /* - * End of "$Id: numericsort.c,v 1.10.2.1 2000/04/04 17:57:04 bill Exp $". + * End of "$Id: numericsort.c,v 1.10.2.2 2000/04/25 22:16:47 mike Exp $". */ diff --git a/src/scandir_win32.c b/src/scandir_win32.c index fee29d03a..3ec65a58f 100644 --- a/src/scandir_win32.c +++ b/src/scandir_win32.c @@ -1,9 +1,9 @@ // -// "$Id: scandir_win32.c,v 1.11.2.1 2000/04/04 17:57:04 bill Exp $" +// "$Id: scandir_win32.c,v 1.11.2.2 2000/04/25 22:16:47 mike Exp $" // // WIN32 scandir function 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 @@ -101,5 +101,5 @@ int alphasort (struct dirent **a, struct dirent **b) { #endif // -// End of "$Id: scandir_win32.c,v 1.11.2.1 2000/04/04 17:57:04 bill Exp $". +// End of "$Id: scandir_win32.c,v 1.11.2.2 2000/04/25 22:16:47 mike Exp $". // diff --git a/src/vsnprintf.c b/src/vsnprintf.c index b2996dcd9..564b4f20c 100644 --- a/src/vsnprintf.c +++ b/src/vsnprintf.c @@ -1,5 +1,5 @@ /* - * "$Id: vsnprintf.c,v 1.3.2.1 1999/03/29 17:39:29 carl Exp $" + * "$Id: vsnprintf.c,v 1.3.2.2 2000/04/25 22:16:47 mike Exp $" * * vsnprintf() function for the Fast Light Tool Kit (FLTK). * @@ -17,7 +17,7 @@ * Only handles formats that are both documented in the glibc man page * for printf and also handled by your system's sprintf(). * - * Copyright 1998-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 @@ -131,6 +131,6 @@ int snprintf(char* str, size_t size, const char* fmt, ...) { #endif /* - * End of "$Id: vsnprintf.c,v 1.3.2.1 1999/03/29 17:39:29 carl Exp $". + * End of "$Id: vsnprintf.c,v 1.3.2.2 2000/04/25 22:16:47 mike Exp $". */ |
