Copyright updates and prep for 1.1.5rc1.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3391 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
6bed8ffce8
commit
a3d0905c9e
649
ANNOUNCEMENT
649
ANNOUNCEMENT
@ -1,238 +1,151 @@
|
||||
----TEXT----
|
||||
|
||||
The second release candidate for FLTK 1.1.4 is now available for
|
||||
download and testing. You now have until August 12th, 2003 to
|
||||
The first release candidate for FLTK 1.1.5 is now available for
|
||||
download and testing. You now have until April 25th, 2004 to
|
||||
report any problems with this release candidate using the
|
||||
software trouble report form at the following URL:
|
||||
|
||||
http://www.fltk.org/str.php
|
||||
|
||||
If no priority 4 or 5 STRs are received and confirmed before
|
||||
this date, FLTK 1.1.4 will be released.
|
||||
this date, FLTK 1.1.5 will be released.
|
||||
|
||||
Note: Since problems reported on the FLTK newsgroups or mailing
|
||||
lists are *not* automatically entered as STRs, it is important
|
||||
lists are *not* automatically entered as STRs, it is imperative
|
||||
that you report any problems using the STR form.
|
||||
|
||||
---- Draft FLTK 1.1.4 Release Announcement ----
|
||||
---- Draft FLTK 1.1.5 Release Announcement ----
|
||||
|
||||
The FLTK Team is proud to announce the release of FLTK 1.1.4,
|
||||
The FLTK Team is proud to announce the release of FLTK 1.1.5,
|
||||
a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
|
||||
Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides
|
||||
modern GUI functionality without the bloat and supports 3D
|
||||
graphics via OpenGL(r) and its built-in GLUT emulation.
|
||||
|
||||
The FLTK 1.1.4 release is primarily a bug-fix release including
|
||||
fixes to FLUID and the Fl_File_Chooser, Fl_Help_View,
|
||||
Fl_Text_Display, and Fl_Text_Editor widgets. The new release
|
||||
also adds a find method to Fl_Help_View.
|
||||
The FLTK 1.1.5 release is primarily a bug-fix release including
|
||||
documentation updates, fixes for 64-bit platforms, FLUID,
|
||||
several widgets, and GLUT emulation, and fixes for several
|
||||
platform-specific issues. The new release also adds project
|
||||
files for Visual C++.NET and supports KDE 3.x icons.
|
||||
|
||||
FLTK is provided under the GNU Library Public License with
|
||||
exceptions that allow for static linking.
|
||||
|
||||
Changes since FLTK 1.1.3 include:
|
||||
Changes since FLTK 1.1.4 include:
|
||||
|
||||
- The fl_read_image() function was not implemented on
|
||||
OSX (STR #161)
|
||||
- VC++ 7.1 didn't like how the copy operators were
|
||||
disabled for the Fl_Widget class; now include inline
|
||||
code which will never be used but makes VC++ happy
|
||||
(STR #156)
|
||||
- Fixed an IRIX compile problem caused by a missing
|
||||
#include (STR #157)
|
||||
- FLUID didn't write color/selection_color() calls using
|
||||
the symbolic names when possible, nor did it cast
|
||||
integer colors to Fl_Color (STR #146)
|
||||
- Fl_File_Chooser was very close for multiple file
|
||||
selection in large directories (STR #140)
|
||||
- Fl_Text_Display/Editor did not disable the current
|
||||
selection when focus was shifted to another widget
|
||||
(STR #131)
|
||||
- Fl_Choice didn't use the normal focus box when the
|
||||
plastic scheme was in use (STR #129)
|
||||
- Fl_Text_Editor didn't use selection_color()
|
||||
consistently (STR #130)
|
||||
- The fltk_forms, fltk_gl, and fltk_images DSO's and
|
||||
HP-UX shared libraries are now linked against the fltk
|
||||
shared library to provide complete dependency
|
||||
resolution (STR #118)
|
||||
- The configure.in file did not work with autoconf 2.57.
|
||||
- FLUID didn't redraw widgets when changing the X, Y, W,
|
||||
or H values in the widget panel (STR #120)
|
||||
- Fl_Window::show(argc, argv) wasn't calling
|
||||
Fl::get_system_colors() as documented (STR #119)
|
||||
- DSO (shared library) building wasn't quite right for
|
||||
some platforms (STR #118)
|
||||
- OSX: some changes to make ProjectBuilder compiles
|
||||
possible.
|
||||
- OSX: FLTK would not know where a window was positioned
|
||||
by the OS. As a result, popup menus could open at
|
||||
wrong positions.
|
||||
- Fl_Window::show(argc,argv) incorrectly opened the
|
||||
display prior to parsing the arguments; this prevented
|
||||
the "-display foo" option from working (STR #111)
|
||||
- Images were not clipped properly on MacOS X (STR #114)
|
||||
- Fl::reload_scheme() and Fl::scheme("foo") incorrectly
|
||||
called Fl::get_system_colors(). This prevented an
|
||||
application from setting its own color preferences
|
||||
(STR #115)
|
||||
- The 'Enter' key event on OS X would not set Fl::e_text
|
||||
(STR #???)
|
||||
- Changed behaviour of fluid to always paste into
|
||||
a selected group (STR #88)
|
||||
- Menuitem now changes font, even if fontsize
|
||||
is not set (STR #110)
|
||||
- Swapped shortcut labels in OS X (STR #86)
|
||||
- Non-square Fl_Dial would calculate angle from user
|
||||
input wrong (STR #101)
|
||||
- Updated documentatiopn of fl_draw (STR #94)
|
||||
and Fl_Menu_::add() (STR #99)
|
||||
- Fluid collapse triangle events were not offset by
|
||||
horizontal scroll (STR #106)
|
||||
- QuitAppleEvent now correctly returns from Fl::run()
|
||||
instead of just exiting (STR #87)
|
||||
- Hiding the first created OpenGL context was not
|
||||
possible. FLTK now manages a list of contexts (STR #77)
|
||||
- FLUID didn't keep the double/single buffer type for
|
||||
windows.
|
||||
- FLTK didn't work with Xft2.
|
||||
- OSX window resizing didn't work (STR #64)
|
||||
- Fixed MacOS X shared library generation (STR #51)
|
||||
- Several widgets defined their own size() method but
|
||||
didn't provide an inline method that mapped to the
|
||||
Fl_Widget::size() method (STR #62)
|
||||
- Fl_Scroll didn't provide its own clear() method, so
|
||||
calling clear() on a Fl_Scroll widget would also
|
||||
destroy the scrollbars (STR #75)
|
||||
- Fl::event_text() was sometimes initialized to NULL
|
||||
instead of an empty string (STR #70)
|
||||
- fl_draw() didn't properly handle a trailing escaped
|
||||
"@" character (STR #84)
|
||||
- Added documentation for all forms of
|
||||
Fl_Widget::damage() (STR #61)
|
||||
- Fl_Double_Window now has a type() value of
|
||||
FL_DOUBLE_WINDOW, to allow double-buffered windows to
|
||||
process redraws properly on WIN32 (STR #46)
|
||||
- Added FL_DAMAGE_USER1 and FL_DAMAGE_USER2 damage bits
|
||||
for use by widget developers (STR #57)
|
||||
- Fl_Help_View didn't support numeric character entities
|
||||
(STR #66)
|
||||
- Menu shortcuts didn't use the Mac key names under
|
||||
MacOS X (STR #71)
|
||||
- CodeWarrior Mac OS X updated to work with current
|
||||
CW8.3 (STR #34)
|
||||
- Apple-C/X/V/Z didn't work in the Fl_Input widget due
|
||||
to a bad mapping to control keys (STR #79)
|
||||
- Added the OSX-specific fl_open_callback() function to
|
||||
handle Open Documents messages from the Finder (STR
|
||||
#80)
|
||||
- The configure script contained erroneous whitespace in
|
||||
various tests which caused errors on some platforms
|
||||
(STR #60)
|
||||
- The fltk-config script still supported the deprecated
|
||||
--prefix and --exec-prefix options; dropped them since
|
||||
they serve no useful purpose and would never have
|
||||
worked for the intended purpose anyways... (STR #56)
|
||||
- fl_filename_list returned 0 on Win32 if no directory
|
||||
existed (STR #54)
|
||||
- Pressing 'home' after the last letter in a Text_Editor
|
||||
would move the cursor to pos 0 (STR #39)
|
||||
- Fl::get_key(x) would mix up Ctrl and Meta on OS X (STR
|
||||
#55)
|
||||
- The configure script used the wrong dynamic library
|
||||
linking command for OSX (STR #51)
|
||||
- The Fl_Text_Editor widget did not set changed() nor
|
||||
did it call the widget's callback function for
|
||||
FL_WHEN_CHANGED when processing characters that
|
||||
Fl::compose() handles (STR #52)
|
||||
- The file chooser did not reset the click count when
|
||||
changing directories; if you clicked on a file in the
|
||||
same position after changing directories with a
|
||||
double- click, the chooser treated it as a triple
|
||||
click (STR #27)
|
||||
- Symbols with outlines did not get drawn inactive.
|
||||
- The Fl_Help_View widget now provides a find() method
|
||||
to search for text within the page.
|
||||
- The Fl_Help_Dialog widget now provides a search box
|
||||
for entering text to search for.
|
||||
- The default font encoding on OSX did not match the
|
||||
default on WIN32 or X11.
|
||||
- Menu items were not drawn using the font specified in
|
||||
the Fl_Menu_Item structure (STR #30)
|
||||
- Long menus that were aligned such that the top of an
|
||||
item was exactly at the top of the screen would not
|
||||
scroll (STR #33)
|
||||
- The OS issues appendix incorrectly stated that MacOS
|
||||
8.6 and 9 were supported; they are not (STR #28)
|
||||
- Fixed handling of nested double-buffered windows (STR
|
||||
#1)
|
||||
- Showing a subwindow inside a hidden window would crash
|
||||
the application (STR #23)
|
||||
- OSX users couldn't enter some special chars when using
|
||||
some foreign key layouts (STR #32)
|
||||
- Hiding subwindows on OSX would hide the parent window
|
||||
(STR #22)
|
||||
- Added thin plastic box types.
|
||||
- Fl_Pack ignored the box() setting and cleared any
|
||||
unused areas to the widget color; it now only does so
|
||||
if the box() is set to something other than FL_NO_BOX.
|
||||
- Updated the Fl_Tabs widget to offset the first tab by
|
||||
the box dx value to avoid visual errors.
|
||||
- Updated the plastic up box to draw only a single
|
||||
border frame instead of the old double one for
|
||||
improved appearance.
|
||||
- Updated the default background color on OSX to provide
|
||||
better contrast.
|
||||
- Fl_Text_Display and friends now look for the next
|
||||
non-punctuation/space character for word boundaries
|
||||
(STR #26)
|
||||
- gl_font() didn't work properly for X11 when Xft was
|
||||
used (STR #12)
|
||||
- Fl_File_Browser incorrectly included "." on WIN32 (STR
|
||||
#9)
|
||||
- Include shellapi.h instead of ShellAPI.h in the WIN32
|
||||
drag-n-drop code in order to work with the MingW cross
|
||||
compiler (STR #6)
|
||||
- The cursor was not properly restored when doing
|
||||
drag-n-drop on X11 (STR #4)
|
||||
- Fl::remove_fd() didn't recalculate the highest file
|
||||
descriptor properly (STR #20)
|
||||
- Fl_Preferences::deleteGroup() didn't work properly
|
||||
(STR #13)
|
||||
- Fixed the fl_show_file_selector() function - it was
|
||||
copying using the wrong string size (STR #14)
|
||||
- fl_font() and fl_size() were not implemented on MacOS
|
||||
X.
|
||||
- Sorted the icon menu bar in fluid.
|
||||
- Fixed minor memory access complaints from Valgrind
|
||||
- Compiling src/flstring.h on OS X with BSD header would
|
||||
fail.
|
||||
- Fl_Text_Editor didn't scroll the buffer when the user
|
||||
pressed Ctrl+End or Ctrl+Home.
|
||||
- Fl_Text_Editor didn't show its cursor when the mouse
|
||||
was moved inside the window.
|
||||
- FLUID now uses an Fl_Text_Display widget for command
|
||||
output, which allows you to copy and paste text from
|
||||
command output into other windows.
|
||||
- Fl_Gl_Window could cause a bus error on MacOS X if the
|
||||
parent window was not yet shown.
|
||||
- FLUID could crash after displaying a syntax error
|
||||
dialog for the callback code.
|
||||
- FLUID would reset the callback code if you opened the
|
||||
widget panel for multiple widgets.
|
||||
- Added a NULL check to Fl_Text_Display (SF Bug #706921).
|
||||
- The fltk-config script placed the LDFLAGS at the wrong
|
||||
place in the linker options.
|
||||
- Fl_Text_Display didn't draw the outer box in the right
|
||||
dimensions, so it was invisible.
|
||||
- Fl_Help_Dialog used the same color for links as for
|
||||
the background, causing links to be invisible on pages
|
||||
without a background color set.
|
||||
- Documentation updates (STR #186, STR #245, STR #250,
|
||||
STR #277, STR #281, STR #328, STR #338)
|
||||
- fl_scroll() did not handle scrolling from off-screen on
|
||||
WIN32 (STR #315)
|
||||
- Fl_File_Chooser did not allow manual entry of a drive
|
||||
letter (STR #339)
|
||||
- Fl_Menu now uses the boxtype to redraw the menu
|
||||
background (STR #204)
|
||||
- Fl_Scroll now shows the background image when a framed
|
||||
box type is used and the Fl_Scroll is a direct
|
||||
decendent of a window (STR #205)
|
||||
- Added a new_directory_tooltip string pointer to allow
|
||||
localization of the file chooser's new directory
|
||||
button (STR #340)
|
||||
- Added Fl_Menu_::find_item() method (STR #316)
|
||||
- The Fl_Widget copy operator definitions were not
|
||||
conditionally compiled properly (STR #329)
|
||||
- FLUID's Layout functionality did not move child
|
||||
widgets when laying out group widgets (STR #319)
|
||||
- FLUID's Layout->Center In Group functionality did not
|
||||
properly handle widgets that were children of a
|
||||
Fl_Window widget (STR #318)
|
||||
- The Fl_Text_Display destructor did not remove the
|
||||
predelete callback associated with the current buffer
|
||||
(STR #332)
|
||||
- Fixed several bugs in the MacOS X Fl::add_fd()
|
||||
handling (STR #333, STR #337)
|
||||
- The Fl_Text_Display widget did not display selections
|
||||
set by the application (STR #322)
|
||||
- FLUID crashed if you did layout with a window widget
|
||||
(STR #317)
|
||||
- Fl_Scroll::clear() didn't remove the child widget from
|
||||
the Fl_Scroll widget (STR #327)
|
||||
- Fl_Value_Slider::draw_bg() didn't always apply the
|
||||
clipping rectangle (STR #235)
|
||||
- fl_filename_relative() returned the wrong string if
|
||||
the absolute pathname was equal to the current working
|
||||
directory (STR #224)
|
||||
- Fl_Help_Dialog didn't correctly restore the scroll
|
||||
position when going forward/back in the link history
|
||||
if the file changed (STR #218)
|
||||
- glutGetModifiers() did not mask off extra state bits,
|
||||
confusing some GLUT-based applications (STR #213)
|
||||
- Fixed mouse capture problems on MacOS X (STR #209, STR
|
||||
#229)
|
||||
- Fl_Sys_Menu_Bar is now built into the library for
|
||||
MacOS X (STR #229)
|
||||
- Fl_Menu_ now provides item_pathname() methods to get
|
||||
the "pathname" of a menu item, e.g. "File/Quit" (STR
|
||||
#283)
|
||||
- Fl_Text_Display now provides cursor_color() methods to
|
||||
get and set the cursor color (STR #271)
|
||||
- Fl_Scroll didn't honor FL_NO_BOX (STR #305)
|
||||
- FLUID declaration blocks didn't support public/private
|
||||
definitions (STR #301)
|
||||
- Fl_Preferences incorrectly created the preferences
|
||||
directory before necessary (STR #247)
|
||||
- The WIN32 project files still defined the (obsolete)
|
||||
FL_STATIC constant (STR #279)
|
||||
- Fl_Text_Display::buffer() did not support NULL values,
|
||||
making it impossible to clean up text buffers from a
|
||||
subclass (STR #295)
|
||||
- Fl_Text_Display did not support a NULL
|
||||
unfinishedStyleCB function (STR #241)
|
||||
- Fl::background2() incorrectly marked the foreground
|
||||
color as initialized (STR #255)
|
||||
- Fixed the X11 CTRL + "-" detection code to properly
|
||||
track the state of the CTRL key (STR #264)
|
||||
- Fl_File_Icon::load_system_icons() didn't support KDE
|
||||
3.x (STR #299)
|
||||
- WIN32's scandir() emulation did not allocate enough
|
||||
memory for directory names (STR #263)
|
||||
- Fl::compose() did not handle special keys like
|
||||
backspace properly (STR #293)
|
||||
- Fl_Choice did not clip its text when drawing using the
|
||||
plastic scheme (STR #287)
|
||||
- Fl_Group incorrectly mapped the emacs CTRL keys to
|
||||
keyboard navigation (STR #228)
|
||||
- Fl_File_Browser::load() didn't handle a NULL directory
|
||||
name (STR #266)
|
||||
- 64-bit library fixes (STR #261)
|
||||
- The Fl_Valuator::format() function did not limit the
|
||||
size of the number buffer (STR #268)
|
||||
- The keypad Enter key works as the normal Enter/Return
|
||||
key in common widgets (STR #191)
|
||||
- Fixed some OS/2-specific build problems (STR #185 and
|
||||
#197)
|
||||
- Calling Fl_Text_Display::buffer() with the same buffer
|
||||
would cause an application to lockup (STR #196)
|
||||
- Some of the widgets could crash an application if the
|
||||
cursor was changed after a window was deleted (STR
|
||||
#181)
|
||||
- The Fl_Gl_Window WIN32 pixel format code did not
|
||||
choose the pixel format with the largest depth buffer
|
||||
(STR #175)
|
||||
- The configure script didn't leave space between the
|
||||
CFLAGS/CXXFLAGS and X_CFLAGS variables (STR #174)
|
||||
- The Fl_JPEG_Image and Fl_PNG_Image classes did not
|
||||
trap errors from the corresponding image libraries
|
||||
(STR #168)
|
||||
- Added "--with-links" configure option to control
|
||||
whether symlinks are created for the FLTK header files
|
||||
(STR #164)
|
||||
- Added new hoverdelay() to Fl_Tooltip to control how
|
||||
quickly recent tooltips appear (STR #126)
|
||||
- FLUID now sets the size range when a window is shown.
|
||||
This seems to be necessary with some window managers
|
||||
(STR #166)
|
||||
|
||||
----HTML----
|
||||
|
||||
<P>The second release candidate for FLTK 1.1.4 is now available
|
||||
for download and testing. You now have until August 12th, 2003 to
|
||||
<P>The first release candidate for FLTK 1.1.5 is now available
|
||||
for download and testing. You now have until April 25th, 2004 to
|
||||
report any problems with this release candidate using the
|
||||
software trouble report form at the following URL:</P>
|
||||
|
||||
@ -241,24 +154,25 @@ software trouble report form at the following URL:</P>
|
||||
</PRE>
|
||||
|
||||
<P>If no priority 4 or 5 STRs are received and confirmed before
|
||||
this date, 1.1.4 will be released.
|
||||
this date, 1.1.5 will be released.
|
||||
|
||||
<P>Note: Since problems reported on the FLTK newsgroups or
|
||||
mailing lists are <I>not</I> automatically entered as STRs, it
|
||||
is important that you report any problems using the STR form.
|
||||
is imperative that you report any problems using the STR form.
|
||||
|
||||
<P ALIGN="CENTER">---- Draft FLTK 1.1.4 Release Announcement ----</P>
|
||||
<P ALIGN="CENTER">---- Draft FLTK 1.1.5 Release Announcement ----</P>
|
||||
|
||||
<P>The FLTK Team is proud to announce the release of FLTK 1.1.4,
|
||||
<P>The FLTK Team is proud to announce the release of FLTK 1.1.5,
|
||||
a cross-platform C++ GUI toolkit for UNIX®/Linux® (X11),
|
||||
Microsoft® Windows®, and MacOS® X. FLTK provides
|
||||
modern GUI functionality without the bloat and supports 3D
|
||||
graphics via OpenGL® and its built-in GLUT emulation.
|
||||
|
||||
<P>The FLTK 1.1.4 release is primarily a bug-fix release
|
||||
including fixes to FLUID and the Fl_File_Chooser, Fl_Help_View,
|
||||
Fl_Text_Display, and Fl_Text_Editor widgets. The new release
|
||||
also adds a find method to Fl_Help_View.
|
||||
<P>The FLTK 1.1.5 release is primarily a bug-fix release
|
||||
including documentation updates, fixes for 64-bit platforms,
|
||||
FLUID, several widgets, and GLUT emulation, and fixes for
|
||||
several platform-specific issues. The new release also adds
|
||||
project files for Visual C++.NET and supports KDE 3.x icons.
|
||||
|
||||
<P>FLTK is provided under the GNU Library Public License with
|
||||
exceptions that allow for static linking.
|
||||
@ -267,201 +181,110 @@ exceptions that allow for static linking.
|
||||
|
||||
<UL>
|
||||
|
||||
<LI>The fl_read_image() function was not implemented on
|
||||
OSX (<A HREF="http://www.fltk.org/str.php?L161">STR #161</A>)
|
||||
<LI>VC++ 7.1 didn't like how the copy operators were
|
||||
disabled for the Fl_Widget class; now include inline
|
||||
code which will never be used but makes VC++ happy
|
||||
(<A HREF="http://www.fltk.org/str.php?L156">STR #156</A>)
|
||||
<LI>Fixed an IRIX compile problem caused by a missing
|
||||
#include (<A HREF="http://www.fltk.org/str.php?L157">STR #157</A>)
|
||||
<LI>FLUID didn't write color/selection_color() calls using
|
||||
the symbolic names when possible, nor did it cast
|
||||
integer colors to Fl_Color (<A HREF="http://www.fltk.org/str.php?L146">STR #146</A>)
|
||||
<LI>Fl_File_Chooser was very close for multiple file
|
||||
selection in large directories (<A HREF="http://www.fltk.org/str.php?L140">STR #140</A>)
|
||||
<LI>Fl_Text_Display/Editor did not disable the current
|
||||
selection when focus was shifted to another widget
|
||||
(<A HREF="http://www.fltk.org/str.php?L131">STR #131</A>)
|
||||
<LI>Fl_Choice didn't use the normal focus box when the
|
||||
plastic scheme was in use (<A HREF="http://www.fltk.org/str.php?L129">STR #129</A>)
|
||||
<LI>Fl_Text_Editor didn't use selection_color()
|
||||
consistently (<A HREF="http://www.fltk.org/str.php?L130">STR #130</A>)
|
||||
<LI>The fltk_forms, fltk_gl, and fltk_images DSO's and
|
||||
HP-UX shared libraries are now linked against the fltk
|
||||
shared library to provide complete dependency
|
||||
resolution (<A HREF="http://www.fltk.org/str.php?L118">STR #118</A>)
|
||||
<LI>The configure.in file did not work with autoconf 2.57.
|
||||
<LI>FLUID didn't redraw widgets when changing the X, Y, W,
|
||||
or H values in the widget panel (<A HREF="http://www.fltk.org/str.php?L120">STR #120</A>)
|
||||
<LI>Fl_Window::show(argc, argv) wasn't calling
|
||||
Fl::get_system_colors() as documented (<A HREF="http://www.fltk.org/str.php?L119">STR #119</A>)
|
||||
<LI>DSO (shared library) building wasn't quite right for
|
||||
some platforms (<A HREF="http://www.fltk.org/str.php?L118">STR #118</A>)
|
||||
<LI>OSX: some changes to make ProjectBuilder compiles
|
||||
possible.
|
||||
<LI>OSX: FLTK would not know where a window was positioned
|
||||
by the OS. As a result, popup menus could open at
|
||||
wrong positions.
|
||||
<LI>Fl_Window::show(argc,argv) incorrectly opened the
|
||||
display prior to parsing the arguments; this prevented
|
||||
the "-display foo" option from working (<A HREF="http://www.fltk.org/str.php?L111">STR #111</A>)
|
||||
<LI>Images were not clipped properly on MacOS X (<A HREF="http://www.fltk.org/str.php?L114">STR #114</A>)
|
||||
<LI>Fl::reload_scheme() and Fl::scheme("foo") incorrectly
|
||||
called Fl::get_system_colors(). This prevented an
|
||||
application from setting its own color preferences
|
||||
(<A HREF="http://www.fltk.org/str.php?L115">STR #115</A>)
|
||||
<LI>The 'Enter' key event on OS X would not set Fl::e_text
|
||||
(STR #???)
|
||||
<LI>Changed behaviour of fluid to always paste into
|
||||
a selected group (<A HREF="http://www.fltk.org/str.php?L88">STR #88</A>)
|
||||
<LI>Menuitem now changes font, even if fontsize
|
||||
is not set (<A HREF="http://www.fltk.org/str.php?L110">STR #110</A>)
|
||||
<LI>Swapped shortcut labels in OS X (<A HREF="http://www.fltk.org/str.php?L86">STR #86</A>)
|
||||
<LI>Non-square Fl_Dial would calculate angle from user
|
||||
input wrong (<A HREF="http://www.fltk.org/str.php?L101">STR #101</A>)
|
||||
<LI>Updated documentatiopn of fl_draw (<A HREF="http://www.fltk.org/str.php?L94">STR #94</A>)
|
||||
and Fl_Menu_::add() (<A HREF="http://www.fltk.org/str.php?L99">STR #99</A>)
|
||||
<LI>Fluid collapse triangle events were not offset by
|
||||
horizontal scroll (<A HREF="http://www.fltk.org/str.php?L106">STR #106</A>)
|
||||
<LI>QuitAppleEvent now correctly returns from Fl::run()
|
||||
instead of just exiting (<A HREF="http://www.fltk.org/str.php?L87">STR #87</A>)
|
||||
<LI>Hiding the first created OpenGL context was not
|
||||
possible. FLTK now manages a list of contexts (<A HREF="http://www.fltk.org/str.php?L77">STR #77</A>)
|
||||
<LI>FLUID didn't keep the double/single buffer type for
|
||||
windows.
|
||||
<LI>FLTK didn't work with Xft2.
|
||||
<LI>OSX window resizing didn't work (<A HREF="http://www.fltk.org/str.php?L64">STR #64</A>)
|
||||
<LI>Fixed MacOS X shared library generation (<A HREF="http://www.fltk.org/str.php?L51">STR #51</A>)
|
||||
<LI>Several widgets defined their own size() method but
|
||||
didn't provide an inline method that mapped to the
|
||||
Fl_Widget::size() method (<A HREF="http://www.fltk.org/str.php?L62">STR #62</A>)
|
||||
<LI>Fl_Scroll didn't provide its own clear() method, so
|
||||
calling clear() on a Fl_Scroll widget would also
|
||||
destroy the scrollbars (<A HREF="http://www.fltk.org/str.php?L75">STR #75</A>)
|
||||
<LI>Fl::event_text() was sometimes initialized to NULL
|
||||
instead of an empty string (<A HREF="http://www.fltk.org/str.php?L70">STR #70</A>)
|
||||
<LI>fl_draw() didn't properly handle a trailing escaped
|
||||
"@" character (<A HREF="http://www.fltk.org/str.php?L84">STR #84</A>)
|
||||
<LI>Added documentation for all forms of
|
||||
Fl_Widget::damage() (<A HREF="http://www.fltk.org/str.php?L61">STR #61</A>)
|
||||
<LI>Fl_Double_Window now has a type() value of
|
||||
FL_DOUBLE_WINDOW, to allow double-buffered windows to
|
||||
process redraws properly on WIN32 (<A HREF="http://www.fltk.org/str.php?L46">STR #46</A>)
|
||||
<LI>Added FL_DAMAGE_USER1 and FL_DAMAGE_USER2 damage bits
|
||||
for use by widget developers (<A HREF="http://www.fltk.org/str.php?L57">STR #57</A>)
|
||||
<LI>Fl_Help_View didn't support numeric character entities
|
||||
(<A HREF="http://www.fltk.org/str.php?L66">STR #66</A>)
|
||||
<LI>Menu shortcuts didn't use the Mac key names under
|
||||
MacOS X (<A HREF="http://www.fltk.org/str.php?L71">STR #71</A>)
|
||||
<LI>CodeWarrior Mac OS X updated to work with current
|
||||
CW8.3 (<A HREF="http://www.fltk.org/str.php?L34">STR #34</A>)
|
||||
<LI>Apple-C/X/V/Z didn't work in the Fl_Input widget due
|
||||
to a bad mapping to control keys (<A HREF="http://www.fltk.org/str.php?L79">STR #79</A>)
|
||||
<LI>Added the OSX-specific fl_open_callback() function to
|
||||
handle Open Documents messages from the Finder (STR
|
||||
#80)
|
||||
<LI>The configure script contained erroneous whitespace in
|
||||
various tests which caused errors on some platforms
|
||||
(<A HREF="http://www.fltk.org/str.php?L60">STR #60</A>)
|
||||
<LI>The fltk-config script still supported the deprecated
|
||||
--prefix and --exec-prefix options; dropped them since
|
||||
they serve no useful purpose and would never have
|
||||
worked for the intended purpose anyways... (<A HREF="http://www.fltk.org/str.php?L56">STR #56</A>)
|
||||
<LI>fl_filename_list returned 0 on Win32 if no directory
|
||||
existed (<A HREF="http://www.fltk.org/str.php?L54">STR #54</A>)
|
||||
<LI>Pressing 'home' after the last letter in a Text_Editor
|
||||
would move the cursor to pos 0 (<A HREF="http://www.fltk.org/str.php?L39">STR #39</A>)
|
||||
<LI>Fl::get_key(x) would mix up Ctrl and Meta on OS X (STR
|
||||
#55)
|
||||
<LI>The configure script used the wrong dynamic library
|
||||
linking command for OSX (<A HREF="http://www.fltk.org/str.php?L51">STR #51</A>)
|
||||
<LI>The Fl_Text_Editor widget did not set changed() nor
|
||||
did it call the widget's callback function for
|
||||
FL_WHEN_CHANGED when processing characters that
|
||||
Fl::compose() handles (<A HREF="http://www.fltk.org/str.php?L52">STR #52</A>)
|
||||
<LI>The file chooser did not reset the click count when
|
||||
changing directories; if you clicked on a file in the
|
||||
same position after changing directories with a
|
||||
double<LI>click, the chooser treated it as a triple
|
||||
click (<A HREF="http://www.fltk.org/str.php?L27">STR #27</A>)
|
||||
<LI>Symbols with outlines did not get drawn inactive.
|
||||
<LI>The Fl_Help_View widget now provides a find() method
|
||||
to search for text within the page.
|
||||
<LI>The Fl_Help_Dialog widget now provides a search box
|
||||
for entering text to search for.
|
||||
<LI>The default font encoding on OSX did not match the
|
||||
default on WIN32 or X11.
|
||||
<LI>Menu items were not drawn using the font specified in
|
||||
the Fl_Menu_Item structure (<A HREF="http://www.fltk.org/str.php?L30">STR #30</A>)
|
||||
<LI>Long menus that were aligned such that the top of an
|
||||
item was exactly at the top of the screen would not
|
||||
scroll (<A HREF="http://www.fltk.org/str.php?L33">STR #33</A>)
|
||||
<LI>The OS issues appendix incorrectly stated that MacOS
|
||||
8.6 and 9 were supported; they are not (<A HREF="http://www.fltk.org/str.php?L28">STR #28</A>)
|
||||
<LI>Fixed handling of nested double-buffered windows (STR
|
||||
#1)
|
||||
<LI>Showing a subwindow inside a hidden window would crash
|
||||
the application (<A HREF="http://www.fltk.org/str.php?L23">STR #23</A>)
|
||||
<LI>OSX users couldn't enter some special chars when using
|
||||
some foreign key layouts (<A HREF="http://www.fltk.org/str.php?L32">STR #32</A>)
|
||||
<LI>Hiding subwindows on OSX would hide the parent window
|
||||
(<A HREF="http://www.fltk.org/str.php?L22">STR #22</A>)
|
||||
<LI>Added thin plastic box types.
|
||||
<LI>Fl_Pack ignored the box() setting and cleared any
|
||||
unused areas to the widget color; it now only does so
|
||||
if the box() is set to something other than FL_NO_BOX.
|
||||
<LI>Updated the Fl_Tabs widget to offset the first tab by
|
||||
the box dx value to avoid visual errors.
|
||||
<LI>Updated the plastic up box to draw only a single
|
||||
border frame instead of the old double one for
|
||||
improved appearance.
|
||||
<LI>Updated the default background color on OSX to provide
|
||||
better contrast.
|
||||
<LI>Fl_Text_Display and friends now look for the next
|
||||
non-punctuation/space character for word boundaries
|
||||
(<A HREF="http://www.fltk.org/str.php?L26">STR #26</A>)
|
||||
<LI>gl_font() didn't work properly for X11 when Xft was
|
||||
used (<A HREF="http://www.fltk.org/str.php?L12">STR #12</A>)
|
||||
<LI>Fl_File_Browser incorrectly included "." on WIN32 (STR
|
||||
#9)
|
||||
<LI>Include shellapi.h instead of ShellAPI.h in the WIN32
|
||||
drag-n-drop code in order to work with the MingW cross
|
||||
compiler (<A HREF="http://www.fltk.org/str.php?L6">STR #6</A>)
|
||||
<LI>The cursor was not properly restored when doing
|
||||
drag-n-drop on X11 (<A HREF="http://www.fltk.org/str.php?L4">STR #4</A>)
|
||||
<LI>Fl::remove_fd() didn't recalculate the highest file
|
||||
descriptor properly (<A HREF="http://www.fltk.org/str.php?L20">STR #20</A>)
|
||||
<LI>Fl_Preferences::deleteGroup() didn't work properly
|
||||
(<A HREF="http://www.fltk.org/str.php?L13">STR #13</A>)
|
||||
<LI>Fixed the fl_show_file_selector() function <LI>it was
|
||||
copying using the wrong string size (<A HREF="http://www.fltk.org/str.php?L14">STR #14</A>)
|
||||
<LI>fl_font() and fl_size() were not implemented on MacOS
|
||||
X.
|
||||
<LI>Sorted the icon menu bar in fluid.
|
||||
<LI>Fixed minor memory access complaints from Valgrind
|
||||
<LI>Compiling src/flstring.h on OS X with BSD header would
|
||||
fail.
|
||||
<LI>Fl_Text_Editor didn't scroll the buffer when the user
|
||||
pressed Ctrl+End or Ctrl+Home.
|
||||
<LI>Fl_Text_Editor didn't show its cursor when the mouse
|
||||
was moved inside the window.
|
||||
<LI>FLUID now uses an Fl_Text_Display widget for command
|
||||
output, which allows you to copy and paste text from
|
||||
command output into other windows.
|
||||
<LI>Fl_Gl_Window could cause a bus error on MacOS X if the
|
||||
parent window was not yet shown.
|
||||
<LI>FLUID could crash after displaying a syntax error
|
||||
dialog for the callback code.
|
||||
<LI>FLUID would reset the callback code if you opened the
|
||||
widget panel for multiple widgets.
|
||||
<LI>Added a NULL check to Fl_Text_Display (SF Bug #706921).
|
||||
<LI>The fltk-config script placed the LDFLAGS at the wrong
|
||||
place in the linker options.
|
||||
<LI>Fl_Text_Display didn't draw the outer box in the right
|
||||
dimensions, so it was invisible.
|
||||
<LI>Fl_Help_Dialog used the same color for links as for
|
||||
the background, causing links to be invisible on pages
|
||||
without a background color set.
|
||||
<li>Documentation updates (<a href='http://www.fltk.org/str.php?L186'>STR #186</a>, <a href='http://www.fltk.org/str.php?L245'>STR #245</a>, <a href='http://www.fltk.org/str.php?L250'>STR #250</a>,
|
||||
<a href='http://www.fltk.org/str.php?L277'>STR #277</a>, <a href='http://www.fltk.org/str.php?L281'>STR #281</a>, <a href='http://www.fltk.org/str.php?L328'>STR #328</a>, <a href='http://www.fltk.org/str.php?L338'>STR #338</a>)
|
||||
<li>fl_scroll() did not handle scrolling from off-screen on
|
||||
WIN32 (<a href='http://www.fltk.org/str.php?L315'>STR #315</a>)
|
||||
<li>Fl_File_Chooser did not allow manual entry of a drive
|
||||
letter (<a href='http://www.fltk.org/str.php?L339'>STR #339</a>)
|
||||
<li>Fl_Menu now uses the boxtype to redraw the menu
|
||||
background (<a href='http://www.fltk.org/str.php?L204'>STR #204</a>)
|
||||
<li>Fl_Scroll now shows the background image when a framed
|
||||
box type is used and the Fl_Scroll is a direct
|
||||
decendent of a window (<a href='http://www.fltk.org/str.php?L205'>STR #205</a>)
|
||||
<li>Added a new_directory_tooltip string pointer to allow
|
||||
localization of the file chooser's new directory
|
||||
button (<a href='http://www.fltk.org/str.php?L340'>STR #340</a>)
|
||||
<li>Added Fl_Menu_::find_item() method (<a href='http://www.fltk.org/str.php?L316'>STR #316</a>)
|
||||
<li>The Fl_Widget copy operator definitions were not
|
||||
conditionally compiled properly (<a href='http://www.fltk.org/str.php?L329'>STR #329</a>)
|
||||
<li>FLUID's Layout functionality did not move child
|
||||
widgets when laying out group widgets (<a href='http://www.fltk.org/str.php?L319'>STR #319</a>)
|
||||
<li>FLUID's Layout->Center In Group functionality did not
|
||||
properly handle widgets that were children of a
|
||||
Fl_Window widget (<a href='http://www.fltk.org/str.php?L318'>STR #318</a>)
|
||||
<li>The Fl_Text_Display destructor did not remove the
|
||||
predelete callback associated with the current buffer
|
||||
(<a href='http://www.fltk.org/str.php?L332'>STR #332</a>)
|
||||
<li>Fixed several bugs in the MacOS X Fl::add_fd()
|
||||
handling (<a href='http://www.fltk.org/str.php?L333'>STR #333</a>, <a href='http://www.fltk.org/str.php?L337'>STR #337</a>)
|
||||
<li>The Fl_Text_Display widget did not display selections
|
||||
set by the application (<a href='http://www.fltk.org/str.php?L322'>STR #322</a>)
|
||||
<li>FLUID crashed if you did layout with a window widget
|
||||
(<a href='http://www.fltk.org/str.php?L317'>STR #317</a>)
|
||||
<li>Fl_Scroll::clear() didn't remove the child widget from
|
||||
the Fl_Scroll widget (<a href='http://www.fltk.org/str.php?L327'>STR #327</a>)
|
||||
<li>Fl_Value_Slider::draw_bg() didn't always apply the
|
||||
clipping rectangle (<a href='http://www.fltk.org/str.php?L235'>STR #235</a>)
|
||||
<li>fl_filename_relative() returned the wrong string if
|
||||
the absolute pathname was equal to the current working
|
||||
directory (<a href='http://www.fltk.org/str.php?L224'>STR #224</a>)
|
||||
<li>Fl_Help_Dialog didn't correctly restore the scroll
|
||||
position when going forward/back in the link history
|
||||
if the file changed (<a href='http://www.fltk.org/str.php?L218'>STR #218</a>)
|
||||
<li>glutGetModifiers() did not mask off extra state bits,
|
||||
confusing some GLUT-based applications (<a href='http://www.fltk.org/str.php?L213'>STR #213</a>)
|
||||
<li>Fixed mouse capture problems on MacOS X (<a href='http://www.fltk.org/str.php?L209'>STR #209</a>, <a href='http://www.fltk.org/str.php?L229'>STR #229</a>)
|
||||
<li>Fl_Sys_Menu_Bar is now built into the library for
|
||||
MacOS X (<a href='http://www.fltk.org/str.php?L229'>STR #229</a>)
|
||||
<li>Fl_Menu_ now provides item_pathname() methods to get
|
||||
the "pathname" of a menu item, e.g. "File/Quit" (<a href='http://www.fltk.org/str.php?L283'>STR #283</a>)
|
||||
<li>Fl_Text_Display now provides cursor_color() methods to
|
||||
get and set the cursor color (<a href='http://www.fltk.org/str.php?L271'>STR #271</a>)
|
||||
<li>Fl_Scroll didn't honor FL_NO_BOX (<a href='http://www.fltk.org/str.php?L305'>STR #305</a>)
|
||||
<li>FLUID declaration blocks didn't support public/private
|
||||
definitions (<a href='http://www.fltk.org/str.php?L301'>STR #301</a>)
|
||||
<li>Fl_Preferences incorrectly created the preferences
|
||||
directory before necessary (<a href='http://www.fltk.org/str.php?L247'>STR #247</a>)
|
||||
<li>The WIN32 project files still defined the (obsolete)
|
||||
FL_STATIC constant (<a href='http://www.fltk.org/str.php?L279'>STR #279</a>)
|
||||
<li>Fl_Text_Display::buffer() did not support NULL values,
|
||||
making it impossible to clean up text buffers from a
|
||||
subclass (<a href='http://www.fltk.org/str.php?L295'>STR #295</a>)
|
||||
<li>Fl_Text_Display did not support a NULL
|
||||
unfinishedStyleCB function (<a href='http://www.fltk.org/str.php?L241'>STR #241</a>)
|
||||
<li>Fl::background2() incorrectly marked the foreground
|
||||
color as initialized (<a href='http://www.fltk.org/str.php?L255'>STR #255</a>)
|
||||
<li>Fixed the X11 CTRL + "-" detection code to properly
|
||||
track the state of the CTRL key (<a href='http://www.fltk.org/str.php?L264'>STR #264</a>)
|
||||
<li>Fl_File_Icon::load_system_icons() didn't support KDE
|
||||
3.x (<a href='http://www.fltk.org/str.php?L299'>STR #299</a>)
|
||||
<li>WIN32's scandir() emulation did not allocate enough
|
||||
memory for directory names (<a href='http://www.fltk.org/str.php?L263'>STR #263</a>)
|
||||
<li>Fl::compose() did not handle special keys like
|
||||
backspace properly (<a href='http://www.fltk.org/str.php?L293'>STR #293</a>)
|
||||
<li>Fl_Choice did not clip its text when drawing using the
|
||||
plastic scheme (<a href='http://www.fltk.org/str.php?L287'>STR #287</a>)
|
||||
<li>Fl_Group incorrectly mapped the emacs CTRL keys to
|
||||
keyboard navigation (<a href='http://www.fltk.org/str.php?L228'>STR #228</a>)
|
||||
<li>Fl_File_Browser::load() didn't handle a NULL directory
|
||||
name (<a href='http://www.fltk.org/str.php?L266'>STR #266</a>)
|
||||
<li>64-bit library fixes (<a href='http://www.fltk.org/str.php?L261'>STR #261</a>)
|
||||
<li>The Fl_Valuator::format() function did not limit the
|
||||
size of the number buffer (<a href='http://www.fltk.org/str.php?L268'>STR #268</a>)
|
||||
<li>The keypad Enter key works as the normal Enter/Return
|
||||
key in common widgets (<a href='http://www.fltk.org/str.php?L191'>STR #191</a>)
|
||||
<li>Fixed some OS/2-specific build problems (<a href='http://www.fltk.org/str.php?L185'>STR #185</a> and
|
||||
#197)
|
||||
<li>Calling Fl_Text_Display::buffer() with the same buffer
|
||||
would cause an application to lockup (<a href='http://www.fltk.org/str.php?L196'>STR #196</a>)
|
||||
<li>Some of the widgets could crash an application if the
|
||||
cursor was changed after a window was deleted (<a href='http://www.fltk.org/str.php?L181'>STR #181</a>)
|
||||
<li>The Fl_Gl_Window WIN32 pixel format code did not
|
||||
choose the pixel format with the largest depth buffer
|
||||
(<a href='http://www.fltk.org/str.php?L175'>STR #175</a>)
|
||||
<li>The configure script didn't leave space between the
|
||||
CFLAGS/CXXFLAGS and X_CFLAGS variables (<a href='http://www.fltk.org/str.php?L174'>STR #174</a>)
|
||||
<li>The Fl_JPEG_Image and Fl_PNG_Image classes did not
|
||||
trap errors from the corresponding image libraries
|
||||
(<a href='http://www.fltk.org/str.php?L168'>STR #168</a>)
|
||||
<li>Added "--with-links" configure option to control
|
||||
whether symlinks are created for the FLTK header files
|
||||
(<a href='http://www.fltk.org/str.php?L164'>STR #164</a>)
|
||||
<li>Added new hoverdelay() to Fl_Tooltip to control how
|
||||
quickly recent tooltips appear (<a href='http://www.fltk.org/str.php?L126'>STR #126</a>)
|
||||
<li>FLUID now sets the size range when a window is shown.
|
||||
This seems to be necessary with some window managers
|
||||
(<a href='http://www.fltk.org/str.php?L166'>STR #166</a>)
|
||||
|
||||
</UL>
|
||||
|
7
CHANGES
7
CHANGES
@ -1,7 +1,7 @@
|
||||
CHANGES IN FLTK 1.1.5rc1
|
||||
|
||||
- Documentation updates (STR #245, STR #250, STR #277,
|
||||
STR #281, STR #328, STR #338)
|
||||
- Documentation updates (STR #186, STR #245, STR #250,
|
||||
STR #277, STR #281, STR #328, STR #338)
|
||||
- fl_scroll() did not handle scrolling from off-screen on
|
||||
WIN32 (STR #315)
|
||||
- Fl_File_Chooser did not allow manual entry of a drive
|
||||
@ -80,12 +80,11 @@ CHANGES IN FLTK 1.1.5rc1
|
||||
keyboard navigation (STR #228)
|
||||
- Fl_File_Browser::load() didn't handle a NULL directory
|
||||
name (STR #266)
|
||||
- 64-bit library fixes (STR #261, )
|
||||
- 64-bit library fixes (STR #261)
|
||||
- The Fl_Valuator::format() function did not limit the
|
||||
size of the number buffer (STR #268)
|
||||
- The keypad Enter key works as the normal Enter/Return
|
||||
key in common widgets (STR #191)
|
||||
- Doco fixes (STR #186)
|
||||
- Fixed some OS/2-specific build problems (STR #185 and
|
||||
#197)
|
||||
- Calling Fl_Text_Display::buffer() with the same buffer
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Enumerations.H,v 1.18.2.14.2.36 2003/09/09 15:15:17 easysw Exp $"
|
||||
// "$Id: Enumerations.H,v 1.18.2.14.2.37 2004/04/11 04:38:53 easysw Exp $"
|
||||
//
|
||||
// Enumerations for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -419,5 +419,5 @@ enum Fl_Damage {
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Enumerations.H,v 1.18.2.14.2.36 2003/09/09 15:15:17 easysw Exp $".
|
||||
// End of "$Id: Enumerations.H,v 1.18.2.14.2.37 2004/04/11 04:38:53 easysw Exp $".
|
||||
//
|
||||
|
6
FL/Fl.H
6
FL/Fl.H
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl.H,v 1.8.2.11.2.22 2003/01/30 21:38:33 easysw Exp $"
|
||||
// "$Id: Fl.H,v 1.8.2.11.2.23 2004/04/11 04:38:53 easysw Exp $"
|
||||
//
|
||||
// Main header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -262,5 +262,5 @@ public:
|
||||
#endif // !Fl_H
|
||||
|
||||
//
|
||||
// End of "$Id: Fl.H,v 1.8.2.11.2.22 2003/01/30 21:38:33 easysw Exp $".
|
||||
// End of "$Id: Fl.H,v 1.8.2.11.2.23 2004/04/11 04:38:53 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Adjuster.H,v 1.5.2.3.2.4 2003/01/30 21:38:37 easysw Exp $"
|
||||
// "$Id: Fl_Adjuster.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Adjuster widget header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -49,5 +49,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Adjuster.H,v 1.5.2.3.2.4 2003/01/30 21:38:37 easysw Exp $".
|
||||
// End of "$Id: Fl_Adjuster.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_BMP_Image.H,v 1.1.2.2 2003/01/30 21:38:38 easysw Exp $"
|
||||
// "$Id: Fl_BMP_Image.H,v 1.1.2.3 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// BMP image header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ class FL_EXPORT Fl_BMP_Image : public Fl_RGB_Image {
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_BMP_Image.H,v 1.1.2.2 2003/01/30 21:38:38 easysw Exp $".
|
||||
// End of "$Id: Fl_BMP_Image.H,v 1.1.2.3 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Bitmap.H,v 1.5.2.3.2.11 2003/01/30 21:38:38 easysw Exp $"
|
||||
// "$Id: Fl_Bitmap.H,v 1.5.2.3.2.12 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Bitmap header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -58,5 +58,5 @@ class FL_EXPORT Fl_Bitmap : public Fl_Image {
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Bitmap.H,v 1.5.2.3.2.11 2003/01/30 21:38:38 easysw Exp $".
|
||||
// End of "$Id: Fl_Bitmap.H,v 1.5.2.3.2.12 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Box.H,v 1.5.2.4.2.5 2003/01/30 21:38:39 easysw Exp $"
|
||||
// "$Id: Fl_Box.H,v 1.5.2.4.2.6 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Box header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -45,5 +45,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Box.H,v 1.5.2.4.2.5 2003/01/30 21:38:39 easysw Exp $".
|
||||
// End of "$Id: Fl_Box.H,v 1.5.2.4.2.6 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Browser.H,v 1.8.2.7.2.5 2003/06/15 04:47:27 easysw Exp $"
|
||||
// "$Id: Fl_Browser.H,v 1.8.2.7.2.6 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Browser header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -124,5 +124,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Browser.H,v 1.8.2.7.2.5 2003/06/15 04:47:27 easysw Exp $".
|
||||
// End of "$Id: Fl_Browser.H,v 1.8.2.7.2.6 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Browser_.H,v 1.6.2.4.2.4 2003/01/30 21:38:45 easysw Exp $"
|
||||
// "$Id: Fl_Browser_.H,v 1.6.2.4.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Common browser header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -147,5 +147,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Browser_.H,v 1.6.2.4.2.4 2003/01/30 21:38:45 easysw Exp $".
|
||||
// End of "$Id: Fl_Browser_.H,v 1.6.2.4.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Button.H,v 1.5.2.3.2.5 2003/01/30 21:38:46 easysw Exp $"
|
||||
// "$Id: Fl_Button.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Button header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -72,5 +72,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Button.H,v 1.5.2.3.2.5 2003/01/30 21:38:46 easysw Exp $".
|
||||
// End of "$Id: Fl_Button.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Chart.H,v 1.6.2.3.2.6 2003/06/15 04:47:27 easysw Exp $"
|
||||
// "$Id: Fl_Chart.H,v 1.6.2.3.2.7 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Forms chart header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -87,5 +87,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Chart.H,v 1.6.2.3.2.6 2003/06/15 04:47:27 easysw Exp $".
|
||||
// End of "$Id: Fl_Chart.H,v 1.6.2.3.2.7 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Check_Browser.H,v 1.1.2.6 2003/01/30 21:38:49 easysw Exp $"
|
||||
// "$Id: Fl_Check_Browser.H,v 1.1.2.7 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Fl_Check_Browser header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -91,6 +91,6 @@ class FL_EXPORT Fl_Check_Browser : public Fl_Browser_ {
|
||||
#endif // Fl_Check_Browser_H
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Check_Browser.H,v 1.1.2.6 2003/01/30 21:38:49 easysw Exp $".
|
||||
// End of "$Id: Fl_Check_Browser.H,v 1.1.2.7 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Check_Button.H,v 1.5.2.3.2.3 2003/01/30 21:38:50 easysw Exp $"
|
||||
// "$Id: Fl_Check_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Check button header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -36,5 +36,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Check_Button.H,v 1.5.2.3.2.3 2003/01/30 21:38:50 easysw Exp $".
|
||||
// End of "$Id: Fl_Check_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Choice.H,v 1.5.2.3.2.3 2003/01/30 21:38:52 easysw Exp $"
|
||||
// "$Id: Fl_Choice.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Choice header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -41,5 +41,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Choice.H,v 1.5.2.3.2.3 2003/01/30 21:38:52 easysw Exp $".
|
||||
// End of "$Id: Fl_Choice.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Clock.H,v 1.6.2.4.2.3 2003/01/30 21:38:53 easysw Exp $"
|
||||
// "$Id: Fl_Clock.H,v 1.6.2.4.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Clock header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -69,5 +69,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Clock.H,v 1.6.2.4.2.3 2003/01/30 21:38:53 easysw Exp $".
|
||||
// End of "$Id: Fl_Clock.H,v 1.6.2.4.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Color_Chooser.H,v 1.5.2.4.2.4 2003/01/30 21:38:54 easysw Exp $"
|
||||
// "$Id: Fl_Color_Chooser.H,v 1.5.2.4.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Color chooser header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -98,5 +98,5 @@ FL_EXPORT int fl_color_chooser(const char* name, uchar& r, uchar& g, uchar& b);
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Color_Chooser.H,v 1.5.2.4.2.4 2003/01/30 21:38:54 easysw Exp $".
|
||||
// End of "$Id: Fl_Color_Chooser.H,v 1.5.2.4.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Counter.H,v 1.5.2.3.2.4 2003/01/30 21:38:55 easysw Exp $"
|
||||
// "$Id: Fl_Counter.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Counter header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -70,5 +70,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Counter.H,v 1.5.2.3.2.4 2003/01/30 21:38:55 easysw Exp $".
|
||||
// End of "$Id: Fl_Counter.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Dial.H,v 1.7.2.3.2.3 2003/01/30 21:38:55 easysw Exp $"
|
||||
// "$Id: Fl_Dial.H,v 1.7.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Dial header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -61,5 +61,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Dial.H,v 1.7.2.3.2.3 2003/01/30 21:38:55 easysw Exp $".
|
||||
// End of "$Id: Fl_Dial.H,v 1.7.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Double_Window.H,v 1.7.2.3.2.5 2003/06/12 01:36:16 easysw Exp $"
|
||||
// "$Id: Fl_Double_Window.H,v 1.7.2.3.2.6 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Double-buffered window header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -48,5 +48,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Double_Window.H,v 1.7.2.3.2.5 2003/06/12 01:36:16 easysw Exp $".
|
||||
// End of "$Id: Fl_Double_Window.H,v 1.7.2.3.2.6 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
/*
|
||||
* "$Id: Fl_Export.H,v 1.3.2.6 2003/01/30 21:38:57 easysw Exp $"
|
||||
* "$Id: Fl_Export.H,v 1.3.2.7 2004/04/11 04:38:54 easysw Exp $"
|
||||
*
|
||||
* WIN32 DLL export definitions for the Fast Light Tool Kit (FLTK).
|
||||
*
|
||||
* Copyright 1998-2003 by Bill Spitzak and others.
|
||||
* Copyright 1998-2004 by Bill Spitzak and others.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Library General Public
|
||||
@ -43,5 +43,5 @@
|
||||
#endif /* !Fl_Export_H */
|
||||
|
||||
/*
|
||||
* End of "$Id: Fl_Export.H,v 1.3.2.6 2003/01/30 21:38:57 easysw Exp $".
|
||||
* End of "$Id: Fl_Export.H,v 1.3.2.7 2004/04/11 04:38:54 easysw Exp $".
|
||||
*/
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_File_Browser.H,v 1.1.2.6 2003/01/30 21:38:59 easysw Exp $"
|
||||
// "$Id: Fl_File_Browser.H,v 1.1.2.7 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// FileBrowser definitions.
|
||||
//
|
||||
// Copyright 1999-2003 by Michael Sweet.
|
||||
// Copyright 1999-2004 by Michael Sweet.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -75,5 +75,5 @@ public:
|
||||
#endif // !_Fl_File_Browser_H_
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_File_Browser.H,v 1.1.2.6 2003/01/30 21:38:59 easysw Exp $".
|
||||
// End of "$Id: Fl_File_Browser.H,v 1.1.2.7 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_File_Icon.H,v 1.1.2.9 2003/01/30 21:39:00 easysw Exp $"
|
||||
// "$Id: Fl_File_Icon.H,v 1.1.2.10 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Fl_File_Icon definitions.
|
||||
//
|
||||
// Copyright 1999-2003 by Michael Sweet.
|
||||
// Copyright 1999-2004 by Michael Sweet.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -109,5 +109,5 @@ class FL_EXPORT Fl_File_Icon //// Icon data
|
||||
#endif // !_Fl_Fl_File_Icon_H_
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_File_Icon.H,v 1.1.2.9 2003/01/30 21:39:00 easysw Exp $".
|
||||
// End of "$Id: Fl_File_Icon.H,v 1.1.2.10 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_File_Input.H,v 1.1.2.3 2003/01/30 21:39:03 easysw Exp $"
|
||||
// "$Id: Fl_File_Input.H,v 1.1.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// File_Input header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
// Original version Copyright 1998 by Curtis Edwards.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
@ -62,5 +62,5 @@ public:
|
||||
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_File_Input.H,v 1.1.2.3 2003/01/30 21:39:03 easysw Exp $".
|
||||
// End of "$Id: Fl_File_Input.H,v 1.1.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Fill_Dial.H,v 1.4.2.3.2.2 2003/01/30 21:39:03 easysw Exp $"
|
||||
// "$Id: Fl_Fill_Dial.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Filled dial header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Fill_Dial.H,v 1.4.2.3.2.2 2003/01/30 21:39:03 easysw Exp $".
|
||||
// End of "$Id: Fl_Fill_Dial.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Fill_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:04 easysw Exp $"
|
||||
// "$Id: Fl_Fill_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Filled slider header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Fill_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:04 easysw Exp $".
|
||||
// End of "$Id: Fl_Fill_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Float_Input.H,v 1.4.2.3.2.3 2003/01/30 21:39:05 easysw Exp $"
|
||||
// "$Id: Fl_Float_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Floating point input header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Float_Input.H,v 1.4.2.3.2.3 2003/01/30 21:39:05 easysw Exp $".
|
||||
// End of "$Id: Fl_Float_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_FormsBitmap.H,v 1.5.2.3.2.3 2003/01/30 21:39:06 easysw Exp $"
|
||||
// "$Id: Fl_FormsBitmap.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Forms bitmap header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -42,5 +42,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_FormsBitmap.H,v 1.5.2.3.2.3 2003/01/30 21:39:06 easysw Exp $".
|
||||
// End of "$Id: Fl_FormsBitmap.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_FormsPixmap.H,v 1.5.2.3.2.3 2003/01/30 21:39:07 easysw Exp $"
|
||||
// "$Id: Fl_FormsPixmap.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Forms pixmap header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -42,5 +42,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_FormsPixmap.H,v 1.5.2.3.2.3 2003/01/30 21:39:07 easysw Exp $".
|
||||
// End of "$Id: Fl_FormsPixmap.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Free.H,v 1.5.2.4.2.3 2003/01/30 21:39:09 easysw Exp $"
|
||||
// "$Id: Fl_Free.H,v 1.5.2.4.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Forms free header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -60,5 +60,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Free.H,v 1.5.2.4.2.3 2003/01/30 21:39:09 easysw Exp $".
|
||||
// End of "$Id: Fl_Free.H,v 1.5.2.4.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_GIF_Image.H,v 1.1.2.4 2003/01/30 21:39:10 easysw Exp $"
|
||||
// "$Id: Fl_GIF_Image.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// GIF image header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ class FL_EXPORT Fl_GIF_Image : public Fl_Pixmap {
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_GIF_Image.H,v 1.1.2.4 2003/01/30 21:39:10 easysw Exp $".
|
||||
// End of "$Id: Fl_GIF_Image.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Gl_Window.H,v 1.7.2.5.2.4 2003/01/30 21:39:10 easysw Exp $"
|
||||
// "$Id: Fl_Gl_Window.H,v 1.7.2.5.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// OpenGL header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -90,5 +90,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Gl_Window.H,v 1.7.2.5.2.4 2003/01/30 21:39:10 easysw Exp $".
|
||||
// End of "$Id: Fl_Gl_Window.H,v 1.7.2.5.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Group.H,v 1.6.2.4.2.8 2003/01/30 21:39:11 easysw Exp $"
|
||||
// "$Id: Fl_Group.H,v 1.6.2.4.2.9 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Group header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -97,5 +97,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Group.H,v 1.6.2.4.2.8 2003/01/30 21:39:11 easysw Exp $".
|
||||
// End of "$Id: Fl_Group.H,v 1.6.2.4.2.9 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Help_View.H,v 1.1.2.13 2003/06/15 04:47:27 easysw Exp $"
|
||||
// "$Id: Fl_Help_View.H,v 1.1.2.14 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Help Viewer widget definitions.
|
||||
//
|
||||
// Copyright 1997-2003 by Easy Software Products.
|
||||
// Copyright 1997-2004 by Easy Software Products.
|
||||
// Image support donated by Matthias Melcher, Copyright 2000.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
@ -189,5 +189,5 @@ class FL_EXPORT Fl_Help_View : public Fl_Group //// Help viewer widget
|
||||
#endif // !Fl_Help_View_H
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Help_View.H,v 1.1.2.13 2003/06/15 04:47:27 easysw Exp $".
|
||||
// End of "$Id: Fl_Help_View.H,v 1.1.2.14 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Hold_Browser.H,v 1.4.2.3.2.3 2003/01/30 21:39:14 easysw Exp $"
|
||||
// "$Id: Fl_Hold_Browser.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Hold browser header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Hold_Browser.H,v 1.4.2.3.2.3 2003/01/30 21:39:14 easysw Exp $".
|
||||
// End of "$Id: Fl_Hold_Browser.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Hor_Fill_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:16 easysw Exp $"
|
||||
// "$Id: Fl_Hor_Fill_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Horizontal fill slider header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -36,5 +36,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Hor_Fill_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:16 easysw Exp $".
|
||||
// End of "$Id: Fl_Hor_Fill_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Hor_Nice_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:16 easysw Exp $"
|
||||
// "$Id: Fl_Hor_Nice_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Horizontal "nice" slider header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Hor_Nice_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:16 easysw Exp $".
|
||||
// End of "$Id: Fl_Hor_Nice_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Hor_Slider.H,v 1.4.2.3.2.3 2003/01/30 21:39:18 easysw Exp $"
|
||||
// "$Id: Fl_Hor_Slider.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Horizontal slider header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Hor_Slider.H,v 1.4.2.3.2.3 2003/01/30 21:39:18 easysw Exp $".
|
||||
// End of "$Id: Fl_Hor_Slider.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Hor_Value_Slider.H,v 1.4.2.3.2.3 2003/01/30 21:39:18 easysw Exp $"
|
||||
// "$Id: Fl_Hor_Value_Slider.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Horizontal value slider header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Hor_Value_Slider.H,v 1.4.2.3.2.3 2003/01/30 21:39:18 easysw Exp $".
|
||||
// End of "$Id: Fl_Hor_Value_Slider.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Image.H,v 1.5.2.3.2.21 2003/01/30 21:39:19 easysw Exp $"
|
||||
// "$Id: Fl_Image.H,v 1.5.2.3.2.22 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Image header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -106,5 +106,5 @@ class FL_EXPORT Fl_RGB_Image : public Fl_Image {
|
||||
#endif // !Fl_Image_H
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Image.H,v 1.5.2.3.2.21 2003/01/30 21:39:19 easysw Exp $".
|
||||
// End of "$Id: Fl_Image.H,v 1.5.2.3.2.22 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Input.H,v 1.5.2.3.2.3 2003/01/30 21:39:22 easysw Exp $"
|
||||
// "$Id: Fl_Input.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Input header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -42,5 +42,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Input.H,v 1.5.2.3.2.3 2003/01/30 21:39:22 easysw Exp $".
|
||||
// End of "$Id: Fl_Input.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Input_.H,v 1.6.2.4.2.9 2003/06/15 04:47:28 easysw Exp $"
|
||||
// "$Id: Fl_Input_.H,v 1.6.2.4.2.10 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Input base class header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -139,5 +139,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Input_.H,v 1.6.2.4.2.9 2003/06/15 04:47:28 easysw Exp $".
|
||||
// End of "$Id: Fl_Input_.H,v 1.6.2.4.2.10 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Int_Input.H,v 1.4.2.3.2.3 2003/01/30 21:39:24 easysw Exp $"
|
||||
// "$Id: Fl_Int_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Integer input header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Int_Input.H,v 1.4.2.3.2.3 2003/01/30 21:39:24 easysw Exp $".
|
||||
// End of "$Id: Fl_Int_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_JPEG_Image.H,v 1.1.2.4 2003/01/30 21:39:25 easysw Exp $"
|
||||
// "$Id: Fl_JPEG_Image.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// JPEG image header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ class FL_EXPORT Fl_JPEG_Image : public Fl_RGB_Image {
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_JPEG_Image.H,v 1.1.2.4 2003/01/30 21:39:25 easysw Exp $".
|
||||
// End of "$Id: Fl_JPEG_Image.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Light_Button.H,v 1.5.2.3.2.3 2003/01/30 21:39:26 easysw Exp $"
|
||||
// "$Id: Fl_Light_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Lighted button header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -39,5 +39,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Light_Button.H,v 1.5.2.3.2.3 2003/01/30 21:39:26 easysw Exp $".
|
||||
// End of "$Id: Fl_Light_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Line_Dial.H,v 1.4.2.3.2.2 2003/01/30 21:39:29 easysw Exp $"
|
||||
// "$Id: Fl_Line_Dial.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Line dial header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Line_Dial.H,v 1.4.2.3.2.2 2003/01/30 21:39:29 easysw Exp $".
|
||||
// End of "$Id: Fl_Line_Dial.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Menu.H,v 1.4.2.3.2.2 2003/01/30 21:39:31 easysw Exp $"
|
||||
// "$Id: Fl_Menu.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Old menu header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -27,5 +27,5 @@
|
||||
#include "Fl_Menu_Item.H"
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Menu.H,v 1.4.2.3.2.2 2003/01/30 21:39:31 easysw Exp $".
|
||||
// End of "$Id: Fl_Menu.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Menu_.H,v 1.7.2.4.2.9 2004/04/06 19:19:33 easysw Exp $"
|
||||
// "$Id: Fl_Menu_.H,v 1.7.2.4.2.10 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Menu base class header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -96,5 +96,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Menu_.H,v 1.7.2.4.2.9 2004/04/06 19:19:33 easysw Exp $".
|
||||
// End of "$Id: Fl_Menu_.H,v 1.7.2.4.2.10 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Menu_Bar.H,v 1.5.2.4.2.4 2003/01/30 21:39:34 easysw Exp $"
|
||||
// "$Id: Fl_Menu_Bar.H,v 1.5.2.4.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Menu bar header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -40,5 +40,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Menu_Bar.H,v 1.5.2.4.2.4 2003/01/30 21:39:34 easysw Exp $".
|
||||
// End of "$Id: Fl_Menu_Bar.H,v 1.5.2.4.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Menu_Button.H,v 1.5.2.3.2.3 2003/01/30 21:39:35 easysw Exp $"
|
||||
// "$Id: Fl_Menu_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Menu button header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -42,5 +42,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Menu_Button.H,v 1.5.2.3.2.3 2003/01/30 21:39:35 easysw Exp $".
|
||||
// End of "$Id: Fl_Menu_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Menu_Item.H,v 1.5.2.4.2.7 2003/01/30 21:39:37 easysw Exp $"
|
||||
// "$Id: Fl_Menu_Item.H,v 1.5.2.4.2.8 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Menu item header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -159,5 +159,5 @@ enum { // back-compatability enum:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Menu_Item.H,v 1.5.2.4.2.7 2003/01/30 21:39:37 easysw Exp $".
|
||||
// End of "$Id: Fl_Menu_Item.H,v 1.5.2.4.2.8 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Menu_Window.H,v 1.5.2.3.2.4 2003/01/30 21:39:38 easysw Exp $"
|
||||
// "$Id: Fl_Menu_Window.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Menu window header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -48,5 +48,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Menu_Window.H,v 1.5.2.3.2.4 2003/01/30 21:39:38 easysw Exp $".
|
||||
// End of "$Id: Fl_Menu_Window.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Multi_Browser.H,v 1.4.2.3.2.2 2003/01/30 21:39:40 easysw Exp $"
|
||||
// "$Id: Fl_Multi_Browser.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Multi browser header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Multi_Browser.H,v 1.4.2.3.2.2 2003/01/30 21:39:40 easysw Exp $".
|
||||
// End of "$Id: Fl_Multi_Browser.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Multi_Label.H,v 1.5.2.3.2.3 2003/01/30 21:39:41 easysw Exp $"
|
||||
// "$Id: Fl_Multi_Label.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Multi-label header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -41,5 +41,5 @@ struct FL_EXPORT Fl_Multi_Label {
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Multi_Label.H,v 1.5.2.3.2.3 2003/01/30 21:39:41 easysw Exp $".
|
||||
// End of "$Id: Fl_Multi_Label.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Multiline_Input.H,v 1.4.2.3.2.3 2003/01/30 21:39:42 easysw Exp $"
|
||||
// "$Id: Fl_Multiline_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Multiline input header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Multiline_Input.H,v 1.4.2.3.2.3 2003/01/30 21:39:42 easysw Exp $".
|
||||
// End of "$Id: Fl_Multiline_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Multiline_Output.H,v 1.4.2.3.2.4 2003/01/30 21:39:43 easysw Exp $"
|
||||
// "$Id: Fl_Multiline_Output.H,v 1.4.2.3.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Multi line output header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Multiline_Output.H,v 1.4.2.3.2.4 2003/01/30 21:39:43 easysw Exp $".
|
||||
// End of "$Id: Fl_Multiline_Output.H,v 1.4.2.3.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Nice_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:44 easysw Exp $"
|
||||
// "$Id: Fl_Nice_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// "Nice" slider header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -36,5 +36,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Nice_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:44 easysw Exp $".
|
||||
// End of "$Id: Fl_Nice_Slider.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Object.H,v 1.4.2.3.2.2 2003/01/30 21:39:44 easysw Exp $"
|
||||
// "$Id: Fl_Object.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Old Fl_Object header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -30,5 +30,5 @@
|
||||
#include "Fl_Widget.H"
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Object.H,v 1.4.2.3.2.2 2003/01/30 21:39:44 easysw Exp $".
|
||||
// End of "$Id: Fl_Object.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Output.H,v 1.5.2.3.2.4 2003/01/30 21:39:46 easysw Exp $"
|
||||
// "$Id: Fl_Output.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Output header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Output.H,v 1.5.2.3.2.4 2003/01/30 21:39:46 easysw Exp $".
|
||||
// End of "$Id: Fl_Output.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Overlay_Window.H,v 1.5.2.3.2.5 2003/01/30 21:39:48 easysw Exp $"
|
||||
// "$Id: Fl_Overlay_Window.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Overlay window header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -50,5 +50,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Overlay_Window.H,v 1.5.2.3.2.5 2003/01/30 21:39:48 easysw Exp $".
|
||||
// End of "$Id: Fl_Overlay_Window.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_PNG_Image.H,v 1.1.2.4 2003/01/30 21:39:49 easysw Exp $"
|
||||
// "$Id: Fl_PNG_Image.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// PNG image header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ class FL_EXPORT Fl_PNG_Image : public Fl_RGB_Image {
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_PNG_Image.H,v 1.1.2.4 2003/01/30 21:39:49 easysw Exp $".
|
||||
// End of "$Id: Fl_PNG_Image.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_PNM_Image.H,v 1.1.2.3 2003/01/30 21:39:49 easysw Exp $"
|
||||
// "$Id: Fl_PNM_Image.H,v 1.1.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// PNM image header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ class FL_EXPORT Fl_PNM_Image : public Fl_RGB_Image {
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_PNM_Image.H,v 1.1.2.3 2003/01/30 21:39:49 easysw Exp $".
|
||||
// End of "$Id: Fl_PNM_Image.H,v 1.1.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Pack.H,v 1.5.2.3.2.3 2003/01/30 21:39:50 easysw Exp $"
|
||||
// "$Id: Fl_Pack.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Pack header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -45,5 +45,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Pack.H,v 1.5.2.3.2.3 2003/01/30 21:39:50 easysw Exp $".
|
||||
// End of "$Id: Fl_Pack.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Pixmap.H,v 1.6.2.8.2.12 2003/01/30 21:39:50 easysw Exp $"
|
||||
// "$Id: Fl_Pixmap.H,v 1.6.2.8.2.13 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Pixmap header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -74,5 +74,5 @@ class FL_EXPORT Fl_Pixmap : public Fl_Image {
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Pixmap.H,v 1.6.2.8.2.12 2003/01/30 21:39:50 easysw Exp $".
|
||||
// End of "$Id: Fl_Pixmap.H,v 1.6.2.8.2.13 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Positioner.H,v 1.5.2.3.2.3 2003/01/30 21:39:51 easysw Exp $"
|
||||
// "$Id: Fl_Positioner.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Positioner header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -71,5 +71,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Positioner.H,v 1.5.2.3.2.3 2003/01/30 21:39:51 easysw Exp $".
|
||||
// End of "$Id: Fl_Positioner.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Preferences.H,v 1.1.2.13 2003/01/30 21:39:52 easysw Exp $"
|
||||
// "$Id: Fl_Preferences.H,v 1.1.2.14 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Preferences definitions for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 2002-2003 by Matthias Melcher.
|
||||
// Copyright 2002-2004 by Matthias Melcher.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -157,5 +157,5 @@ private:
|
||||
#endif // !Fl_Preferences_H
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Preferences.H,v 1.1.2.13 2003/01/30 21:39:52 easysw Exp $".
|
||||
// End of "$Id: Fl_Preferences.H,v 1.1.2.14 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Progress.H,v 1.1.2.5 2003/01/30 21:39:54 easysw Exp $"
|
||||
// "$Id: Fl_Progress.H,v 1.1.2.6 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Progress bar widget definitions.
|
||||
//
|
||||
// Copyright 2000-2003 by Michael Sweet.
|
||||
// Copyright 2000-2004 by Michael Sweet.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -64,5 +64,5 @@ class FL_EXPORT Fl_Progress : public Fl_Widget
|
||||
#endif // !_Fl_Progress_H_
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Progress.H,v 1.1.2.5 2003/01/30 21:39:54 easysw Exp $".
|
||||
// End of "$Id: Fl_Progress.H,v 1.1.2.6 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Radio_Button.H,v 1.4.2.3.2.2 2003/01/30 21:39:54 easysw Exp $"
|
||||
// "$Id: Fl_Radio_Button.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Radio button header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Radio_Button.H,v 1.4.2.3.2.2 2003/01/30 21:39:54 easysw Exp $".
|
||||
// End of "$Id: Fl_Radio_Button.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Radio_Light_Button.H,v 1.4.2.3.2.3 2003/01/30 21:39:54 easysw Exp $"
|
||||
// "$Id: Fl_Radio_Light_Button.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Radio light button header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -36,5 +36,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Radio_Light_Button.H,v 1.4.2.3.2.3 2003/01/30 21:39:54 easysw Exp $".
|
||||
// End of "$Id: Fl_Radio_Light_Button.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Radio_Round_Button.H,v 1.4.2.3.2.2 2003/01/30 21:39:55 easysw Exp $"
|
||||
// "$Id: Fl_Radio_Round_Button.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Radio round button header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Radio_Round_Button.H,v 1.4.2.3.2.2 2003/01/30 21:39:55 easysw Exp $".
|
||||
// End of "$Id: Fl_Radio_Round_Button.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Repeat_Button.H,v 1.5.2.5.2.4 2003/01/30 21:39:56 easysw Exp $"
|
||||
// "$Id: Fl_Repeat_Button.H,v 1.5.2.5.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Repeat button header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -43,5 +43,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Repeat_Button.H,v 1.5.2.5.2.4 2003/01/30 21:39:56 easysw Exp $".
|
||||
// End of "$Id: Fl_Repeat_Button.H,v 1.5.2.5.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Return_Button.H,v 1.5.2.3.2.4 2003/01/30 21:39:56 easysw Exp $"
|
||||
// "$Id: Fl_Return_Button.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Return button header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -39,5 +39,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Return_Button.H,v 1.5.2.3.2.4 2003/01/30 21:39:56 easysw Exp $".
|
||||
// End of "$Id: Fl_Return_Button.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Roller.H,v 1.5.2.4.2.3 2003/01/30 21:39:57 easysw Exp $"
|
||||
// "$Id: Fl_Roller.H,v 1.5.2.4.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Roller header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -41,5 +41,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Roller.H,v 1.5.2.4.2.3 2003/01/30 21:39:57 easysw Exp $".
|
||||
// End of "$Id: Fl_Roller.H,v 1.5.2.4.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Round_Button.H,v 1.5.2.3.2.3 2003/01/30 21:40:00 easysw Exp $"
|
||||
// "$Id: Fl_Round_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Round button header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -36,5 +36,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Round_Button.H,v 1.5.2.3.2.3 2003/01/30 21:40:00 easysw Exp $".
|
||||
// End of "$Id: Fl_Round_Button.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Round_Clock.H,v 1.4.2.3.2.2 2003/01/30 21:40:00 easysw Exp $"
|
||||
// "$Id: Fl_Round_Clock.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Round clock header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Round_Clock.H,v 1.4.2.3.2.2 2003/01/30 21:40:00 easysw Exp $".
|
||||
// End of "$Id: Fl_Round_Clock.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Scroll.H,v 1.5.2.3.2.4 2003/06/15 04:41:16 easysw Exp $"
|
||||
// "$Id: Fl_Scroll.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Scroll header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -73,5 +73,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Scroll.H,v 1.5.2.3.2.4 2003/06/15 04:41:16 easysw Exp $".
|
||||
// End of "$Id: Fl_Scroll.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Scrollbar.H,v 1.5.2.4.2.4 2003/01/30 21:40:01 easysw Exp $"
|
||||
// "$Id: Fl_Scrollbar.H,v 1.5.2.4.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Scroll bar header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -54,5 +54,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Scrollbar.H,v 1.5.2.4.2.4 2003/01/30 21:40:01 easysw Exp $".
|
||||
// End of "$Id: Fl_Scrollbar.H,v 1.5.2.4.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Secret_Input.H,v 1.4.2.3.2.3 2003/01/30 21:40:02 easysw Exp $"
|
||||
// "$Id: Fl_Secret_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Secret input header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Secret_Input.H,v 1.4.2.3.2.3 2003/01/30 21:40:02 easysw Exp $".
|
||||
// End of "$Id: Fl_Secret_Input.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Select_Browser.H,v 1.4.2.3.2.3 2003/01/30 21:40:07 easysw Exp $"
|
||||
// "$Id: Fl_Select_Browser.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Select browser header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Select_Browser.H,v 1.4.2.3.2.3 2003/01/30 21:40:07 easysw Exp $".
|
||||
// End of "$Id: Fl_Select_Browser.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Shared_Image.H,v 1.22.2.9 2003/01/30 21:40:08 easysw Exp $"
|
||||
// "$Id: Fl_Shared_Image.H,v 1.22.2.10 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Shared image header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -93,5 +93,5 @@ FL_EXPORT extern void fl_register_images();
|
||||
#endif // !Fl_Shared_Image_H
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Shared_Image.H,v 1.22.2.9 2003/01/30 21:40:08 easysw Exp $"
|
||||
// End of "$Id: Fl_Shared_Image.H,v 1.22.2.10 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Simple_Counter.H,v 1.4.2.3.2.2 2003/01/30 21:40:10 easysw Exp $"
|
||||
// "$Id: Fl_Simple_Counter.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Simple counter header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Simple_Counter.H,v 1.4.2.3.2.2 2003/01/30 21:40:10 easysw Exp $".
|
||||
// End of "$Id: Fl_Simple_Counter.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Single_Window.H,v 1.5.2.3.2.3 2003/01/30 21:40:12 easysw Exp $"
|
||||
// "$Id: Fl_Single_Window.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Single-buffered window header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -43,5 +43,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Single_Window.H,v 1.5.2.3.2.3 2003/01/30 21:40:12 easysw Exp $".
|
||||
// End of "$Id: Fl_Single_Window.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Slider.H,v 1.5.2.3.2.3 2003/01/30 21:40:13 easysw Exp $"
|
||||
// "$Id: Fl_Slider.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Slider header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -69,5 +69,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Slider.H,v 1.5.2.3.2.3 2003/01/30 21:40:13 easysw Exp $".
|
||||
// End of "$Id: Fl_Slider.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Sys_Menu_Bar.H,v 1.1.2.4 2003/01/30 21:40:14 easysw Exp $"
|
||||
// "$Id: Fl_Sys_Menu_Bar.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// MacOS system menu bar header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -42,5 +42,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Sys_Menu_Bar.H,v 1.1.2.4 2003/01/30 21:40:14 easysw Exp $".
|
||||
// End of "$Id: Fl_Sys_Menu_Bar.H,v 1.1.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Tabs.H,v 1.5.2.4.2.3 2003/01/30 21:40:15 easysw Exp $"
|
||||
// "$Id: Fl_Tabs.H,v 1.5.2.4.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Tab header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -50,5 +50,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Tabs.H,v 1.5.2.4.2.3 2003/01/30 21:40:15 easysw Exp $".
|
||||
// End of "$Id: Fl_Tabs.H,v 1.5.2.4.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Text_Buffer.H,v 1.3.2.8 2003/01/30 21:40:17 easysw Exp $"
|
||||
// "$Id: Fl_Text_Buffer.H,v 1.3.2.9 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Header file for Fl_Text_Buffer class.
|
||||
//
|
||||
// Copyright 2001-2003 by Bill Spitzak and others.
|
||||
// Copyright 2001-2004 by Bill Spitzak and others.
|
||||
// Original code Copyright Mark Edel. Permission to distribute under
|
||||
// the LGPL for the FLTK library granted by Mark Edel.
|
||||
//
|
||||
@ -253,5 +253,5 @@ class FL_EXPORT Fl_Text_Buffer {
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Text_Buffer.H,v 1.3.2.8 2003/01/30 21:40:17 easysw Exp $".
|
||||
// End of "$Id: Fl_Text_Buffer.H,v 1.3.2.9 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Text_Display.H,v 1.4.2.14 2004/03/11 05:17:11 easysw Exp $"
|
||||
// "$Id: Fl_Text_Display.H,v 1.4.2.15 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Header file for Fl_Text_Display class.
|
||||
//
|
||||
// Copyright 2001-2003 by Bill Spitzak and others.
|
||||
// Copyright 2001-2004 by Bill Spitzak and others.
|
||||
// Original code Copyright Mark Edel. Permission to distribute under
|
||||
// the LGPL for the FLTK library granted by Mark Edel.
|
||||
//
|
||||
@ -290,5 +290,5 @@ class FL_EXPORT Fl_Text_Display: public Fl_Group {
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Text_Display.H,v 1.4.2.14 2004/03/11 05:17:11 easysw Exp $".
|
||||
// End of "$Id: Fl_Text_Display.H,v 1.4.2.15 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Text_Editor.H,v 1.1.2.7 2003/01/30 21:40:20 easysw Exp $"
|
||||
// "$Id: Fl_Text_Editor.H,v 1.1.2.8 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Header file for Fl_Text_Editor class.
|
||||
//
|
||||
// Copyright 2001-2003 by Bill Spitzak and others.
|
||||
// Copyright 2001-2004 by Bill Spitzak and others.
|
||||
// Original code Copyright Mark Edel. Permission to distribute under
|
||||
// the LGPL for the FLTK library granted by Mark Edel.
|
||||
//
|
||||
@ -103,6 +103,6 @@ class FL_EXPORT Fl_Text_Editor : public Fl_Text_Display {
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Text_Editor.H,v 1.1.2.7 2003/01/30 21:40:20 easysw Exp $".
|
||||
// End of "$Id: Fl_Text_Editor.H,v 1.1.2.8 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Tile.H,v 1.6.2.3.2.3 2003/01/30 21:40:23 easysw Exp $"
|
||||
// "$Id: Fl_Tile.H,v 1.6.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Tile header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -39,5 +39,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Tile.H,v 1.6.2.3.2.3 2003/01/30 21:40:23 easysw Exp $".
|
||||
// End of "$Id: Fl_Tile.H,v 1.6.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Tiled_Image.H,v 1.1.2.5 2004/04/11 03:50:37 easysw Exp $"
|
||||
// "$Id: Fl_Tiled_Image.H,v 1.1.2.6 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Tiled image header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -53,5 +53,5 @@ class FL_EXPORT Fl_Tiled_Image : public Fl_Image {
|
||||
#endif // !Fl_Tiled_Image_H
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Tiled_Image.H,v 1.1.2.5 2004/04/11 03:50:37 easysw Exp $"
|
||||
// End of "$Id: Fl_Tiled_Image.H,v 1.1.2.6 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Timer.H,v 1.5.2.3.2.3 2003/01/30 21:40:24 easysw Exp $"
|
||||
// "$Id: Fl_Timer.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Timer header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -58,6 +58,6 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Timer.H,v 1.5.2.3.2.3 2003/01/30 21:40:24 easysw Exp $".
|
||||
// End of "$Id: Fl_Timer.H,v 1.5.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Toggle_Button.H,v 1.4.2.3.2.3 2003/01/30 21:40:25 easysw Exp $"
|
||||
// "$Id: Fl_Toggle_Button.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Toggle button header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -37,5 +37,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Toggle_Button.H,v 1.4.2.3.2.3 2003/01/30 21:40:25 easysw Exp $".
|
||||
// End of "$Id: Fl_Toggle_Button.H,v 1.4.2.3.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Toggle_Light_Button.H,v 1.4.2.3.2.2 2003/01/30 21:40:26 easysw Exp $"
|
||||
// "$Id: Fl_Toggle_Light_Button.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Toggle light button header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -31,5 +31,5 @@
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Toggle_Light_Button.H,v 1.4.2.3.2.2 2003/01/30 21:40:26 easysw Exp $".
|
||||
// End of "$Id: Fl_Toggle_Light_Button.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Toggle_Round_Button.H,v 1.4.2.3.2.2 2003/01/30 21:40:28 easysw Exp $"
|
||||
// "$Id: Fl_Toggle_Round_Button.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Toggle round button header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -31,5 +31,5 @@
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Toggle_Round_Button.H,v 1.4.2.3.2.2 2003/01/30 21:40:28 easysw Exp $".
|
||||
// End of "$Id: Fl_Toggle_Round_Button.H,v 1.4.2.3.2.3 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Tooltip.H,v 1.16.2.11 2003/09/14 14:11:06 easysw Exp $"
|
||||
// "$Id: Fl_Tooltip.H,v 1.16.2.12 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Tooltip header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -66,5 +66,5 @@ private:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Tooltip.H,v 1.16.2.11 2003/09/14 14:11:06 easysw Exp $".
|
||||
// End of "$Id: Fl_Tooltip.H,v 1.16.2.12 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Valuator.H,v 1.5.2.5.2.3 2003/01/30 21:40:29 easysw Exp $"
|
||||
// "$Id: Fl_Valuator.H,v 1.5.2.5.2.4 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Valuator header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -80,5 +80,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Valuator.H,v 1.5.2.5.2.3 2003/01/30 21:40:29 easysw Exp $".
|
||||
// End of "$Id: Fl_Valuator.H,v 1.5.2.5.2.4 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Value_Input.H,v 1.5.2.3.2.5 2003/01/30 21:40:31 easysw Exp $"
|
||||
// "$Id: Fl_Value_Input.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Value input header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -59,5 +59,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Value_Input.H,v 1.5.2.3.2.5 2003/01/30 21:40:31 easysw Exp $".
|
||||
// End of "$Id: Fl_Value_Input.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Value_Output.H,v 1.5.2.3.2.5 2003/01/30 21:40:32 easysw Exp $"
|
||||
// "$Id: Fl_Value_Output.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Value output header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -52,5 +52,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Value_Output.H,v 1.5.2.3.2.5 2003/01/30 21:40:32 easysw Exp $".
|
||||
// End of "$Id: Fl_Value_Output.H,v 1.5.2.3.2.6 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Value_Slider.H,v 1.5.2.3.2.4 2003/01/30 21:40:33 easysw Exp $"
|
||||
// "$Id: Fl_Value_Slider.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Value slider header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -46,5 +46,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Value_Slider.H,v 1.5.2.3.2.4 2003/01/30 21:40:33 easysw Exp $".
|
||||
// End of "$Id: Fl_Value_Slider.H,v 1.5.2.3.2.5 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
@ -1,9 +1,9 @@
|
||||
//
|
||||
// "$Id: Fl_Widget.H,v 1.6.2.4.2.22 2004/04/06 18:37:20 easysw Exp $"
|
||||
// "$Id: Fl_Widget.H,v 1.6.2.4.2.23 2004/04/11 04:38:54 easysw Exp $"
|
||||
//
|
||||
// Widget header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||
// Copyright 1998-2004 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Library General Public
|
||||
@ -217,5 +217,5 @@ public:
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: Fl_Widget.H,v 1.6.2.4.2.22 2004/04/06 18:37:20 easysw Exp $".
|
||||
// End of "$Id: Fl_Widget.H,v 1.6.2.4.2.23 2004/04/11 04:38:54 easysw Exp $".
|
||||
//
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user