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
+3 -3
View File
@@ -1,5 +1,5 @@
#
# "$Id: Makefile,v 1.9 1999/03/10 20:18:37 mike Exp $"
# "$Id: Makefile,v 1.9.2.1 1999/05/01 15:08:11 mike Exp $"
#
# Documentation makefile for the Fast Light Tool Kit (FLTK).
#
@@ -134,7 +134,7 @@ fltk.d/index.html: $(HTMLFILES)
fltk.ps: $(HTMLFILES)
@echo "Generating PostScript documentation..."
@$(HTMLDOC) -f fltk.ps -t ps1 --duplex --verbose --toclevels 2 --title FL.gif $(HTMLFILES)
@$(HTMLDOC) -f fltk.ps -t ps2 --jpeg --duplex --verbose --toclevels 2 --title FL.gif $(HTMLFILES)
fltk.pdf: $(HTMLFILES)
@echo "Generating PDF documentation..."
@@ -142,5 +142,5 @@ fltk.pdf: $(HTMLFILES)
@$(HTMLDOC) -f fltk.pdf --jpeg --compression=9 --duplex --verbose --toclevels 2 --title FL.gif $(HTMLFILES)
#
# End of "$Id: Makefile,v 1.9 1999/03/10 20:18:37 mike Exp $".
# End of "$Id: Makefile,v 1.9.2.1 1999/05/01 15:08:11 mike Exp $".
#