From fdcdc8fd46547a7cd77010db6b57f9cc9f4f51d1 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 11 Dec 2001 16:03:13 +0000 Subject: Multiple fixes from Sebastien. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1833 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Tiled_Image.html | 11 +++++++++-- documentation/intro.html | 21 ++++++--------------- 2 files changed, 15 insertions(+), 17 deletions(-) (limited to 'documentation') diff --git a/documentation/Fl_Tiled_Image.html b/documentation/Fl_Tiled_Image.html index 4175cc780..2d04e4e68 100644 --- a/documentation/Fl_Tiled_Image.html +++ b/documentation/Fl_Tiled_Image.html @@ -22,8 +22,15 @@

Description

-

The Fl_Tiled_Image class supports tiling of images over a -specified area.

+

The Fl_Tiled_Image class supports tiling of images +over a specified area. The source (tile) image is not +copied unless you call the color_average(), +desaturate(), +or inactive() +methods.

Methods

diff --git a/documentation/intro.html b/documentation/intro.html index abdf5a454..7cc70753a 100644 --- a/documentation/intro.html +++ b/documentation/intro.html @@ -5,11 +5,11 @@

The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd C++ graphical user interface -toolkit for X (UNIX®), OpenGL®, and Microsoft® -Windows®. 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.

+toolkit for X (UNIX®), OpenGL®, MacOS® X, and +Microsoft® Windows®. 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.

History of FLTK

@@ -151,7 +151,7 @@ the toolkit, which was already in use by several people, Bill came up with "FLTK", including a bogus excuse that it stands for "The Fast Light Toolkit".

-

Building and Installing FLTK Under UNIX

+

Building and Installing FLTK Under UNIX and MacOS X

In most cases you can just type "make". This will run configure with the default of no options and then compile @@ -294,15 +294,6 @@ copy makefiles\Makefile.os2x Makefile make -

Building FLTK Under MacOS X

- -

The current version of FLTK requires the XFree86 X server for -Darwin. Follow the instructions for building FLTK under -UNIX.

- -

Future versions of FLTK will provide a Carbon-based window -interface, so XFree86 will no longer be required.

-

Internet Resources

FLTK is available on the 'net in a bunch of locations:

-- cgit v1.2.3