Updated version numbers to 1.0.3.

Fixed browser bug in item_width() - would read past the end of the string
under certain circumstances.

Fixed browser resize bug - wasn't updating bounding box during check, so
it could get in an infinite loop.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@567 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
1999-05-01 15:08:22 +00:00
parent 5c3e88c386
commit 2f942e1c4a
19 changed files with 206 additions and 195 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
<HEAD>
<META CONTENT="Written by Michael Sweet, Craig P. Earls, and Bill Spitzak" NAME=Author>
<META CONTENT="Copyright 1998-1999 by Bill Spitzak and Others." NAME=Copyright>
<META CONTENT="Revision 9" NAME=DocNumber>
<TITLE>FLTK 1.0.2 Programming Manual</TITLE>
<META CONTENT="Revision 10" NAME=DocNumber>
<TITLE>FLTK 1.0.3 Programming Manual</TITLE>
</HEAD>
<BODY>
<H1 ALIGN=RIGHT><A NAME=preface>Preface</A></H1>