Files
fltk/documentation
Michael R Sweet 70ca1d156b 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)


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3231 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2004-03-11 05:17:12 +00:00
..
2001-12-21 15:37:39 +00:00
2002-10-04 17:23:09 +00:00
2002-10-04 17:23:09 +00:00
2002-10-07 13:19:22 +00:00
2002-06-07 15:06:32 +00:00
2002-05-01 00:55:45 +00:00
2003-04-01 20:19:35 +00:00
2002-05-10 15:42:44 +00:00
2002-08-12 19:44:59 +00:00
2002-04-16 12:14:27 +00:00
2003-11-01 01:46:55 +00:00
2002-02-13 21:26:04 +00:00
2003-01-16 20:07:01 +00:00
2002-04-24 12:14:57 +00:00
2002-10-07 13:51:10 +00:00
2002-01-06 13:40:32 +00:00
2002-03-24 17:26:00 +00:00
2002-03-24 17:26:00 +00:00
2002-03-24 17:26:00 +00:00
2002-03-24 17:26:00 +00:00
2002-03-24 17:26:00 +00:00
2002-03-24 17:26:00 +00:00
2002-01-06 13:40:32 +00:00
2002-01-15 02:17:19 +00:00
2003-01-30 15:48:24 +00:00
2003-09-09 15:15:18 +00:00
2002-12-19 21:34:26 +00:00
2002-03-24 17:26:00 +00:00
2003-05-20 19:16:26 +00:00
2003-09-09 15:15:18 +00:00

README
------

The documentation in this directory is in HTML format.  To read it just
point your browser at the "index.html" file. A slightly more browseable
version is accessable at the FLTK web site, along with PostScript(tm)
and PDF versions of the manual.

You can generate your own (printable) copy of the manual by typing
"make" in this directory.  You will need to have the HTMLDOC software
installed on your system.  HTMLDOC can be downloaded from:

    http://www.easysw.com/htmldoc

The default media size is 8.27x11.0" (210x279mm), which is the lesser
of A4 and US Letter sizes.  You can change this in the makefile by
uncommenting the corresponding media size or defining your own.

If you find any typos, things that are unclear, or would like to
contribute an example, section, or chapter to the FLTK manual, please
contact Michael Sweet (mike@easysw.com).