diff options
Diffstat (limited to 'src')
131 files changed, 392 insertions, 392 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index 874c55301..9543bf3a3 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl.cxx,v 1.24.2.23 2000/06/03 08:36:59 bill Exp $" +// "$Id: Fl.cxx,v 1.24.2.24 2000/06/05 21:20:46 mike Exp $" // // Main event handling code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -720,5 +720,5 @@ void Fl_Window::flush() { } // -// End of "$Id: Fl.cxx,v 1.24.2.23 2000/06/03 08:36:59 bill Exp $". +// End of "$Id: Fl.cxx,v 1.24.2.24 2000/06/05 21:20:46 mike Exp $". // diff --git a/src/Fl_Adjuster.cxx b/src/Fl_Adjuster.cxx index d307cae7e..c31ea252a 100644 --- a/src/Fl_Adjuster.cxx +++ b/src/Fl_Adjuster.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Adjuster.cxx,v 1.5.2.1 2000/04/25 22:16:19 mike Exp $" +// "$Id: Fl_Adjuster.cxx,v 1.5.2.2 2000/06/05 21:20:47 mike Exp $" // // Adjuster widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // @@ -130,5 +130,5 @@ Fl_Adjuster::Fl_Adjuster(int x, int y, int w, int h, const char* l) } // -// End of "$Id: Fl_Adjuster.cxx,v 1.5.2.1 2000/04/25 22:16:19 mike Exp $". +// End of "$Id: Fl_Adjuster.cxx,v 1.5.2.2 2000/06/05 21:20:47 mike Exp $". // diff --git a/src/Fl_Bitmap.cxx b/src/Fl_Bitmap.cxx index dcce88f1c..848fd1a3c 100644 --- a/src/Fl_Bitmap.cxx +++ b/src/Fl_Bitmap.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Bitmap.cxx,v 1.5.2.2 2000/04/25 22:16:19 mike Exp $" +// "$Id: Fl_Bitmap.cxx,v 1.5.2.3 2000/06/05 21:20:47 mike Exp $" // // Bitmap drawing routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -125,5 +125,5 @@ void Fl_Bitmap::label(Fl_Menu_Item* o) { } // -// End of "$Id: Fl_Bitmap.cxx,v 1.5.2.2 2000/04/25 22:16:19 mike Exp $". +// End of "$Id: Fl_Bitmap.cxx,v 1.5.2.3 2000/06/05 21:20:47 mike Exp $". // diff --git a/src/Fl_Box.cxx b/src/Fl_Box.cxx index f3b2e2a43..16c24ceab 100644 --- a/src/Fl_Box.cxx +++ b/src/Fl_Box.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Box.cxx,v 1.4.2.1 2000/04/25 22:16:19 mike Exp $" +// "$Id: Fl_Box.cxx,v 1.4.2.2 2000/06/05 21:20:47 mike Exp $" // // Box widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl_Widget.H> @@ -34,5 +34,5 @@ void Fl_Box::draw() { } // -// End of "$Id: Fl_Box.cxx,v 1.4.2.1 2000/04/25 22:16:19 mike Exp $". +// End of "$Id: Fl_Box.cxx,v 1.4.2.2 2000/06/05 21:20:47 mike Exp $". // diff --git a/src/Fl_Browser.cxx b/src/Fl_Browser.cxx index c961f56a7..5480ebe52 100644 --- a/src/Fl_Browser.cxx +++ b/src/Fl_Browser.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Browser.cxx,v 1.9.2.10 2000/04/25 22:16:19 mike Exp $" +// "$Id: Fl_Browser.cxx,v 1.9.2.11 2000/06/05 21:20:47 mike Exp $" // // Browser widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -493,5 +493,5 @@ int Fl_Browser::value() const { } // -// End of "$Id: Fl_Browser.cxx,v 1.9.2.10 2000/04/25 22:16:19 mike Exp $". +// End of "$Id: Fl_Browser.cxx,v 1.9.2.11 2000/06/05 21:20:47 mike Exp $". // diff --git a/src/Fl_Browser_.cxx b/src/Fl_Browser_.cxx index da77f1594..31f6ab885 100644 --- a/src/Fl_Browser_.cxx +++ b/src/Fl_Browser_.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Browser_.cxx,v 1.10.2.12 2000/04/25 22:16:20 mike Exp $" +// "$Id: Fl_Browser_.cxx,v 1.10.2.13 2000/06/05 21:20:48 mike Exp $" // // Base Browser widget class for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -700,5 +700,5 @@ void Fl_Browser_::item_select(void*, int) {} int Fl_Browser_::item_selected(void* l) const {return l==selection_;} // -// End of "$Id: Fl_Browser_.cxx,v 1.10.2.12 2000/04/25 22:16:20 mike Exp $". +// End of "$Id: Fl_Browser_.cxx,v 1.10.2.13 2000/06/05 21:20:48 mike Exp $". // diff --git a/src/Fl_Browser_load.cxx b/src/Fl_Browser_load.cxx index 4da43b5be..69e3a904d 100644 --- a/src/Fl_Browser_load.cxx +++ b/src/Fl_Browser_load.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Browser_load.cxx,v 1.4.2.1 2000/04/25 22:16:20 mike Exp $" +// "$Id: Fl_Browser_load.cxx,v 1.4.2.2 2000/06/05 21:20:48 mike Exp $" // // File loading routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -51,5 +51,5 @@ int Fl_Browser::load(const char *filename) { } // -// End of "$Id: Fl_Browser_load.cxx,v 1.4.2.1 2000/04/25 22:16:20 mike Exp $". +// End of "$Id: Fl_Browser_load.cxx,v 1.4.2.2 2000/06/05 21:20:48 mike Exp $". // diff --git a/src/Fl_Button.cxx b/src/Fl_Button.cxx index 46da3fecb..96817f398 100644 --- a/src/Fl_Button.cxx +++ b/src/Fl_Button.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Button.cxx,v 1.4.2.3 2000/04/25 22:16:20 mike Exp $" +// "$Id: Fl_Button.cxx,v 1.4.2.4 2000/06/05 21:20:48 mike Exp $" // // Button widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -118,5 +118,5 @@ Fl_Button::Fl_Button(int x,int y,int w,int h, const char *l) } // -// End of "$Id: Fl_Button.cxx,v 1.4.2.3 2000/04/25 22:16:20 mike Exp $". +// End of "$Id: Fl_Button.cxx,v 1.4.2.4 2000/06/05 21:20:48 mike Exp $". // diff --git a/src/Fl_Chart.cxx b/src/Fl_Chart.cxx index 1336cf3ec..7850cdcfe 100644 --- a/src/Fl_Chart.cxx +++ b/src/Fl_Chart.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Chart.cxx,v 1.5.2.3 2000/04/25 22:16:21 mike Exp $" +// "$Id: Fl_Chart.cxx,v 1.5.2.4 2000/06/05 21:20:49 mike Exp $" // // Forms-compatible chart widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/math.h> @@ -378,5 +378,5 @@ void Fl_Chart::maxsize(int m) { } // -// End of "$Id: Fl_Chart.cxx,v 1.5.2.3 2000/04/25 22:16:21 mike Exp $". +// End of "$Id: Fl_Chart.cxx,v 1.5.2.4 2000/06/05 21:20:49 mike Exp $". // diff --git a/src/Fl_Check_Button.cxx b/src/Fl_Check_Button.cxx index 9c2889c44..ab3cc3e91 100644 --- a/src/Fl_Check_Button.cxx +++ b/src/Fl_Check_Button.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Check_Button.cxx,v 1.4.2.1 2000/04/25 22:16:21 mike Exp $" +// "$Id: Fl_Check_Button.cxx,v 1.4.2.2 2000/06/05 21:20:49 mike Exp $" // // Check button widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> diff --git a/src/Fl_Choice.cxx b/src/Fl_Choice.cxx index 288dfac5e..0c00a23a3 100644 --- a/src/Fl_Choice.cxx +++ b/src/Fl_Choice.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Choice.cxx,v 1.10.2.3 2000/04/25 22:16:21 mike Exp $" +// "$Id: Fl_Choice.cxx,v 1.10.2.4 2000/06/05 21:20:49 mike Exp $" // // Choice widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -90,5 +90,5 @@ int Fl_Choice::handle(int e) { } // -// End of "$Id: Fl_Choice.cxx,v 1.10.2.3 2000/04/25 22:16:21 mike Exp $". +// End of "$Id: Fl_Choice.cxx,v 1.10.2.4 2000/06/05 21:20:49 mike Exp $". // diff --git a/src/Fl_Clock.cxx b/src/Fl_Clock.cxx index 257dc089a..c237804e2 100644 --- a/src/Fl_Clock.cxx +++ b/src/Fl_Clock.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Clock.cxx,v 1.8.2.2 2000/04/25 22:16:22 mike Exp $" +// "$Id: Fl_Clock.cxx,v 1.8.2.3 2000/06/05 21:20:49 mike Exp $" // // Clock widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -170,5 +170,5 @@ Fl_Clock::~Fl_Clock() { } // -// End of "$Id: Fl_Clock.cxx,v 1.8.2.2 2000/04/25 22:16:22 mike Exp $". +// End of "$Id: Fl_Clock.cxx,v 1.8.2.3 2000/06/05 21:20:49 mike Exp $". // diff --git a/src/Fl_Color_Chooser.cxx b/src/Fl_Color_Chooser.cxx index ca2159262..80f7e332d 100644 --- a/src/Fl_Color_Chooser.cxx +++ b/src/Fl_Color_Chooser.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Color_Chooser.cxx,v 1.7.2.2 2000/04/25 22:16:22 mike Exp $" +// "$Id: Fl_Color_Chooser.cxx,v 1.7.2.3 2000/06/05 21:20:50 mike Exp $" // // Color chooser for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -431,5 +431,5 @@ int fl_color_chooser(const char* name, uchar& r, uchar& g, uchar& b) { } // -// End of "$Id: Fl_Color_Chooser.cxx,v 1.7.2.2 2000/04/25 22:16:22 mike Exp $". +// End of "$Id: Fl_Color_Chooser.cxx,v 1.7.2.3 2000/06/05 21:20:50 mike Exp $". // diff --git a/src/Fl_Counter.cxx b/src/Fl_Counter.cxx index fd9a502a6..6f361d1fe 100644 --- a/src/Fl_Counter.cxx +++ b/src/Fl_Counter.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Counter.cxx,v 1.8.2.1 2000/04/25 22:16:22 mike Exp $" +// "$Id: Fl_Counter.cxx,v 1.8.2.2 2000/06/05 21:20:50 mike Exp $" // // Counter widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -165,5 +165,5 @@ Fl_Counter::Fl_Counter(int x, int y, int w, int h, const char* l) } // -// End of "$Id: Fl_Counter.cxx,v 1.8.2.1 2000/04/25 22:16:22 mike Exp $". +// End of "$Id: Fl_Counter.cxx,v 1.8.2.2 2000/06/05 21:20:50 mike Exp $". // diff --git a/src/Fl_Dial.cxx b/src/Fl_Dial.cxx index c7cc946af..43d818ce5 100644 --- a/src/Fl_Dial.cxx +++ b/src/Fl_Dial.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Dial.cxx,v 1.12.2.1 2000/04/25 22:16:23 mike Exp $" +// "$Id: Fl_Dial.cxx,v 1.12.2.2 2000/06/05 21:20:50 mike Exp $" // // Circular dial widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -131,5 +131,5 @@ Fl_Dial::Fl_Dial(int x, int y, int w, int h, const char* l) } // -// End of "$Id: Fl_Dial.cxx,v 1.12.2.1 2000/04/25 22:16:23 mike Exp $". +// End of "$Id: Fl_Dial.cxx,v 1.12.2.2 2000/06/05 21:20:50 mike Exp $". // diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx index fbff8e256..9207b48b3 100644 --- a/src/Fl_Double_Window.cxx +++ b/src/Fl_Double_Window.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Double_Window.cxx,v 1.12.2.1 2000/04/25 22:16:23 mike Exp $" +// "$Id: Fl_Double_Window.cxx,v 1.12.2.2 2000/06/05 21:20:50 mike Exp $" // // Double-buffered window code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <config.h> @@ -192,5 +192,5 @@ Fl_Double_Window::~Fl_Double_Window() { } // -// End of "$Id: Fl_Double_Window.cxx,v 1.12.2.1 2000/04/25 22:16:23 mike Exp $". +// End of "$Id: Fl_Double_Window.cxx,v 1.12.2.2 2000/06/05 21:20:50 mike Exp $". // diff --git a/src/Fl_Font.H b/src/Fl_Font.H index 0da6a4d08..0d183762f 100644 --- a/src/Fl_Font.H +++ b/src/Fl_Font.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Font.H,v 1.6.2.1 2000/04/25 22:16:23 mike Exp $" +// "$Id: Fl_Font.H,v 1.6.2.2 2000/06/05 21:20:50 mike Exp $" // // Font definitions for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Two internal fltk data structures: @@ -78,5 +78,5 @@ FL_EXPORT char *fl_find_fontsize(char *name); #endif // -// End of "$Id: Fl_Font.H,v 1.6.2.1 2000/04/25 22:16:23 mike Exp $". +// End of "$Id: Fl_Font.H,v 1.6.2.2 2000/06/05 21:20:50 mike Exp $". // diff --git a/src/Fl_Gl_Choice.H b/src/Fl_Gl_Choice.H index 7eabbb1ed..7925419b1 100644 --- a/src/Fl_Gl_Choice.H +++ b/src/Fl_Gl_Choice.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Gl_Choice.H,v 1.4.2.3 2000/04/25 22:16:24 mike Exp $" +// "$Id: Fl_Gl_Choice.H,v 1.4.2.4 2000/06/05 21:20:51 mike Exp $" // // OpenGL definitions for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Internal interface to set up OpenGL. @@ -91,5 +91,5 @@ void fl_no_gl_context(); #endif // -// End of "$Id: Fl_Gl_Choice.H,v 1.4.2.3 2000/04/25 22:16:24 mike Exp $". +// End of "$Id: Fl_Gl_Choice.H,v 1.4.2.4 2000/06/05 21:20:51 mike Exp $". // diff --git a/src/Fl_Gl_Choice.cxx b/src/Fl_Gl_Choice.cxx index f2cafa707..e9a663dd9 100644 --- a/src/Fl_Gl_Choice.cxx +++ b/src/Fl_Gl_Choice.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Gl_Choice.cxx,v 1.5.2.3 2000/04/25 22:16:24 mike Exp $" +// "$Id: Fl_Gl_Choice.cxx,v 1.5.2.4 2000/06/05 21:20:51 mike Exp $" // // OpenGL visual selection code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <config.h> @@ -213,5 +213,5 @@ void fl_no_gl_context() { #endif // -// End of "$Id: Fl_Gl_Choice.cxx,v 1.5.2.3 2000/04/25 22:16:24 mike Exp $". +// End of "$Id: Fl_Gl_Choice.cxx,v 1.5.2.4 2000/06/05 21:20:51 mike Exp $". // diff --git a/src/Fl_Gl_Overlay.cxx b/src/Fl_Gl_Overlay.cxx index 6cc321e0a..7e9c16880 100644 --- a/src/Fl_Gl_Overlay.cxx +++ b/src/Fl_Gl_Overlay.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Gl_Overlay.cxx,v 1.5.2.8 2000/04/25 22:16:24 mike Exp $" +// "$Id: Fl_Gl_Overlay.cxx,v 1.5.2.9 2000/06/05 21:20:51 mike Exp $" // // OpenGL overlay code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <config.h> @@ -207,5 +207,5 @@ void Fl_Gl_Window::hide_overlay() { #endif // -// End of "$Id: Fl_Gl_Overlay.cxx,v 1.5.2.8 2000/04/25 22:16:24 mike Exp $". +// End of "$Id: Fl_Gl_Overlay.cxx,v 1.5.2.9 2000/06/05 21:20:51 mike Exp $". // diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index 16073c9dc..0002038a7 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Gl_Window.cxx,v 1.12.2.12 2000/06/03 08:37:01 bill Exp $" +// "$Id: Fl_Gl_Window.cxx,v 1.12.2.13 2000/06/05 21:20:51 mike Exp $" // // OpenGL window code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <config.h> @@ -323,5 +323,5 @@ void Fl_Gl_Window::draw_overlay() {} #endif // -// End of "$Id: Fl_Gl_Window.cxx,v 1.12.2.12 2000/06/03 08:37:01 bill Exp $". +// End of "$Id: Fl_Gl_Window.cxx,v 1.12.2.13 2000/06/05 21:20:51 mike Exp $". // diff --git a/src/Fl_Group.cxx b/src/Fl_Group.cxx index 668c2f5bb..ce5f483a7 100644 --- a/src/Fl_Group.cxx +++ b/src/Fl_Group.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Group.cxx,v 1.8.2.5 2000/04/25 22:16:24 mike Exp $" +// "$Id: Fl_Group.cxx,v 1.8.2.6 2000/06/05 21:20:51 mike Exp $" // // Group widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // The Fl_Group is the only defined container type in fltk. @@ -505,5 +505,5 @@ void Fl_Group::draw_outside_label(const Fl_Widget& w) const { } // -// End of "$Id: Fl_Group.cxx,v 1.8.2.5 2000/04/25 22:16:24 mike Exp $". +// End of "$Id: Fl_Group.cxx,v 1.8.2.6 2000/06/05 21:20:51 mike Exp $". // diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index 231467c8e..246184831 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Image.cxx,v 1.5.2.1 2000/04/25 22:16:25 mike Exp $" +// "$Id: Fl_Image.cxx,v 1.5.2.2 2000/06/05 21:20:52 mike Exp $" // // Image drawing code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -86,5 +86,5 @@ void Fl_Image::label(Fl_Menu_Item* o) { } // -// End of "$Id: Fl_Image.cxx,v 1.5.2.1 2000/04/25 22:16:25 mike Exp $". +// End of "$Id: Fl_Image.cxx,v 1.5.2.2 2000/06/05 21:20:52 mike Exp $". // diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx index d996fc471..fd8068a73 100644 --- a/src/Fl_Input.cxx +++ b/src/Fl_Input.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Input.cxx,v 1.10.2.9 2000/04/25 22:16:25 mike Exp $" +// "$Id: Fl_Input.cxx,v 1.10.2.10 2000/06/05 21:20:52 mike Exp $" // // Input widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // This is the "user interface", it decodes user actions into what to @@ -265,5 +265,5 @@ Fl_Input::Fl_Input(int x, int y, int w, int h, const char *l) } // -// End of "$Id: Fl_Input.cxx,v 1.10.2.9 2000/04/25 22:16:25 mike Exp $". +// End of "$Id: Fl_Input.cxx,v 1.10.2.10 2000/06/05 21:20:52 mike Exp $". // diff --git a/src/Fl_Input_.cxx b/src/Fl_Input_.cxx index 0b9cca6c3..01fb9a000 100644 --- a/src/Fl_Input_.cxx +++ b/src/Fl_Input_.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Input_.cxx,v 1.21.2.4 2000/04/25 22:16:25 mike Exp $" +// "$Id: Fl_Input_.cxx,v 1.21.2.5 2000/06/05 21:20:52 mike Exp $" // // Common input widget routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // This is the base class for Fl_Input. You can use it directly @@ -744,5 +744,5 @@ Fl_Input_::~Fl_Input_() { } // -// End of "$Id: Fl_Input_.cxx,v 1.21.2.4 2000/04/25 22:16:25 mike Exp $". +// End of "$Id: Fl_Input_.cxx,v 1.21.2.5 2000/06/05 21:20:52 mike Exp $". // diff --git a/src/Fl_Light_Button.cxx b/src/Fl_Light_Button.cxx index a17c95a0a..39ffe6c86 100644 --- a/src/Fl_Light_Button.cxx +++ b/src/Fl_Light_Button.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Light_Button.cxx,v 1.4.2.1 2000/04/25 22:16:26 mike Exp $" +// "$Id: Fl_Light_Button.cxx,v 1.4.2.2 2000/06/05 21:20:52 mike Exp $" // // Lighted button widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Subclass of Fl_Button where the "box" indicates whether it is @@ -70,5 +70,5 @@ Fl_Light_Button::Fl_Light_Button(int x, int y, int w, int h, const char* l) } // -// End of "$Id: Fl_Light_Button.cxx,v 1.4.2.1 2000/04/25 22:16:26 mike Exp $". +// End of "$Id: Fl_Light_Button.cxx,v 1.4.2.2 2000/06/05 21:20:52 mike Exp $". // diff --git a/src/Fl_Menu.cxx b/src/Fl_Menu.cxx index c94d1965b..e57036df3 100644 --- a/src/Fl_Menu.cxx +++ b/src/Fl_Menu.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Menu.cxx,v 1.18.2.7 2000/05/17 07:09:26 bill Exp $" +// "$Id: Fl_Menu.cxx,v 1.18.2.8 2000/06/05 21:20:53 mike Exp $" // // Menu code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Warning: this menu code is quite a mess! @@ -737,5 +737,5 @@ const Fl_Menu_Item* Fl_Menu_Item::test_shortcut() const { } // -// End of "$Id: Fl_Menu.cxx,v 1.18.2.7 2000/05/17 07:09:26 bill Exp $". +// End of "$Id: Fl_Menu.cxx,v 1.18.2.8 2000/06/05 21:20:53 mike Exp $". // diff --git a/src/Fl_Menu_.cxx b/src/Fl_Menu_.cxx index 7bb9ab5e2..d5e0e468e 100644 --- a/src/Fl_Menu_.cxx +++ b/src/Fl_Menu_.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Menu_.cxx,v 1.7.2.6 2000/04/25 22:16:27 mike Exp $" +// "$Id: Fl_Menu_.cxx,v 1.7.2.7 2000/06/05 21:20:54 mike Exp $" // // Common menu code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // This is a base class for all items that have a menu: @@ -172,5 +172,5 @@ void Fl_Menu_::clear() { } // -// End of "$Id: Fl_Menu_.cxx,v 1.7.2.6 2000/04/25 22:16:27 mike Exp $". +// End of "$Id: Fl_Menu_.cxx,v 1.7.2.7 2000/06/05 21:20:54 mike Exp $". // diff --git a/src/Fl_Menu_Bar.cxx b/src/Fl_Menu_Bar.cxx index fcca6e115..b412f99d9 100644 --- a/src/Fl_Menu_Bar.cxx +++ b/src/Fl_Menu_Bar.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Menu_Bar.cxx,v 1.7.2.1 2000/04/25 22:16:27 mike Exp $" +// "$Id: Fl_Menu_Bar.cxx,v 1.7.2.2 2000/06/05 21:20:54 mike Exp $" // // Menu bar widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -59,5 +59,5 @@ int Fl_Menu_Bar::handle(int event) { } // -// End of "$Id: Fl_Menu_Bar.cxx,v 1.7.2.1 2000/04/25 22:16:27 mike Exp $". +// End of "$Id: Fl_Menu_Bar.cxx,v 1.7.2.2 2000/06/05 21:20:54 mike Exp $". // diff --git a/src/Fl_Menu_Button.cxx b/src/Fl_Menu_Button.cxx index b3dd1e8fc..dffab6749 100644 --- a/src/Fl_Menu_Button.cxx +++ b/src/Fl_Menu_Button.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Menu_Button.cxx,v 1.4.2.1 2000/04/25 22:16:27 mike Exp $" +// "$Id: Fl_Menu_Button.cxx,v 1.4.2.2 2000/06/05 21:20:54 mike Exp $" // // Menu button widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -78,5 +78,5 @@ Fl_Menu_Button::Fl_Menu_Button(int X,int Y,int W,int H,const char *l) } // -// End of "$Id: Fl_Menu_Button.cxx,v 1.4.2.1 2000/04/25 22:16:27 mike Exp $". +// End of "$Id: Fl_Menu_Button.cxx,v 1.4.2.2 2000/06/05 21:20:54 mike Exp $". // diff --git a/src/Fl_Menu_Window.cxx b/src/Fl_Menu_Window.cxx index e74763ba3..a92004d8d 100644 --- a/src/Fl_Menu_Window.cxx +++ b/src/Fl_Menu_Window.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Menu_Window.cxx,v 1.8.2.2 2000/06/03 08:37:01 bill Exp $" +// "$Id: Fl_Menu_Window.cxx,v 1.8.2.3 2000/06/05 21:20:54 mike Exp $" // // Menu window code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // This is the window type used by Fl_Menu to make the pop-ups. @@ -97,5 +97,5 @@ Fl_Menu_Window::~Fl_Menu_Window() { } // -// End of "$Id: Fl_Menu_Window.cxx,v 1.8.2.2 2000/06/03 08:37:01 bill Exp $". +// End of "$Id: Fl_Menu_Window.cxx,v 1.8.2.3 2000/06/05 21:20:54 mike Exp $". // diff --git a/src/Fl_Menu_add.cxx b/src/Fl_Menu_add.cxx index 18557f44b..5d88a67d1 100644 --- a/src/Fl_Menu_add.cxx +++ b/src/Fl_Menu_add.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Menu_add.cxx,v 1.9.2.6 2000/04/25 22:16:28 mike Exp $" +// "$Id: Fl_Menu_add.cxx,v 1.9.2.7 2000/06/05 21:20:54 mike Exp $" // // Menu utilities for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Methods to alter the menu in an Fl_Menu_ widget. @@ -237,5 +237,5 @@ void Fl_Menu_::remove(int i) { } // -// End of "$Id: Fl_Menu_add.cxx,v 1.9.2.6 2000/04/25 22:16:28 mike Exp $". +// End of "$Id: Fl_Menu_add.cxx,v 1.9.2.7 2000/06/05 21:20:54 mike Exp $". // diff --git a/src/Fl_Menu_global.cxx b/src/Fl_Menu_global.cxx index 24be52073..c285075b3 100644 --- a/src/Fl_Menu_global.cxx +++ b/src/Fl_Menu_global.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Menu_global.cxx,v 1.5.2.2 2000/05/13 20:03:18 bill Exp $" +// "$Id: Fl_Menu_global.cxx,v 1.5.2.3 2000/06/05 21:20:55 mike Exp $" // // Global menu shortcut code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Make all the shortcuts in this menu global. @@ -44,5 +44,5 @@ void Fl_Menu_::global() { } // -// End of "$Id: Fl_Menu_global.cxx,v 1.5.2.2 2000/05/13 20:03:18 bill Exp $". +// End of "$Id: Fl_Menu_global.cxx,v 1.5.2.3 2000/06/05 21:20:55 mike Exp $". // diff --git a/src/Fl_Multi_Label.cxx b/src/Fl_Multi_Label.cxx index ac33e5e95..f5c6ccbe4 100644 --- a/src/Fl_Multi_Label.cxx +++ b/src/Fl_Multi_Label.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Multi_Label.cxx,v 1.4.2.1 2000/04/25 22:16:28 mike Exp $" +// "$Id: Fl_Multi_Label.cxx,v 1.4.2.2 2000/06/05 21:20:55 mike Exp $" // // Multi-label widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Allows two labels to be used on a widget (by having one of them @@ -74,5 +74,5 @@ void Fl_Multi_Label::label(Fl_Menu_Item* o) { } // -// End of "$Id: Fl_Multi_Label.cxx,v 1.4.2.1 2000/04/25 22:16:28 mike Exp $". +// End of "$Id: Fl_Multi_Label.cxx,v 1.4.2.2 2000/06/05 21:20:55 mike Exp $". // diff --git a/src/Fl_Output.cxx b/src/Fl_Output.cxx index 51cdde811..c3432a42a 100644 --- a/src/Fl_Output.cxx +++ b/src/Fl_Output.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Output.cxx,v 1.6.2.1 2000/04/25 22:16:28 mike Exp $" +// "$Id: Fl_Output.cxx,v 1.6.2.2 2000/06/05 21:20:55 mike Exp $" // // Output widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // This subclass of Fl_Input_ does not allow user to edit the output. @@ -46,5 +46,5 @@ int Fl_Output::handle(int event) { } // -// End of "$Id: Fl_Output.cxx,v 1.6.2.1 2000/04/25 22:16:28 mike Exp $". +// End of "$Id: Fl_Output.cxx,v 1.6.2.2 2000/06/05 21:20:55 mike Exp $". // diff --git a/src/Fl_Overlay_Window.cxx b/src/Fl_Overlay_Window.cxx index 1f129c71f..67af6fafa 100644 --- a/src/Fl_Overlay_Window.cxx +++ b/src/Fl_Overlay_Window.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Overlay_Window.cxx,v 1.7.2.2 2000/04/25 22:16:28 mike Exp $" +// "$Id: Fl_Overlay_Window.cxx,v 1.7.2.3 2000/06/05 21:20:55 mike Exp $" // // Overlay window code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // A window using double-buffering and able to draw an overlay @@ -140,5 +140,5 @@ void Fl_Overlay_Window::redraw_overlay() { #endif // -// End of "$Id: Fl_Overlay_Window.cxx,v 1.7.2.2 2000/04/25 22:16:28 mike Exp $". +// End of "$Id: Fl_Overlay_Window.cxx,v 1.7.2.3 2000/06/05 21:20:55 mike Exp $". // diff --git a/src/Fl_Pack.cxx b/src/Fl_Pack.cxx index bff77c35f..d3818c10c 100644 --- a/src/Fl_Pack.cxx +++ b/src/Fl_Pack.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Pack.cxx,v 1.6.2.1 2000/04/25 22:16:29 mike Exp $" +// "$Id: Fl_Pack.cxx,v 1.6.2.2 2000/06/05 21:20:55 mike Exp $" // // Packing widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Based on code by Curtis Edwards @@ -105,5 +105,5 @@ void Fl_Pack::draw() { } // -// End of "$Id: Fl_Pack.cxx,v 1.6.2.1 2000/04/25 22:16:29 mike Exp $". +// End of "$Id: Fl_Pack.cxx,v 1.6.2.2 2000/06/05 21:20:55 mike Exp $". // diff --git a/src/Fl_Pixmap.cxx b/src/Fl_Pixmap.cxx index 9ac417eb9..ac5172401 100644 --- a/src/Fl_Pixmap.cxx +++ b/src/Fl_Pixmap.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Pixmap.cxx,v 1.9.2.1 2000/04/25 22:16:29 mike Exp $" +// "$Id: Fl_Pixmap.cxx,v 1.9.2.2 2000/06/05 21:20:55 mike Exp $" // // Pixmap drawing code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Draws X pixmap data, keeping it stashed in a server pixmap so it @@ -194,5 +194,5 @@ void Fl_Pixmap::label(Fl_Menu_Item* o) { } // -// End of "$Id: Fl_Pixmap.cxx,v 1.9.2.1 2000/04/25 22:16:29 mike Exp $". +// End of "$Id: Fl_Pixmap.cxx,v 1.9.2.2 2000/06/05 21:20:55 mike Exp $". // diff --git a/src/Fl_Positioner.cxx b/src/Fl_Positioner.cxx index 4e3fe2d0e..244e6c1a8 100644 --- a/src/Fl_Positioner.cxx +++ b/src/Fl_Positioner.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Positioner.cxx,v 1.4.2.1 2000/04/25 22:16:29 mike Exp $" +// "$Id: Fl_Positioner.cxx,v 1.4.2.2 2000/06/05 21:20:55 mike Exp $" // // Positioner widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // The positioner widget from Forms, gives 2D input @@ -129,5 +129,5 @@ void Fl_Positioner::ybounds(double a, double b) { } // -// End of "$Id: Fl_Positioner.cxx,v 1.4.2.1 2000/04/25 22:16:29 mike Exp $". +// End of "$Id: Fl_Positioner.cxx,v 1.4.2.2 2000/06/05 21:20:55 mike Exp $". // diff --git a/src/Fl_Repeat_Button.cxx b/src/Fl_Repeat_Button.cxx index 3f4c744f3..c16da165b 100644 --- a/src/Fl_Repeat_Button.cxx +++ b/src/Fl_Repeat_Button.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Repeat_Button.cxx,v 1.4.2.2 2000/04/25 22:16:29 mike Exp $" +// "$Id: Fl_Repeat_Button.cxx,v 1.4.2.3 2000/06/05 21:20:56 mike Exp $" // // Repeat button widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -61,5 +61,5 @@ int Fl_Repeat_Button::handle(int event) { } // -// End of "$Id: Fl_Repeat_Button.cxx,v 1.4.2.2 2000/04/25 22:16:29 mike Exp $". +// End of "$Id: Fl_Repeat_Button.cxx,v 1.4.2.3 2000/06/05 21:20:56 mike Exp $". // diff --git a/src/Fl_Return_Button.cxx b/src/Fl_Return_Button.cxx index 91815ffd3..36e1f97a8 100644 --- a/src/Fl_Return_Button.cxx +++ b/src/Fl_Return_Button.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Return_Button.cxx,v 1.5.2.1 2000/04/25 22:16:29 mike Exp $" +// "$Id: Fl_Return_Button.cxx,v 1.5.2.2 2000/06/05 21:20:56 mike Exp $" // // Return button widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -65,5 +65,5 @@ int Fl_Return_Button::handle(int event) { } // -// End of "$Id: Fl_Return_Button.cxx,v 1.5.2.1 2000/04/25 22:16:29 mike Exp $". +// End of "$Id: Fl_Return_Button.cxx,v 1.5.2.2 2000/06/05 21:20:56 mike Exp $". // diff --git a/src/Fl_Roller.cxx b/src/Fl_Roller.cxx index 63cab713d..ebeb9ec47 100644 --- a/src/Fl_Roller.cxx +++ b/src/Fl_Roller.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Roller.cxx,v 1.6.2.2 2000/04/25 22:16:30 mike Exp $" +// "$Id: Fl_Roller.cxx,v 1.6.2.3 2000/06/05 21:20:56 mike Exp $" // // Roller widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Rapid-App style knob @@ -137,5 +137,5 @@ Fl_Roller::Fl_Roller(int X,int Y,int W,int H,const char* L) } // -// End of "$Id: Fl_Roller.cxx,v 1.6.2.2 2000/04/25 22:16:30 mike Exp $". +// End of "$Id: Fl_Roller.cxx,v 1.6.2.3 2000/06/05 21:20:56 mike Exp $". // diff --git a/src/Fl_Round_Button.cxx b/src/Fl_Round_Button.cxx index dfc38e33b..8a5bbf6ae 100644 --- a/src/Fl_Round_Button.cxx +++ b/src/Fl_Round_Button.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Round_Button.cxx,v 1.4.2.1 2000/04/25 22:16:30 mike Exp $" +// "$Id: Fl_Round_Button.cxx,v 1.4.2.2 2000/06/05 21:20:56 mike Exp $" // // Round button for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // A subclass of Fl_Button that always draws as a round circle. This @@ -38,5 +38,5 @@ Fl_Round_Button::Fl_Round_Button(int x,int y,int w,int h, const char *l) } // -// End of "$Id: Fl_Round_Button.cxx,v 1.4.2.1 2000/04/25 22:16:30 mike Exp $". +// End of "$Id: Fl_Round_Button.cxx,v 1.4.2.2 2000/06/05 21:20:56 mike Exp $". // diff --git a/src/Fl_Scroll.cxx b/src/Fl_Scroll.cxx index 0218f09c5..35d28c0f8 100644 --- a/src/Fl_Scroll.cxx +++ b/src/Fl_Scroll.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Scroll.cxx,v 1.7.2.2 2000/04/25 22:16:30 mike Exp $" +// "$Id: Fl_Scroll.cxx,v 1.7.2.3 2000/06/05 21:20:56 mike Exp $" // // Scroll widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -231,5 +231,5 @@ int Fl_Scroll::handle(int event) { } // -// End of "$Id: Fl_Scroll.cxx,v 1.7.2.2 2000/04/25 22:16:30 mike Exp $". +// End of "$Id: Fl_Scroll.cxx,v 1.7.2.3 2000/06/05 21:20:56 mike Exp $". // diff --git a/src/Fl_Scrollbar.cxx b/src/Fl_Scrollbar.cxx index 58e6525db..50e198b8d 100644 --- a/src/Fl_Scrollbar.cxx +++ b/src/Fl_Scrollbar.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Scrollbar.cxx,v 1.7.2.10 2000/04/25 22:16:30 mike Exp $" +// "$Id: Fl_Scrollbar.cxx,v 1.7.2.11 2000/06/05 21:20:57 mike Exp $" // // Scroll bar widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -234,5 +234,5 @@ Fl_Scrollbar::Fl_Scrollbar(int X, int Y, int W, int H, const char* L) } // -// End of "$Id: Fl_Scrollbar.cxx,v 1.7.2.10 2000/04/25 22:16:30 mike Exp $". +// End of "$Id: Fl_Scrollbar.cxx,v 1.7.2.11 2000/06/05 21:20:57 mike Exp $". // diff --git a/src/Fl_Single_Window.cxx b/src/Fl_Single_Window.cxx index 80076c889..72457fc41 100644 --- a/src/Fl_Single_Window.cxx +++ b/src/Fl_Single_Window.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Single_Window.cxx,v 1.4.2.1 2000/04/25 22:16:30 mike Exp $" +// "$Id: Fl_Single_Window.cxx,v 1.4.2.2 2000/06/05 21:20:57 mike Exp $" // // Single-buffered window for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // A window with a single-buffered context @@ -35,5 +35,5 @@ void Fl_Single_Window::show() {Fl_Window::show();} void Fl_Single_Window::flush() {Fl_Window::flush();} // -// End of "$Id: Fl_Single_Window.cxx,v 1.4.2.1 2000/04/25 22:16:30 mike Exp $". +// End of "$Id: Fl_Single_Window.cxx,v 1.4.2.2 2000/06/05 21:20:57 mike Exp $". // diff --git a/src/Fl_Slider.cxx b/src/Fl_Slider.cxx index 6f16baf22..c4318c903 100644 --- a/src/Fl_Slider.cxx +++ b/src/Fl_Slider.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Slider.cxx,v 1.8.2.6 2000/04/25 22:16:30 mike Exp $" +// "$Id: Fl_Slider.cxx,v 1.8.2.7 2000/06/05 21:20:57 mike Exp $" // // Slider widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -251,5 +251,5 @@ int Fl_Slider::handle(int event) { } // -// End of "$Id: Fl_Slider.cxx,v 1.8.2.6 2000/04/25 22:16:30 mike Exp $". +// End of "$Id: Fl_Slider.cxx,v 1.8.2.7 2000/06/05 21:20:57 mike Exp $". // diff --git a/src/Fl_Tabs.cxx b/src/Fl_Tabs.cxx index 4d0f617da..353d06b13 100644 --- a/src/Fl_Tabs.cxx +++ b/src/Fl_Tabs.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Tabs.cxx,v 1.6.2.5 2000/04/25 22:16:31 mike Exp $" +// "$Id: Fl_Tabs.cxx,v 1.6.2.6 2000/06/05 21:20:57 mike Exp $" // // Tab widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // This is the "file card tabs" interface to allow you to put lots and lots @@ -271,5 +271,5 @@ Fl_Tabs::Fl_Tabs(int X,int Y,int W, int H, const char *l) : } // -// End of "$Id: Fl_Tabs.cxx,v 1.6.2.5 2000/04/25 22:16:31 mike Exp $". +// End of "$Id: Fl_Tabs.cxx,v 1.6.2.6 2000/06/05 21:20:57 mike Exp $". // diff --git a/src/Fl_Tile.cxx b/src/Fl_Tile.cxx index 2a9006d9c..af2e15ed3 100644 --- a/src/Fl_Tile.cxx +++ b/src/Fl_Tile.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Tile.cxx,v 1.5.2.3 2000/04/25 22:16:31 mike Exp $" +// "$Id: Fl_Tile.cxx,v 1.5.2.4 2000/06/05 21:20:58 mike Exp $" // // Tile widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Group of 2 or 4 "tiles" that can be resized by dragging border @@ -196,5 +196,5 @@ int Fl_Tile::handle(int event) { } // -// End of "$Id: Fl_Tile.cxx,v 1.5.2.3 2000/04/25 22:16:31 mike Exp $". +// End of "$Id: Fl_Tile.cxx,v 1.5.2.4 2000/06/05 21:20:58 mike Exp $". // diff --git a/src/Fl_Valuator.cxx b/src/Fl_Valuator.cxx index 6e8931366..b066514b4 100644 --- a/src/Fl_Valuator.cxx +++ b/src/Fl_Valuator.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Valuator.cxx,v 1.5.2.1 2000/04/25 22:16:31 mike Exp $" +// "$Id: Fl_Valuator.cxx,v 1.5.2.2 2000/06/05 21:20:58 mike Exp $" // // Valuator widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Base class for sliders and all other one-value "knobs" @@ -123,5 +123,5 @@ int Fl_Valuator::format(char* buffer) { } // -// End of "$Id: Fl_Valuator.cxx,v 1.5.2.1 2000/04/25 22:16:31 mike Exp $". +// End of "$Id: Fl_Valuator.cxx,v 1.5.2.2 2000/06/05 21:20:58 mike Exp $". // diff --git a/src/Fl_Value_Input.cxx b/src/Fl_Value_Input.cxx index e37242e19..49d98e8bd 100644 --- a/src/Fl_Value_Input.cxx +++ b/src/Fl_Value_Input.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Value_Input.cxx,v 1.6.2.3 2000/04/25 22:16:31 mike Exp $" +// "$Id: Fl_Value_Input.cxx,v 1.6.2.4 2000/06/05 21:20:58 mike Exp $" // // Value input widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Fltk widget for drag-adjusting a floating point value. @@ -128,5 +128,5 @@ Fl_Value_Input::Fl_Value_Input(int x, int y, int w, int h, const char* l) } // -// End of "$Id: Fl_Value_Input.cxx,v 1.6.2.3 2000/04/25 22:16:31 mike Exp $". +// End of "$Id: Fl_Value_Input.cxx,v 1.6.2.4 2000/06/05 21:20:58 mike Exp $". // diff --git a/src/Fl_Value_Output.cxx b/src/Fl_Value_Output.cxx index ebef9e240..bfd8c384d 100644 --- a/src/Fl_Value_Output.cxx +++ b/src/Fl_Value_Output.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Value_Output.cxx,v 1.6.2.1 2000/04/25 22:16:31 mike Exp $" +// "$Id: Fl_Value_Output.cxx,v 1.6.2.2 2000/06/05 21:20:58 mike Exp $" // // Value output widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Fltk widget for drag-adjusting a floating point value. @@ -94,5 +94,5 @@ Fl_Value_Output::Fl_Value_Output(int x,int y,int w,int h,const char *l) } // -// End of "$Id: Fl_Value_Output.cxx,v 1.6.2.1 2000/04/25 22:16:31 mike Exp $". +// End of "$Id: Fl_Value_Output.cxx,v 1.6.2.2 2000/06/05 21:20:58 mike Exp $". // diff --git a/src/Fl_Value_Slider.cxx b/src/Fl_Value_Slider.cxx index 4da99d38a..523d4ee41 100644 --- a/src/Fl_Value_Slider.cxx +++ b/src/Fl_Value_Slider.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Value_Slider.cxx,v 1.5.2.2 2000/04/25 22:16:32 mike Exp $" +// "$Id: Fl_Value_Slider.cxx,v 1.5.2.3 2000/06/05 21:20:58 mike Exp $" // // Value slider widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -72,5 +72,5 @@ int Fl_Value_Slider::handle(int event) { } // -// End of "$Id: Fl_Value_Slider.cxx,v 1.5.2.2 2000/04/25 22:16:32 mike Exp $". +// End of "$Id: Fl_Value_Slider.cxx,v 1.5.2.3 2000/06/05 21:20:58 mike Exp $". // diff --git a/src/Fl_Widget.cxx b/src/Fl_Widget.cxx index 77edfd36a..57b19c613 100644 --- a/src/Fl_Widget.cxx +++ b/src/Fl_Widget.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Widget.cxx,v 1.5.2.2 2000/04/25 22:16:32 mike Exp $" +// "$Id: Fl_Widget.cxx,v 1.5.2.3 2000/06/05 21:20:58 mike Exp $" // // Base widget class for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -198,5 +198,5 @@ int Fl_Widget::contains(const Fl_Widget *o) const { } // -// End of "$Id: Fl_Widget.cxx,v 1.5.2.2 2000/04/25 22:16:32 mike Exp $". +// End of "$Id: Fl_Widget.cxx,v 1.5.2.3 2000/06/05 21:20:58 mike Exp $". // diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index 7e59f73f0..0422e62a6 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Window.cxx,v 1.6.2.1 2000/04/25 22:16:32 mike Exp $" +// "$Id: Fl_Window.cxx,v 1.6.2.2 2000/06/05 21:20:59 mike Exp $" // // Window widget class for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // The Fl_Window is a window in the fltk library. @@ -102,5 +102,5 @@ void Fl_Window::default_callback(Fl_Window* window, void* v) { } // -// End of "$Id: Fl_Window.cxx,v 1.6.2.1 2000/04/25 22:16:32 mike Exp $". +// End of "$Id: Fl_Window.cxx,v 1.6.2.2 2000/06/05 21:20:59 mike Exp $". // diff --git a/src/Fl_Window_fullscreen.cxx b/src/Fl_Window_fullscreen.cxx index 2fcd691a6..b04efc7ff 100644 --- a/src/Fl_Window_fullscreen.cxx +++ b/src/Fl_Window_fullscreen.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Window_fullscreen.cxx,v 1.5.2.1 2000/04/25 22:16:33 mike Exp $" +// "$Id: Fl_Window_fullscreen.cxx,v 1.5.2.2 2000/06/05 21:20:59 mike Exp $" // // Fullscreen window support for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Turning the border on/off by changing the motif_wm_hints property @@ -71,5 +71,5 @@ void Fl_Window::fullscreen_off(int X,int Y,int W,int H) { } // -// End of "$Id: Fl_Window_fullscreen.cxx,v 1.5.2.1 2000/04/25 22:16:33 mike Exp $". +// End of "$Id: Fl_Window_fullscreen.cxx,v 1.5.2.2 2000/06/05 21:20:59 mike Exp $". // diff --git a/src/Fl_Window_hotspot.cxx b/src/Fl_Window_hotspot.cxx index 78d877581..ebc28608a 100644 --- a/src/Fl_Window_hotspot.cxx +++ b/src/Fl_Window_hotspot.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Window_hotspot.cxx,v 1.7.2.1 2000/04/25 22:16:33 mike Exp $" +// "$Id: Fl_Window_hotspot.cxx,v 1.7.2.2 2000/06/05 21:20:59 mike Exp $" // // Common hotspot routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -77,5 +77,5 @@ void Fl_Window::hotspot(const Fl_Widget *o, int offscreen) { } // -// End of "$Id: Fl_Window_hotspot.cxx,v 1.7.2.1 2000/04/25 22:16:33 mike Exp $". +// End of "$Id: Fl_Window_hotspot.cxx,v 1.7.2.2 2000/06/05 21:20:59 mike Exp $". // diff --git a/src/Fl_Window_iconize.cxx b/src/Fl_Window_iconize.cxx index 3ce5cb125..110cb0a6a 100644 --- a/src/Fl_Window_iconize.cxx +++ b/src/Fl_Window_iconize.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Window_iconize.cxx,v 1.5.2.1 2000/04/25 22:16:33 mike Exp $" +// "$Id: Fl_Window_iconize.cxx,v 1.5.2.2 2000/06/05 21:20:59 mike Exp $" // // Window minification code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/x.H> @@ -41,5 +41,5 @@ void Fl_Window::iconize() { } // -// End of "$Id: Fl_Window_iconize.cxx,v 1.5.2.1 2000/04/25 22:16:33 mike Exp $". +// End of "$Id: Fl_Window_iconize.cxx,v 1.5.2.2 2000/06/05 21:20:59 mike Exp $". // diff --git a/src/Fl_XColor.H b/src/Fl_XColor.H index d692e9cac..db7616972 100644 --- a/src/Fl_XColor.H +++ b/src/Fl_XColor.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_XColor.H,v 1.6.2.1 2000/04/25 22:16:33 mike Exp $" +// "$Id: Fl_XColor.H,v 1.6.2.2 2000/06/05 21:20:59 mike Exp $" // // X-specific color definitions for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <config.h> @@ -40,5 +40,5 @@ extern FL_EXPORT unsigned char fl_redmask, fl_greenmask, fl_bluemask; extern FL_EXPORT int fl_redshift, fl_greenshift, fl_blueshift, fl_extrashift; // -// End of "$Id: Fl_XColor.H,v 1.6.2.1 2000/04/25 22:16:33 mike Exp $". +// End of "$Id: Fl_XColor.H,v 1.6.2.2 2000/06/05 21:20:59 mike Exp $". // diff --git a/src/Fl_abort.cxx b/src/Fl_abort.cxx index 516398ecf..180f8303f 100644 --- a/src/Fl_abort.cxx +++ b/src/Fl_abort.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_abort.cxx,v 1.8.2.1 2000/04/25 22:16:33 mike Exp $" +// "$Id: Fl_abort.cxx,v 1.8.2.2 2000/06/05 21:21:00 mike Exp $" // // Warning/error message code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // This method is in it's own source file so that stdlib and stdio @@ -89,5 +89,5 @@ void (*Fl::error)(const char* format, ...) = ::error; void (*Fl::fatal)(const char* format, ...) = ::error; // -// End of "$Id: Fl_abort.cxx,v 1.8.2.1 2000/04/25 22:16:33 mike Exp $". +// End of "$Id: Fl_abort.cxx,v 1.8.2.2 2000/06/05 21:21:00 mike Exp $". // diff --git a/src/Fl_add_idle.cxx b/src/Fl_add_idle.cxx index 647bdc65e..227fa65b8 100644 --- a/src/Fl_add_idle.cxx +++ b/src/Fl_add_idle.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_add_idle.cxx,v 1.4.2.2 2000/04/25 22:16:33 mike Exp $" +// "$Id: Fl_add_idle.cxx,v 1.4.2.3 2000/06/05 21:21:00 mike Exp $" // // Idle routine support for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Allows you to manage an arbitrary set of idle() callbacks. @@ -84,5 +84,5 @@ void Fl::remove_idle(void (*cb)(void*), void* data) { } // -// End of "$Id: Fl_add_idle.cxx,v 1.4.2.2 2000/04/25 22:16:33 mike Exp $". +// End of "$Id: Fl_add_idle.cxx,v 1.4.2.3 2000/06/05 21:21:00 mike Exp $". // diff --git a/src/Fl_arg.cxx b/src/Fl_arg.cxx index e4fb1d56c..04a78d28f 100644 --- a/src/Fl_arg.cxx +++ b/src/Fl_arg.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_arg.cxx,v 1.5.2.3 2000/04/25 22:16:34 mike Exp $" +// "$Id: Fl_arg.cxx,v 1.5.2.4 2000/06/05 21:21:00 mike Exp $" // // Optional argument initialization code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // OPTIONAL initialization code for a program using fltk. @@ -352,5 +352,5 @@ int XParseGeometry(const char* string, int* x, int* y, #endif // ifdef WIN32 // -// End of "$Id: Fl_arg.cxx,v 1.5.2.3 2000/04/25 22:16:34 mike Exp $". +// End of "$Id: Fl_arg.cxx,v 1.5.2.4 2000/06/05 21:21:00 mike Exp $". // diff --git a/src/Fl_compose.cxx b/src/Fl_compose.cxx index ada731a22..b2e7721b8 100644 --- a/src/Fl_compose.cxx +++ b/src/Fl_compose.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_compose.cxx,v 1.1.2.3 2000/03/05 06:51:05 bill Exp $" +// "$Id: Fl_compose.cxx,v 1.1.2.4 2000/06/05 21:21:00 mike Exp $" // // Character compose processing for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> diff --git a/src/Fl_cutpaste.cxx b/src/Fl_cutpaste.cxx index af2a472dd..e1ab7e74f 100644 --- a/src/Fl_cutpaste.cxx +++ b/src/Fl_cutpaste.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_cutpaste.cxx,v 1.6.2.1 2000/04/25 22:16:34 mike Exp $" +// "$Id: Fl_cutpaste.cxx,v 1.6.2.2 2000/06/05 21:21:00 mike Exp $" // // Cut/paste code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Implementation of cut and paste. @@ -149,5 +149,5 @@ void Fl::selection(Fl_Widget &owner, const char *stuff, int len) { #endif // -// End of "$Id: Fl_cutpaste.cxx,v 1.6.2.1 2000/04/25 22:16:34 mike Exp $". +// End of "$Id: Fl_cutpaste.cxx,v 1.6.2.2 2000/06/05 21:21:00 mike Exp $". // diff --git a/src/Fl_cutpaste_win32.cxx b/src/Fl_cutpaste_win32.cxx index d8f716aea..066f142ca 100644 --- a/src/Fl_cutpaste_win32.cxx +++ b/src/Fl_cutpaste_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_cutpaste_win32.cxx,v 1.5.2.6 2000/04/25 22:16:34 mike Exp $" +// "$Id: Fl_cutpaste_win32.cxx,v 1.5.2.7 2000/06/05 21:21:01 mike Exp $" // // WIN32 cut/paste for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Implementation of cut and paste. @@ -135,5 +135,5 @@ void Fl::paste(Fl_Widget &receiver) { } // -// End of "$Id: Fl_cutpaste_win32.cxx,v 1.5.2.6 2000/04/25 22:16:34 mike Exp $". +// End of "$Id: Fl_cutpaste_win32.cxx,v 1.5.2.7 2000/06/05 21:21:01 mike Exp $". // diff --git a/src/Fl_display.cxx b/src/Fl_display.cxx index 94ca1d0c2..45513de31 100644 --- a/src/Fl_display.cxx +++ b/src/Fl_display.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_display.cxx,v 1.4.2.1 2000/04/25 22:16:34 mike Exp $" +// "$Id: Fl_display.cxx,v 1.4.2.2 2000/06/05 21:21:01 mike Exp $" // // Display function for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Startup method to set what display to use. @@ -39,5 +39,5 @@ void Fl::display(const char *d) { } // -// End of "$Id: Fl_display.cxx,v 1.4.2.1 2000/04/25 22:16:34 mike Exp $". +// End of "$Id: Fl_display.cxx,v 1.4.2.2 2000/06/05 21:21:01 mike Exp $". // diff --git a/src/Fl_get_key.cxx b/src/Fl_get_key.cxx index 9cebf2d14..fa397e030 100644 --- a/src/Fl_get_key.cxx +++ b/src/Fl_get_key.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_get_key.cxx,v 1.5.2.1 2000/04/25 22:16:34 mike Exp $" +// "$Id: Fl_get_key.cxx,v 1.5.2.2 2000/06/05 21:21:01 mike Exp $" // // Keyboard state routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #ifdef WIN32 @@ -60,5 +60,5 @@ int Fl::get_key(int k) { #endif // -// End of "$Id: Fl_get_key.cxx,v 1.5.2.1 2000/04/25 22:16:34 mike Exp $". +// End of "$Id: Fl_get_key.cxx,v 1.5.2.2 2000/06/05 21:21:01 mike Exp $". // diff --git a/src/Fl_get_key_win32.cxx b/src/Fl_get_key_win32.cxx index c930d0322..a0214b415 100755 --- a/src/Fl_get_key_win32.cxx +++ b/src/Fl_get_key_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_get_key_win32.cxx,v 1.4.2.3 2000/04/25 22:16:35 mike Exp $" +// "$Id: Fl_get_key_win32.cxx,v 1.4.2.4 2000/06/05 21:21:01 mike Exp $" // // WIN32 keyboard state routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Return the current state of a key. Keys are named by fltk symbols, @@ -132,5 +132,5 @@ int Fl::get_key(int k) { } // -// End of "$Id: Fl_get_key_win32.cxx,v 1.4.2.3 2000/04/25 22:16:35 mike Exp $". +// End of "$Id: Fl_get_key_win32.cxx,v 1.4.2.4 2000/06/05 21:21:01 mike Exp $". // diff --git a/src/Fl_get_system_colors.cxx b/src/Fl_get_system_colors.cxx index f726eab1a..242839c16 100644 --- a/src/Fl_get_system_colors.cxx +++ b/src/Fl_get_system_colors.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_get_system_colors.cxx,v 1.6.2.3 2000/04/25 22:16:35 mike Exp $" +// "$Id: Fl_get_system_colors.cxx,v 1.6.2.4 2000/06/05 21:21:01 mike Exp $" // // System color support for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -145,5 +145,5 @@ void Fl::get_system_colors() #endif // -// End of "$Id: Fl_get_system_colors.cxx,v 1.6.2.3 2000/04/25 22:16:35 mike Exp $". +// End of "$Id: Fl_get_system_colors.cxx,v 1.6.2.4 2000/06/05 21:21:01 mike Exp $". // diff --git a/src/Fl_grab.cxx b/src/Fl_grab.cxx index fa934c088..4fa5efa0a 100644 --- a/src/Fl_grab.cxx +++ b/src/Fl_grab.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_grab.cxx,v 1.1.2.2 2000/04/25 22:16:35 mike Exp $" +// "$Id: Fl_grab.cxx,v 1.1.2.3 2000/06/05 21:21:01 mike Exp $" // // Grab/release code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <config.h> @@ -89,5 +89,5 @@ void Fl::grab(Fl_Window* w) { } // -// End of "$Id: Fl_grab.cxx,v 1.1.2.2 2000/04/25 22:16:35 mike Exp $". +// End of "$Id: Fl_grab.cxx,v 1.1.2.3 2000/06/05 21:21:01 mike Exp $". // diff --git a/src/Fl_own_colormap.cxx b/src/Fl_own_colormap.cxx index c8606beaa..8da29dd9f 100644 --- a/src/Fl_own_colormap.cxx +++ b/src/Fl_own_colormap.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_own_colormap.cxx,v 1.4.2.1 2000/04/25 22:16:35 mike Exp $" +// "$Id: Fl_own_colormap.cxx,v 1.4.2.2 2000/06/05 21:21:01 mike Exp $" // // Private colormap support for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Using the default system colormap can be a bad idea on PseudoColor @@ -73,5 +73,5 @@ void Fl::own_colormap() { #endif // -// End of "$Id: Fl_own_colormap.cxx,v 1.4.2.1 2000/04/25 22:16:35 mike Exp $". +// End of "$Id: Fl_own_colormap.cxx,v 1.4.2.2 2000/06/05 21:21:01 mike Exp $". // diff --git a/src/Fl_visual.cxx b/src/Fl_visual.cxx index b8fae9927..4d7b16897 100644 --- a/src/Fl_visual.cxx +++ b/src/Fl_visual.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_visual.cxx,v 1.7.2.2 2000/04/25 22:16:35 mike Exp $" +// "$Id: Fl_visual.cxx,v 1.7.2.3 2000/06/05 21:21:02 mike Exp $" // // Visual support for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Set the default visual according to passed switches: @@ -107,5 +107,5 @@ int Fl::visual(int flags) { #endif // -// End of "$Id: Fl_visual.cxx,v 1.7.2.2 2000/04/25 22:16:35 mike Exp $". +// End of "$Id: Fl_visual.cxx,v 1.7.2.3 2000/06/05 21:21:02 mike Exp $". // diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index acae8ba9c..4e4d5afb2 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_win32.cxx,v 1.33.2.25 2000/06/03 08:37:02 bill Exp $" +// "$Id: Fl_win32.cxx,v 1.33.2.26 2000/06/05 21:21:02 mike Exp $" // // WIN32-specific code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // This file contains win32-specific code for fltk which is always linked @@ -967,5 +967,5 @@ void Fl_Window::make_current() { } // -// End of "$Id: Fl_win32.cxx,v 1.33.2.25 2000/06/03 08:37:02 bill Exp $". +// End of "$Id: Fl_win32.cxx,v 1.33.2.26 2000/06/05 21:21:02 mike Exp $". // diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 56aa6114d..1819254d0 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_x.cxx,v 1.24.2.16 2000/06/03 08:37:06 bill Exp $" +// "$Id: Fl_x.cxx,v 1.24.2.17 2000/06/05 21:21:03 mike Exp $" // // X specific code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #ifdef WIN32 @@ -890,5 +890,5 @@ void Fl_Window::make_current() { #endif // -// End of "$Id: Fl_x.cxx,v 1.24.2.16 2000/06/03 08:37:06 bill Exp $". +// End of "$Id: Fl_x.cxx,v 1.24.2.17 2000/06/05 21:21:03 mike Exp $". // diff --git a/src/Makefile b/src/Makefile index d8d3fb8ad..c219336b9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.18.2.12 2000/06/04 20:57:34 mike Exp $" +# "$Id: Makefile,v 1.18.2.13 2000/06/05 21:21:03 mike Exp $" # # Library makefile for the Fast Light Tool Kit (FLTK). # @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. # -# Please report all bugs and problems to "fltk-bugs@easysw.com". +# Please report all bugs and problems to "fltk-bugs@fltk.org". # CPPFILES = \ @@ -207,5 +207,5 @@ install: $(LIBRARY) $(DSONAME) ln -s FL $(includedir)/Fl # -# End of "$Id: Makefile,v 1.18.2.12 2000/06/04 20:57:34 mike Exp $". +# End of "$Id: Makefile,v 1.18.2.13 2000/06/05 21:21:03 mike Exp $". # diff --git a/src/cmap.cxx b/src/cmap.cxx index 1757f2d15..7c77feddf 100644 --- a/src/cmap.cxx +++ b/src/cmap.cxx @@ -1,5 +1,5 @@ // -// "$Id: cmap.cxx,v 1.4.2.2 2000/04/25 22:16:37 mike Exp $" +// "$Id: cmap.cxx,v 1.4.2.3 2000/06/05 21:21:03 mike Exp $" // // Colormap generation program for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // This program produces the contents of "fl_cmap.h" as stdout @@ -148,5 +148,5 @@ int main() { } // -// End of "$Id: cmap.cxx,v 1.4.2.2 2000/04/25 22:16:37 mike Exp $". +// End of "$Id: cmap.cxx,v 1.4.2.3 2000/06/05 21:21:03 mike Exp $". // diff --git a/src/filename_absolute.cxx b/src/filename_absolute.cxx index 050e6209e..43ce874e9 100644 --- a/src/filename_absolute.cxx +++ b/src/filename_absolute.cxx @@ -1,5 +1,5 @@ // -// "$Id: filename_absolute.cxx,v 1.5.2.2 2000/04/25 22:16:37 mike Exp $" +// "$Id: filename_absolute.cxx,v 1.5.2.3 2000/06/05 21:21:04 mike Exp $" // // Filename expansion routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // /* expand a file name by prepending current directory, deleting . and @@ -92,5 +92,5 @@ int filename_absolute(char *to,const char *from) { } // -// End of "$Id: filename_absolute.cxx,v 1.5.2.2 2000/04/25 22:16:37 mike Exp $". +// End of "$Id: filename_absolute.cxx,v 1.5.2.3 2000/06/05 21:21:04 mike Exp $". // diff --git a/src/filename_expand.cxx b/src/filename_expand.cxx index 52833fcfa..e507d80ef 100644 --- a/src/filename_expand.cxx +++ b/src/filename_expand.cxx @@ -1,5 +1,5 @@ // -// "$Id: filename_expand.cxx,v 1.4.2.2 2000/04/25 22:16:38 mike Exp $" +// "$Id: filename_expand.cxx,v 1.4.2.3 2000/06/05 21:21:04 mike Exp $" // // Filename expansion routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // /* expand a file name by substuting environment variables and @@ -97,5 +97,5 @@ int filename_expand(char *to,const char *from) { } // -// End of "$Id: filename_expand.cxx,v 1.4.2.2 2000/04/25 22:16:38 mike Exp $". +// End of "$Id: filename_expand.cxx,v 1.4.2.3 2000/06/05 21:21:04 mike Exp $". // diff --git a/src/filename_ext.cxx b/src/filename_ext.cxx index febdd1684..08e021056 100644 --- a/src/filename_ext.cxx +++ b/src/filename_ext.cxx @@ -1,5 +1,5 @@ // -// "$Id: filename_ext.cxx,v 1.4.2.2 2000/04/25 22:16:38 mike Exp $" +// "$Id: filename_ext.cxx,v 1.4.2.3 2000/06/05 21:21:04 mike Exp $" // // Filename extension routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // returns pointer to the last '.' or to the null if none: @@ -41,5 +41,5 @@ const char *filename_ext(const char *buf) { } // -// End of "$Id: filename_ext.cxx,v 1.4.2.2 2000/04/25 22:16:38 mike Exp $". +// End of "$Id: filename_ext.cxx,v 1.4.2.3 2000/06/05 21:21:04 mike Exp $". // diff --git a/src/filename_isdir.cxx b/src/filename_isdir.cxx index 58ccc15c3..ba671c95b 100644 --- a/src/filename_isdir.cxx +++ b/src/filename_isdir.cxx @@ -1,5 +1,5 @@ // -// "$Id: filename_isdir.cxx,v 1.4.2.1 2000/04/25 22:16:38 mike Exp $" +// "$Id: filename_isdir.cxx,v 1.4.2.2 2000/06/05 21:21:04 mike Exp $" // // Directory detection routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Used by fl_file_chooser @@ -35,5 +35,5 @@ int filename_isdir(const char* n) { } // -// End of "$Id: filename_isdir.cxx,v 1.4.2.1 2000/04/25 22:16:38 mike Exp $". +// End of "$Id: filename_isdir.cxx,v 1.4.2.2 2000/06/05 21:21:04 mike Exp $". // diff --git a/src/filename_list.cxx b/src/filename_list.cxx index ec468ff82..f28f85742 100644 --- a/src/filename_list.cxx +++ b/src/filename_list.cxx @@ -1,5 +1,5 @@ // -// "$Id: filename_list.cxx,v 1.10.2.7 2000/04/25 22:16:38 mike Exp $" +// "$Id: filename_list.cxx,v 1.10.2.8 2000/06/05 21:21:04 mike Exp $" // // Filename list routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Wrapper for scandir with const-correct function prototypes. @@ -59,5 +59,5 @@ int filename_list(const char *d, dirent ***list) { } // -// End of "$Id: filename_list.cxx,v 1.10.2.7 2000/04/25 22:16:38 mike Exp $". +// End of "$Id: filename_list.cxx,v 1.10.2.8 2000/06/05 21:21:04 mike Exp $". // diff --git a/src/filename_match.cxx b/src/filename_match.cxx index 8c6259c61..bc34035bf 100644 --- a/src/filename_match.cxx +++ b/src/filename_match.cxx @@ -1,5 +1,5 @@ // -// "$Id: filename_match.cxx,v 1.5.2.2 2000/04/25 22:16:38 mike Exp $" +// "$Id: filename_match.cxx,v 1.5.2.3 2000/06/05 21:21:05 mike Exp $" // // Pattern matching routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // /* Adapted from Rich Salz. */ @@ -109,5 +109,5 @@ int filename_match(const char *s, const char *p) { } // -// End of "$Id: filename_match.cxx,v 1.5.2.2 2000/04/25 22:16:38 mike Exp $". +// End of "$Id: filename_match.cxx,v 1.5.2.3 2000/06/05 21:21:05 mike Exp $". // diff --git a/src/filename_setext.cxx b/src/filename_setext.cxx index 7d5e3a3b3..4ba460e48 100644 --- a/src/filename_setext.cxx +++ b/src/filename_setext.cxx @@ -1,5 +1,5 @@ // -// "$Id: filename_setext.cxx,v 1.4.2.1 2000/04/25 22:16:38 mike Exp $" +// "$Id: filename_setext.cxx,v 1.4.2.2 2000/06/05 21:21:05 mike Exp $" // // Filename extension routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Replace .ext with new extension @@ -37,5 +37,5 @@ char *filename_setext(char *buf, const char *ext) { } // -// End of "$Id: filename_setext.cxx,v 1.4.2.1 2000/04/25 22:16:38 mike Exp $". +// End of "$Id: filename_setext.cxx,v 1.4.2.2 2000/06/05 21:21:05 mike Exp $". // diff --git a/src/fl_arc.cxx b/src/fl_arc.cxx index 4977390b6..8021c8067 100644 --- a/src/fl_arc.cxx +++ b/src/fl_arc.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_arc.cxx,v 1.4.2.1 2000/04/25 22:16:38 mike Exp $" +// "$Id: fl_arc.cxx,v 1.4.2.2 2000/06/05 21:21:05 mike Exp $" // // Arc functions for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Utility for drawing arcs and circles. They are added to @@ -73,5 +73,5 @@ void fl_circle(double x,double y,double r) { #endif // -// End of "$Id: fl_arc.cxx,v 1.4.2.1 2000/04/25 22:16:38 mike Exp $". +// End of "$Id: fl_arc.cxx,v 1.4.2.2 2000/06/05 21:21:05 mike Exp $". // diff --git a/src/fl_arci.cxx b/src/fl_arci.cxx index 2072a7d74..4ff22d955 100644 --- a/src/fl_arci.cxx +++ b/src/fl_arci.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_arci.cxx,v 1.4.2.3 2000/04/25 22:16:38 mike Exp $" +// "$Id: fl_arci.cxx,v 1.4.2.4 2000/06/05 21:21:05 mike Exp $" // // Arc (integer) drawing functions for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // "integer" circle drawing functions. These draw the limited @@ -68,5 +68,5 @@ void fl_pie(int x,int y,int w,int h,double a1,double a2) { } // -// End of "$Id: fl_arci.cxx,v 1.4.2.3 2000/04/25 22:16:38 mike Exp $". +// End of "$Id: fl_arci.cxx,v 1.4.2.4 2000/06/05 21:21:05 mike Exp $". // diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx index 798c4fc05..e97d339d1 100644 --- a/src/fl_ask.cxx +++ b/src/fl_ask.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_ask.cxx,v 1.8.2.5 2000/04/25 22:16:39 mike Exp $" +// "$Id: fl_ask.cxx,v 1.8.2.6 2000/06/05 21:21:05 mike Exp $" // // Standard dialog functions for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Implementation of fl_message, fl_ask, fl_choice, fl_input @@ -230,5 +230,5 @@ const char *fl_password(const char *fmt, const char *defstr, ...) { } // -// End of "$Id: fl_ask.cxx,v 1.8.2.5 2000/04/25 22:16:39 mike Exp $". +// End of "$Id: fl_ask.cxx,v 1.8.2.6 2000/06/05 21:21:05 mike Exp $". // diff --git a/src/fl_boxtype.cxx b/src/fl_boxtype.cxx index aa0df783a..c8ac28c51 100644 --- a/src/fl_boxtype.cxx +++ b/src/fl_boxtype.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_boxtype.cxx,v 1.8.2.2 2000/04/25 22:16:39 mike Exp $" +// "$Id: fl_boxtype.cxx,v 1.8.2.3 2000/06/05 21:21:05 mike Exp $" // // Box drawing code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Box drawing code for the common box types and the table of @@ -282,5 +282,5 @@ const { } // -// End of "$Id: fl_boxtype.cxx,v 1.8.2.2 2000/04/25 22:16:39 mike Exp $". +// End of "$Id: fl_boxtype.cxx,v 1.8.2.3 2000/06/05 21:21:05 mike Exp $". // diff --git a/src/fl_call_main.c b/src/fl_call_main.c index d5a963808..fa6bf3213 100644 --- a/src/fl_call_main.c +++ b/src/fl_call_main.c @@ -1,5 +1,5 @@ /* - * "$Id: fl_call_main.c,v 1.1.2.6 2000/04/25 22:16:39 mike Exp $" + * "$Id: fl_call_main.c,v 1.1.2.7 2000/06/05 21:21:06 mike Exp $" * * Copyright 1998-2000 by Bill Spitzak and others. * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA. * - * Please report all bugs and problems to "fltk-bugs@easysw.com". + * Please report all bugs and problems to "fltk-bugs@fltk.org". */ /* @@ -83,6 +83,6 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, #endif /* - * End of "$Id: fl_call_main.c,v 1.1.2.6 2000/04/25 22:16:39 mike Exp $". + * End of "$Id: fl_call_main.c,v 1.1.2.7 2000/06/05 21:21:06 mike Exp $". */ diff --git a/src/fl_color.cxx b/src/fl_color.cxx index a486b1f00..c3dbafcab 100644 --- a/src/fl_color.cxx +++ b/src/fl_color.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_color.cxx,v 1.12.2.1 2000/04/25 22:16:40 mike Exp $" +// "$Id: fl_color.cxx,v 1.12.2.2 2000/06/05 21:21:06 mike Exp $" // // Color functions for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Implementation of fl_color(i), fl_color(r,g,b). @@ -351,5 +351,5 @@ Fl_Color contrast(Fl_Color fg, Fl_Color bg) { } // -// End of "$Id: fl_color.cxx,v 1.12.2.1 2000/04/25 22:16:40 mike Exp $". +// End of "$Id: fl_color.cxx,v 1.12.2.2 2000/06/05 21:21:06 mike Exp $". // diff --git a/src/fl_color_win32.cxx b/src/fl_color_win32.cxx index 75aa8f733..fe26cc109 100644 --- a/src/fl_color_win32.cxx +++ b/src/fl_color_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_color_win32.cxx,v 1.14.2.1 2000/04/25 22:16:40 mike Exp $" +// "$Id: fl_color_win32.cxx,v 1.14.2.2 2000/06/05 21:21:06 mike Exp $" // // WIN32 color functions for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // The fltk "colormap". This allows ui colors to be stored in 8-bit @@ -206,5 +206,5 @@ fl_select_palette(void) #endif // -// End of "$Id: fl_color_win32.cxx,v 1.14.2.1 2000/04/25 22:16:40 mike Exp $". +// End of "$Id: fl_color_win32.cxx,v 1.14.2.2 2000/06/05 21:21:06 mike Exp $". // diff --git a/src/fl_cursor.cxx b/src/fl_cursor.cxx index 6508ce957..ee72e61d9 100644 --- a/src/fl_cursor.cxx +++ b/src/fl_cursor.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_cursor.cxx,v 1.6.2.4 2000/04/25 22:16:40 mike Exp $" +// "$Id: fl_cursor.cxx,v 1.6.2.5 2000/06/05 21:21:06 mike Exp $" // // Mouse cursor support for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Change the current cursor. @@ -184,5 +184,5 @@ void Fl_Window::cursor(Fl_Cursor c, Fl_Color fg, Fl_Color bg) { #endif // -// End of "$Id: fl_cursor.cxx,v 1.6.2.4 2000/04/25 22:16:40 mike Exp $". +// End of "$Id: fl_cursor.cxx,v 1.6.2.5 2000/06/05 21:21:06 mike Exp $". // diff --git a/src/fl_curve.cxx b/src/fl_curve.cxx index ef0540b75..bd294a01c 100644 --- a/src/fl_curve.cxx +++ b/src/fl_curve.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_curve.cxx,v 1.4.2.1 2000/04/25 22:16:40 mike Exp $" +// "$Id: fl_curve.cxx,v 1.4.2.2 2000/06/05 21:21:06 mike Exp $" // // Bezier curve functions for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Utility for drawing Bezier curves, adding the points to @@ -95,5 +95,5 @@ void fl_curve(double X0, double Y0, } // -// End of "$Id: fl_curve.cxx,v 1.4.2.1 2000/04/25 22:16:40 mike Exp $". +// End of "$Id: fl_curve.cxx,v 1.4.2.2 2000/06/05 21:21:06 mike Exp $". // diff --git a/src/fl_diamond_box.cxx b/src/fl_diamond_box.cxx index e682a09d6..81a014996 100644 --- a/src/fl_diamond_box.cxx +++ b/src/fl_diamond_box.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_diamond_box.cxx,v 1.5.2.1 2000/04/25 22:16:40 mike Exp $" +// "$Id: fl_diamond_box.cxx,v 1.5.2.2 2000/06/05 21:21:07 mike Exp $" // // Diamond box code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Box drawing code for an obscure box type. @@ -74,5 +74,5 @@ Fl_Boxtype define_FL_DIAMOND_BOX() { } // -// End of "$Id: fl_diamond_box.cxx,v 1.5.2.1 2000/04/25 22:16:40 mike Exp $". +// End of "$Id: fl_diamond_box.cxx,v 1.5.2.2 2000/06/05 21:21:07 mike Exp $". // diff --git a/src/fl_draw.cxx b/src/fl_draw.cxx index a8f5e95cb..caf0776db 100644 --- a/src/fl_draw.cxx +++ b/src/fl_draw.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_draw.cxx,v 1.6.2.2 2000/04/25 22:16:41 mike Exp $" +// "$Id: fl_draw.cxx,v 1.6.2.3 2000/06/05 21:21:07 mike Exp $" // // Label drawing code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Implementation of fl_draw(const char*,int,int,int,int,Fl_Align) @@ -91,7 +91,7 @@ expand(const char* from, char* buf, double maxw, int& n, double &width, int wrap *o++ = c ^ 0x40; /* - * mike@easysw.com - The following escaping code causes problems when + * mike@fltk.org - The following escaping code causes problems when * using the PostScript ISOLatin1 and WinANSI encodings, because these * map to I18N characters... */ @@ -200,5 +200,5 @@ void fl_measure(const char* str, int& w, int& h) { } // -// End of "$Id: fl_draw.cxx,v 1.6.2.2 2000/04/25 22:16:41 mike Exp $". +// End of "$Id: fl_draw.cxx,v 1.6.2.3 2000/06/05 21:21:07 mike Exp $". // diff --git a/src/fl_draw_image.cxx b/src/fl_draw_image.cxx index 463369ebc..eb824c947 100644 --- a/src/fl_draw_image.cxx +++ b/src/fl_draw_image.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_draw_image.cxx,v 1.5.2.1 2000/04/25 22:16:41 mike Exp $" +// "$Id: fl_draw_image.cxx,v 1.5.2.2 2000/06/05 21:21:07 mike Exp $" // // Image drawing routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // I hope a simple and portable method of drawing color and monochrome @@ -627,5 +627,5 @@ void fl_rectf(int x, int y, int w, int h, uchar r, uchar g, uchar b) { #endif // -// End of "$Id: fl_draw_image.cxx,v 1.5.2.1 2000/04/25 22:16:41 mike Exp $". +// End of "$Id: fl_draw_image.cxx,v 1.5.2.2 2000/06/05 21:21:07 mike Exp $". // diff --git a/src/fl_draw_image_win32.cxx b/src/fl_draw_image_win32.cxx index 666782393..fe5d21523 100644 --- a/src/fl_draw_image_win32.cxx +++ b/src/fl_draw_image_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_draw_image_win32.cxx,v 1.4.2.1 2000/04/25 22:16:41 mike Exp $" +// "$Id: fl_draw_image_win32.cxx,v 1.4.2.2 2000/06/05 21:21:07 mike Exp $" // // WIN32 image drawing code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // I hope a simple and portable method of drawing color and monochrome @@ -258,5 +258,5 @@ void fl_rectf(int x, int y, int w, int h, uchar r, uchar g, uchar b) { } // -// End of "$Id: fl_draw_image_win32.cxx,v 1.4.2.1 2000/04/25 22:16:41 mike Exp $". +// End of "$Id: fl_draw_image_win32.cxx,v 1.4.2.2 2000/06/05 21:21:07 mike Exp $". // diff --git a/src/fl_draw_pixmap.cxx b/src/fl_draw_pixmap.cxx index 877f34d76..9c0576bc1 100644 --- a/src/fl_draw_pixmap.cxx +++ b/src/fl_draw_pixmap.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_draw_pixmap.cxx,v 1.4.2.5 2000/04/25 22:16:41 mike Exp $" +// "$Id: fl_draw_pixmap.cxx,v 1.4.2.6 2000/06/05 21:21:07 mike Exp $" // // Pixmap drawing code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Implemented without using the xpm library (which I can't use because @@ -264,5 +264,5 @@ int fl_draw_pixmap(/*const*/char*const* di, int x, int y, Fl_Color bg) { } // -// End of "$Id: fl_draw_pixmap.cxx,v 1.4.2.5 2000/04/25 22:16:41 mike Exp $". +// End of "$Id: fl_draw_pixmap.cxx,v 1.4.2.6 2000/06/05 21:21:07 mike Exp $". // diff --git a/src/fl_engraved_label.cxx b/src/fl_engraved_label.cxx index cbcd465c6..f026d2d70 100644 --- a/src/fl_engraved_label.cxx +++ b/src/fl_engraved_label.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_engraved_label.cxx,v 1.4.2.1 2000/04/25 22:16:41 mike Exp $" +// "$Id: fl_engraved_label.cxx,v 1.4.2.2 2000/06/05 21:21:07 mike Exp $" // // Engraved label drawing routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Drawing code for XForms style engraved & embossed labels @@ -87,5 +87,5 @@ Fl_Labeltype define_FL_EMBOSSED_LABEL() { } // -// End of "$Id: fl_engraved_label.cxx,v 1.4.2.1 2000/04/25 22:16:41 mike Exp $". +// End of "$Id: fl_engraved_label.cxx,v 1.4.2.2 2000/06/05 21:21:07 mike Exp $". // diff --git a/src/fl_file_chooser.cxx b/src/fl_file_chooser.cxx index a18f5b8de..44c9afb1b 100644 --- a/src/fl_file_chooser.cxx +++ b/src/fl_file_chooser.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_file_chooser.cxx,v 1.10.2.4 2000/06/03 08:37:08 bill Exp $" +// "$Id: fl_file_chooser.cxx,v 1.10.2.5 2000/06/05 21:21:08 mike Exp $" // // File chooser widget for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <config.h> @@ -632,5 +632,5 @@ char* fl_file_chooser(const char* message, const char* pat, const char* fname) } // -// End of "$Id: fl_file_chooser.cxx,v 1.10.2.4 2000/06/03 08:37:08 bill Exp $". +// End of "$Id: fl_file_chooser.cxx,v 1.10.2.5 2000/06/05 21:21:08 mike Exp $". // diff --git a/src/fl_font.cxx b/src/fl_font.cxx index a4bba6952..97b3c2aa3 100644 --- a/src/fl_font.cxx +++ b/src/fl_font.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_font.cxx,v 1.9.2.3 2000/04/25 22:16:42 mike Exp $" +// "$Id: fl_font.cxx,v 1.9.2.4 2000/06/05 21:21:08 mike Exp $" // // Font selection code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Select fonts from the fltk font table. @@ -293,5 +293,5 @@ void fl_draw(const char* str, int x, int y) { #endif // -// End of "$Id: fl_font.cxx,v 1.9.2.3 2000/04/25 22:16:42 mike Exp $". +// End of "$Id: fl_font.cxx,v 1.9.2.4 2000/06/05 21:21:08 mike Exp $". // diff --git a/src/fl_font_win32.cxx b/src/fl_font_win32.cxx index d5782bab2..b233b15de 100644 --- a/src/fl_font_win32.cxx +++ b/src/fl_font_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_font_win32.cxx,v 1.9.2.1 2000/04/25 22:16:42 mike Exp $" +// "$Id: fl_font_win32.cxx,v 1.9.2.2 2000/06/05 21:21:08 mike Exp $" // // WIN32 font selection routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <config.h> @@ -174,5 +174,5 @@ void fl_draw(const char* str, int x, int y) { } // -// End of "$Id: fl_font_win32.cxx,v 1.9.2.1 2000/04/25 22:16:42 mike Exp $". +// End of "$Id: fl_font_win32.cxx,v 1.9.2.2 2000/06/05 21:21:08 mike Exp $". // diff --git a/src/fl_labeltype.cxx b/src/fl_labeltype.cxx index 13fd68ed9..4104595e1 100644 --- a/src/fl_labeltype.cxx +++ b/src/fl_labeltype.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_labeltype.cxx,v 1.6.2.1 2000/04/25 22:16:42 mike Exp $" +// "$Id: fl_labeltype.cxx,v 1.6.2.2 2000/06/05 21:21:08 mike Exp $" // // Label drawing routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Drawing code for the (one) common label types. @@ -117,5 +117,5 @@ void Fl_Widget::draw_label(int X, int Y, int W, int H, Fl_Align a) const { #include <FL/Fl_Input_.H> // -// End of "$Id: fl_labeltype.cxx,v 1.6.2.1 2000/04/25 22:16:42 mike Exp $". +// End of "$Id: fl_labeltype.cxx,v 1.6.2.2 2000/06/05 21:21:08 mike Exp $". // diff --git a/src/fl_oval_box.cxx b/src/fl_oval_box.cxx index f2d0fa838..52d0f776e 100644 --- a/src/fl_oval_box.cxx +++ b/src/fl_oval_box.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_oval_box.cxx,v 1.4.2.1 2000/04/25 22:16:42 mike Exp $" +// "$Id: fl_oval_box.cxx,v 1.4.2.2 2000/06/05 21:21:08 mike Exp $" // // Oval box drawing code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // @@ -60,5 +60,5 @@ Fl_Boxtype define_FL_OVAL_BOX() { } // -// End of "$Id: fl_oval_box.cxx,v 1.4.2.1 2000/04/25 22:16:42 mike Exp $". +// End of "$Id: fl_oval_box.cxx,v 1.4.2.2 2000/06/05 21:21:08 mike Exp $". // diff --git a/src/fl_overlay.cxx b/src/fl_overlay.cxx index b39a3ec3d..9ceca4247 100644 --- a/src/fl_overlay.cxx +++ b/src/fl_overlay.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_overlay.cxx,v 1.4.2.1 2000/04/25 22:16:42 mike Exp $" +// "$Id: fl_overlay.cxx,v 1.4.2.2 2000/06/05 21:21:08 mike Exp $" // // Overlay support for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Extremely limited "overlay" support. You can use this to drag out @@ -62,5 +62,5 @@ void fl_overlay_rect(int x, int y, int w, int h) { } // -// End of "$Id: fl_overlay.cxx,v 1.4.2.1 2000/04/25 22:16:42 mike Exp $". +// End of "$Id: fl_overlay.cxx,v 1.4.2.2 2000/06/05 21:21:08 mike Exp $". // diff --git a/src/fl_overlay_visual.cxx b/src/fl_overlay_visual.cxx index 99fdba9ce..c9c5a7640 100644 --- a/src/fl_overlay_visual.cxx +++ b/src/fl_overlay_visual.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_overlay_visual.cxx,v 1.4.2.1 2000/04/25 22:16:43 mike Exp $" +// "$Id: fl_overlay_visual.cxx,v 1.4.2.2 2000/06/05 21:21:09 mike Exp $" // // X overlay support for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Return an overlay visual, if any. Also allocate a colormap and @@ -99,5 +99,5 @@ XVisualInfo *fl_find_overlay_visual() { #endif // -// End of "$Id: fl_overlay_visual.cxx,v 1.4.2.1 2000/04/25 22:16:43 mike Exp $". +// End of "$Id: fl_overlay_visual.cxx,v 1.4.2.2 2000/06/05 21:21:09 mike Exp $". // diff --git a/src/fl_rect.cxx b/src/fl_rect.cxx index b17c2d521..613980e7d 100644 --- a/src/fl_rect.cxx +++ b/src/fl_rect.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_rect.cxx,v 1.10.2.2 2000/04/25 22:16:43 mike Exp $" +// "$Id: fl_rect.cxx,v 1.10.2.3 2000/06/05 21:21:09 mike Exp $" // // Rectangle drawing routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // These routines from fl_draw.H are used by the standard boxtypes @@ -388,5 +388,5 @@ int fl_clip_box(int x, int y, int w, int h, int& X, int& Y, int& W, int& H){ } // -// End of "$Id: fl_rect.cxx,v 1.10.2.2 2000/04/25 22:16:43 mike Exp $". +// End of "$Id: fl_rect.cxx,v 1.10.2.3 2000/06/05 21:21:09 mike Exp $". // diff --git a/src/fl_round_box.cxx b/src/fl_round_box.cxx index 3c6890ecf..4a89ef66d 100644 --- a/src/fl_round_box.cxx +++ b/src/fl_round_box.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_round_box.cxx,v 1.6.2.1 2000/04/25 22:16:43 mike Exp $" +// "$Id: fl_round_box.cxx,v 1.6.2.2 2000/06/05 21:21:09 mike Exp $" // // Round box drawing routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Box drawing code for an obscure box type. @@ -116,5 +116,5 @@ Fl_Boxtype define_FL_ROUND_UP_BOX() { } // -// End of "$Id: fl_round_box.cxx,v 1.6.2.1 2000/04/25 22:16:43 mike Exp $". +// End of "$Id: fl_round_box.cxx,v 1.6.2.2 2000/06/05 21:21:09 mike Exp $". // diff --git a/src/fl_rounded_box.cxx b/src/fl_rounded_box.cxx index c243e36ad..3ef0c9a79 100644 --- a/src/fl_rounded_box.cxx +++ b/src/fl_rounded_box.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_rounded_box.cxx,v 1.4.2.1 2000/04/25 22:16:43 mike Exp $" +// "$Id: fl_rounded_box.cxx,v 1.4.2.2 2000/06/05 21:21:09 mike Exp $" // // Rounded box drawing routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -93,5 +93,5 @@ Fl_Boxtype define_FL_RSHADOW_BOX() { } // -// End of "$Id: fl_rounded_box.cxx,v 1.4.2.1 2000/04/25 22:16:43 mike Exp $". +// End of "$Id: fl_rounded_box.cxx,v 1.4.2.2 2000/06/05 21:21:09 mike Exp $". // diff --git a/src/fl_scroll_area.cxx b/src/fl_scroll_area.cxx index 4c3474100..0a600dace 100644 --- a/src/fl_scroll_area.cxx +++ b/src/fl_scroll_area.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_scroll_area.cxx,v 1.4.2.1 2000/04/25 22:16:43 mike Exp $" +// "$Id: fl_scroll_area.cxx,v 1.4.2.2 2000/06/05 21:21:09 mike Exp $" // // Scrolling routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Drawing function to move the contents of a rectangle. This is passed @@ -89,5 +89,5 @@ void fl_scroll(int X, int Y, int W, int H, int dx, int dy, } // -// End of "$Id: fl_scroll_area.cxx,v 1.4.2.1 2000/04/25 22:16:43 mike Exp $". +// End of "$Id: fl_scroll_area.cxx,v 1.4.2.2 2000/06/05 21:21:09 mike Exp $". // diff --git a/src/fl_set_font.cxx b/src/fl_set_font.cxx index 2f9dca909..2c0610051 100644 --- a/src/fl_set_font.cxx +++ b/src/fl_set_font.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_set_font.cxx,v 1.5.2.1 2000/04/25 22:16:44 mike Exp $" +// "$Id: fl_set_font.cxx,v 1.5.2.2 2000/06/05 21:21:09 mike Exp $" // // Font utilities for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Add a font to the internal table. @@ -71,5 +71,5 @@ void Fl::set_font(Fl_Font fnum, const char* name) { const char* Fl::get_font(Fl_Font fnum) {return fl_fonts[fnum].name;} // -// End of "$Id: fl_set_font.cxx,v 1.5.2.1 2000/04/25 22:16:44 mike Exp $". +// End of "$Id: fl_set_font.cxx,v 1.5.2.2 2000/06/05 21:21:09 mike Exp $". // diff --git a/src/fl_set_fonts.cxx b/src/fl_set_fonts.cxx index 8037031eb..a5eafc387 100644 --- a/src/fl_set_fonts.cxx +++ b/src/fl_set_fonts.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_set_fonts.cxx,v 1.6.2.2 2000/04/25 22:16:44 mike Exp $" +// "$Id: fl_set_fonts.cxx,v 1.6.2.3 2000/06/05 21:21:10 mike Exp $" // // More font utilities for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // This function fills in the fltk font table with all the fonts that @@ -327,5 +327,5 @@ int Fl::get_font_sizes(Fl_Font fnum, int*& sizep) { #endif // -// End of "$Id: fl_set_fonts.cxx,v 1.6.2.2 2000/04/25 22:16:44 mike Exp $". +// End of "$Id: fl_set_fonts.cxx,v 1.6.2.3 2000/06/05 21:21:10 mike Exp $". // diff --git a/src/fl_set_fonts_win32.cxx b/src/fl_set_fonts_win32.cxx index 590653d1b..faff18373 100755 --- a/src/fl_set_fonts_win32.cxx +++ b/src/fl_set_fonts_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_set_fonts_win32.cxx,v 1.5.2.2 2000/04/25 22:16:44 mike Exp $" +// "$Id: fl_set_fonts_win32.cxx,v 1.5.2.3 2000/06/05 21:21:10 mike Exp $" // // WIN32 font utilities for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // This function fills in the fltk font table with all the fonts that @@ -88,5 +88,5 @@ int Fl::get_font_sizes(Fl_Font fnum, int*& sizep) { } // -// End of "$Id: fl_set_fonts_win32.cxx,v 1.5.2.2 2000/04/25 22:16:44 mike Exp $". +// End of "$Id: fl_set_fonts_win32.cxx,v 1.5.2.3 2000/06/05 21:21:10 mike Exp $". // diff --git a/src/fl_set_gray.cxx b/src/fl_set_gray.cxx index 649126254..aeb555ca1 100644 --- a/src/fl_set_gray.cxx +++ b/src/fl_set_gray.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_set_gray.cxx,v 1.5.2.1 2000/04/25 22:16:44 mike Exp $" +// "$Id: fl_set_gray.cxx,v 1.5.2.2 2000/06/05 21:21:10 mike Exp $" // // Background (gray) color routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // -fg, -bg, and -bg2 switches @@ -58,5 +58,5 @@ void Fl::background2(uchar r, uchar g, uchar b) { } // -// End of "$Id: fl_set_gray.cxx,v 1.5.2.1 2000/04/25 22:16:44 mike Exp $". +// End of "$Id: fl_set_gray.cxx,v 1.5.2.2 2000/06/05 21:21:10 mike Exp $". // diff --git a/src/fl_shadow_box.cxx b/src/fl_shadow_box.cxx index 7b3edd2fd..5cb18458d 100644 --- a/src/fl_shadow_box.cxx +++ b/src/fl_shadow_box.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_shadow_box.cxx,v 1.4.2.1 2000/04/25 22:16:44 mike Exp $" +// "$Id: fl_shadow_box.cxx,v 1.4.2.2 2000/06/05 21:21:10 mike Exp $" // // Shadow box drawing routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/Fl.H> @@ -50,5 +50,5 @@ Fl_Boxtype define_FL_SHADOW_BOX() { } // -// End of "$Id: fl_shadow_box.cxx,v 1.4.2.1 2000/04/25 22:16:44 mike Exp $". +// End of "$Id: fl_shadow_box.cxx,v 1.4.2.2 2000/06/05 21:21:10 mike Exp $". // diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx index 2d31efedf..218b8d2f1 100644 --- a/src/fl_shortcut.cxx +++ b/src/fl_shortcut.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_shortcut.cxx,v 1.4.2.5 2000/05/10 16:43:36 bill Exp $" +// "$Id: fl_shortcut.cxx,v 1.4.2.6 2000/06/05 21:21:10 mike Exp $" // // Shortcut support routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Code to test and parse fltk shortcut numbers. @@ -191,5 +191,5 @@ int Fl_Widget::test_shortcut() { } // -// End of "$Id: fl_shortcut.cxx,v 1.4.2.5 2000/05/10 16:43:36 bill Exp $". +// End of "$Id: fl_shortcut.cxx,v 1.4.2.6 2000/06/05 21:21:10 mike Exp $". // diff --git a/src/fl_show_colormap.cxx b/src/fl_show_colormap.cxx index a2b0f028c..5d1e09081 100644 --- a/src/fl_show_colormap.cxx +++ b/src/fl_show_colormap.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_show_colormap.cxx,v 1.5.2.2 2000/06/03 08:37:09 bill Exp $" +// "$Id: fl_show_colormap.cxx,v 1.5.2.3 2000/06/05 21:21:10 mike Exp $" // // Colormap color selection dialog for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Select a color from the colormap. @@ -150,5 +150,5 @@ Fl_Color fl_show_colormap(Fl_Color oldcol) { } // -// End of "$Id: fl_show_colormap.cxx,v 1.5.2.2 2000/06/03 08:37:09 bill Exp $". +// End of "$Id: fl_show_colormap.cxx,v 1.5.2.3 2000/06/05 21:21:10 mike Exp $". // diff --git a/src/fl_symbols.cxx b/src/fl_symbols.cxx index 7ffa3b2ae..0297e4851 100644 --- a/src/fl_symbols.cxx +++ b/src/fl_symbols.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_symbols.cxx,v 1.8.2.1 2000/04/25 22:16:45 mike Exp $" +// "$Id: fl_symbols.cxx,v 1.8.2.2 2000/06/05 21:21:10 mike Exp $" // // Symbol drawing code for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // These are small graphics drawn by the normal label-drawing @@ -383,5 +383,5 @@ void Fl::enable_symbols() { } // -// End of "$Id: fl_symbols.cxx,v 1.8.2.1 2000/04/25 22:16:45 mike Exp $". +// End of "$Id: fl_symbols.cxx,v 1.8.2.2 2000/06/05 21:21:10 mike Exp $". // diff --git a/src/fl_vertex.cxx b/src/fl_vertex.cxx index b741714a0..93584acf8 100644 --- a/src/fl_vertex.cxx +++ b/src/fl_vertex.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_vertex.cxx,v 1.5.2.1 2000/04/25 22:16:45 mike Exp $" +// "$Id: fl_vertex.cxx,v 1.5.2.2 2000/06/05 21:21:11 mike Exp $" // // Portable drawing routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Portable drawing code for drawing arbitrary shapes with @@ -223,5 +223,5 @@ void fl_circle(double x, double y,double r) { } // -// End of "$Id: fl_vertex.cxx,v 1.5.2.1 2000/04/25 22:16:45 mike Exp $". +// End of "$Id: fl_vertex.cxx,v 1.5.2.2 2000/06/05 21:21:11 mike Exp $". // diff --git a/src/forms_bitmap.cxx b/src/forms_bitmap.cxx index 5695476e8..380455da1 100644 --- a/src/forms_bitmap.cxx +++ b/src/forms_bitmap.cxx @@ -1,5 +1,5 @@ // -// "$Id: forms_bitmap.cxx,v 1.4.2.1 2000/04/25 22:16:45 mike Exp $" +// "$Id: forms_bitmap.cxx,v 1.4.2.2 2000/06/05 21:21:11 mike Exp $" // // Forms compatible bitmap function for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/forms.H> @@ -46,5 +46,5 @@ void Fl_FormsBitmap::draw() { } // -// End of "$Id: forms_bitmap.cxx,v 1.4.2.1 2000/04/25 22:16:45 mike Exp $". +// End of "$Id: forms_bitmap.cxx,v 1.4.2.2 2000/06/05 21:21:11 mike Exp $". // diff --git a/src/forms_compatability.cxx b/src/forms_compatability.cxx index 0330dd67b..83e655c2d 100755 --- a/src/forms_compatability.cxx +++ b/src/forms_compatability.cxx @@ -1,5 +1,5 @@ // -// "$Id: forms_compatability.cxx,v 1.5.2.1 2000/04/25 22:16:45 mike Exp $" +// "$Id: forms_compatability.cxx,v 1.5.2.2 2000/06/05 21:21:11 mike Exp $" // // Forms compatibility functions for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Forms library compatability functions. @@ -204,5 +204,5 @@ char *fl_show_simple_input(const char *str1, const char *defstr) { } // -// End of "$Id: forms_compatability.cxx,v 1.5.2.1 2000/04/25 22:16:45 mike Exp $". +// End of "$Id: forms_compatability.cxx,v 1.5.2.2 2000/06/05 21:21:11 mike Exp $". // diff --git a/src/forms_free.cxx b/src/forms_free.cxx index 8a9583edc..d16305e9f 100644 --- a/src/forms_free.cxx +++ b/src/forms_free.cxx @@ -1,5 +1,5 @@ // -// "$Id: forms_free.cxx,v 1.4.2.2 2000/04/25 22:16:46 mike Exp $" +// "$Id: forms_free.cxx,v 1.4.2.3 2000/06/05 21:21:11 mike Exp $" // // Forms free widget routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Emulation of the Forms "free" widget. @@ -73,5 +73,5 @@ int Fl_Free::handle(int e) { } // -// End of "$Id: forms_free.cxx,v 1.4.2.2 2000/04/25 22:16:46 mike Exp $". +// End of "$Id: forms_free.cxx,v 1.4.2.3 2000/06/05 21:21:11 mike Exp $". // diff --git a/src/forms_fselect.cxx b/src/forms_fselect.cxx index 5a5200988..33478370e 100644 --- a/src/forms_fselect.cxx +++ b/src/forms_fselect.cxx @@ -1,5 +1,5 @@ // -// "$Id: forms_fselect.cxx,v 1.4.2.1 2000/04/25 22:16:46 mike Exp $" +// "$Id: forms_fselect.cxx,v 1.4.2.2 2000/06/05 21:21:11 mike Exp $" // // Forms file selection routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Emulate the Forms file chooser using the fltk file chooser. @@ -61,5 +61,5 @@ char* fl_get_pattern() {return (char *)fl_pattern;} char* fl_get_filename() {return fl_filename;} // -// End of "$Id: forms_fselect.cxx,v 1.4.2.1 2000/04/25 22:16:46 mike Exp $". +// End of "$Id: forms_fselect.cxx,v 1.4.2.2 2000/06/05 21:21:11 mike Exp $". // diff --git a/src/forms_pixmap.cxx b/src/forms_pixmap.cxx index e2ad875cf..beabd9bea 100644 --- a/src/forms_pixmap.cxx +++ b/src/forms_pixmap.cxx @@ -1,5 +1,5 @@ // -// "$Id: forms_pixmap.cxx,v 1.4.2.1 2000/04/25 22:16:46 mike Exp $" +// "$Id: forms_pixmap.cxx,v 1.4.2.2 2000/06/05 21:21:11 mike Exp $" // // Forms pixmap drawing routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #include <FL/forms.H> @@ -46,5 +46,5 @@ void Fl_FormsPixmap::draw() { } // -// End of "$Id: forms_pixmap.cxx,v 1.4.2.1 2000/04/25 22:16:46 mike Exp $". +// End of "$Id: forms_pixmap.cxx,v 1.4.2.2 2000/06/05 21:21:11 mike Exp $". // diff --git a/src/forms_timer.cxx b/src/forms_timer.cxx index b09e4ef0a..d949d9303 100644 --- a/src/forms_timer.cxx +++ b/src/forms_timer.cxx @@ -1,5 +1,5 @@ // -// "$Id: forms_timer.cxx,v 1.4.2.1 2000/04/25 22:16:46 mike Exp $" +// "$Id: forms_timer.cxx,v 1.4.2.2 2000/06/05 21:21:12 mike Exp $" // // Forms timer object for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Emulate the Forms Timer object @@ -150,5 +150,5 @@ void Fl_Timer::suspended(char d) { } // -// End of "$Id: forms_timer.cxx,v 1.4.2.1 2000/04/25 22:16:46 mike Exp $". +// End of "$Id: forms_timer.cxx,v 1.4.2.2 2000/06/05 21:21:12 mike Exp $". // diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx index 591080a10..ca36a4238 100644 --- a/src/gl_draw.cxx +++ b/src/gl_draw.cxx @@ -1,5 +1,5 @@ // -// "$Id: gl_draw.cxx,v 1.7.2.2 2000/04/25 22:16:46 mike Exp $" +// "$Id: gl_draw.cxx,v 1.7.2.3 2000/06/05 21:21:12 mike Exp $" // // OpenGL drawing support routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Functions from <FL/gl.h> @@ -155,5 +155,5 @@ void gl_draw_image(const uchar* b, int x, int y, int w, int h, int d, int ld) { #endif // -// End of "$Id: gl_draw.cxx,v 1.7.2.2 2000/04/25 22:16:46 mike Exp $". +// End of "$Id: gl_draw.cxx,v 1.7.2.3 2000/06/05 21:21:12 mike Exp $". // diff --git a/src/gl_start.cxx b/src/gl_start.cxx index 48e9b11d1..94d05f4e7 100644 --- a/src/gl_start.cxx +++ b/src/gl_start.cxx @@ -1,5 +1,5 @@ // -// "$Id: gl_start.cxx,v 1.6.2.2 2000/04/25 22:16:46 mike Exp $" +// "$Id: gl_start.cxx,v 1.6.2.3 2000/06/05 21:21:12 mike Exp $" // // OpenGL context routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // You MUST use gl_visual() to select the default visual before doing @@ -122,5 +122,5 @@ int Fl::gl_visual(int mode, int *alist) { #endif // -// End of "$Id: gl_start.cxx,v 1.6.2.2 2000/04/25 22:16:46 mike Exp $". +// End of "$Id: gl_start.cxx,v 1.6.2.3 2000/06/05 21:21:12 mike Exp $". // diff --git a/src/glut_compatability.cxx b/src/glut_compatability.cxx index cfb19b619..cae53fcfb 100755 --- a/src/glut_compatability.cxx +++ b/src/glut_compatability.cxx @@ -1,5 +1,5 @@ // -// "$Id: glut_compatability.cxx,v 1.4.2.3 2000/04/25 22:16:46 mike Exp $" +// "$Id: glut_compatability.cxx,v 1.4.2.4 2000/06/05 21:21:12 mike Exp $" // // GLUT emulation routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // Emulation of Glut using fltk. @@ -399,5 +399,5 @@ int glutLayerGet(GLenum type) { #endif // -// End of "$Id: glut_compatability.cxx,v 1.4.2.3 2000/04/25 22:16:46 mike Exp $". +// End of "$Id: glut_compatability.cxx,v 1.4.2.4 2000/06/05 21:21:12 mike Exp $". // diff --git a/src/glut_font.cxx b/src/glut_font.cxx index b4ae48bed..71ebc9888 100644 --- a/src/glut_font.cxx +++ b/src/glut_font.cxx @@ -1,5 +1,5 @@ // -// "$Id: glut_font.cxx,v 1.4.2.2 2000/04/25 22:16:47 mike Exp $" +// "$Id: glut_font.cxx,v 1.4.2.3 2000/06/05 21:21:12 mike Exp $" // // GLUT bitmap font routines for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // // (sort of) emulation of Glut's bitmap drawing functions, using FL's @@ -54,5 +54,5 @@ int glutBitmapWidth(void* font, int character) { #endif // -// End of "$Id: glut_font.cxx,v 1.4.2.2 2000/04/25 22:16:47 mike Exp $". +// End of "$Id: glut_font.cxx,v 1.4.2.3 2000/06/05 21:21:12 mike Exp $". // diff --git a/src/numericsort.c b/src/numericsort.c index 40814626f..ef7e47e32 100644 --- a/src/numericsort.c +++ b/src/numericsort.c @@ -1,5 +1,5 @@ /* - * "$Id: numericsort.c,v 1.10.2.2 2000/04/25 22:16:47 mike Exp $" + * "$Id: numericsort.c,v 1.10.2.3 2000/06/05 21:21:12 mike Exp $" * * Numeric sorting routine for the Fast Light Tool Kit (FLTK). * @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA. * - * Please report all bugs and problems to "fltk-bugs@easysw.com". + * Please report all bugs and problems to "fltk-bugs@fltk.org". */ /* My own scandir sorting function, useful for the film industry where @@ -84,5 +84,5 @@ int numericsort(struct dirent **A, struct dirent **B) { } /* - * End of "$Id: numericsort.c,v 1.10.2.2 2000/04/25 22:16:47 mike Exp $". + * End of "$Id: numericsort.c,v 1.10.2.3 2000/06/05 21:21:12 mike Exp $". */ diff --git a/src/scandir_win32.c b/src/scandir_win32.c index 3ec65a58f..ca48b123b 100644 --- a/src/scandir_win32.c +++ b/src/scandir_win32.c @@ -1,5 +1,5 @@ // -// "$Id: scandir_win32.c,v 1.11.2.2 2000/04/25 22:16:47 mike Exp $" +// "$Id: scandir_win32.c,v 1.11.2.3 2000/06/05 21:21:12 mike Exp $" // // WIN32 scandir function for the Fast Light Tool Kit (FLTK). // @@ -20,7 +20,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // USA. // -// Please report all bugs and problems to "fltk-bugs@easysw.com". +// Please report all bugs and problems to "fltk-bugs@fltk.org". // #ifndef __CYGWIN__ @@ -101,5 +101,5 @@ int alphasort (struct dirent **a, struct dirent **b) { #endif // -// End of "$Id: scandir_win32.c,v 1.11.2.2 2000/04/25 22:16:47 mike Exp $". +// End of "$Id: scandir_win32.c,v 1.11.2.3 2000/06/05 21:21:12 mike Exp $". // diff --git a/src/vsnprintf.c b/src/vsnprintf.c index 564b4f20c..1ac6e2749 100644 --- a/src/vsnprintf.c +++ b/src/vsnprintf.c @@ -1,5 +1,5 @@ /* - * "$Id: vsnprintf.c,v 1.3.2.2 2000/04/25 22:16:47 mike Exp $" + * "$Id: vsnprintf.c,v 1.3.2.3 2000/06/05 21:21:13 mike Exp $" * * vsnprintf() function for the Fast Light Tool Kit (FLTK). * @@ -34,7 +34,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA. * - * Please report all bugs and problems to "fltk-bugs@easysw.com". + * Please report all bugs and problems to "fltk-bugs@fltk.org". */ #include <stdio.h> @@ -131,6 +131,6 @@ int snprintf(char* str, size_t size, const char* fmt, ...) { #endif /* - * End of "$Id: vsnprintf.c,v 1.3.2.2 2000/04/25 22:16:47 mike Exp $". + * End of "$Id: vsnprintf.c,v 1.3.2.3 2000/06/05 21:21:13 mike Exp $". */ |
