diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-07 19:18:01 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-07 19:18:01 +0000 |
| commit | 0a36d9842029831c6f85761af0e26f43a4b7f754 (patch) | |
| tree | 9a939255a5e15ac8224c3f17224b37981d48b76f /src | |
| parent | bbbec0bbfb56ecd6b8966571acac26569ba4e40e (diff) | |
Yay, change all copyright notices to be 1998-1999.
git-svn-id: file:///fltk/svn/fltk/trunk@201 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
128 files changed, 383 insertions, 383 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index df42260ae..9224b4f4d 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl.cxx,v 1.13 1999/01/07 16:47:40 mike Exp $" +// "$Id: Fl.cxx,v 1.14 1999/01/07 19:17:15 mike Exp $" // // Main event handling code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -667,5 +667,5 @@ void Fl_Window::flush() { } // -// End of "$Id: Fl.cxx,v 1.13 1999/01/07 16:47:40 mike Exp $". +// End of "$Id: Fl.cxx,v 1.14 1999/01/07 19:17:15 mike Exp $". // diff --git a/src/Fl_Adjuster.cxx b/src/Fl_Adjuster.cxx index 77030c944..09dee9447 100644 --- a/src/Fl_Adjuster.cxx +++ b/src/Fl_Adjuster.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Adjuster.cxx,v 1.4 1998/12/02 18:43:26 mike Exp $" +// "$Id: Fl_Adjuster.cxx,v 1.5 1999/01/07 19:17:16 mike Exp $" // // Adjuster widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1998/12/02 18:43:26 mike Exp $". +// End of "$Id: Fl_Adjuster.cxx,v 1.5 1999/01/07 19:17:16 mike Exp $". // diff --git a/src/Fl_Bitmap.cxx b/src/Fl_Bitmap.cxx index 792552490..7deae146a 100644 --- a/src/Fl_Bitmap.cxx +++ b/src/Fl_Bitmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Bitmap.cxx,v 1.4 1998/10/21 14:19:55 mike Exp $" +// "$Id: Fl_Bitmap.cxx,v 1.5 1999/01/07 19:17:16 mike Exp $" // // Bitmap drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1998/10/21 14:19:55 mike Exp $". +// End of "$Id: Fl_Bitmap.cxx,v 1.5 1999/01/07 19:17:16 mike Exp $". // diff --git a/src/Fl_Box.cxx b/src/Fl_Box.cxx index 9a13d361b..2058a0c1b 100644 --- a/src/Fl_Box.cxx +++ b/src/Fl_Box.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Box.cxx,v 1.3 1998/10/21 14:19:55 mike Exp $" +// "$Id: Fl_Box.cxx,v 1.4 1999/01/07 19:17:16 mike Exp $" // // Box widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:19:55 mike Exp $". +// End of "$Id: Fl_Box.cxx,v 1.4 1999/01/07 19:17:16 mike Exp $". // diff --git a/src/Fl_Browser.cxx b/src/Fl_Browser.cxx index 150b70b97..211787a09 100644 --- a/src/Fl_Browser.cxx +++ b/src/Fl_Browser.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Browser.cxx,v 1.5 1998/12/02 15:48:42 mike Exp $" +// "$Id: Fl_Browser.cxx,v 1.6 1999/01/07 19:17:16 mike Exp $" // // Browser widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -440,5 +440,5 @@ int Fl_Browser::value() const { } // -// End of "$Id: Fl_Browser.cxx,v 1.5 1998/12/02 15:48:42 mike Exp $". +// End of "$Id: Fl_Browser.cxx,v 1.6 1999/01/07 19:17:16 mike Exp $". // diff --git a/src/Fl_Browser_.cxx b/src/Fl_Browser_.cxx index ed8f4f5b9..27fe2fd67 100644 --- a/src/Fl_Browser_.cxx +++ b/src/Fl_Browser_.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Browser_.cxx,v 1.7 1998/12/02 15:48:43 mike Exp $" +// "$Id: Fl_Browser_.cxx,v 1.8 1999/01/07 19:17:17 mike Exp $" // // Base Browser widget class for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -633,5 +633,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.7 1998/12/02 15:48:43 mike Exp $". +// End of "$Id: Fl_Browser_.cxx,v 1.8 1999/01/07 19:17:17 mike Exp $". // diff --git a/src/Fl_Browser_load.cxx b/src/Fl_Browser_load.cxx index 74782752d..d9419d319 100644 --- a/src/Fl_Browser_load.cxx +++ b/src/Fl_Browser_load.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Browser_load.cxx,v 1.3 1998/10/21 14:19:57 mike Exp $" +// "$Id: Fl_Browser_load.cxx,v 1.4 1999/01/07 19:17:17 mike Exp $" // // File loading routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:19:57 mike Exp $". +// End of "$Id: Fl_Browser_load.cxx,v 1.4 1999/01/07 19:17:17 mike Exp $". // diff --git a/src/Fl_Button.cxx b/src/Fl_Button.cxx index ff9009b75..a2b355b86 100644 --- a/src/Fl_Button.cxx +++ b/src/Fl_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Button.cxx,v 1.3 1998/10/21 14:19:58 mike Exp $" +// "$Id: Fl_Button.cxx,v 1.4 1999/01/07 19:17:17 mike Exp $" // // Button widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -115,5 +115,5 @@ Fl_Button::Fl_Button(int x,int y,int w,int h, const char *l) } // -// End of "$Id: Fl_Button.cxx,v 1.3 1998/10/21 14:19:58 mike Exp $". +// End of "$Id: Fl_Button.cxx,v 1.4 1999/01/07 19:17:17 mike Exp $". // diff --git a/src/Fl_Chart.cxx b/src/Fl_Chart.cxx index 598b1a182..c78e6a703 100644 --- a/src/Fl_Chart.cxx +++ b/src/Fl_Chart.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Chart.cxx,v 1.3 1998/10/21 14:19:59 mike Exp $" +// "$Id: Fl_Chart.cxx,v 1.4 1999/01/07 19:17:17 mike Exp $" // // Forms-compatible chart widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -362,5 +362,5 @@ void Fl_Chart::maxsize(int m) { } // -// End of "$Id: Fl_Chart.cxx,v 1.3 1998/10/21 14:19:59 mike Exp $". +// End of "$Id: Fl_Chart.cxx,v 1.4 1999/01/07 19:17:17 mike Exp $". // diff --git a/src/Fl_Check_Button.cxx b/src/Fl_Check_Button.cxx index af6c18c61..90d38f2b7 100644 --- a/src/Fl_Check_Button.cxx +++ b/src/Fl_Check_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Check_Button.cxx,v 1.3 1998/10/21 14:19:59 mike Exp $" +// "$Id: Fl_Check_Button.cxx,v 1.4 1999/01/07 19:17:18 mike Exp $" // // Check button widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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 5ab4b9cc6..fb0d5baeb 100644 --- a/src/Fl_Choice.cxx +++ b/src/Fl_Choice.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Choice.cxx,v 1.5 1998/12/02 15:39:30 mike Exp $" +// "$Id: Fl_Choice.cxx,v 1.6 1999/01/07 19:17:18 mike Exp $" // // Choice widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -85,5 +85,5 @@ int Fl_Choice::handle(int e) { } // -// End of "$Id: Fl_Choice.cxx,v 1.5 1998/12/02 15:39:30 mike Exp $". +// End of "$Id: Fl_Choice.cxx,v 1.6 1999/01/07 19:17:18 mike Exp $". // diff --git a/src/Fl_Clock.cxx b/src/Fl_Clock.cxx index 8b83d89c7..ace13e0c8 100644 --- a/src/Fl_Clock.cxx +++ b/src/Fl_Clock.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Clock.cxx,v 1.3 1998/10/21 14:20:00 mike Exp $" +// "$Id: Fl_Clock.cxx,v 1.4 1999/01/07 19:17:18 mike Exp $" // // Clock widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -159,5 +159,5 @@ int Fl_Clock::handle(int event) { } // -// End of "$Id: Fl_Clock.cxx,v 1.3 1998/10/21 14:20:00 mike Exp $". +// End of "$Id: Fl_Clock.cxx,v 1.4 1999/01/07 19:17:18 mike Exp $". // diff --git a/src/Fl_Color_Chooser.cxx b/src/Fl_Color_Chooser.cxx index da316e6f4..58f6b882d 100644 --- a/src/Fl_Color_Chooser.cxx +++ b/src/Fl_Color_Chooser.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Color_Chooser.cxx,v 1.4 1998/10/21 14:20:01 mike Exp $" +// "$Id: Fl_Color_Chooser.cxx,v 1.5 1999/01/07 19:17:18 mike Exp $" // // Color chooser for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -426,5 +426,5 @@ int fl_color_chooser(const char* name, uchar& r, uchar& g, uchar& b) { } // -// End of "$Id: Fl_Color_Chooser.cxx,v 1.4 1998/10/21 14:20:01 mike Exp $". +// End of "$Id: Fl_Color_Chooser.cxx,v 1.5 1999/01/07 19:17:18 mike Exp $". // diff --git a/src/Fl_Counter.cxx b/src/Fl_Counter.cxx index 77f37fe27..767eab64c 100644 --- a/src/Fl_Counter.cxx +++ b/src/Fl_Counter.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Counter.cxx,v 1.7 1998/12/02 18:55:57 mike Exp $" +// "$Id: Fl_Counter.cxx,v 1.8 1999/01/07 19:17:19 mike Exp $" // // Counter widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.7 1998/12/02 18:55:57 mike Exp $". +// End of "$Id: Fl_Counter.cxx,v 1.8 1999/01/07 19:17:19 mike Exp $". // diff --git a/src/Fl_Dial.cxx b/src/Fl_Dial.cxx index ac7be89b5..a5a1060d2 100644 --- a/src/Fl_Dial.cxx +++ b/src/Fl_Dial.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Dial.cxx,v 1.4 1998/10/21 14:20:02 mike Exp $" +// "$Id: Fl_Dial.cxx,v 1.5 1999/01/07 19:17:19 mike Exp $" // // Circular dial widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -134,5 +134,5 @@ Fl_Dial::Fl_Dial(int x, int y, int w, int h, const char* l) } // -// End of "$Id: Fl_Dial.cxx,v 1.4 1998/10/21 14:20:02 mike Exp $". +// End of "$Id: Fl_Dial.cxx,v 1.5 1999/01/07 19:17:19 mike Exp $". // diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx index 583aed206..839455349 100644 --- a/src/Fl_Double_Window.cxx +++ b/src/Fl_Double_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Double_Window.cxx,v 1.11 1999/01/07 16:47:41 mike Exp $" +// "$Id: Fl_Double_Window.cxx,v 1.12 1999/01/07 19:17:19 mike Exp $" // // Double-buffered window code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.11 1999/01/07 16:47:41 mike Exp $". +// End of "$Id: Fl_Double_Window.cxx,v 1.12 1999/01/07 19:17:19 mike Exp $". // diff --git a/src/Fl_Font.H b/src/Fl_Font.H index ea937e53c..f5509bfc9 100644 --- a/src/Fl_Font.H +++ b/src/Fl_Font.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Font.H,v 1.4 1998/12/02 15:51:35 mike Exp $" +// "$Id: Fl_Font.H,v 1.5 1999/01/07 19:17:19 mike Exp $" // // Font definitions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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 @@ char *fl_find_fontsize(char *name); #endif // -// End of "$Id: Fl_Font.H,v 1.4 1998/12/02 15:51:35 mike Exp $". +// End of "$Id: Fl_Font.H,v 1.5 1999/01/07 19:17:19 mike Exp $". // diff --git a/src/Fl_Gl_Choice.H b/src/Fl_Gl_Choice.H index 2b2340f79..34fa3fc07 100644 --- a/src/Fl_Gl_Choice.H +++ b/src/Fl_Gl_Choice.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_Gl_Choice.H,v 1.3 1998/10/21 14:20:04 mike Exp $" +// "$Id: Fl_Gl_Choice.H,v 1.4 1999/01/07 19:17:20 mike Exp $" // // OpenGL definitions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -82,5 +82,5 @@ HDC fl_private_dc(Fl_Window*, int, Fl_Gl_Choice **gp); #endif // -// End of "$Id: Fl_Gl_Choice.H,v 1.3 1998/10/21 14:20:04 mike Exp $". +// End of "$Id: Fl_Gl_Choice.H,v 1.4 1999/01/07 19:17:20 mike Exp $". // diff --git a/src/Fl_Gl_Choice.cxx b/src/Fl_Gl_Choice.cxx index 94ffe31cc..cfd07a5b1 100644 --- a/src/Fl_Gl_Choice.cxx +++ b/src/Fl_Gl_Choice.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Gl_Choice.cxx,v 1.4 1998/11/20 20:00:29 mike Exp $" +// "$Id: Fl_Gl_Choice.cxx,v 1.5 1999/01/07 19:17:20 mike Exp $" // // OpenGL visual selection code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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 @@ HDC fl_private_dc(Fl_Window* w, int mode, Fl_Gl_Choice **gp) { #endif // -// End of "$Id: Fl_Gl_Choice.cxx,v 1.4 1998/11/20 20:00:29 mike Exp $". +// End of "$Id: Fl_Gl_Choice.cxx,v 1.5 1999/01/07 19:17:20 mike Exp $". // diff --git a/src/Fl_Gl_Overlay.cxx b/src/Fl_Gl_Overlay.cxx index 4bd351099..8a7d995b3 100644 --- a/src/Fl_Gl_Overlay.cxx +++ b/src/Fl_Gl_Overlay.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Gl_Overlay.cxx,v 1.4 1998/10/21 14:20:05 mike Exp $" +// "$Id: Fl_Gl_Overlay.cxx,v 1.5 1999/01/07 19:17:20 mike Exp $" // // OpenGL overlay code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -198,5 +198,5 @@ void Fl_Gl_Window::hide_overlay() { #endif // -// End of "$Id: Fl_Gl_Overlay.cxx,v 1.4 1998/10/21 14:20:05 mike Exp $". +// End of "$Id: Fl_Gl_Overlay.cxx,v 1.5 1999/01/07 19:17:20 mike Exp $". // diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index b83c8d13a..888282bed 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Gl_Window.cxx,v 1.11 1998/11/09 13:53:38 mike Exp $" +// "$Id: Fl_Gl_Window.cxx,v 1.12 1999/01/07 19:17:20 mike Exp $" // // OpenGL window code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -328,5 +328,5 @@ void Fl_Gl_Window::draw_overlay() {} #endif // -// End of "$Id: Fl_Gl_Window.cxx,v 1.11 1998/11/09 13:53:38 mike Exp $". +// End of "$Id: Fl_Gl_Window.cxx,v 1.12 1999/01/07 19:17:20 mike Exp $". // diff --git a/src/Fl_Group.cxx b/src/Fl_Group.cxx index 2fe400e2f..f7d837bee 100644 --- a/src/Fl_Group.cxx +++ b/src/Fl_Group.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Group.cxx,v 1.5 1998/12/29 13:59:48 mike Exp $" +// "$Id: Fl_Group.cxx,v 1.6 1999/01/07 19:17:20 mike Exp $" // // Group widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -466,5 +466,5 @@ void Fl_Group::draw_outside_label(const Fl_Widget& w) const { } // -// End of "$Id: Fl_Group.cxx,v 1.5 1998/12/29 13:59:48 mike Exp $". +// End of "$Id: Fl_Group.cxx,v 1.6 1999/01/07 19:17:20 mike Exp $". // diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index d93729ba6..e3e3c5ab5 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Image.cxx,v 1.4 1998/10/21 14:20:08 mike Exp $" +// "$Id: Fl_Image.cxx,v 1.5 1999/01/07 19:17:21 mike Exp $" // // Image drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1998/10/21 14:20:08 mike Exp $". +// End of "$Id: Fl_Image.cxx,v 1.5 1999/01/07 19:17:21 mike Exp $". // diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx index bdf1c5877..f2bdd0d08 100644 --- a/src/Fl_Input.cxx +++ b/src/Fl_Input.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Input.cxx,v 1.7 1999/01/04 19:24:59 mike Exp $" +// "$Id: Fl_Input.cxx,v 1.8 1999/01/07 19:17:21 mike Exp $" // // Input widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -323,5 +323,5 @@ Fl_Input::Fl_Input(int x, int y, int w, int h, const char *l) } // -// End of "$Id: Fl_Input.cxx,v 1.7 1999/01/04 19:24:59 mike Exp $". +// End of "$Id: Fl_Input.cxx,v 1.8 1999/01/07 19:17:21 mike Exp $". // diff --git a/src/Fl_Input_.cxx b/src/Fl_Input_.cxx index 217ef0d14..d98aa11bd 100644 --- a/src/Fl_Input_.cxx +++ b/src/Fl_Input_.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Input_.cxx,v 1.13 1999/01/04 19:29:10 mike Exp $" +// "$Id: Fl_Input_.cxx,v 1.14 1999/01/07 19:17:21 mike Exp $" // // Common input widget routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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 @@ Fl_Input_::~Fl_Input_() { } // -// End of "$Id: Fl_Input_.cxx,v 1.13 1999/01/04 19:29:10 mike Exp $". +// End of "$Id: Fl_Input_.cxx,v 1.14 1999/01/07 19:17:21 mike Exp $". // diff --git a/src/Fl_Light_Button.cxx b/src/Fl_Light_Button.cxx index 255c9cd05..88ec6a2ec 100644 --- a/src/Fl_Light_Button.cxx +++ b/src/Fl_Light_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Light_Button.cxx,v 1.3 1998/10/21 14:20:10 mike Exp $" +// "$Id: Fl_Light_Button.cxx,v 1.4 1999/01/07 19:17:21 mike Exp $" // // Lighted button widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:10 mike Exp $". +// End of "$Id: Fl_Light_Button.cxx,v 1.4 1999/01/07 19:17:21 mike Exp $". // diff --git a/src/Fl_Menu.cxx b/src/Fl_Menu.cxx index 0beb9323b..1ecfaa7bc 100644 --- a/src/Fl_Menu.cxx +++ b/src/Fl_Menu.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu.cxx,v 1.10 1999/01/05 17:57:48 mike Exp $" +// "$Id: Fl_Menu.cxx,v 1.11 1999/01/07 19:17:22 mike Exp $" // // Menu code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -703,5 +703,5 @@ const Fl_Menu_Item* Fl_Menu_Item::test_shortcut() const { } // -// End of "$Id: Fl_Menu.cxx,v 1.10 1999/01/05 17:57:48 mike Exp $". +// End of "$Id: Fl_Menu.cxx,v 1.11 1999/01/07 19:17:22 mike Exp $". // diff --git a/src/Fl_Menu_.cxx b/src/Fl_Menu_.cxx index 9e9b8b20b..8441212a1 100644 --- a/src/Fl_Menu_.cxx +++ b/src/Fl_Menu_.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_.cxx,v 1.4 1998/12/02 15:39:32 mike Exp $" +// "$Id: Fl_Menu_.cxx,v 1.5 1999/01/07 19:17:22 mike Exp $" // // Common menu code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -115,5 +115,5 @@ Fl_Menu_::~Fl_Menu_() { } // -// End of "$Id: Fl_Menu_.cxx,v 1.4 1998/12/02 15:39:32 mike Exp $". +// End of "$Id: Fl_Menu_.cxx,v 1.5 1999/01/07 19:17:22 mike Exp $". // diff --git a/src/Fl_Menu_Bar.cxx b/src/Fl_Menu_Bar.cxx index 76730ceae..7d022681b 100644 --- a/src/Fl_Menu_Bar.cxx +++ b/src/Fl_Menu_Bar.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_Bar.cxx,v 1.4 1998/11/10 14:40:18 mike Exp $" +// "$Id: Fl_Menu_Bar.cxx,v 1.5 1999/01/07 19:17:22 mike Exp $" // // Menu bar widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -57,5 +57,5 @@ int Fl_Menu_Bar::handle(int event) { } // -// End of "$Id: Fl_Menu_Bar.cxx,v 1.4 1998/11/10 14:40:18 mike Exp $". +// End of "$Id: Fl_Menu_Bar.cxx,v 1.5 1999/01/07 19:17:22 mike Exp $". // diff --git a/src/Fl_Menu_Button.cxx b/src/Fl_Menu_Button.cxx index 776352688..da772d6a8 100644 --- a/src/Fl_Menu_Button.cxx +++ b/src/Fl_Menu_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_Button.cxx,v 1.3 1998/10/21 14:20:12 mike Exp $" +// "$Id: Fl_Menu_Button.cxx,v 1.4 1999/01/07 19:17:23 mike Exp $" // // Menu button widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:12 mike Exp $". +// End of "$Id: Fl_Menu_Button.cxx,v 1.4 1999/01/07 19:17:23 mike Exp $". // diff --git a/src/Fl_Menu_Window.cxx b/src/Fl_Menu_Window.cxx index 9442342d2..ad4cdaf9e 100644 --- a/src/Fl_Menu_Window.cxx +++ b/src/Fl_Menu_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_Window.cxx,v 1.6 1999/01/04 19:25:00 mike Exp $" +// "$Id: Fl_Menu_Window.cxx,v 1.7 1999/01/07 19:17:23 mike Exp $" // // Menu window code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -156,5 +156,5 @@ void Fl::release() { } // -// End of "$Id: Fl_Menu_Window.cxx,v 1.6 1999/01/04 19:25:00 mike Exp $". +// End of "$Id: Fl_Menu_Window.cxx,v 1.7 1999/01/07 19:17:23 mike Exp $". // diff --git a/src/Fl_Menu_add.cxx b/src/Fl_Menu_add.cxx index e46bc87a2..cb4441e8e 100644 --- a/src/Fl_Menu_add.cxx +++ b/src/Fl_Menu_add.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_add.cxx,v 1.4 1998/12/02 16:15:12 mike Exp $" +// "$Id: Fl_Menu_add.cxx,v 1.5 1999/01/07 19:17:23 mike Exp $" // // Menu utilities for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -201,5 +201,5 @@ void Fl_Menu_::clear() { } // -// End of "$Id: Fl_Menu_add.cxx,v 1.4 1998/12/02 16:15:12 mike Exp $". +// End of "$Id: Fl_Menu_add.cxx,v 1.5 1999/01/07 19:17:23 mike Exp $". // diff --git a/src/Fl_Menu_global.cxx b/src/Fl_Menu_global.cxx index 427cfbfcd..0558669bc 100644 --- a/src/Fl_Menu_global.cxx +++ b/src/Fl_Menu_global.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Menu_global.cxx,v 1.3 1998/10/21 14:20:14 mike Exp $" +// "$Id: Fl_Menu_global.cxx,v 1.4 1999/01/07 19:17:23 mike Exp $" // // Global menu shortcut code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:14 mike Exp $". +// End of "$Id: Fl_Menu_global.cxx,v 1.4 1999/01/07 19:17:23 mike Exp $". // diff --git a/src/Fl_Multi_Label.cxx b/src/Fl_Multi_Label.cxx index 40b273426..2e2fa76ca 100644 --- a/src/Fl_Multi_Label.cxx +++ b/src/Fl_Multi_Label.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Multi_Label.cxx,v 1.3 1998/10/21 14:20:14 mike Exp $" +// "$Id: Fl_Multi_Label.cxx,v 1.4 1999/01/07 19:17:23 mike Exp $" // // Multi-label widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:14 mike Exp $". +// End of "$Id: Fl_Multi_Label.cxx,v 1.4 1999/01/07 19:17:23 mike Exp $". // diff --git a/src/Fl_Output.cxx b/src/Fl_Output.cxx index fb1cf3b07..1291d6a53 100644 --- a/src/Fl_Output.cxx +++ b/src/Fl_Output.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Output.cxx,v 1.5 1998/12/02 15:39:33 mike Exp $" +// "$Id: Fl_Output.cxx,v 1.6 1999/01/07 19:17:24 mike Exp $" // // Output widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.5 1998/12/02 15:39:33 mike Exp $". +// End of "$Id: Fl_Output.cxx,v 1.6 1999/01/07 19:17:24 mike Exp $". // diff --git a/src/Fl_Overlay_Window.cxx b/src/Fl_Overlay_Window.cxx index b25db96c5..e790a6ecc 100644 --- a/src/Fl_Overlay_Window.cxx +++ b/src/Fl_Overlay_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Overlay_Window.cxx,v 1.6 1998/11/05 16:04:47 mike Exp $" +// "$Id: Fl_Overlay_Window.cxx,v 1.7 1999/01/07 19:17:24 mike Exp $" // // Overlay window code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.6 1998/11/05 16:04:47 mike Exp $". +// End of "$Id: Fl_Overlay_Window.cxx,v 1.7 1999/01/07 19:17:24 mike Exp $". // diff --git a/src/Fl_Pack.cxx b/src/Fl_Pack.cxx index e5717c1c5..fb1bed2d5 100644 --- a/src/Fl_Pack.cxx +++ b/src/Fl_Pack.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Pack.cxx,v 1.5 1999/01/04 19:25:01 mike Exp $" +// "$Id: Fl_Pack.cxx,v 1.6 1999/01/07 19:17:24 mike Exp $" // // Packing widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.5 1999/01/04 19:25:01 mike Exp $". +// End of "$Id: Fl_Pack.cxx,v 1.6 1999/01/07 19:17:24 mike Exp $". // diff --git a/src/Fl_Pixmap.cxx b/src/Fl_Pixmap.cxx index a69347ad0..ffe1c0b7e 100644 --- a/src/Fl_Pixmap.cxx +++ b/src/Fl_Pixmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Pixmap.cxx,v 1.7 1998/12/15 15:42:35 mike Exp $" +// "$Id: Fl_Pixmap.cxx,v 1.8 1999/01/07 19:17:24 mike Exp $" // // Pixmap drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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 @@ void Fl_Pixmap::label(Fl_Menu_Item* o) { } // -// End of "$Id: Fl_Pixmap.cxx,v 1.7 1998/12/15 15:42:35 mike Exp $". +// End of "$Id: Fl_Pixmap.cxx,v 1.8 1999/01/07 19:17:24 mike Exp $". // diff --git a/src/Fl_Positioner.cxx b/src/Fl_Positioner.cxx index 43e16515a..ac8ad719b 100644 --- a/src/Fl_Positioner.cxx +++ b/src/Fl_Positioner.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Positioner.cxx,v 1.3 1998/10/21 14:20:17 mike Exp $" +// "$Id: Fl_Positioner.cxx,v 1.4 1999/01/07 19:17:25 mike Exp $" // // Positioner widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:17 mike Exp $". +// End of "$Id: Fl_Positioner.cxx,v 1.4 1999/01/07 19:17:25 mike Exp $". // diff --git a/src/Fl_Repeat_Button.cxx b/src/Fl_Repeat_Button.cxx index b12fb43f4..c2e7da0ea 100644 --- a/src/Fl_Repeat_Button.cxx +++ b/src/Fl_Repeat_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Repeat_Button.cxx,v 1.3 1998/10/21 14:20:18 mike Exp $" +// "$Id: Fl_Repeat_Button.cxx,v 1.4 1999/01/07 19:17:25 mike Exp $" // // Repeat button widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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_Repeat_Button::handle(int event) { } // -// End of "$Id: Fl_Repeat_Button.cxx,v 1.3 1998/10/21 14:20:18 mike Exp $". +// End of "$Id: Fl_Repeat_Button.cxx,v 1.4 1999/01/07 19:17:25 mike Exp $". // diff --git a/src/Fl_Return_Button.cxx b/src/Fl_Return_Button.cxx index 5ae10952a..519d05293 100644 --- a/src/Fl_Return_Button.cxx +++ b/src/Fl_Return_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Return_Button.cxx,v 1.3 1998/10/21 14:20:18 mike Exp $" +// "$Id: Fl_Return_Button.cxx,v 1.4 1999/01/07 19:17:25 mike Exp $" // // Return button widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:18 mike Exp $". +// End of "$Id: Fl_Return_Button.cxx,v 1.4 1999/01/07 19:17:25 mike Exp $". // diff --git a/src/Fl_Roller.cxx b/src/Fl_Roller.cxx index 8f1349341..4ee89b8de 100644 --- a/src/Fl_Roller.cxx +++ b/src/Fl_Roller.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Roller.cxx,v 1.5 1998/12/02 18:43:27 mike Exp $" +// "$Id: Fl_Roller.cxx,v 1.6 1999/01/07 19:17:26 mike Exp $" // // Roller widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -136,5 +136,5 @@ Fl_Roller::Fl_Roller(int X,int Y,int W,int H,const char* L) } // -// End of "$Id: Fl_Roller.cxx,v 1.5 1998/12/02 18:43:27 mike Exp $". +// End of "$Id: Fl_Roller.cxx,v 1.6 1999/01/07 19:17:26 mike Exp $". // diff --git a/src/Fl_Round_Button.cxx b/src/Fl_Round_Button.cxx index c9e2c04af..4559d3055 100644 --- a/src/Fl_Round_Button.cxx +++ b/src/Fl_Round_Button.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Round_Button.cxx,v 1.3 1998/10/21 14:20:19 mike Exp $" +// "$Id: Fl_Round_Button.cxx,v 1.4 1999/01/07 19:17:26 mike Exp $" // // Round button for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:19 mike Exp $". +// End of "$Id: Fl_Round_Button.cxx,v 1.4 1999/01/07 19:17:26 mike Exp $". // diff --git a/src/Fl_Scroll.cxx b/src/Fl_Scroll.cxx index dfb7b939d..b113ea280 100644 --- a/src/Fl_Scroll.cxx +++ b/src/Fl_Scroll.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Scroll.cxx,v 1.6 1998/12/02 15:47:29 mike Exp $" +// "$Id: Fl_Scroll.cxx,v 1.7 1999/01/07 19:17:26 mike Exp $" // // Scroll widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.6 1998/12/02 15:47:29 mike Exp $". +// End of "$Id: Fl_Scroll.cxx,v 1.7 1999/01/07 19:17:26 mike Exp $". // diff --git a/src/Fl_Scrollbar.cxx b/src/Fl_Scrollbar.cxx index 6f2e1c2b7..c873aba9f 100644 --- a/src/Fl_Scrollbar.cxx +++ b/src/Fl_Scrollbar.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Scrollbar.cxx,v 1.6 1998/12/02 18:43:28 mike Exp $" +// "$Id: Fl_Scrollbar.cxx,v 1.7 1999/01/07 19:17:26 mike Exp $" // // Scroll bar widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -187,5 +187,5 @@ Fl_Scrollbar::Fl_Scrollbar(int X, int Y, int W, int H, const char* L) } // -// End of "$Id: Fl_Scrollbar.cxx,v 1.6 1998/12/02 18:43:28 mike Exp $". +// End of "$Id: Fl_Scrollbar.cxx,v 1.7 1999/01/07 19:17:26 mike Exp $". // diff --git a/src/Fl_Single_Window.cxx b/src/Fl_Single_Window.cxx index 2e3991d2d..9ce8989a0 100644 --- a/src/Fl_Single_Window.cxx +++ b/src/Fl_Single_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Single_Window.cxx,v 1.3 1998/10/21 14:20:21 mike Exp $" +// "$Id: Fl_Single_Window.cxx,v 1.4 1999/01/07 19:17:26 mike Exp $" // // Single-buffered window for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:21 mike Exp $". +// End of "$Id: Fl_Single_Window.cxx,v 1.4 1999/01/07 19:17:26 mike Exp $". // diff --git a/src/Fl_Slider.cxx b/src/Fl_Slider.cxx index a9d4e922f..d5241efcf 100644 --- a/src/Fl_Slider.cxx +++ b/src/Fl_Slider.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Slider.cxx,v 1.6 1998/11/18 18:01:21 mike Exp $" +// "$Id: Fl_Slider.cxx,v 1.7 1999/01/07 19:17:27 mike Exp $" // // Slider widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -228,5 +228,5 @@ int Fl_Slider::handle(int event) { } // -// End of "$Id: Fl_Slider.cxx,v 1.6 1998/11/18 18:01:21 mike Exp $". +// End of "$Id: Fl_Slider.cxx,v 1.7 1999/01/07 19:17:27 mike Exp $". // diff --git a/src/Fl_Tabs.cxx b/src/Fl_Tabs.cxx index 110b1b6c4..738f59048 100644 --- a/src/Fl_Tabs.cxx +++ b/src/Fl_Tabs.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Tabs.cxx,v 1.5 1998/11/05 16:04:47 mike Exp $" +// "$Id: Fl_Tabs.cxx,v 1.6 1999/01/07 19:17:27 mike Exp $" // // Tab widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -259,5 +259,5 @@ Fl_Tabs::Fl_Tabs(int X,int Y,int W, int H, const char *l) : } // -// End of "$Id: Fl_Tabs.cxx,v 1.5 1998/11/05 16:04:47 mike Exp $". +// End of "$Id: Fl_Tabs.cxx,v 1.6 1999/01/07 19:17:27 mike Exp $". // diff --git a/src/Fl_Tile.cxx b/src/Fl_Tile.cxx index 749a28f19..d77832c46 100644 --- a/src/Fl_Tile.cxx +++ b/src/Fl_Tile.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Tile.cxx,v 1.4 1998/12/08 21:04:36 mike Exp $" +// "$Id: Fl_Tile.cxx,v 1.5 1999/01/07 19:17:27 mike Exp $" // // Tile widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1998/12/08 21:04:36 mike Exp $". +// End of "$Id: Fl_Tile.cxx,v 1.5 1999/01/07 19:17:27 mike Exp $". // diff --git a/src/Fl_Valuator.cxx b/src/Fl_Valuator.cxx index d0501e746..90cfd0c12 100644 --- a/src/Fl_Valuator.cxx +++ b/src/Fl_Valuator.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Valuator.cxx,v 1.4 1998/10/21 14:20:24 mike Exp $" +// "$Id: Fl_Valuator.cxx,v 1.5 1999/01/07 19:17:27 mike Exp $" // // Valuator widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1998/10/21 14:20:24 mike Exp $". +// End of "$Id: Fl_Valuator.cxx,v 1.5 1999/01/07 19:17:27 mike Exp $". // diff --git a/src/Fl_Value_Input.cxx b/src/Fl_Value_Input.cxx index b96866550..d1bc1f0bd 100644 --- a/src/Fl_Value_Input.cxx +++ b/src/Fl_Value_Input.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Value_Input.cxx,v 1.4 1998/10/21 14:20:24 mike Exp $" +// "$Id: Fl_Value_Input.cxx,v 1.5 1999/01/07 19:17:28 mike Exp $" // // Value input widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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 @@ 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.4 1998/10/21 14:20:24 mike Exp $". +// End of "$Id: Fl_Value_Input.cxx,v 1.5 1999/01/07 19:17:28 mike Exp $". // diff --git a/src/Fl_Value_Output.cxx b/src/Fl_Value_Output.cxx index 0276f921b..40e1ed6a5 100644 --- a/src/Fl_Value_Output.cxx +++ b/src/Fl_Value_Output.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Value_Output.cxx,v 1.5 1998/12/02 15:39:34 mike Exp $" +// "$Id: Fl_Value_Output.cxx,v 1.6 1999/01/07 19:17:28 mike Exp $" // // Value output widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.5 1998/12/02 15:39:34 mike Exp $". +// End of "$Id: Fl_Value_Output.cxx,v 1.6 1999/01/07 19:17:28 mike Exp $". // diff --git a/src/Fl_Value_Slider.cxx b/src/Fl_Value_Slider.cxx index 26c39cee0..cdef3c27b 100644 --- a/src/Fl_Value_Slider.cxx +++ b/src/Fl_Value_Slider.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Value_Slider.cxx,v 1.4 1998/12/02 15:39:34 mike Exp $" +// "$Id: Fl_Value_Slider.cxx,v 1.5 1999/01/07 19:17:28 mike Exp $" // // Value slider widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -64,5 +64,5 @@ int Fl_Value_Slider::handle(int event) { } // -// End of "$Id: Fl_Value_Slider.cxx,v 1.4 1998/12/02 15:39:34 mike Exp $". +// End of "$Id: Fl_Value_Slider.cxx,v 1.5 1999/01/07 19:17:28 mike Exp $". // diff --git a/src/Fl_Widget.cxx b/src/Fl_Widget.cxx index 04dc90b2e..f1a8a4008 100644 --- a/src/Fl_Widget.cxx +++ b/src/Fl_Widget.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Widget.cxx,v 1.4 1998/12/15 15:35:19 mike Exp $" +// "$Id: Fl_Widget.cxx,v 1.5 1999/01/07 19:17:29 mike Exp $" // // Base widget class for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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_Widget::contains(const Fl_Widget *o) const { } // -// End of "$Id: Fl_Widget.cxx,v 1.4 1998/12/15 15:35:19 mike Exp $". +// End of "$Id: Fl_Widget.cxx,v 1.5 1999/01/07 19:17:29 mike Exp $". // diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index fa5628de5..9119ba59b 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Window.cxx,v 1.4 1999/01/04 19:25:02 mike Exp $" +// "$Id: Fl_Window.cxx,v 1.5 1999/01/07 19:17:29 mike Exp $" // // Window widget class for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1999/01/04 19:25:02 mike Exp $". +// End of "$Id: Fl_Window.cxx,v 1.5 1999/01/07 19:17:29 mike Exp $". // diff --git a/src/Fl_Window_fullscreen.cxx b/src/Fl_Window_fullscreen.cxx index 47a170d05..ce136f815 100644 --- a/src/Fl_Window_fullscreen.cxx +++ b/src/Fl_Window_fullscreen.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Window_fullscreen.cxx,v 1.4 1998/11/08 14:36:55 mike Exp $" +// "$Id: Fl_Window_fullscreen.cxx,v 1.5 1999/01/07 19:17:29 mike Exp $" // // Fullscreen window support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1998/11/08 14:36:55 mike Exp $". +// End of "$Id: Fl_Window_fullscreen.cxx,v 1.5 1999/01/07 19:17:29 mike Exp $". // diff --git a/src/Fl_Window_hotspot.cxx b/src/Fl_Window_hotspot.cxx index 36d1a459b..c64695a3a 100644 --- a/src/Fl_Window_hotspot.cxx +++ b/src/Fl_Window_hotspot.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Window_hotspot.cxx,v 1.6 1998/11/12 14:14:56 mike Exp $" +// "$Id: Fl_Window_hotspot.cxx,v 1.7 1999/01/07 19:17:29 mike Exp $" // // Common hotspot routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.6 1998/11/12 14:14:56 mike Exp $". +// End of "$Id: Fl_Window_hotspot.cxx,v 1.7 1999/01/07 19:17:29 mike Exp $". // diff --git a/src/Fl_Window_iconize.cxx b/src/Fl_Window_iconize.cxx index 515a8a9bc..ceec276b4 100644 --- a/src/Fl_Window_iconize.cxx +++ b/src/Fl_Window_iconize.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_Window_iconize.cxx,v 1.4 1998/10/21 14:20:28 mike Exp $" +// "$Id: Fl_Window_iconize.cxx,v 1.5 1999/01/07 19:17:29 mike Exp $" // // Window minification code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1998/10/21 14:20:28 mike Exp $". +// End of "$Id: Fl_Window_iconize.cxx,v 1.5 1999/01/07 19:17:29 mike Exp $". // diff --git a/src/Fl_XColor.H b/src/Fl_XColor.H index 67d020aa3..4caf6fc87 100644 --- a/src/Fl_XColor.H +++ b/src/Fl_XColor.H @@ -1,9 +1,9 @@ // -// "$Id: Fl_XColor.H,v 1.3 1998/10/21 14:20:29 mike Exp $" +// "$Id: Fl_XColor.H,v 1.4 1999/01/07 19:17:30 mike Exp $" // // X-specific color definitions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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 @@ extern unsigned char fl_redmask, fl_greenmask, fl_bluemask; extern int fl_redshift, fl_greenshift, fl_blueshift, fl_extrashift; // -// End of "$Id: Fl_XColor.H,v 1.3 1998/10/21 14:20:29 mike Exp $". +// End of "$Id: Fl_XColor.H,v 1.4 1999/01/07 19:17:30 mike Exp $". // diff --git a/src/Fl_abort.cxx b/src/Fl_abort.cxx index b13a8a39b..7fbe14780 100644 --- a/src/Fl_abort.cxx +++ b/src/Fl_abort.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_abort.cxx,v 1.5 1998/11/05 19:46:59 mike Exp $" +// "$Id: Fl_abort.cxx,v 1.6 1999/01/07 19:17:30 mike Exp $" // // Warning/error message code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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::error)(const char* format, ...) = ::error; void (*Fl::fatal)(const char* format, ...) = ::error; // -// End of "$Id: Fl_abort.cxx,v 1.5 1998/11/05 19:46:59 mike Exp $". +// End of "$Id: Fl_abort.cxx,v 1.6 1999/01/07 19:17:30 mike Exp $". // diff --git a/src/Fl_add_idle.cxx b/src/Fl_add_idle.cxx index 5503e9da9..9527ce8a0 100644 --- a/src/Fl_add_idle.cxx +++ b/src/Fl_add_idle.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_add_idle.cxx,v 1.3 1998/10/21 14:20:30 mike Exp $" +// "$Id: Fl_add_idle.cxx,v 1.4 1999/01/07 19:17:30 mike Exp $" // // Idle routine support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -85,5 +85,5 @@ void Fl::remove_idle(void (*cb)(void*), void* data) { } // -// End of "$Id: Fl_add_idle.cxx,v 1.3 1998/10/21 14:20:30 mike Exp $". +// End of "$Id: Fl_add_idle.cxx,v 1.4 1999/01/07 19:17:30 mike Exp $". // diff --git a/src/Fl_arg.cxx b/src/Fl_arg.cxx index f5b66f84e..ffc9be3ce 100644 --- a/src/Fl_arg.cxx +++ b/src/Fl_arg.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_arg.cxx,v 1.4 1998/12/02 16:00:47 mike Exp $" +// "$Id: Fl_arg.cxx,v 1.5 1999/01/07 19:17:31 mike Exp $" // // Optional argument initialization code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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 @@ int XParseGeometry(const char* string, int* x, int* y, #endif // ifdef WIN32 // -// End of "$Id: Fl_arg.cxx,v 1.4 1998/12/02 16:00:47 mike Exp $". +// End of "$Id: Fl_arg.cxx,v 1.5 1999/01/07 19:17:31 mike Exp $". // diff --git a/src/Fl_cutpaste.cxx b/src/Fl_cutpaste.cxx index 0bc1f7b40..abbffac8b 100644 --- a/src/Fl_cutpaste.cxx +++ b/src/Fl_cutpaste.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_cutpaste.cxx,v 1.4 1998/12/07 13:36:22 mike Exp $" +// "$Id: Fl_cutpaste.cxx,v 1.5 1999/01/07 19:17:31 mike Exp $" // // Cut/paste code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1998/12/07 13:36:22 mike Exp $". +// End of "$Id: Fl_cutpaste.cxx,v 1.5 1999/01/07 19:17:31 mike Exp $". // diff --git a/src/Fl_cutpaste_win32.cxx b/src/Fl_cutpaste_win32.cxx index 30d0cf900..a4b570ffb 100644 --- a/src/Fl_cutpaste_win32.cxx +++ b/src/Fl_cutpaste_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_cutpaste_win32.cxx,v 1.3 1998/10/21 14:20:32 mike Exp $" +// "$Id: Fl_cutpaste_win32.cxx,v 1.4 1999/01/07 19:17:31 mike Exp $" // // WIN32 cut/paste for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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::paste(Fl_Widget &receiver) { } // -// End of "$Id: Fl_cutpaste_win32.cxx,v 1.3 1998/10/21 14:20:32 mike Exp $". +// End of "$Id: Fl_cutpaste_win32.cxx,v 1.4 1999/01/07 19:17:31 mike Exp $". // diff --git a/src/Fl_display.cxx b/src/Fl_display.cxx index 943298c64..d1dad9be6 100644 --- a/src/Fl_display.cxx +++ b/src/Fl_display.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_display.cxx,v 1.3 1998/10/21 14:20:32 mike Exp $" +// "$Id: Fl_display.cxx,v 1.4 1999/01/07 19:17:31 mike Exp $" // // Display function for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:32 mike Exp $". +// End of "$Id: Fl_display.cxx,v 1.4 1999/01/07 19:17:31 mike Exp $". // diff --git a/src/Fl_get_key.cxx b/src/Fl_get_key.cxx index 1935770bc..11520b807 100644 --- a/src/Fl_get_key.cxx +++ b/src/Fl_get_key.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_get_key.cxx,v 1.4 1998/12/07 13:36:23 mike Exp $" +// "$Id: Fl_get_key.cxx,v 1.5 1999/01/07 19:17:32 mike Exp $" // // Keyboard state routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1998/12/07 13:36:23 mike Exp $". +// End of "$Id: Fl_get_key.cxx,v 1.5 1999/01/07 19:17:32 mike Exp $". // diff --git a/src/Fl_get_key_win32.cxx b/src/Fl_get_key_win32.cxx index ddf7be965..43b10c27f 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.3 1998/10/21 14:20:33 mike Exp $" +// "$Id: Fl_get_key_win32.cxx,v 1.4 1999/01/07 19:17:32 mike Exp $" // // WIN32 keyboard state routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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 @@ int Fl::get_key(int k) { } // -// End of "$Id: Fl_get_key_win32.cxx,v 1.3 1998/10/21 14:20:33 mike Exp $". +// End of "$Id: Fl_get_key_win32.cxx,v 1.4 1999/01/07 19:17:32 mike Exp $". // diff --git a/src/Fl_get_system_colors.cxx b/src/Fl_get_system_colors.cxx index b2b11f0a1..31edcb299 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.4 1998/12/02 16:00:48 mike Exp $" +// "$Id: Fl_get_system_colors.cxx,v 1.5 1999/01/07 19:17:32 mike Exp $" // // System color support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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::get_system_colors() #endif // -// End of "$Id: Fl_get_system_colors.cxx,v 1.4 1998/12/02 16:00:48 mike Exp $". +// End of "$Id: Fl_get_system_colors.cxx,v 1.5 1999/01/07 19:17:32 mike Exp $". // diff --git a/src/Fl_own_colormap.cxx b/src/Fl_own_colormap.cxx index dcd1ae1fd..a3d79673f 100644 --- a/src/Fl_own_colormap.cxx +++ b/src/Fl_own_colormap.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_own_colormap.cxx,v 1.3 1998/10/21 14:20:35 mike Exp $" +// "$Id: Fl_own_colormap.cxx,v 1.4 1999/01/07 19:17:32 mike Exp $" // // Private colormap support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:35 mike Exp $". +// End of "$Id: Fl_own_colormap.cxx,v 1.4 1999/01/07 19:17:32 mike Exp $". // diff --git a/src/Fl_visual.cxx b/src/Fl_visual.cxx index fe57664c5..8b7768d23 100644 --- a/src/Fl_visual.cxx +++ b/src/Fl_visual.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_visual.cxx,v 1.6 1998/12/06 14:44:00 mike Exp $" +// "$Id: Fl_visual.cxx,v 1.7 1999/01/07 19:17:32 mike Exp $" // // Visual support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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 @@ int Fl::visual(int flags) { #endif // -// End of "$Id: Fl_visual.cxx,v 1.6 1998/12/06 14:44:00 mike Exp $". +// End of "$Id: Fl_visual.cxx,v 1.7 1999/01/07 19:17:32 mike Exp $". // diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 08f3380ec..731fcb354 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_win32.cxx,v 1.23 1999/01/07 17:20:03 mike Exp $" +// "$Id: Fl_win32.cxx,v 1.24 1999/01/07 19:17:33 mike Exp $" // // WIN32-specific code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -862,5 +862,5 @@ void Fl_Window::make_current() { } // -// End of "$Id: Fl_win32.cxx,v 1.23 1999/01/07 17:20:03 mike Exp $". +// End of "$Id: Fl_win32.cxx,v 1.24 1999/01/07 19:17:33 mike Exp $". // diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 9bad3fa2e..ecaecddc6 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -1,9 +1,9 @@ // -// "$Id: Fl_x.cxx,v 1.19 1999/01/05 17:53:00 mike Exp $" +// "$Id: Fl_x.cxx,v 1.20 1999/01/07 19:17:33 mike Exp $" // // X specific code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -823,5 +823,5 @@ void Fl_Window::make_current() { #endif // -// End of "$Id: Fl_x.cxx,v 1.19 1999/01/05 17:53:00 mike Exp $". +// End of "$Id: Fl_x.cxx,v 1.20 1999/01/07 19:17:33 mike Exp $". // diff --git a/src/cmap.cxx b/src/cmap.cxx index f58a97b6b..aebca3418 100644 --- a/src/cmap.cxx +++ b/src/cmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: cmap.cxx,v 1.3 1998/10/21 14:20:38 mike Exp $" +// "$Id: cmap.cxx,v 1.4 1999/01/07 19:17:33 mike Exp $" // // Colormap generation program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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 @@ int main() { } // -// End of "$Id: cmap.cxx,v 1.3 1998/10/21 14:20:38 mike Exp $". +// End of "$Id: cmap.cxx,v 1.4 1999/01/07 19:17:33 mike Exp $". // diff --git a/src/dummymain.c b/src/dummymain.c index 004f4d491..3c48576a7 100644 --- a/src/dummymain.c +++ b/src/dummymain.c @@ -1,10 +1,10 @@ /* - * "$Id: dummymain.c,v 1.1 1999/01/04 19:25:04 mike Exp $" + * "$Id: dummymain.c,v 1.2 1999/01/07 19:17:34 mike Exp $" * * Dummy main() entry routine for the Fast Light Tool Kit (FLTK). * This is only used to build the WIN32 DLL. * - * Copyright 1998 by Bill Spitzak and others. + * Copyright 1998-1999 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -29,5 +29,5 @@ int main(int argc, char **argv) { return 0; } #endif /* WIN32 */ /* - * End of "$Id: dummymain.c,v 1.1 1999/01/04 19:25:04 mike Exp $". + * End of "$Id: dummymain.c,v 1.2 1999/01/07 19:17:34 mike Exp $". */ diff --git a/src/filename_absolute.cxx b/src/filename_absolute.cxx index 8ad483b66..a0776854e 100644 --- a/src/filename_absolute.cxx +++ b/src/filename_absolute.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_absolute.cxx,v 1.3 1998/10/21 14:20:38 mike Exp $" +// "$Id: filename_absolute.cxx,v 1.4 1999/01/07 19:17:34 mike Exp $" // // Filename expansion routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:38 mike Exp $". +// End of "$Id: filename_absolute.cxx,v 1.4 1999/01/07 19:17:34 mike Exp $". // diff --git a/src/filename_expand.cxx b/src/filename_expand.cxx index 42767b831..384d656cb 100644 --- a/src/filename_expand.cxx +++ b/src/filename_expand.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_expand.cxx,v 1.3 1998/10/21 14:20:39 mike Exp $" +// "$Id: filename_expand.cxx,v 1.4 1999/01/07 19:17:34 mike Exp $" // // Filename expansion routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:39 mike Exp $". +// End of "$Id: filename_expand.cxx,v 1.4 1999/01/07 19:17:34 mike Exp $". // diff --git a/src/filename_ext.cxx b/src/filename_ext.cxx index 4451268a3..a0e5056a8 100644 --- a/src/filename_ext.cxx +++ b/src/filename_ext.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_ext.cxx,v 1.3 1998/10/21 14:20:40 mike Exp $" +// "$Id: filename_ext.cxx,v 1.4 1999/01/07 19:17:34 mike Exp $" // // Filename extension routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:40 mike Exp $". +// End of "$Id: filename_ext.cxx,v 1.4 1999/01/07 19:17:34 mike Exp $". // diff --git a/src/filename_isdir.cxx b/src/filename_isdir.cxx index 1e967f981..db1084bb3 100644 --- a/src/filename_isdir.cxx +++ b/src/filename_isdir.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_isdir.cxx,v 1.3 1998/10/21 14:20:40 mike Exp $" +// "$Id: filename_isdir.cxx,v 1.4 1999/01/07 19:17:35 mike Exp $" // // Directory detection routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:40 mike Exp $". +// End of "$Id: filename_isdir.cxx,v 1.4 1999/01/07 19:17:35 mike Exp $". // diff --git a/src/filename_list.cxx b/src/filename_list.cxx index b403defb5..4029d42e7 100644 --- a/src/filename_list.cxx +++ b/src/filename_list.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_list.cxx,v 1.7 1998/11/08 15:34:18 mike Exp $" +// "$Id: filename_list.cxx,v 1.8 1999/01/07 19:17:35 mike Exp $" // // Filename list routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -55,5 +55,5 @@ int filename_list(const char *d, dirent ***list) { } // -// End of "$Id: filename_list.cxx,v 1.7 1998/11/08 15:34:18 mike Exp $". +// End of "$Id: filename_list.cxx,v 1.8 1999/01/07 19:17:35 mike Exp $". // diff --git a/src/filename_match.cxx b/src/filename_match.cxx index 9c73c5856..449db3b08 100644 --- a/src/filename_match.cxx +++ b/src/filename_match.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_match.cxx,v 1.3 1998/10/21 14:20:41 mike Exp $" +// "$Id: filename_match.cxx,v 1.4 1999/01/07 19:17:35 mike Exp $" // // Pattern matching routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -98,5 +98,5 @@ int filename_match(const char *s, const char *p) { } // -// End of "$Id: filename_match.cxx,v 1.3 1998/10/21 14:20:41 mike Exp $". +// End of "$Id: filename_match.cxx,v 1.4 1999/01/07 19:17:35 mike Exp $". // diff --git a/src/filename_setext.cxx b/src/filename_setext.cxx index f13dbad60..f84d0d210 100644 --- a/src/filename_setext.cxx +++ b/src/filename_setext.cxx @@ -1,9 +1,9 @@ // -// "$Id: filename_setext.cxx,v 1.3 1998/10/21 14:20:42 mike Exp $" +// "$Id: filename_setext.cxx,v 1.4 1999/01/07 19:17:35 mike Exp $" // // Filename extension routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:42 mike Exp $". +// End of "$Id: filename_setext.cxx,v 1.4 1999/01/07 19:17:35 mike Exp $". // diff --git a/src/fl_arc.cxx b/src/fl_arc.cxx index 17bde6df0..d33ed5de9 100644 --- a/src/fl_arc.cxx +++ b/src/fl_arc.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_arc.cxx,v 1.3 1998/10/21 14:20:42 mike Exp $" +// "$Id: fl_arc.cxx,v 1.4 1999/01/07 19:17:35 mike Exp $" // // Arc functions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:42 mike Exp $". +// End of "$Id: fl_arc.cxx,v 1.4 1999/01/07 19:17:35 mike Exp $". // diff --git a/src/fl_arci.cxx b/src/fl_arci.cxx index c0b7d66e5..7df643b6d 100644 --- a/src/fl_arci.cxx +++ b/src/fl_arci.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_arci.cxx,v 1.3 1998/10/21 14:20:43 mike Exp $" +// "$Id: fl_arci.cxx,v 1.4 1999/01/07 19:17:36 mike Exp $" // // Arc (integer) drawing functions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:43 mike Exp $". +// End of "$Id: fl_arci.cxx,v 1.4 1999/01/07 19:17:36 mike Exp $". // diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx index e6a9d8e8c..74c41f7f0 100644 --- a/src/fl_ask.cxx +++ b/src/fl_ask.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_ask.cxx,v 1.6 1998/12/02 15:39:35 mike Exp $" +// "$Id: fl_ask.cxx,v 1.7 1999/01/07 19:17:36 mike Exp $" // // Standard dialog functions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -195,5 +195,5 @@ const char *fl_password(const char *fmt, const char *defstr, ...) { } // -// End of "$Id: fl_ask.cxx,v 1.6 1998/12/02 15:39:35 mike Exp $". +// End of "$Id: fl_ask.cxx,v 1.7 1999/01/07 19:17:36 mike Exp $". // diff --git a/src/fl_boxtype.cxx b/src/fl_boxtype.cxx index fe093f6cc..68cd1bca2 100644 --- a/src/fl_boxtype.cxx +++ b/src/fl_boxtype.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_boxtype.cxx,v 1.7 1998/12/08 21:04:37 mike Exp $" +// "$Id: fl_boxtype.cxx,v 1.8 1999/01/07 19:17:36 mike Exp $" // // Box drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.7 1998/12/08 21:04:37 mike Exp $". +// End of "$Id: fl_boxtype.cxx,v 1.8 1999/01/07 19:17:36 mike Exp $". // diff --git a/src/fl_color.cxx b/src/fl_color.cxx index d918c8eff..800d152ca 100644 --- a/src/fl_color.cxx +++ b/src/fl_color.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_color.cxx,v 1.8 1999/01/07 16:57:39 mike Exp $" +// "$Id: fl_color.cxx,v 1.9 1999/01/07 19:17:36 mike Exp $" // // Color functions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -353,5 +353,5 @@ void Fl::get_color(Fl_Color i, uchar &red, uchar &green, uchar &blue) { #endif // -// End of "$Id: fl_color.cxx,v 1.8 1999/01/07 16:57:39 mike Exp $". +// End of "$Id: fl_color.cxx,v 1.9 1999/01/07 19:17:36 mike Exp $". // diff --git a/src/fl_color_win32.cxx b/src/fl_color_win32.cxx index 188f0fefc..b8b260083 100644 --- a/src/fl_color_win32.cxx +++ b/src/fl_color_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_color_win32.cxx,v 1.12 1999/01/07 16:56:43 mike Exp $" +// "$Id: fl_color_win32.cxx,v 1.13 1999/01/07 19:17:37 mike Exp $" // // WIN32 color functions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -252,5 +252,5 @@ fl_select_palette(void) #endif // -// End of "$Id: fl_color_win32.cxx,v 1.12 1999/01/07 16:56:43 mike Exp $". +// End of "$Id: fl_color_win32.cxx,v 1.13 1999/01/07 19:17:37 mike Exp $". // diff --git a/src/fl_cursor.cxx b/src/fl_cursor.cxx index 71a11209d..a4c42e121 100644 --- a/src/fl_cursor.cxx +++ b/src/fl_cursor.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_cursor.cxx,v 1.5 1998/10/21 14:20:46 mike Exp $" +// "$Id: fl_cursor.cxx,v 1.6 1999/01/07 19:17:37 mike Exp $" // // Mouse cursor support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -167,5 +167,5 @@ void Fl_Window::cursor(Fl_Cursor c, Fl_Color fg, Fl_Color bg) { #endif // -// End of "$Id: fl_cursor.cxx,v 1.5 1998/10/21 14:20:46 mike Exp $". +// End of "$Id: fl_cursor.cxx,v 1.6 1999/01/07 19:17:37 mike Exp $". // diff --git a/src/fl_curve.cxx b/src/fl_curve.cxx index 5c91ba9d3..224ed6b81 100644 --- a/src/fl_curve.cxx +++ b/src/fl_curve.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_curve.cxx,v 1.3 1998/10/21 14:20:47 mike Exp $" +// "$Id: fl_curve.cxx,v 1.4 1999/01/07 19:17:37 mike Exp $" // // Bezier curve functions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:47 mike Exp $". +// End of "$Id: fl_curve.cxx,v 1.4 1999/01/07 19:17:37 mike Exp $". // diff --git a/src/fl_diamond_box.cxx b/src/fl_diamond_box.cxx index c22e5f78a..f2d27644d 100644 --- a/src/fl_diamond_box.cxx +++ b/src/fl_diamond_box.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_diamond_box.cxx,v 1.4 1998/10/21 14:20:47 mike Exp $" +// "$Id: fl_diamond_box.cxx,v 1.5 1999/01/07 19:17:37 mike Exp $" // // Diamond box code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1998/10/21 14:20:47 mike Exp $". +// End of "$Id: fl_diamond_box.cxx,v 1.5 1999/01/07 19:17:37 mike Exp $". // diff --git a/src/fl_draw.cxx b/src/fl_draw.cxx index 0a14f5fba..d77ff4442 100644 --- a/src/fl_draw.cxx +++ b/src/fl_draw.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_draw.cxx,v 1.5 1998/12/08 21:04:37 mike Exp $" +// "$Id: fl_draw.cxx,v 1.6 1999/01/07 19:17:38 mike Exp $" // // Label drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -193,5 +193,5 @@ void fl_measure(const char* str, int& w, int& h) { } // -// End of "$Id: fl_draw.cxx,v 1.5 1998/12/08 21:04:37 mike Exp $". +// End of "$Id: fl_draw.cxx,v 1.6 1999/01/07 19:17:38 mike Exp $". // diff --git a/src/fl_draw_image.cxx b/src/fl_draw_image.cxx index d6fde3f1e..0d7a8e8a4 100644 --- a/src/fl_draw_image.cxx +++ b/src/fl_draw_image.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_draw_image.cxx,v 1.4 1998/12/07 13:36:25 mike Exp $" +// "$Id: fl_draw_image.cxx,v 1.5 1999/01/07 19:17:38 mike Exp $" // // Image drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1998/12/07 13:36:25 mike Exp $". +// End of "$Id: fl_draw_image.cxx,v 1.5 1999/01/07 19:17:38 mike Exp $". // diff --git a/src/fl_draw_image_win32.cxx b/src/fl_draw_image_win32.cxx index 937d3481d..2e313d3e6 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.3 1998/10/21 14:20:49 mike Exp $" +// "$Id: fl_draw_image_win32.cxx,v 1.4 1999/01/07 19:17:38 mike Exp $" // // WIN32 image drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:49 mike Exp $". +// End of "$Id: fl_draw_image_win32.cxx,v 1.4 1999/01/07 19:17:38 mike Exp $". // diff --git a/src/fl_draw_pixmap.cxx b/src/fl_draw_pixmap.cxx index 9927aca8b..167b7f182 100644 --- a/src/fl_draw_pixmap.cxx +++ b/src/fl_draw_pixmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_draw_pixmap.cxx,v 1.3 1998/10/21 14:20:50 mike Exp $" +// "$Id: fl_draw_pixmap.cxx,v 1.4 1999/01/07 19:17:38 mike Exp $" // // Pixmap drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -244,5 +244,5 @@ int fl_draw_pixmap(/*const*/char*const* data, int x, int y, Fl_Color bg) { } // -// End of "$Id: fl_draw_pixmap.cxx,v 1.3 1998/10/21 14:20:50 mike Exp $". +// End of "$Id: fl_draw_pixmap.cxx,v 1.4 1999/01/07 19:17:38 mike Exp $". // diff --git a/src/fl_engraved_label.cxx b/src/fl_engraved_label.cxx index 77fcc5d93..2c6b6295e 100644 --- a/src/fl_engraved_label.cxx +++ b/src/fl_engraved_label.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_engraved_label.cxx,v 1.3 1998/10/21 14:20:50 mike Exp $" +// "$Id: fl_engraved_label.cxx,v 1.4 1999/01/07 19:17:39 mike Exp $" // // Engraved label drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:50 mike Exp $". +// End of "$Id: fl_engraved_label.cxx,v 1.4 1999/01/07 19:17:39 mike Exp $". // diff --git a/src/fl_file_chooser.cxx b/src/fl_file_chooser.cxx index a6c89d6ac..68195c93a 100644 --- a/src/fl_file_chooser.cxx +++ b/src/fl_file_chooser.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_file_chooser.cxx,v 1.8 1998/12/02 15:39:35 mike Exp $" +// "$Id: fl_file_chooser.cxx,v 1.9 1999/01/07 19:17:39 mike Exp $" // // File chooser widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -614,5 +614,5 @@ char* fl_file_chooser(const char* message, const char* pat, const char* fname) } // -// End of "$Id: fl_file_chooser.cxx,v 1.8 1998/12/02 15:39:35 mike Exp $". +// End of "$Id: fl_file_chooser.cxx,v 1.9 1999/01/07 19:17:39 mike Exp $". // diff --git a/src/fl_font.cxx b/src/fl_font.cxx index 883f15c24..4d9776c00 100644 --- a/src/fl_font.cxx +++ b/src/fl_font.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_font.cxx,v 1.8 1999/01/04 19:25:05 mike Exp $" +// "$Id: fl_font.cxx,v 1.9 1999/01/07 19:17:39 mike Exp $" // // Font selection code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -292,5 +292,5 @@ void fl_draw(const char* str, int x, int y) { #endif // -// End of "$Id: fl_font.cxx,v 1.8 1999/01/04 19:25:05 mike Exp $". +// End of "$Id: fl_font.cxx,v 1.9 1999/01/07 19:17:39 mike Exp $". // diff --git a/src/fl_font_win32.cxx b/src/fl_font_win32.cxx index 05d19e509..c151ef8b3 100644 --- a/src/fl_font_win32.cxx +++ b/src/fl_font_win32.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_font_win32.cxx,v 1.8 1998/12/02 15:53:22 mike Exp $" +// "$Id: fl_font_win32.cxx,v 1.9 1999/01/07 19:17:39 mike Exp $" // // WIN32 font selection routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.8 1998/12/02 15:53:22 mike Exp $". +// End of "$Id: fl_font_win32.cxx,v 1.9 1999/01/07 19:17:39 mike Exp $". // diff --git a/src/fl_labeltype.cxx b/src/fl_labeltype.cxx index 5fa8550cf..a851a001a 100644 --- a/src/fl_labeltype.cxx +++ b/src/fl_labeltype.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_labeltype.cxx,v 1.5 1999/01/05 17:57:49 mike Exp $" +// "$Id: fl_labeltype.cxx,v 1.6 1999/01/07 19:17:40 mike Exp $" // // Label drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.5 1999/01/05 17:57:49 mike Exp $". +// End of "$Id: fl_labeltype.cxx,v 1.6 1999/01/07 19:17:40 mike Exp $". // diff --git a/src/fl_oval_box.cxx b/src/fl_oval_box.cxx index 9110c7032..d8858b234 100644 --- a/src/fl_oval_box.cxx +++ b/src/fl_oval_box.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_oval_box.cxx,v 1.3 1998/10/21 14:20:53 mike Exp $" +// "$Id: fl_oval_box.cxx,v 1.4 1999/01/07 19:17:40 mike Exp $" // // Oval box drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:53 mike Exp $". +// End of "$Id: fl_oval_box.cxx,v 1.4 1999/01/07 19:17:40 mike Exp $". // diff --git a/src/fl_overlay.cxx b/src/fl_overlay.cxx index ff405c7e2..bb8caac06 100644 --- a/src/fl_overlay.cxx +++ b/src/fl_overlay.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_overlay.cxx,v 1.3 1998/10/21 14:20:54 mike Exp $" +// "$Id: fl_overlay.cxx,v 1.4 1999/01/07 19:17:40 mike Exp $" // // Overlay support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:54 mike Exp $". +// End of "$Id: fl_overlay.cxx,v 1.4 1999/01/07 19:17:40 mike Exp $". // diff --git a/src/fl_overlay_visual.cxx b/src/fl_overlay_visual.cxx index 808d5c7a9..3d14dafcc 100644 --- a/src/fl_overlay_visual.cxx +++ b/src/fl_overlay_visual.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_overlay_visual.cxx,v 1.3 1998/10/21 14:20:55 mike Exp $" +// "$Id: fl_overlay_visual.cxx,v 1.4 1999/01/07 19:17:40 mike Exp $" // // X overlay support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:55 mike Exp $". +// End of "$Id: fl_overlay_visual.cxx,v 1.4 1999/01/07 19:17:40 mike Exp $". // diff --git a/src/fl_rect.cxx b/src/fl_rect.cxx index 09763b779..a2154c711 100644 --- a/src/fl_rect.cxx +++ b/src/fl_rect.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_rect.cxx,v 1.7 1998/10/21 14:20:55 mike Exp $" +// "$Id: fl_rect.cxx,v 1.8 1999/01/07 19:17:41 mike Exp $" // // Rectangle drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -373,5 +373,5 @@ 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.7 1998/10/21 14:20:55 mike Exp $". +// End of "$Id: fl_rect.cxx,v 1.8 1999/01/07 19:17:41 mike Exp $". // diff --git a/src/fl_round_box.cxx b/src/fl_round_box.cxx index 652f2447b..b24b121d1 100644 --- a/src/fl_round_box.cxx +++ b/src/fl_round_box.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_round_box.cxx,v 1.4 1998/10/21 14:20:56 mike Exp $" +// "$Id: fl_round_box.cxx,v 1.5 1999/01/07 19:17:41 mike Exp $" // // Round box drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1998/10/21 14:20:56 mike Exp $". +// End of "$Id: fl_round_box.cxx,v 1.5 1999/01/07 19:17:41 mike Exp $". // diff --git a/src/fl_rounded_box.cxx b/src/fl_rounded_box.cxx index 3303faaa1..a37fa65d2 100644 --- a/src/fl_rounded_box.cxx +++ b/src/fl_rounded_box.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_rounded_box.cxx,v 1.3 1998/10/21 14:20:56 mike Exp $" +// "$Id: fl_rounded_box.cxx,v 1.4 1999/01/07 19:17:41 mike Exp $" // // Rounded box drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:56 mike Exp $". +// End of "$Id: fl_rounded_box.cxx,v 1.4 1999/01/07 19:17:41 mike Exp $". // diff --git a/src/fl_scroll_area.cxx b/src/fl_scroll_area.cxx index 0c47ac14b..58b1059cb 100644 --- a/src/fl_scroll_area.cxx +++ b/src/fl_scroll_area.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_scroll_area.cxx,v 1.3 1998/10/21 14:20:57 mike Exp $" +// "$Id: fl_scroll_area.cxx,v 1.4 1999/01/07 19:17:42 mike Exp $" // // Scrolling routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:57 mike Exp $". +// End of "$Id: fl_scroll_area.cxx,v 1.4 1999/01/07 19:17:42 mike Exp $". // diff --git a/src/fl_set_font.cxx b/src/fl_set_font.cxx index 5da1fb4ed..6160e2700 100644 --- a/src/fl_set_font.cxx +++ b/src/fl_set_font.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_set_font.cxx,v 1.4 1998/12/02 15:51:36 mike Exp $" +// "$Id: fl_set_font.cxx,v 1.5 1999/01/07 19:17:42 mike Exp $" // // Font utilities for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1998/12/02 15:51:36 mike Exp $". +// End of "$Id: fl_set_font.cxx,v 1.5 1999/01/07 19:17:42 mike Exp $". // diff --git a/src/fl_set_fonts.cxx b/src/fl_set_fonts.cxx index 7c4039cbf..27fb23530 100644 --- a/src/fl_set_fonts.cxx +++ b/src/fl_set_fonts.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_set_fonts.cxx,v 1.5 1998/12/07 13:36:26 mike Exp $" +// "$Id: fl_set_fonts.cxx,v 1.6 1999/01/07 19:17:42 mike Exp $" // // More font utilities for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -325,5 +325,5 @@ int Fl::get_font_sizes(Fl_Font fnum, int*& sizep) { #endif // -// End of "$Id: fl_set_fonts.cxx,v 1.5 1998/12/07 13:36:26 mike Exp $". +// End of "$Id: fl_set_fonts.cxx,v 1.6 1999/01/07 19:17:42 mike Exp $". // diff --git a/src/fl_set_fonts_win32.cxx b/src/fl_set_fonts_win32.cxx index 71fa41630..6e93bd5c2 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.4 1998/12/02 15:51:37 mike Exp $" +// "$Id: fl_set_fonts_win32.cxx,v 1.5 1999/01/07 19:17:42 mike Exp $" // // WIN32 font utilities for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -87,5 +87,5 @@ int Fl::get_font_sizes(Fl_Font fnum, int*& sizep) { } // -// End of "$Id: fl_set_fonts_win32.cxx,v 1.4 1998/12/02 15:51:37 mike Exp $". +// End of "$Id: fl_set_fonts_win32.cxx,v 1.5 1999/01/07 19:17:42 mike Exp $". // diff --git a/src/fl_set_gray.cxx b/src/fl_set_gray.cxx index a96b02282..09e35d929 100644 --- a/src/fl_set_gray.cxx +++ b/src/fl_set_gray.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_set_gray.cxx,v 1.3 1998/10/21 14:20:59 mike Exp $" +// "$Id: fl_set_gray.cxx,v 1.4 1999/01/07 19:17:43 mike Exp $" // // Background (gray) color routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:20:59 mike Exp $". +// End of "$Id: fl_set_gray.cxx,v 1.4 1999/01/07 19:17:43 mike Exp $". // diff --git a/src/fl_shadow_box.cxx b/src/fl_shadow_box.cxx index ccb480934..4c990d31e 100644 --- a/src/fl_shadow_box.cxx +++ b/src/fl_shadow_box.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_shadow_box.cxx,v 1.3 1998/10/21 14:21:00 mike Exp $" +// "$Id: fl_shadow_box.cxx,v 1.4 1999/01/07 19:17:43 mike Exp $" // // Shadow box drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:21:00 mike Exp $". +// End of "$Id: fl_shadow_box.cxx,v 1.4 1999/01/07 19:17:43 mike Exp $". // diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx index c0a085e5b..7cea32430 100644 --- a/src/fl_shortcut.cxx +++ b/src/fl_shortcut.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_shortcut.cxx,v 1.3 1998/10/21 14:21:01 mike Exp $" +// "$Id: fl_shortcut.cxx,v 1.4 1999/01/07 19:17:43 mike Exp $" // // Shortcut support routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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_Widget::test_shortcut() { } // -// End of "$Id: fl_shortcut.cxx,v 1.3 1998/10/21 14:21:01 mike Exp $". +// End of "$Id: fl_shortcut.cxx,v 1.4 1999/01/07 19:17:43 mike Exp $". // diff --git a/src/fl_show_colormap.cxx b/src/fl_show_colormap.cxx index 4ff8cf1f5..3a3d8e8e6 100644 --- a/src/fl_show_colormap.cxx +++ b/src/fl_show_colormap.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_show_colormap.cxx,v 1.4 1998/10/21 14:21:01 mike Exp $" +// "$Id: fl_show_colormap.cxx,v 1.5 1999/01/07 19:17:43 mike Exp $" // // Colormap color selection dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1998/10/21 14:21:01 mike Exp $". +// End of "$Id: fl_show_colormap.cxx,v 1.5 1999/01/07 19:17:43 mike Exp $". // diff --git a/src/fl_symbols.cxx b/src/fl_symbols.cxx index a435423a6..fa54e44c3 100644 --- a/src/fl_symbols.cxx +++ b/src/fl_symbols.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_symbols.cxx,v 1.5 1998/12/08 21:04:38 mike Exp $" +// "$Id: fl_symbols.cxx,v 1.6 1999/01/07 19:17:43 mike Exp $" // // Symbol drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -355,5 +355,5 @@ void Fl::enable_symbols() { } // -// End of "$Id: fl_symbols.cxx,v 1.5 1998/12/08 21:04:38 mike Exp $". +// End of "$Id: fl_symbols.cxx,v 1.6 1999/01/07 19:17:43 mike Exp $". // diff --git a/src/fl_vertex.cxx b/src/fl_vertex.cxx index 1d0b834fd..64e618298 100644 --- a/src/fl_vertex.cxx +++ b/src/fl_vertex.cxx @@ -1,9 +1,9 @@ // -// "$Id: fl_vertex.cxx,v 1.4 1998/12/21 13:54:02 mike Exp $" +// "$Id: fl_vertex.cxx,v 1.5 1999/01/07 19:17:44 mike Exp $" // // Portable drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1998/12/21 13:54:02 mike Exp $". +// End of "$Id: fl_vertex.cxx,v 1.5 1999/01/07 19:17:44 mike Exp $". // diff --git a/src/forms_bitmap.cxx b/src/forms_bitmap.cxx index 05d0bd272..7cb6a8c4e 100644 --- a/src/forms_bitmap.cxx +++ b/src/forms_bitmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_bitmap.cxx,v 1.3 1998/10/21 14:21:04 mike Exp $" +// "$Id: forms_bitmap.cxx,v 1.4 1999/01/07 19:17:44 mike Exp $" // // Forms compatible bitmap function for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:21:04 mike Exp $". +// End of "$Id: forms_bitmap.cxx,v 1.4 1999/01/07 19:17:44 mike Exp $". // diff --git a/src/forms_compatability.cxx b/src/forms_compatability.cxx index 651daaeaa..8e4a37295 100755 --- a/src/forms_compatability.cxx +++ b/src/forms_compatability.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_compatability.cxx,v 1.4 1998/11/05 16:04:51 mike Exp $" +// "$Id: forms_compatability.cxx,v 1.5 1999/01/07 19:17:44 mike Exp $" // // Forms compatibility functions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.4 1998/11/05 16:04:51 mike Exp $". +// End of "$Id: forms_compatability.cxx,v 1.5 1999/01/07 19:17:44 mike Exp $". // diff --git a/src/forms_free.cxx b/src/forms_free.cxx index df0ea2dea..14ff1a771 100644 --- a/src/forms_free.cxx +++ b/src/forms_free.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_free.cxx,v 1.3 1998/10/21 14:21:05 mike Exp $" +// "$Id: forms_free.cxx,v 1.4 1999/01/07 19:17:44 mike Exp $" // // Forms free widget routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:21:05 mike Exp $". +// End of "$Id: forms_free.cxx,v 1.4 1999/01/07 19:17:44 mike Exp $". // diff --git a/src/forms_fselect.cxx b/src/forms_fselect.cxx index c3b4da9b3..9a77b063b 100644 --- a/src/forms_fselect.cxx +++ b/src/forms_fselect.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_fselect.cxx,v 1.3 1998/10/21 14:21:06 mike Exp $" +// "$Id: forms_fselect.cxx,v 1.4 1999/01/07 19:17:45 mike Exp $" // // Forms file selection routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:21:06 mike Exp $". +// End of "$Id: forms_fselect.cxx,v 1.4 1999/01/07 19:17:45 mike Exp $". // diff --git a/src/forms_pixmap.cxx b/src/forms_pixmap.cxx index 7fecfc487..34d95db7d 100644 --- a/src/forms_pixmap.cxx +++ b/src/forms_pixmap.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_pixmap.cxx,v 1.3 1998/10/21 14:21:06 mike Exp $" +// "$Id: forms_pixmap.cxx,v 1.4 1999/01/07 19:17:45 mike Exp $" // // Forms pixmap drawing routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:21:06 mike Exp $". +// End of "$Id: forms_pixmap.cxx,v 1.4 1999/01/07 19:17:45 mike Exp $". // diff --git a/src/forms_timer.cxx b/src/forms_timer.cxx index 907bbbfd8..1474f358e 100644 --- a/src/forms_timer.cxx +++ b/src/forms_timer.cxx @@ -1,9 +1,9 @@ // -// "$Id: forms_timer.cxx,v 1.3 1998/10/21 14:21:07 mike Exp $" +// "$Id: forms_timer.cxx,v 1.4 1999/01/07 19:17:45 mike Exp $" // // Forms timer object for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:21:07 mike Exp $". +// End of "$Id: forms_timer.cxx,v 1.4 1999/01/07 19:17:45 mike Exp $". // diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx index 1fe91cb9a..c20b7b1a1 100644 --- a/src/gl_draw.cxx +++ b/src/gl_draw.cxx @@ -1,9 +1,9 @@ // -// "$Id: gl_draw.cxx,v 1.6 1998/12/02 21:15:19 mike Exp $" +// "$Id: gl_draw.cxx,v 1.7 1999/01/07 19:17:46 mike Exp $" // // OpenGL drawing support routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -142,5 +142,5 @@ 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.6 1998/12/02 21:15:19 mike Exp $". +// End of "$Id: gl_draw.cxx,v 1.7 1999/01/07 19:17:46 mike Exp $". // diff --git a/src/gl_start.cxx b/src/gl_start.cxx index de9249229..6a2513243 100644 --- a/src/gl_start.cxx +++ b/src/gl_start.cxx @@ -1,9 +1,9 @@ // -// "$Id: gl_start.cxx,v 1.5 1998/10/21 14:21:08 mike Exp $" +// "$Id: gl_start.cxx,v 1.6 1999/01/07 19:17:46 mike Exp $" // // OpenGL context routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -121,5 +121,5 @@ int Fl::gl_visual(int mode, int *alist) { #endif // -// End of "$Id: gl_start.cxx,v 1.5 1998/10/21 14:21:08 mike Exp $". +// End of "$Id: gl_start.cxx,v 1.6 1999/01/07 19:17:46 mike Exp $". // diff --git a/src/glut_compatability.cxx b/src/glut_compatability.cxx index e71c10821..c6eece2ce 100755 --- a/src/glut_compatability.cxx +++ b/src/glut_compatability.cxx @@ -1,9 +1,9 @@ // -// "$Id: glut_compatability.cxx,v 1.3 1998/10/21 14:21:09 mike Exp $" +// "$Id: glut_compatability.cxx,v 1.4 1999/01/07 19:17:46 mike Exp $" // // GLUT emulation routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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.3 1998/10/21 14:21:09 mike Exp $". +// End of "$Id: glut_compatability.cxx,v 1.4 1999/01/07 19:17:46 mike Exp $". // diff --git a/src/glut_font.cxx b/src/glut_font.cxx index 4e941836b..1468e38f5 100644 --- a/src/glut_font.cxx +++ b/src/glut_font.cxx @@ -1,9 +1,9 @@ // -// "$Id: glut_font.cxx,v 1.3 1998/10/21 14:21:10 mike Exp $" +// "$Id: glut_font.cxx,v 1.4 1999/01/07 19:17:46 mike Exp $" // // GLUT bitmap font routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak 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(int font, int character) { #endif // -// End of "$Id: glut_font.cxx,v 1.3 1998/10/21 14:21:10 mike Exp $". +// End of "$Id: glut_font.cxx,v 1.4 1999/01/07 19:17:46 mike Exp $". // diff --git a/src/numericsort.c b/src/numericsort.c index 00992097f..438f63a82 100644 --- a/src/numericsort.c +++ b/src/numericsort.c @@ -1,9 +1,9 @@ /* - * "$Id: numericsort.c,v 1.8 1998/12/02 15:47:30 mike Exp $" + * "$Id: numericsort.c,v 1.9 1999/01/07 19:17:47 mike Exp $" * * Numeric sorting routine for the Fast Light Tool Kit (FLTK). * - * Copyright 1998 by Bill Spitzak and others. + * Copyright 1998-1999 by Bill Spitzak 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.8 1998/12/02 15:47:30 mike Exp $". + * End of "$Id: numericsort.c,v 1.9 1999/01/07 19:17:47 mike Exp $". */ diff --git a/src/scandir_win32.c b/src/scandir_win32.c index 191973637..502acd892 100644 --- a/src/scandir_win32.c +++ b/src/scandir_win32.c @@ -1,9 +1,9 @@ // -// "$Id: scandir_win32.c,v 1.10 1999/01/04 19:25:06 mike Exp $" +// "$Id: scandir_win32.c,v 1.11 1999/01/07 19:17:47 mike Exp $" // // WIN32 scandir function for the Fast Light Tool Kit (FLTK). // -// Copyright 1998 by Bill Spitzak and others. +// Copyright 1998-1999 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -98,5 +98,5 @@ int alphasort (struct dirent **a, struct dirent **b) { } // -// End of "$Id: scandir_win32.c,v 1.10 1999/01/04 19:25:06 mike Exp $". +// End of "$Id: scandir_win32.c,v 1.11 1999/01/07 19:17:47 mike Exp $". // diff --git a/src/vsnprintf.c b/src/vsnprintf.c index 4248d726b..d3a89c040 100644 --- a/src/vsnprintf.c +++ b/src/vsnprintf.c @@ -1,5 +1,5 @@ /* - * "$Id: vsnprintf.c,v 1.2 1998/11/05 21:25:37 mike Exp $" + * "$Id: vsnprintf.c,v 1.3 1999/01/07 19:17: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 by Bill Spitzak and others. + * Copyright 1998-1999 by Bill Spitzak 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 @@ int snprintf(char* str, size_t size, const char* fmt, ...) { #endif /* - * End of "$Id: vsnprintf.c,v 1.2 1998/11/05 21:25:37 mike Exp $". + * End of "$Id: vsnprintf.c,v 1.3 1999/01/07 19:17:47 mike Exp $". */ |
