Remove $Id$ tags, update URL's, and more

- remove obsolete svn '$Id$' tags from all source files
- update .fl files and generated files accordingly
- replace 'http://www.fltk.org' URL's with 'https://...'
- replace bug report URL 'str.php' with 'bugs.php'
- remove trailing whitespace
- fix other whitespace errors flagged by Git
- add and/or fix missing or wrong standard headers
- convert tabs to spaces in all source files

The only relevant code changes are in the fluid/ folder where
some .fl files and other source files were used to generate
the '$Id' headers and footers.
This commit is contained in:
Albrecht Schlosser 2020-07-01 18:03:10 +02:00
parent b0e0c355ed
commit f09e17c3c5
779 changed files with 24817 additions and 28948 deletions

12
.clang-format Executable file → Normal file
View File

@ -1,6 +1,4 @@
# #
# "$Id$"
#
# clang-format control file for the FLTK project. # clang-format control file for the FLTK project.
# #
# Copyright 2017 by Bill Spitzak and others. # Copyright 2017 by Bill Spitzak and others.
@ -9,11 +7,11 @@
# the file "COPYING" which should have been included with this file. If this # the file "COPYING" which should have been included with this file. If this
# file is missing or damaged, see the license at: # file is missing or damaged, see the license at:
# #
# http://www.fltk.org/COPYING.php # https://www.fltk.org/COPYING.php
# #
# Please report all bugs and problems on the following page: # Please see the following page on how to report bugs and issues:
# #
# http://www.fltk.org/str.php # https://www.fltk.org/bugs.php
# #
# #
# Important notes: # Important notes:
@ -133,7 +131,3 @@ ConstructorInitializerIndentWidth: 2
DerivePointerAlignment: false DerivePointerAlignment: false
PointerAlignment: Right PointerAlignment: Right
#
# End of "$Id$".
#

View File

