Copyright updates and prep for 1.1.5rc1.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3391 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2004-04-11 04:39:01 +00:00
parent 6bed8ffce8
commit a3d0905c9e
386 changed files with 1384 additions and 1562 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
CHANGES IN FLTK 1.1.5rc1
- Documentation updates (STR #245, STR #250, STR #277,
STR #281, STR #328, STR #338)
- Documentation updates (STR #186, STR #245, STR #250,
STR #277, STR #281, STR #328, STR #338)
- fl_scroll() did not handle scrolling from off-screen on
WIN32 (STR #315)
- Fl_File_Chooser did not allow manual entry of a drive
@@ -80,12 +80,11 @@ CHANGES IN FLTK 1.1.5rc1
keyboard navigation (STR #228)
- Fl_File_Browser::load() didn't handle a NULL directory
name (STR #266)
- 64-bit library fixes (STR #261, )
- 64-bit library fixes (STR #261)
- The Fl_Valuator::format() function did not limit the
size of the number buffer (STR #268)
- The keypad Enter key works as the normal Enter/Return
key in common widgets (STR #191)
- Doco fixes (STR #186)
- Fixed some OS/2-specific build problems (STR #185 and
#197)
- Calling Fl_Text_Display::buffer() with the same buffer

View File

@@ -1,9 +1,9 @@
//
// "$Id: Enumerations.H,v 1.18.2.14.2.36 2003/09/09 15:15:17 easysw Exp $"
// "$Id: Enumerations.H,v 1.18.2.14.2.37 2004/04/11 04:38:53 easysw Exp $"
//
// Enumerations for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -419,5 +419,5 @@ enum Fl_Damage {
#endif
//
// End of "$Id: Enumerations.H,v 1.18.2.14.2.36 2003/09/09 15:15:17 easysw Exp $".
// End of "$Id: Enumerations.H,v 1.18.2.14.2.37 2004/04/11 04:38:53 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl.H,v 1.8.2.11.2.22 2003/01/30 21:38:33 easysw Exp $"
// "$Id: Fl.H,v 1.8.2.11.2.23 2004/04/11 04:38:53 easysw Exp $"
//
// Main header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -262,5 +262,5 @@ public:
#endif // !Fl_H
//
// End of "$Id: Fl.H,v 1.8.2.11.2.22 2003/01/30 21:38:33 easysw Exp $".
// End of "$Id: Fl.H,v 1.8.2.11.2.23 2004/04/11 04:38:53 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Adjuster.H,v 1.5.2.3.2.4 2003/01/30 21:38:37 easysw Exp $"
// "$Id: Fl_Adjuster.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $"
//
// Adjuster widget header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -49,5 +49,5 @@ public:
#endif
//
// End of "$Id: Fl_Adjuster.H,v 1.5.2.3.2.4 2003/01/30 21:38:37 easysw Exp $".
// End of "$Id: Fl_Adjuster.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_BMP_Image.H,v 1.1.2.2 2003/01/30 21:38:38 easysw Exp $"
// "$Id: Fl_BMP_Image.H,v 1.1.2.3 2004/04/11 04:38:54 easysw Exp $"
//
// BMP image header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -37,5 +37,5 @@ class FL_EXPORT Fl_BMP_Image : public Fl_RGB_Image {
#endif
//
// End of "$Id: Fl_BMP_Image.H,v 1.1.2.2 2003/01/30 21:38:38 easysw Exp $".
// End of "$Id: Fl_BMP_Image.H,v 1.1.2.3 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Bitmap.H,v 1.5.2.3.2.11 2003/01/30 21:38:38 easysw Exp $"
// "$Id: Fl_Bitmap.H,v 1.5.2.3.2.12 2004/04/11 04:38:54 easysw Exp $"
//
// Bitmap header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -58,5 +58,5 @@ class FL_EXPORT Fl_Bitmap : public Fl_Image {
#endif
//
// End of "$Id: Fl_Bitmap.H,v 1.5.2.3.2.11 2003/01/30 21:38:38 easysw Exp $".
// End of "$Id: Fl_Bitmap.H,v 1.5.2.3.2.12 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Box.H,v 1.5.2.4.2.5 2003/01/30 21:38:39 easysw Exp $"
// "$Id: Fl_Box.H,v 1.5.2.4.2.6 2004/04/11 04:38:54 easysw Exp $"
//
// Box header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -45,5 +45,5 @@ public:
#endif
//
// End of "$Id: Fl_Box.H,v 1.5.2.4.2.5 2003/01/30 21:38:39 easysw Exp $".
// End of "$Id: Fl_Box.H,v 1.5.2.4.2.6 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Browser.H,v 1.8.2.7.2.5 2003/06/15 04:47:27 easysw Exp $"
// "$Id: Fl_Browser.H,v 1.8.2.7.2.6 2004/04/11 04:38:54 easysw Exp $"
//
// Browser header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -124,5 +124,5 @@ public:
#endif
//
// End of "$Id: Fl_Browser.H,v 1.8.2.7.2.5 2003/06/15 04:47:27 easysw Exp $".
// End of "$Id: Fl_Browser.H,v 1.8.2.7.2.6 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Browser_.H,v 1.6.2.4.2.4 2003/01/30 21:38:45 easysw Exp $"
// "$Id: Fl_Browser_.H,v 1.6.2.4.2.5 2004/04/11 04:38:54 easysw Exp $"
//
// Common browser header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -147,5 +147,5 @@ public:
#endif
//
// End of "$Id: Fl_Browser_.H,v 1.6.2.4.2.4 2003/01/30 21:38:45 easysw Exp $".
// End of "$Id: Fl_Browser_.H,v 1.6.2.4.2.5 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Button.H,v 1.5.2.3.2.5 2003/01/30 21:38:46 easysw Exp $"
// "$Id: Fl_Button.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $"
//
// Button header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -72,5 +72,5 @@ public:
#endif
//
// End of "$Id: Fl_Button.H,v 1.5.2.3.2.5 2003/01/30 21:38:46 easysw Exp $".
// End of "$Id: Fl_Button.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Chart.H,v 1.6.2.3.2.6 2003/06/15 04:47:27 easysw Exp $"
// "$Id: Fl_Chart.H,v 1.6.2.3.2.7 2004/04/11 04:38:54 easysw Exp $"
//
// Forms chart header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -87,5 +87,5 @@ public:
#endif
//
// End of "$Id: Fl_Chart.H,v 1.6.2.3.2.6 2003/06/15 04:47:27 easysw Exp $".
// End of "$Id: Fl_Chart.H,v 1.6.2.3.2.7 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Check_Browser.H,v 1.1.2.6 2003/01/30 21:38:49 easysw Exp $"
// "$Id: Fl_Check_Browser.H,v 1.1.2.7 2004/04/11 04:38:54 easysw Exp $"
//
// Fl_Check_Browser header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -91,6 +91,6 @@ class FL_EXPORT Fl_Check_Browser : public Fl_Browser_ {
#endif // Fl_Check_Browser_H
//
// End of "$Id: Fl_Check_Browser.H,v 1.1.2.6 2003/01/30 21:38:49 easysw Exp $".
// End of "$Id: Fl_Check_Browser.H,v 1.1.2.7 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Check_Button.H,v 1.5.2.3.2.3 2003/01/30 21:38:50 easysw Exp $"
// "$Id: Fl_Check_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
//
// Check button header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -36,5 +36,5 @@ public:
#endif
//
// End of "$Id: Fl_Check_Button.H,v 1.5.2.3.2.3 2003/01/30 21:38:50 easysw Exp $".
// End of "$Id: Fl_Check_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Choice.H,v 1.5.2.3.2.3 2003/01/30 21:38:52 easysw Exp $"
// "$Id: Fl_Choice.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
//
// Choice header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -41,5 +41,5 @@ public:
#endif
//
// End of "$Id: Fl_Choice.H,v 1.5.2.3.2.3 2003/01/30 21:38:52 easysw Exp $".
// End of "$Id: Fl_Choice.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Clock.H,v 1.6.2.4.2.3 2003/01/30 21:38:53 easysw Exp $"
// "$Id: Fl_Clock.H,v 1.6.2.4.2.4 2004/04/11 04:38:54 easysw Exp $"
//
// Clock header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -69,5 +69,5 @@ public:
#endif
//
// End of "$Id: Fl_Clock.H,v 1.6.2.4.2.3 2003/01/30 21:38:53 easysw Exp $".
// End of "$Id: Fl_Clock.H,v 1.6.2.4.2.4 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Color_Chooser.H,v 1.5.2.4.2.4 2003/01/30 21:38:54 easysw Exp $"
// "$Id: Fl_Color_Chooser.H,v 1.5.2.4.2.5 2004/04/11 04:38:54 easysw Exp $"
//
// Color chooser header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -98,5 +98,5 @@ FL_EXPORT int fl_color_chooser(const char* name, uchar& r, uchar& g, uchar& b);
#endif
//
// End of "$Id: Fl_Color_Chooser.H,v 1.5.2.4.2.4 2003/01/30 21:38:54 easysw Exp $".
// End of "$Id: Fl_Color_Chooser.H,v 1.5.2.4.2.5 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Counter.H,v 1.5.2.3.2.4 2003/01/30 21:38:55 easysw Exp $"
// "$Id: Fl_Counter.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $"
//
// Counter header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -70,5 +70,5 @@ public:
#endif
//
// End of "$Id: Fl_Counter.H,v 1.5.2.3.2.4 2003/01/30 21:38:55 easysw Exp $".
// End of "$Id: Fl_Counter.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Dial.H,v 1.7.2.3.2.3 2003/01/30 21:38:55 easysw Exp $"
// "$Id: Fl_Dial.H,v 1.7.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
//
// Dial header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -61,5 +61,5 @@ public:
#endif
//
// End of "$Id: Fl_Dial.H,v 1.7.2.3.2.3 2003/01/30 21:38:55 easysw Exp $".
// End of "$Id: Fl_Dial.H,v 1.7.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Double_Window.H,v 1.7.2.3.2.5 2003/06/12 01:36:16 easysw Exp $"
// "$Id: Fl_Double_Window.H,v 1.7.2.3.2.6 2004/04/11 04:38:54 easysw Exp $"
//
// Double-buffered window header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -48,5 +48,5 @@ public:
#endif
//
// End of "$Id: Fl_Double_Window.H,v 1.7.2.3.2.5 2003/06/12 01:36:16 easysw Exp $".
// End of "$Id: Fl_Double_Window.H,v 1.7.2.3.2.6 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
/*
* "$Id: Fl_Export.H,v 1.3.2.6 2003/01/30 21:38:57 easysw Exp $"
* "$Id: Fl_Export.H,v 1.3.2.7 2004/04/11 04:38:54 easysw Exp $"
*
* WIN32 DLL export definitions for the Fast Light Tool Kit (FLTK).
*
* Copyright 1998-2003 by Bill Spitzak and others.
* Copyright 1998-2004 by Bill Spitzak and others.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -43,5 +43,5 @@
#endif /* !Fl_Export_H */
/*
* End of "$Id: Fl_Export.H,v 1.3.2.6 2003/01/30 21:38:57 easysw Exp $".
* End of "$Id: Fl_Export.H,v 1.3.2.7 2004/04/11 04:38:54 easysw Exp $".
*/

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_File_Browser.H,v 1.1.2.6 2003/01/30 21:38:59 easysw Exp $"
// "$Id: Fl_File_Browser.H,v 1.1.2.7 2004/04/11 04:38:54 easysw Exp $"
//
// FileBrowser definitions.
//
// Copyright 1999-2003 by Michael Sweet.
// Copyright 1999-2004 by Michael Sweet.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -75,5 +75,5 @@ public:
#endif // !_Fl_File_Browser_H_
//
// End of "$Id: Fl_File_Browser.H,v 1.1.2.6 2003/01/30 21:38:59 easysw Exp $".
// End of "$Id: Fl_File_Browser.H,v 1.1.2.7 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_File_Icon.H,v 1.1.2.9 2003/01/30 21:39:00 easysw Exp $"
// "$Id: Fl_File_Icon.H,v 1.1.2.10 2004/04/11 04:38:54 easysw Exp $"
//
// Fl_File_Icon definitions.
//
// Copyright 1999-2003 by Michael Sweet.
// Copyright 1999-2004 by Michael Sweet.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -109,5 +109,5 @@ class FL_EXPORT Fl_File_Icon //// Icon data
#endif // !_Fl_Fl_File_Icon_H_
//
// End of "$Id: Fl_File_Icon.H,v 1.1.2.9 2003/01/30 21:39:00 easysw Exp $".
// End of "$Id: Fl_File_Icon.H,v 1.1.2.10 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_File_Input.H,v 1.1.2.3 2003/01/30 21:39:03 easysw Exp $"
// "$Id: Fl_File_Input.H,v 1.1.2.4 2004/04/11 04:38:54 easysw Exp $"
//
// File_Input header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
// Original version Copyright 1998 by Curtis Edwards.
//
// This library is free software; you can redistribute it and/or
@@ -62,5 +62,5 @@ public:
//
// End of "$Id: Fl_File_Input.H,v 1.1.2.3 2003/01/30 21:39:03 easysw Exp $".
// End of "$Id: Fl_File_Input.H,v 1.1.2.4 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Fill_Dial.H,v 1.4.2.3.2.2 2003/01/30 21:39:03 easysw Exp $"
// "$Id: Fl_Fill_Dial.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
//
// Filled dial header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -37,5 +37,5 @@ public:
#endif
//
// End of "$Id: Fl_Fill_Dial.H,v 1.4.2.3.2.2 2003/01/30 21:39:03 easysw Exp $".
// End of "$Id: Fl_Fill_Dial.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Fill_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:04 easysw Exp $"
// "$Id: Fl_Fill_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
//
// Filled slider header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -37,5 +37,5 @@ public:
#endif
//
// End of "$Id: Fl_Fill_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:04 easysw Exp $".
// End of "$Id: Fl_Fill_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Float_Input.H,v 1.4.2.3.2.3 2003/01/30 21:39:05 easysw Exp $"
// "$Id: Fl_Float_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
//
// Floating point input header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -37,5 +37,5 @@ public:
#endif
//
// End of "$Id: Fl_Float_Input.H,v 1.4.2.3.2.3 2003/01/30 21:39:05 easysw Exp $".
// End of "$Id: Fl_Float_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_FormsBitmap.H,v 1.5.2.3.2.3 2003/01/30 21:39:06 easysw Exp $"
// "$Id: Fl_FormsBitmap.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
//
// Forms bitmap header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -42,5 +42,5 @@ public:
#endif
//
// End of "$Id: Fl_FormsBitmap.H,v 1.5.2.3.2.3 2003/01/30 21:39:06 easysw Exp $".
// End of "$Id: Fl_FormsBitmap.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_FormsPixmap.H,v 1.5.2.3.2.3 2003/01/30 21:39:07 easysw Exp $"
// "$Id: Fl_FormsPixmap.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
//
// Forms pixmap header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -42,5 +42,5 @@ public:
#endif
//
// End of "$Id: Fl_FormsPixmap.H,v 1.5.2.3.2.3 2003/01/30 21:39:07 easysw Exp $".
// End of "$Id: Fl_FormsPixmap.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Free.H,v 1.5.2.4.2.3 2003/01/30 21:39:09 easysw Exp $"
// "$Id: Fl_Free.H,v 1.5.2.4.2.4 2004/04/11 04:38:54 easysw Exp $"
//
// Forms free header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -60,5 +60,5 @@ public:
#endif
//
// End of "$Id: Fl_Free.H,v 1.5.2.4.2.3 2003/01/30 21:39:09 easysw Exp $".
// End of "$Id: Fl_Free.H,v 1.5.2.4.2.4 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_GIF_Image.H,v 1.1.2.4 2003/01/30 21:39:10 easysw Exp $"
// "$Id: Fl_GIF_Image.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $"
//
// GIF image header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -37,5 +37,5 @@ class FL_EXPORT Fl_GIF_Image : public Fl_Pixmap {
#endif
//
// End of "$Id: Fl_GIF_Image.H,v 1.1.2.4 2003/01/30 21:39:10 easysw Exp $".
// End of "$Id: Fl_GIF_Image.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Gl_Window.H,v 1.7.2.5.2.4 2003/01/30 21:39:10 easysw Exp $"
// "$Id: Fl_Gl_Window.H,v 1.7.2.5.2.5 2004/04/11 04:38:54 easysw Exp $"
//
// OpenGL header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -90,5 +90,5 @@ public:
#endif
//
// End of "$Id: Fl_Gl_Window.H,v 1.7.2.5.2.4 2003/01/30 21:39:10 easysw Exp $".
// End of "$Id: Fl_Gl_Window.H,v 1.7.2.5.2.5 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Group.H,v 1.6.2.4.2.8 2003/01/30 21:39:11 easysw Exp $"
// "$Id: Fl_Group.H,v 1.6.2.4.2.9 2004/04/11 04:38:54 easysw Exp $"
//
// Group header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -97,5 +97,5 @@ public:
#endif
//
// End of "$Id: Fl_Group.H,v 1.6.2.4.2.8 2003/01/30 21:39:11 easysw Exp $".
// End of "$Id: Fl_Group.H,v 1.6.2.4.2.9 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Help_View.H,v 1.1.2.13 2003/06/15 04:47:27 easysw Exp $"
// "$Id: Fl_Help_View.H,v 1.1.2.14 2004/04/11 04:38:54 easysw Exp $"
//
// Help Viewer widget definitions.
//
// Copyright 1997-2003 by Easy Software Products.
// Copyright 1997-2004 by Easy Software Products.
// Image support donated by Matthias Melcher, Copyright 2000.
//
// This library is free software; you can redistribute it and/or
@@ -189,5 +189,5 @@ class FL_EXPORT Fl_Help_View : public Fl_Group //// Help viewer widget
#endif // !Fl_Help_View_H
//
// End of "$Id: Fl_Help_View.H,v 1.1.2.13 2003/06/15 04:47:27 easysw Exp $".
// End of "$Id: Fl_Help_View.H,v 1.1.2.14 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Hold_Browser.H,v 1.4.2.3.2.3 2003/01/30 21:39:14 easysw Exp $"
// "$Id: Fl_Hold_Browser.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
//
// Hold browser header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -37,5 +37,5 @@ public:
#endif
//
// End of "$Id: Fl_Hold_Browser.H,v 1.4.2.3.2.3 2003/01/30 21:39:14 easysw Exp $".
// End of "$Id: Fl_Hold_Browser.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Hor_Fill_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:16 easysw Exp $"
// "$Id: Fl_Hor_Fill_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
//
// Horizontal fill slider header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -36,5 +36,5 @@ public:
#endif
//
// End of "$Id: Fl_Hor_Fill_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:16 easysw Exp $".
// End of "$Id: Fl_Hor_Fill_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Hor_Nice_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:16 easysw Exp $"
// "$Id: Fl_Hor_Nice_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
//
// Horizontal "nice" slider header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -37,5 +37,5 @@ public:
#endif
//
// End of "$Id: Fl_Hor_Nice_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:16 easysw Exp $".
// End of "$Id: Fl_Hor_Nice_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Hor_Slider.H,v 1.4.2.3.2.3 2003/01/30 21:39:18 easysw Exp $"
// "$Id: Fl_Hor_Slider.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
//
// Horizontal slider header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -37,5 +37,5 @@ public:
#endif
//
// End of "$Id: Fl_Hor_Slider.H,v 1.4.2.3.2.3 2003/01/30 21:39:18 easysw Exp $".
// End of "$Id: Fl_Hor_Slider.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Hor_Value_Slider.H,v 1.4.2.3.2.3 2003/01/30 21:39:18 easysw Exp $"
// "$Id: Fl_Hor_Value_Slider.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
//
// Horizontal value slider header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -37,5 +37,5 @@ public:
#endif
//
// End of "$Id: Fl_Hor_Value_Slider.H,v 1.4.2.3.2.3 2003/01/30 21:39:18 easysw Exp $".
// End of "$Id: Fl_Hor_Value_Slider.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Image.H,v 1.5.2.3.2.21 2003/01/30 21:39:19 easysw Exp $"
// "$Id: Fl_Image.H,v 1.5.2.3.2.22 2004/04/11 04:38:54 easysw Exp $"
//
// Image header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -106,5 +106,5 @@ class FL_EXPORT Fl_RGB_Image : public Fl_Image {
#endif // !Fl_Image_H
//
// End of "$Id: Fl_Image.H,v 1.5.2.3.2.21 2003/01/30 21:39:19 easysw Exp $".
// End of "$Id: Fl_Image.H,v 1.5.2.3.2.22 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Input.H,v 1.5.2.3.2.3 2003/01/30 21:39:22 easysw Exp $"
// "$Id: Fl_Input.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
//
// Input header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -42,5 +42,5 @@ public:
#endif
//
// End of "$Id: Fl_Input.H,v 1.5.2.3.2.3 2003/01/30 21:39:22 easysw Exp $".
// End of "$Id: Fl_Input.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Input_.H,v 1.6.2.4.2.9 2003/06/15 04:47:28 easysw Exp $"
// "$Id: Fl_Input_.H,v 1.6.2.4.2.10 2004/04/11 04:38:54 easysw Exp $"
//
// Input base class header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -139,5 +139,5 @@ public:
#endif
//
// End of "$Id: Fl_Input_.H,v 1.6.2.4.2.9 2003/06/15 04:47:28 easysw Exp $".
// End of "$Id: Fl_Input_.H,v 1.6.2.4.2.10 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Int_Input.H,v 1.4.2.3.2.3 2003/01/30 21:39:24 easysw Exp $"
// "$Id: Fl_Int_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
//
// Integer input header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -37,5 +37,5 @@ public:
#endif
//
// End of "$Id: Fl_Int_Input.H,v 1.4.2.3.2.3 2003/01/30 21:39:24 easysw Exp $".
// End of "$Id: Fl_Int_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_JPEG_Image.H,v 1.1.2.4 2003/01/30 21:39:25 easysw Exp $"
// "$Id: Fl_JPEG_Image.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $"
//
// JPEG image header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -37,5 +37,5 @@ class FL_EXPORT Fl_JPEG_Image : public Fl_RGB_Image {
#endif
//
// End of "$Id: Fl_JPEG_Image.H,v 1.1.2.4 2003/01/30 21:39:25 easysw Exp $".
// End of "$Id: Fl_JPEG_Image.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Light_Button.H,v 1.5.2.3.2.3 2003/01/30 21:39:26 easysw Exp $"
// "$Id: Fl_Light_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
//
// Lighted button header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -39,5 +39,5 @@ public:
#endif
//
// End of "$Id: Fl_Light_Button.H,v 1.5.2.3.2.3 2003/01/30 21:39:26 easysw Exp $".
// End of "$Id: Fl_Light_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Line_Dial.H,v 1.4.2.3.2.2 2003/01/30 21:39:29 easysw Exp $"
// "$Id: Fl_Line_Dial.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
//
// Line dial header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -37,5 +37,5 @@ public:
#endif
//
// End of "$Id: Fl_Line_Dial.H,v 1.4.2.3.2.2 2003/01/30 21:39:29 easysw Exp $".
// End of "$Id: Fl_Line_Dial.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Menu.H,v 1.4.2.3.2.2 2003/01/30 21:39:31 easysw Exp $"
// "$Id: Fl_Menu.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
//
// Old menu header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -27,5 +27,5 @@
#include "Fl_Menu_Item.H"
//
// End of "$Id: Fl_Menu.H,v 1.4.2.3.2.2 2003/01/30 21:39:31 easysw Exp $".
// End of "$Id: Fl_Menu.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Menu_.H,v 1.7.2.4.2.9 2004/04/06 19:19:33 easysw Exp $"
// "$Id: Fl_Menu_.H,v 1.7.2.4.2.10 2004/04/11 04:38:54 easysw Exp $"
//
// Menu base class header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -96,5 +96,5 @@ public:
#endif
//
// End of "$Id: Fl_Menu_.H,v 1.7.2.4.2.9 2004/04/06 19:19:33 easysw Exp $".
// End of "$Id: Fl_Menu_.H,v 1.7.2.4.2.10 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Menu_Bar.H,v 1.5.2.4.2.4 2003/01/30 21:39:34 easysw Exp $"
// "$Id: Fl_Menu_Bar.H,v 1.5.2.4.2.5 2004/04/11 04:38:54 easysw Exp $"
//
// Menu bar header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -40,5 +40,5 @@ public:
#endif
//
// End of "$Id: Fl_Menu_Bar.H,v 1.5.2.4.2.4 2003/01/30 21:39:34 easysw Exp $".
// End of "$Id: Fl_Menu_Bar.H,v 1.5.2.4.2.5 2004/04/11 04:38:54 easysw Exp $".
//

View File

@@ -1,9 +1,9 @@
//
// "$Id: Fl_Menu_Button.H,v 1.5.2.3.2.3 2003/01/30 21:39:35 easysw Exp $"
// "$Id: Fl_Menu_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
//
// Menu button header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2003 by Bill Spitzak and others.
// Copyright 1998-2004 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -42,5 +42,5 @@ public:
#endif
//
// End of "$Id: Fl_Menu_Button.H,v 1.5.2.3.2.3 2003/01/30 21:39:35 easysw Exp $".
// End of "$Id: Fl_Menu_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
//

Some files were not shown because too many files have changed in this diff Show More