Multiple fixes from Sebastien.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1833 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2001-12-11 16:03:13 +00:00
parent 6905f61c2c
commit fdcdc8fd46
22 changed files with 182 additions and 130 deletions
+9 -2
View File
@@ -22,8 +22,15 @@
<H3>Description</H3>
<P>The <TT>Fl_Tiled_Image</TT> class supports tiling of images over a
specified area.</P>
<P>The <TT>Fl_Tiled_Image</TT> class supports tiling of images
over a specified area. The source (tile) image is <B>not</B>
copied unless you call the <A
HREF="Fl_Image.html#Fl_Image.color_average"><TT>color_average()</TT></A>,
<A
HREF="Fl_Image.html#Fl_Image.desaturate"><TT>desaturate()</TT></A>,
or <A
HREF="Fl_Image.html#Fl_Image.inactive"><TT>inactive()</TT></A>
methods.</P>
<H3>Methods</H3>
+6 -15
View File
@@ -5,11 +5,11 @@
<P>The Fast Light Tool Kit (&quot;FLTK&quot;, pronounced
&quot;fulltick&quot;) is a LGPL'd C++ graphical user interface
toolkit for X (UNIX&reg;), OpenGL&reg;, and Microsoft&reg;
Windows&reg;. Work is also underway to support FLTK under MacOS
X. It was originally developed by Mr. Bill Spitzak and is
currently maintained by a small group of developers across the
world with a central repository in the US.</P>
toolkit for X (UNIX&reg;), OpenGL&reg;, MacOS&reg; X, and
Microsoft&reg; Windows&reg;. It was originally developed by Mr.
Bill Spitzak and is currently maintained by a small group of
developers across the world with a central repository in the
US.</P>
<H2>History of FLTK</H2>
@@ -151,7 +151,7 @@ the toolkit, which was already in use by several people, Bill
came up with &quot;FLTK&quot;, including a bogus excuse that it
stands for &quot;The Fast Light Toolkit&quot;.</P>
<H2>Building and Installing FLTK Under UNIX</H2>
<H2>Building and Installing FLTK Under UNIX and MacOS X</H2>
<P>In most cases you can just type &quot;make&quot;. This will
run configure with the default of no options and then compile
@@ -294,15 +294,6 @@ copy makefiles\Makefile.os2x Makefile
make
</PRE></UL>
<H2>Building FLTK Under MacOS X</H2>
<P>The current version of FLTK requires the XFree86 X server for
Darwin. Follow the instructions for building FLTK under
UNIX.</P>
<P>Future versions of FLTK will provide a Carbon-based window
interface, so XFree86 will no longer be required.</P>
<H2>Internet Resources</H2>
<P>FLTK is available on the 'net in a bunch of locations:</P>