mirror of
https://github.com/fltk/fltk.git
synced 2026-05-30 04:55:29 +08:00
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:
Executable → Regular
+3
-9
@@ -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$".
|
|
||||||
#
|
|
||||||
|
|||||||
+9
-16
@@ -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()
|
||||||
|
|||||||
+5
-10
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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$".
|
|
||||||
*/
|
|
||||||
|
|||||||
@@ -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
|
|
||||||
#
|
|
||||||
|
|||||||
@@ -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
|
|
||||||
#
|
|
||||||
|
|||||||
+3
-5
@@ -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
|
||||||
|
|||||||
+3
-5
@@ -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
|
||||||
#
|
#
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|||||||
+3
-5
@@ -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
|
||||||
#
|
#
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|||||||
+3
-5
@@ -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
|
||||||
#
|
#
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|||||||
+2
-4
@@ -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)
|
||||||
|
|||||||
@@ -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$".
|
|
||||||
#
|
|
||||||
|
|||||||
+3
-5
@@ -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
|
||||||
#
|
#
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|||||||
@@ -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
|
||||||
#
|
#
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|||||||
+3
-5
@@ -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().
|
||||||
|
|||||||
@@ -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).
|
||||||
|
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -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
|
||||||
|
|||||||
+2
-2
@@ -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")
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+2
-8
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$" .
|
|
||||||
//
|
|
||||||
|
|||||||
@@ -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$" .
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|||||||
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
*/
|
|
||||||
|
|||||||
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-10
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
+3
-9
@@ -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$".
|
|
||||||
//
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user