@ -2,8 +2,8 @@ Changes in FLTK 1.0, up to FLTK 1.0.11 (May 7, 2001)
CHANGES IN FLTK 1.0.11 CHANGES IN FLTK 1.0.11
- CHANGED THE DEFAULT RUN-TIME LINKING TO "MULTITHREADED - CHANGED THE DEFAULT RUN-TIME LINKING TO "MULTITHREADED DLL".
DLL". You'll need to change your project settings to You'll need to change your project settings to
use this as well or you'll get errors. use this as well or you'll get errors.
- Added new --disable-gl option to configure script. - Added new --disable-gl option to configure script.
@ -231,8 +231,7 @@ CHANGES IN FLTK 1.0.10
- Fixed makeinclude.in so CFLAGS are used for c source - Fixed makeinclude.in so CFLAGS are used for c source
code instead of CXXFLAGS. (bug 108694) code instead of CXXFLAGS. (bug 108694)
- Better fix for gif files suggested by pauly (bug - Better fix for gif files suggested by pauly (bug 108770)
108770)
- Performance of Fl_Gl_Window may be improved on some - Performance of Fl_Gl_Window may be improved on some
types of OpenGL implementations, in particular MESA types of OpenGL implementations, in particular MESA
@ -347,8 +346,7 @@ CHANGES IN FLTK 1.0.9
[changes in snapshot 2] [changes in snapshot 2]
- fl_old_shortcut() wasn't being exported in the WIN32 DLL - fl_old_shortcut() wasn't being exported in the WIN32 DLL project.
project.
- Updated Cygwin and Mingw makefiles. - Updated Cygwin and Mingw makefiles.
- Updated the BC++ project file. - Updated the BC++ project file.
- You can no longer insert control chars into Fl_Int/Float_Input. - You can no longer insert control chars into Fl_Int/Float_Input.
@ -401,8 +399,7 @@ CHANGES IN FLTK 1.0.9
optimization flag. Suprisingly this only broke a few parts optimization flag. Suprisingly this only broke a few parts
of fltk, or at least these are the only ones I found. of fltk, or at least these are the only ones I found.
- Does not unmap child windows when the main window is - Does not unmap child windows when the main window is
iconized. This reduces flashing when the window is iconized. This reduces flashing when the window is deiconized.
deiconized.
- Fl::key() is set to zero by all events except key down/up. - Fl::key() is set to zero by all events except key down/up.
This will allow you to reliably test if an event or callback This will allow you to reliably test if an event or callback
was produced by a keystroke. Fixes the bug posted about was produced by a keystroke. Fixes the bug posted about
@ -438,10 +435,8 @@ CHANGES IN FLTK 1.0.8
- Updated the configure script for *BSD and to turn off - Updated the configure script for *BSD and to turn off
exceptions and RTTI in the FLTK library itself (does exceptions and RTTI in the FLTK library itself (does
not affect applications which use these things) not affect applications which use these things)
- FLUID now supports I18N using the POSIX or GNU - FLUID now supports I18N using the POSIX or GNU mechanisms.
mechanisms. - Fixed definition of glutBitmapWidth to match header file.
- Fixed definition of glutBitmapWidth to match header
file.
- Does not turn visible() on when a window is iconized() - Does not turn visible() on when a window is iconized()
or if a modal window is shown and it's parent is or if a modal window is shown and it's parent is
iconized. This allows the code "while (w->visible() iconized. This allows the code "while (w->visible()
@ -455,11 +450,9 @@ CHANGES IN FLTK 1.0.8
- Menus now draw properly with a box type of - Menus now draw properly with a box type of
FL_FLAT_BOX. FL_FLAT_BOX.
- Cygwin fixes to compile in POSIX mode. - Cygwin fixes to compile in POSIX mode.
- Fl_Value_Input callback can call value() or - Fl_Value_Input callback can call value() or destructor.
destructor.
- OpenGL overlays now work under Windows NT! - OpenGL overlays now work under Windows NT!
- Fl_Slider and Fl_Scrollbar could cause a divide by - Fl_Slider and Fl_Scrollbar could cause a divide by zero.
zero.
- Clicking in an Fl_Input field no longer selects the - Clicking in an Fl_Input field no longer selects the
whole field, it just moves the text cursor. whole field, it just moves the text cursor.
- Tru64 UNIX fixes for filename_list() - Tru64 UNIX fixes for filename_list()

View File

@ -1,6 +1,6 @@
Changes in FLTK 1.1, up to FLTK 1.1.10 (December 27, 2009) Changes in FLTK 1.1, up to FLTK 1.1.10 (December 27, 2009)
CHANGES IN FLTK 1.1.10 Dec 27, 2009 CHANGES IN FLTK 1.1.10 RELEASED: Dec 27, 2009
- Widgets now remove stale entries from the default callback - Widgets now remove stale entries from the default callback
queue when they are deleted (STR #2302) queue when they are deleted (STR #2302)
@ -234,16 +234,13 @@ CHANGES IN FLTK 1.1.8 RELEASED: Mar 27 2008
sticky tooltips (STR #1463, STR #449) sticky tooltips (STR #1463, STR #449)
- Added Fl::scrollbar_size() methods that are used by all - Added Fl::scrollbar_size() methods that are used by all
of the scrollbar-using widgets (STR #1500) of the scrollbar-using widgets (STR #1500)
- fl_read_image() was broken on Intel-based Macs (STR - fl_read_image() was broken on Intel-based Macs (STR #1490)
#1490)
- Fl_Progress was using the wrong width to calculate - Fl_Progress was using the wrong width to calculate
progress (STR #1492) progress (STR #1492)
- Fl::x(), Fl::y(), Fl::w(), and Fl::h() did not report - Fl::x(), Fl::y(), Fl::w(), and Fl::h() did not report
the desktop work area on X11 (STR #1482) the desktop work area on X11 (STR #1482)
- Shortcut events could be sent to the wrong window (STR - Shortcut events could be sent to the wrong window (STR #1451)
#1451) - Fl_Spinner did not handle the arrow keys properly (STR #1476)
- Fl_Spinner did not handle the arrow keys properly (STR
#1476)
- Fl_File_Browser did not calculate the width of - Fl_File_Browser did not calculate the width of
directory items correctly (STR #1469, STR #1470) directory items correctly (STR #1469, STR #1470)
- Fl_Pack incorrectly started widgets at an offset of 1/2 - Fl_Pack incorrectly started widgets at an offset of 1/2
@ -256,8 +253,7 @@ CHANGES IN FLTK 1.1.8 RELEASED: Mar 27 2008
- The demo master test program now supports scheme - The demo master test program now supports scheme
selection and all demos use it (STR #1459) selection and all demos use it (STR #1459)
- fl_arc() and fl_pie() did not draw properly on WIN32 - fl_arc() and fl_pie() did not draw properly on WIN32
when the start and end points were identical (STR when the start and end points were identical (STR #1461)
#1461)
- Fl_Input and Fl_Text_Editor now hide the mouse pointer - Fl_Input and Fl_Text_Editor now hide the mouse pointer
when typing into them (STR #1466) when typing into them (STR #1466)
- Implemented alpha blending for Quartz, WIN32, and X11 - Implemented alpha blending for Quartz, WIN32, and X11
@ -2657,4 +2653,3 @@ CHANGES IN FLTK 1.1.0b1
WIN32 unless an OpenGL overlay is being used. This WIN32 unless an OpenGL overlay is being used. This
should make non-overlay displays faster when a cursor should make non-overlay displays faster when a cursor
is set. is set.

View File

@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Configuration file for the Fast Light Tool Kit (FLTK). * Configuration file for the Fast Light Tool Kit (FLTK).
* *
* Copyright 1998-2020 by Bill Spitzak and others. * Copyright 1998-2020 by Bill Spitzak and others.
@ -11,9 +9,9 @@
* *
* https://www.fltk.org/COPYING.php * https://www.fltk.org/COPYING.php
* *
* Please report all bugs and problems on the following page: * Please see the following page on how to report bugs and issues:
* *
* https://www.fltk.org/str.php * https://www.fltk.org/bugs.php
*/ */
/* /*
@ -25,7 +23,3 @@
/* define FL_ABI_VERSION as 10x0y for FLTK ABI version 1.x.y */ /* define FL_ABI_VERSION as 10x0y for FLTK ABI version 1.x.y */
/* #undef FL_ABI_VERSION */ /* #undef FL_ABI_VERSION */
/*
* End of "$Id$".
*/

View File

@ -36,7 +36,3 @@ if (CMAKE_CROSSCOMPILING)
else () else ()
set (FLTK_FLUID_EXECUTABLE fluid) set (FLTK_FLUID_EXECUTABLE fluid)
endif (CMAKE_CROSSCOMPILING) endif (CMAKE_CROSSCOMPILING)
#
# End of file
#

View File

@ -13,7 +13,3 @@ message(AUTHOR_WARNING
* or later. Please use 'include_directories(\${FLTK_INCLUDE_DIRS})' or * or later. Please use 'include_directories(\${FLTK_INCLUDE_DIRS})' or
* 'target_include_directories(<target> PUBLIC|PRIVATE \${FLTK_INCLUDE_DIRS})' * 'target_include_directories(<target> PUBLIC|PRIVATE \${FLTK_INCLUDE_DIRS})'
* instead of 'include(\${FLTK_USE_FILE})'.") * instead of 'include(\${FLTK_USE_FILE})'.")
#
# End of file
#

View File

@ -1,6 +1,4 @@
# #
# "$Id$"
#
# android.cmake to build the FLTK AndroidStudio project using CMake # android.cmake to build the FLTK AndroidStudio project using CMake
# Written by Matthias Melcher # Written by Matthias Melcher
# #
@ -10,11 +8,11 @@
# the file "COPYING" which should have been included with this file. If this # the file "COPYING" which should have been included with this file. If this
# file is missing or damaged, see the license at: # file is missing or damaged, see the license at:
# #
# http://www.fltk.org/COPYING.php # https://www.fltk.org/COPYING.php
# #
# Please report all bugs and problems on the following page: # Please see the following page on how to report bugs and issues:
# #
# http://www.fltk.org/str.php # https://www.fltk.org/bugs.php
# #
# all target modules will be added here later # all target modules will be added here later

View File

@ -1,6 +1,4 @@
# #
# "$Id$"
#
# Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org) # Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org)
# Written by Michael Surette # Written by Michael Surette
# #
@ -10,11 +8,11 @@
# the file "COPYING" which should have been included with this file. If this # the file "COPYING" which should have been included with this file. If this
# file is missing or damaged, see the license at: # file is missing or damaged, see the license at:
# #
# http://www.fltk.org/COPYING.php # https://www.fltk.org/COPYING.php
# #
# Please report all bugs and problems on the following page: # Please see the following page on how to report bugs and issues:
# #
# http://www.fltk.org/str.php # https://www.fltk.org/bugs.php
# #
####################################################################### #######################################################################

View File

@ -1,6 +1,4 @@
# #
# "$Id$"
#
# Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org) # Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org)
# Written by Michael Surette # Written by Michael Surette
# #
@ -10,11 +8,11 @@
# the file "COPYING" which should have been included with this file. If this # the file "COPYING" which should have been included with this file. If this
# file is missing or damaged, see the license at: # file is missing or damaged, see the license at:
# #
# http://www.fltk.org/COPYING.php # https://www.fltk.org/COPYING.php
# #
# Please report all bugs and problems on the following page: # Please see the following page on how to report bugs and issues:
# #
# http://www.fltk.org/str.php # https://www.fltk.org/bugs.php
# #
####################################################################### #######################################################################

View File

@ -1,6 +1,4 @@
# #
# "$Id$"
#
# Macros used by the CMake build system for the Fast Light Tool Kit (FLTK). # Macros used by the CMake build system for the Fast Light Tool Kit (FLTK).
# Written by Michael Surette # Written by Michael Surette
# #
@ -10,11 +8,11 @@
# the file "COPYING" which should have been included with this file. If this # the file "COPYING" which should have been included with this file. If this
# file is missing or damaged, see the license at: # file is missing or damaged, see the license at:
# #
# http://www.fltk.org/COPYING.php # https://www.fltk.org/COPYING.php
# #
# Please report all bugs and problems on the following page: # Please see the following page on how to report bugs and issues:
# #
# http://www.fltk.org/str.php # https://www.fltk.org/bugs.php
# #
####################################################################### #######################################################################

View File

@ -1,6 +1,4 @@
# #
# "$Id$"
#
# Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org) # Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org)
# Written by Michael Surette # Written by Michael Surette
# #
@ -12,9 +10,9 @@
# #
# https://www.fltk.org/COPYING.php # https://www.fltk.org/COPYING.php
# #
# Please report all bugs and problems on the following page: # Please see the following page on how to report bugs and issues:
# #
# https://www.fltk.org/str.php # https://www.fltk.org/bugs.php
# #
set (DEBUG_OPTIONS_CMAKE 0) set (DEBUG_OPTIONS_CMAKE 0)

View File

@ -1,6 +1,4 @@
# #
# "$Id$"
#
# Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org) # Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org)
# Written by Michael Surette # Written by Michael Surette
# #
@ -10,11 +8,11 @@
# the file "COPYING" which should have been included with this file. If this # the file "COPYING" which should have been included with this file. If this
# file is missing or damaged, see the license at: # file is missing or damaged, see the license at:
# #
# http://www.fltk.org/COPYING.php # https://www.fltk.org/COPYING.php
# #
# Please report all bugs and problems on the following page: # Please see the following page on how to report bugs and issues:
# #
# http://www.fltk.org/str.php # https://www.fltk.org/bugs.php
# #
####################################################################### #######################################################################
@ -285,7 +283,3 @@ endif (DOXYGEN_FOUND)
# Cleanup: unset local variables # Cleanup: unset local variables
unset (CMAKE_REQUIRED_QUIET) unset (CMAKE_REQUIRED_QUIET)
#
# End of "$Id$".
#

View File

@ -1,6 +1,4 @@
# #
# "$Id$"
#
# CMakeLists.txt to build the FLTK project using CMake (www.cmake.org) # CMakeLists.txt to build the FLTK project using CMake (www.cmake.org)
# Written by Michael Surette # Written by Michael Surette
# #
@ -10,11 +8,11 @@
# the file "COPYING" which should have been included with this file. If this # the file "COPYING" which should have been included with this file. If this
# file is missing or damaged, see the license at: # file is missing or damaged, see the license at:
# #
# http://www.fltk.org/COPYING.php # https://www.fltk.org/COPYING.php
# #
# Please report all bugs and problems on the following page: # Please see the following page on how to report bugs and issues:
# #
# http://www.fltk.org/str.php # https://www.fltk.org/bugs.php
# #
####################################################################### #######################################################################

View File

@ -1,6 +1,4 @@
# #
# "$Id$"
#
# This file sets variables for common use in export.cmake and install.cmake # This file sets variables for common use in export.cmake and install.cmake
# Written by Michael Surette # Written by Michael Surette
# #
@ -10,11 +8,11 @@
# the file "COPYING" which should have been included with this file. If this # the file "COPYING" which should have been included with this file. If this
# file is missing or damaged, see the license at: # file is missing or damaged, see the license at:
# #
# http://www.fltk.org/COPYING.php # https://www.fltk.org/COPYING.php
# #
# Please report all bugs and problems on the following page: # Please see the following page on how to report bugs and issues:
# #
# http://www.fltk.org/str.php # https://www.fltk.org/bugs.php
# #
####################################################################### #######################################################################

View File

@ -1,6 +1,4 @@
# #
# "$Id$"
#
# Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org) # Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org)
# Written by Michael Surette # Written by Michael Surette
# #
@ -10,11 +8,11 @@
# the file "COPYING" which should have been included with this file. If this # the file "COPYING" which should have been included with this file. If this
# file is missing or damaged, see the license at: # file is missing or damaged, see the license at:
# #
# http://www.fltk.org/COPYING.php # https://www.fltk.org/COPYING.php
# #
# Please report all bugs and problems on the following page: # Please see the following page on how to report bugs and issues:
# #
# http://www.fltk.org/str.php # https://www.fltk.org/bugs.php
# #
# Prevent annoying warning under Cygwin; this must be before project(). # Prevent annoying warning under Cygwin; this must be before project().

View File

@ -14,7 +14,7 @@ exceptions:
contributed to the FLTK project - send all contributions contributed to the FLTK project - send all contributions
through the "Software Trouble Report" on the following page: through the "Software Trouble Report" on the following page:
http://www.fltk.org/str.php https://www.fltk.org/bugs.php
2. Widgets that are subclassed from FLTK widgets do not 2. Widgets that are subclassed from FLTK widgets do not
constitute a derivative work. constitute a derivative work.
@ -42,7 +42,7 @@ exceptions:
documentation to satisfy this requirement: documentation to satisfy this requirement:
[program/widget] is based in part on the work of [program/widget] is based in part on the work of
the FLTK project (http://www.fltk.org). the FLTK project (https://www.fltk.org).
----------------------------------------------------------------------- -----------------------------------------------------------------------

View File

@ -6,7 +6,7 @@ CREDITS.txt - Fast Light Tool Kit (FLTK) Version 1.4.0
but we've forgotten you here, please use the report on the but we've forgotten you here, please use the report on the
following page, and we'll update this file accordingly: following page, and we'll update this file accordingly:
https://www.fltk.org/str.php https://www.fltk.org/bugs.php
CORE DEVELOPERS CORE DEVELOPERS

View File

@ -9,7 +9,7 @@ SET (DROP_LOCATION "/cgi-bin/HTTPUploadDartFile.cgi")
SET (TRIGGER_SITE "http://${DROP_SITE}/cgi-bin/Submit-Fltk-TestingResults.pl") SET (TRIGGER_SITE "http://${DROP_SITE}/cgi-bin/Submit-Fltk-TestingResults.pl")
# Project Home Page # Project Home Page
SET (PROJECT_URL "http://www.fltk.org") SET (PROJECT_URL "https://www.fltk.org")
# Dart server configuration # Dart server configuration
SET (ROLLUP_URL "http://${DROP_SITE}/cgi-bin/fltk-rollup-dashboard.sh") SET (ROLLUP_URL "http://${DROP_SITE}/cgi-bin/fltk-rollup-dashboard.sh")
@ -17,7 +17,7 @@ SET (CVS_WEB_URL "http://cvs.sourceforge.net/viewcvs.py/fltk/fltk/")
SET (CVS_WEB_CVSROOT "fltk") SET (CVS_WEB_CVSROOT "fltk")
SET (USE_GNATS "On") SET (USE_GNATS "On")
SET (GNATS_WEB_URL "http://www.fltk.org/str.php") SET (GNATS_WEB_URL "https://www.fltk.org/bugs.php")
# Continuous email delivery variables # Continuous email delivery variables
SET (CONTINUOUS_FROM "fltk-dashboard@public.kitware.com") SET (CONTINUOUS_FROM "fltk-dashboard@public.kitware.com")

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Enumerations for the Fast Light Tool Kit (FLTK). // Enumerations for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2020 by Bill Spitzak and others. // Copyright 1998-2020 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/** \file /** \file
@ -1225,7 +1223,3 @@ enum Fl_Damage {
// FLTK 1.0.x compatibility definitions (FLTK_1_0_COMPAT) dropped in 1.4.0 // FLTK 1.0.x compatibility definitions (FLTK_1_0_COMPAT) dropped in 1.4.0
#endif #endif
//
// End of "$Id$".
//

10
FL/Fl.H
View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Main header file for the Fast Light Tool Kit (FLTK). // Main header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2020 by Bill Spitzak and others. // Copyright 1998-2020 by Bill Spitzak and others.
@ -11,9 +9,9 @@
// //
// https://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// https://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/** \file /** \file
@ -1459,7 +1457,3 @@ public:
/** @} */ /** @} */
#endif // !Fl_H #endif // !Fl_H
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Adjuster widget header file for the Fast Light Tool Kit (FLTK). // Adjuster widget header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -67,7 +65,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// BMP image header file for the Fast Light Tool Kit (FLTK). // BMP image header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2020 by Bill Spitzak and others. // Copyright 1998-2020 by Bill Spitzak and others.
@ -11,9 +9,9 @@
// //
// https://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// https://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -41,7 +39,3 @@ class FL_EXPORT Fl_BMP_Image : public Fl_RGB_Image {
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Bitmap header file for the Fast Light Tool Kit (FLTK). // Bitmap header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2017 by Bill Spitzak and others. // Copyright 1998-2017 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -62,7 +60,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Box header file for the Fast Light Tool Kit (FLTK). // Box header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -53,7 +51,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Browser header file for the Fast Light Tool Kit (FLTK). // Browser header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2016 by Bill Spitzak and others. // Copyright 1998-2016 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -330,7 +328,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Common browser header file for the Fast Light Tool Kit (FLTK). // Common browser header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2016 by Bill Spitzak and others. // Copyright 1998-2016 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -379,7 +377,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Button header file for the Fast Light Tool Kit (FLTK). // Button header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2014 by Bill Spitzak and others. // Copyright 1998-2014 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -170,7 +168,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Main header file for the Fast Light Tool Kit (FLTK). // Main header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2016 by Bill Spitzak and others. // Copyright 1998-2016 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -82,7 +80,3 @@ private:
# endif // FLTK_HAVE_CAIRO # endif // FLTK_HAVE_CAIRO
#endif // FL_CAIRO_H #endif // FL_CAIRO_H
//
// End of "$Id$" .
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Main header file for the Fast Light Tool Kit (FLTK). // Main header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2018 by Bill Spitzak and others. // Copyright 1998-2018 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -87,7 +85,3 @@ private:
# endif // FLTK_HAVE_CAIRO # endif // FLTK_HAVE_CAIRO
#endif // FL_CAIRO_WINDOW_H #endif // FL_CAIRO_WINDOW_H
//
// End of "$Id$" .
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Forms chart header file for the Fast Light Tool Kit (FLTK). // Forms chart header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -145,7 +143,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Fl_Check_Browser header file for the Fast Light Tool Kit (FLTK). // Fl_Check_Browser header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -114,7 +112,3 @@ public:
#endif // Fl_Check_Browser_H #endif // Fl_Check_Browser_H
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Check button header file for the Fast Light Tool Kit (FLTK). // Check button header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2014 by Bill Spitzak and others. // Copyright 1998-2014 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
#ifndef Fl_Check_Button_H #ifndef Fl_Check_Button_H
@ -33,7 +31,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Choice header file for the Fast Light Tool Kit (FLTK). // Choice header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -122,7 +120,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Clock header file for the Fast Light Tool Kit (FLTK). // Clock header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2017 by Bill Spitzak and others. // Copyright 1998-2017 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -163,7 +161,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Color chooser header file for the Fast Light Tool Kit (FLTK). // Color chooser header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2019 by Bill Spitzak and others. // Copyright 1998-2019 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/** \file /** \file
@ -190,7 +188,3 @@ FL_EXPORT int fl_color_chooser(const char* name, double& r, double& g, double& b
FL_EXPORT int fl_color_chooser(const char* name, uchar& r, uchar& g, uchar& b, int m=-1); FL_EXPORT int fl_color_chooser(const char* name, uchar& r, uchar& g, uchar& b, int m=-1);
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Copy-to-clipboard code for the Fast Light Tool Kit (FLTK). // Copy-to-clipboard code for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2014 by Bill Spitzak and others. // Copyright 1998-2014 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
#ifndef Fl_Copy_Surface_H #ifndef Fl_Copy_Surface_H
@ -108,7 +106,3 @@ protected:
*/ */
#endif // Fl_Copy_Surface_H #endif // Fl_Copy_Surface_H
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Counter header file for the Fast Light Tool Kit (FLTK). // Counter header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -109,7 +107,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Definition of classes Fl_Surface_Device, Fl_Display_Device // Definition of classes Fl_Surface_Device, Fl_Display_Device
// for the Fast Light Tool Kit (FLTK). // for the Fast Light Tool Kit (FLTK).
// //
@ -10,11 +8,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/** \file Fl_Device.H /** \file Fl_Device.H
@ -130,7 +128,3 @@ public:
}; };
#endif // Fl_Device_H #endif // Fl_Device_H
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Dial header file for the Fast Light Tool Kit (FLTK). // Dial header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -82,7 +80,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Double-buffered window header file for the Fast Light Tool Kit (FLTK). // Double-buffered window header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -65,7 +63,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
/* /*
* "$Id$"
*
* Windows DLL export . * Windows DLL export .
* *
* Copyright 1998-2018 by Bill Spitzak and others. * Copyright 1998-2018 by Bill Spitzak and others.
@ -9,11 +7,11 @@
* the file "COPYING" which should have been included with this file. If this * the file "COPYING" which should have been included with this file. If this
* file is missing or damaged, see the license at: * file is missing or damaged, see the license at:
* *
* http://www.fltk.org/COPYING.php * https://www.fltk.org/COPYING.php
* *
* Please report all bugs and problems on the following page: * Please see the following page on how to report bugs and issues:
* *
* http://www.fltk.org/str.php * https://www.fltk.org/bugs.php
*/ */
#ifndef Fl_Export_H #ifndef Fl_Export_H
@ -36,7 +34,3 @@
# endif /* FL_DLL */ # endif /* FL_DLL */
#endif /* !Fl_Export_H */ #endif /* !Fl_Export_H */
/*
* End of "$Id$".
*/

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// FileBrowser definitions. // FileBrowser definitions.
// //
// Copyright 1999-2010 by Michael Sweet. // Copyright 1999-2010 by Michael Sweet.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -105,7 +103,3 @@ public:
}; };
#endif // !_Fl_File_Browser_H_ #endif // !_Fl_File_Browser_H_
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Fl_File_Chooser dialog for the Fast Light Tool Kit (FLTK). // Fl_File_Chooser dialog for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2015 by Bill Spitzak and others. // Copyright 1998-2015 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
// ======================================================================= // =======================================================================
// DO NOT EDIT FL/Fl_File_Chooser.H and src/Fl_File_Chooser.cxx !!! // DO NOT EDIT FL/Fl_File_Chooser.H and src/Fl_File_Chooser.cxx !!!
@ -239,7 +237,3 @@ FL_EXPORT char *fl_file_chooser(const char *message,const char *pat,const char *
FL_EXPORT void fl_file_chooser_callback(void (*cb)(const char*)); FL_EXPORT void fl_file_chooser_callback(void (*cb)(const char*));
FL_EXPORT void fl_file_chooser_ok_label(const char*l); FL_EXPORT void fl_file_chooser_ok_label(const char*l);
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Fl_File_Icon definitions. // Fl_File_Icon definitions.
// //
// Copyright 1999-2010 by Michael Sweet. // Copyright 1999-2010 by Michael Sweet.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -153,7 +151,3 @@ class FL_EXPORT Fl_File_Icon { //// Icon data
}; };
#endif // !_Fl_Fl_File_Icon_H_ #endif // !_Fl_Fl_File_Icon_H_
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// File_Input header file for the Fast Light Tool Kit (FLTK). // File_Input header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -10,11 +8,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -102,8 +100,3 @@ public:
}; };
#endif // !Fl_File_Input_H #endif // !Fl_File_Input_H
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Filled dial header file for the Fast Light Tool Kit (FLTK). // Filled dial header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -32,7 +30,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Filled slider header file for the Fast Light Tool Kit (FLTK). // Filled slider header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -31,7 +29,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Floating point input header file for the Fast Light Tool Kit (FLTK). // Floating point input header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2011 by Bill Spitzak and others. // Copyright 1998-2011 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -41,7 +39,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Forms bitmap header file for the Fast Light Tool Kit (FLTK). // Forms bitmap header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -41,7 +39,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Forms pixmap header file for the Fast Light Tool Kit (FLTK). // Forms pixmap header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -48,7 +46,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Forms free header file for the Fast Light Tool Kit (FLTK). // Forms free header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -74,7 +72,3 @@ public:
#define FL_THAW 104 /**< for backward compatibility [UNUSED]*/ #define FL_THAW 104 /**< for backward compatibility [UNUSED]*/
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// GIF image header file for the Fast Light Tool Kit (FLTK). // GIF image header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2020 by Bill Spitzak and others. // Copyright 1998-2020 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -42,7 +40,3 @@ protected:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// OpenGL header file for the Fast Light Tool Kit (FLTK). // OpenGL header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2016 by Bill Spitzak and others. // Copyright 1998-2016 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -244,7 +242,3 @@ public:
}; };
#endif // Fl_Gl_Window_H #endif // Fl_Gl_Window_H
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Definition of classes Fl_Graphics_Driver, Fl_Surface_Device, Fl_Display_Device // Definition of classes Fl_Graphics_Driver, Fl_Surface_Device, Fl_Display_Device
// for the Fast Light Tool Kit (FLTK). // for the Fast Light Tool Kit (FLTK).
// //
@ -10,11 +8,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/** /**
@ -492,7 +490,3 @@ protected:
\} \}
\endcond \endcond
*/ */
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Group header file for the Fast Light Tool Kit (FLTK). // Group header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2017 by Bill Spitzak and others. // Copyright 1998-2017 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -228,7 +226,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Fl_Help_Dialog dialog for the Fast Light Tool Kit (FLTK). // Fl_Help_Dialog dialog for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2015 by Bill Spitzak and others. // Copyright 1998-2015 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
// ======================================================================== // ========================================================================
// DO NOT EDIT FL/Fl_Help_Dialog.H and src/Fl_Help_Dialog.cxx !!! // DO NOT EDIT FL/Fl_Help_Dialog.H and src/Fl_Help_Dialog.cxx !!!
@ -84,7 +82,3 @@ public:
int y(); int y();
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Help Viewer widget definitions. // Help Viewer widget definitions.
// //
// Copyright 1997-2010 by Easy Software Products. // Copyright 1997-2010 by Easy Software Products.
@ -10,11 +8,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -381,7 +379,3 @@ public:
}; };
#endif // !Fl_Help_View_H #endif // !Fl_Help_View_H
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Hold browser header file for the Fast Light Tool Kit (FLTK). // Hold browser header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -49,7 +47,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Horizontal fill slider header file for the Fast Light Tool Kit (FLTK). // Horizontal fill slider header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -30,7 +28,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Horizontal "nice" slider header file for the Fast Light Tool Kit (FLTK). // Horizontal "nice" slider header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -30,7 +28,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Horizontal slider header file for the Fast Light Tool Kit (FLTK). // Horizontal slider header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2011 by Bill Spitzak and others. // Copyright 1998-2011 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -39,7 +37,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Horizontal value slider header file for the Fast Light Tool Kit (FLTK). // Horizontal value slider header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -30,7 +28,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Image header file for the Fast Light Tool Kit (FLTK). // Image header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2017 by Bill Spitzak and others. // Copyright 1998-2017 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/** \file /** \file
@ -343,7 +341,3 @@ public:
}; };
#endif // !Fl_Image_H #endif // !Fl_Image_H
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Draw-to-image code for the Fast Light Tool Kit (FLTK). // Draw-to-image code for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2016 by Bill Spitzak and others. // Copyright 1998-2016 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
#ifndef Fl_Image_Surface_H #ifndef Fl_Image_Surface_H
@ -125,7 +123,3 @@ protected:
*/ */
#endif // Fl_Image_Surface_H #endif // Fl_Image_Surface_H
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Input header file for the Fast Light Tool Kit (FLTK). // Input header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -265,7 +263,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Input base class header file for the Fast Light Tool Kit (FLTK). // Input base class header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2015 by Bill Spitzak and others. // Copyright 1998-2015 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -497,7 +495,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// An input/chooser widget. // An input/chooser widget.
// ______________ ____ // ______________ ____
// | || __ | // | || __ |
@ -14,11 +12,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -184,7 +182,3 @@ public:
}; };
#endif // !Fl_Input_Choice_H #endif // !Fl_Input_Choice_H
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Integer input header file for the Fast Light Tool Kit (FLTK). // Integer input header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -40,7 +38,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// JPEG image header file for the Fast Light Tool Kit (FLTK). // JPEG image header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -43,7 +41,3 @@ protected:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Lighted button header file for the Fast Light Tool Kit (FLTK). // Lighted button header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -44,7 +42,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Line dial header file for the Fast Light Tool Kit (FLTK). // Line dial header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -30,7 +28,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Old menu header file for the Fast Light Tool Kit (FLTK). // Old menu header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,16 +7,12 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
// this include file is for back compatibility only // this include file is for back compatibility only
#include "Fl_Menu_Item.H" #include "Fl_Menu_Item.H"
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Menu base class header file for the Fast Light Tool Kit (FLTK). // Menu base class header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2019 by Bill Spitzak and others. // Copyright 1998-2019 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -204,7 +202,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Menu bar header file for the Fast Light Tool Kit (FLTK). // Menu bar header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2017 by Bill Spitzak and others. // Copyright 1998-2017 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -96,7 +94,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Menu button header file for the Fast Light Tool Kit (FLTK). // Menu button header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -79,7 +77,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Menu item header file for the Fast Light Tool Kit (FLTK). // Menu item header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
#ifndef Fl_Menu_Item_H #ifndef Fl_Menu_Item_H
@ -442,7 +440,3 @@ enum { // back-compatibility enum:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Menu window header file for the Fast Light Tool Kit (FLTK). // Menu window header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -51,7 +49,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Multi browser header file for the Fast Light Tool Kit (FLTK). // Multi browser header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -52,7 +50,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Multi-label header file for the Fast Light Tool Kit (FLTK). // Multi-label header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2015 by Bill Spitzak and others. // Copyright 1998-2015 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
#ifndef Fl_Multi_Label_H #ifndef Fl_Multi_Label_H
@ -96,7 +94,3 @@ struct FL_EXPORT Fl_Multi_Label {
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Multiline input header file for the Fast Light Tool Kit (FLTK). // Multiline input header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2011 by Bill Spitzak and others. // Copyright 1998-2011 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -54,7 +52,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Multi line output header file for the Fast Light Tool Kit (FLTK). // Multi line output header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2011 by Bill Spitzak and others. // Copyright 1998-2011 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -50,7 +48,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// FLTK native OS file chooser widget // FLTK native OS file chooser widget
// //
// Copyright 1998-2016 by Bill Spitzak and others. // Copyright 1998-2016 by Bill Spitzak and others.
@ -10,11 +8,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/** \file /** \file
@ -272,7 +270,3 @@ public:
#endif /*FL_NATIVE_FILE_CHOOSER_H*/ #endif /*FL_NATIVE_FILE_CHOOSER_H*/
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// "Nice" slider header file for the Fast Light Tool Kit (FLTK). // "Nice" slider header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -30,7 +28,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Old Fl_Object header file for the Fast Light Tool Kit (FLTK). // Old Fl_Object header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
// This file is provided for back compatibility only. Please use Fl_Widget // This file is provided for back compatibility only. Please use Fl_Widget
@ -21,7 +19,3 @@
#define Fl_Object Fl_Widget #define Fl_Object Fl_Widget
#endif #endif
#include "Fl_Widget.H" #include "Fl_Widget.H"
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Output header file for the Fast Light Tool Kit (FLTK). // Output header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2011 by Bill Spitzak and others. // Copyright 1998-2011 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -57,7 +55,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Overlay window header file for the Fast Light Tool Kit (FLTK). // Overlay window header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -77,7 +75,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// PNG image header file for the Fast Light Tool Kit (FLTK). // PNG image header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -40,7 +38,3 @@ private:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// PNM image header file for the Fast Light Tool Kit (FLTK). // PNM image header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -37,7 +35,3 @@ class FL_EXPORT Fl_PNM_Image : public Fl_RGB_Image {
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Pack header file for the Fast Light Tool Kit (FLTK). // Pack header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2020 by Bill Spitzak and others. // Copyright 1998-2020 by Bill Spitzak and others.
@ -11,9 +9,9 @@
// //
// https://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// https://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -93,7 +91,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Printing support for the Fast Light Tool Kit (FLTK). // Printing support for the Fast Light Tool Kit (FLTK).
// //
// Copyright 2010-2016 by Bill Spitzak and others. // Copyright 2010-2016 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/** \file Fl_Paged_Device.H /** \file Fl_Paged_Device.H
@ -128,7 +126,3 @@ public:
#endif // Fl_Paged_Device_H #endif // Fl_Paged_Device_H
//
// End of "$Id$"
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Pixmap header file for the Fast Light Tool Kit (FLTK). // Pixmap header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2017 by Bill Spitzak and others. // Copyright 1998-2017 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -77,7 +75,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// A Plugin system for FLTK, implemented in Fl_Preferences.cxx. // A Plugin system for FLTK, implemented in Fl_Preferences.cxx.
// //
// Copyright 2002-2010 by Matthias Melcher. // Copyright 2002-2010 by Matthias Melcher.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -89,7 +87,3 @@ public:
#endif // !Fl_Preferences_H #endif // !Fl_Preferences_H
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Positioner header file for the Fast Light Tool Kit (FLTK). // Positioner header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -88,7 +86,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Support for graphics output to PostScript file for the Fast Light Tool Kit (FLTK). // Support for graphics output to PostScript file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 2010-2020 by Bill Spitzak and others. // Copyright 2010-2020 by Bill Spitzak and others.
@ -11,9 +9,9 @@
// //
// https://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// https://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/** \file Fl_PostScript.H /** \file Fl_PostScript.H
@ -368,7 +366,3 @@ public:
}; };
#endif // Fl_PostScript_H #endif // Fl_PostScript_H
//
// End of "$Id$"
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Preferences implementation for the Fast Light Tool Kit (FLTK). // Preferences implementation for the Fast Light Tool Kit (FLTK).
// //
// Copyright 2002-2010 by Matthias Melcher. // Copyright 2002-2010 by Matthias Melcher.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -310,7 +308,3 @@ protected:
}; };
#endif // !Fl_Preferences_H #endif // !Fl_Preferences_H
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Printing support for the Fast Light Tool Kit (FLTK). // Printing support for the Fast Light Tool Kit (FLTK).
// //
// Copyright 2010-2016 by Bill Spitzak and others. // Copyright 2010-2016 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/** \file Fl_Printer.H /** \file Fl_Printer.H
@ -137,7 +135,3 @@ public:
}; };
#endif // Fl_Printer_H #endif // Fl_Printer_H
//
// End of "$Id$"
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Progress bar widget definitions. // Progress bar widget definitions.
// //
// Copyright 2000-2010 by Michael Sweet. // Copyright 2000-2010 by Michael Sweet.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -66,7 +64,3 @@ class FL_EXPORT Fl_Progress : public Fl_Widget {
}; };
#endif // !_Fl_Progress_H_ #endif // !_Fl_Progress_H_
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// RGB Image header file for the Fast Light Tool Kit (FLTK). // RGB Image header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2010 by Bill Spitzak and others.
@ -9,18 +7,14 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
#ifndef Fl_RGB_Image_H #ifndef Fl_RGB_Image_H
# define Fl_RGB_Image_H # define Fl_RGB_Image_H
# include "Fl_Image.H" # include "Fl_Image.H"
#endif // !Fl_RGB_Image_H #endif // !Fl_RGB_Image_H
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Radio button header file for the Fast Light Tool Kit (FLTK). // Radio button header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2014 by Bill Spitzak and others. // Copyright 1998-2014 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -30,7 +28,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

View File

@ -1,6 +1,4 @@
// //
// "$Id$"
//
// Radio light button header file for the Fast Light Tool Kit (FLTK). // Radio light button header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2014 by Bill Spitzak and others. // Copyright 1998-2014 by Bill Spitzak and others.
@ -9,11 +7,11 @@
// the file "COPYING" which should have been included with this file. If this // the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at: // file is missing or damaged, see the license at:
// //
// http://www.fltk.org/COPYING.php // https://www.fltk.org/COPYING.php
// //
// Please report all bugs and problems on the following page: // Please see the following page on how to report bugs and issues:
// //
// http://www.fltk.org/str.php // https://www.fltk.org/bugs.php
// //
/* \file /* \file
@ -30,7 +28,3 @@ public:
}; };
#endif #endif
//
// End of "$Id$".
//

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