Author: AlbrechtS
Date: 2009-11-29 03:14:42 -0800 (Sun, 29 Nov 2009)
New Revision: 6946
Log:
Fix for documentation typos provided by Josef Vitu. Thanks.
Added Josef Vitu to CREDITS.
Modified:
branches/branch-1.3/CREDITS
branches/branch-1.3/documentation/src/common.dox
branches/branch-1.3/documentation/src/drawing.dox
branches/branch-1.3/documentation/src/events.dox
branches/branch-1.3/documentation/src/examples.dox
branches/branch-1.3/documentation/src/fluid.dox
branches/branch-1.3/documentation/src/subclassing.dox
branches/branch-1.3/documentation/src/unicode.dox
Modified: branches/branch-1.3/CREDITS
===================================================================
--- branches/branch-1.3/CREDITS 2009-11-28 14:42:55 UTC (rev 6945)
+++ branches/branch-1.3/CREDITS 2009-11-29 11:14:42 UTC (rev 6946)
@@ -12,7 +12,7 @@
The following people do the day-to-day development of FLTK:
Fabien Costantini ([email protected])
- Craig P. Earls
+ Craig P. Earls
Curtis Edwards ([email protected])
Gustavo Hime ([email protected])
Talbot Hughes
@@ -21,7 +21,7 @@
James Dean Palmer ([email protected])
Vincent Penne ([email protected])
Bill Spitzak ([email protected])
- Michael Sweet ([email protected])
+ Michael Sweet ([email protected])
Carl Thompson ([email protected])
Nafees Bin Zafar ([email protected])
@@ -47,9 +47,10 @@
Alexander Rabi
James Roth
Albrecht Schlosser
- Andrea Suatoni
+ Andrea Suatoni
Paul Sydney
Aaron Ucko
Emanuele Vicentini
+ Josef Vitu
Jim Wilson
Ken Yarnall
Modified: branches/branch-1.3/documentation/src/common.dox
===================================================================
--- branches/branch-1.3/documentation/src/common.dox 2009-11-28 14:42:55 UTC
(rev 6945)
+++ branches/branch-1.3/documentation/src/common.dox 2009-11-29 11:14:42 UTC
(rev 6946)
@@ -313,9 +313,9 @@
The function
\ref common_fl_down "fl_down(Fl_Boxtype)"
expects the neutral design on a boxtype with a numerical
-value evenly divideable by two.
+value evenly dividable by two.
\ref common_fl_frame "fl_frame(Fl_Boxtype)"
-expects the \p UP_BOX design at a value divideable by four.
+expects the \p UP_BOX design at a value dividable by four.
\section common_labels Labels and Label Types
@@ -342,7 +342,7 @@
\li +[1-9] or -[1-9] tweaks the scaling a little bigger or smaller.
-\li '$' flips the symbol horizontaly, '%' flips it verticaly.
+\li '$' flips the symbol horizontally, '%' flips it vertically.
\li [0-9] - rotates by a multiple of 45 degrees. '5' and '6' do no rotation
while the others point in the direction of that key on a numeric keypad.
@@ -396,7 +396,7 @@
Label types are actually indexes into a table of functions
that draw them. The primary purpose of this is to use this to
draw the labels in ways inaccessible through the
-fl_font() mechanisim (e.g. <tt>FL_ENGRAVED_LABEL</tt>) or
+fl_font() mechanism (e.g. <tt>FL_ENGRAVED_LABEL</tt>) or
with program-generated letters or symbology.
<CENTER><TABLE WIDTH="80%" BORDER="1" CELLPADDING="5" CELLSPACING="0"
BGCOLOR="#cccccc">
Modified: branches/branch-1.3/documentation/src/drawing.dox
===================================================================
--- branches/branch-1.3/documentation/src/drawing.dox 2009-11-28 14:42:55 UTC
(rev 6945)
+++ branches/branch-1.3/documentation/src/drawing.dox 2009-11-29 11:14:42 UTC
(rev 6946)
@@ -409,7 +409,7 @@
\par
Transform a coordinate or a distance using the current transformation matrix.
After transforming a coordinate pair, it can be added to the vertex
-list without any forther translations using \p %fl_transformed_vertex().
+list without any further translations using \p %fl_transformed_vertex().
void fl_begin_points() <br>
void fl_end_points()
Modified: branches/branch-1.3/documentation/src/events.dox
===================================================================
--- branches/branch-1.3/documentation/src/events.dox 2009-11-28 14:42:55 UTC
(rev 6945)
+++ branches/branch-1.3/documentation/src/events.dox 2009-11-29 11:14:42 UTC
(rev 6946)
@@ -266,7 +266,7 @@
FLTK supports drag and drop of text and files from any
application on the desktop. Text is transfered using
the current code page. Files are received as a list of full path
-and file names, seperated by newline. On some platforms, path
+and file names, separated by newline. On some platforms, path
names are prepended with <tt>%file://</tt>.
The drag and drop data is available in Fl::event_text()
@@ -298,7 +298,7 @@
The user has released the mouse button dropping data into
the widget. If the widget returns 1, it will receive the data in
-the immediatly following \p FL_PASTE event.
+the immediately following \p FL_PASTE event.
<!-- NEED 6in -->
Modified: branches/branch-1.3/documentation/src/examples.dox
===================================================================
--- branches/branch-1.3/documentation/src/examples.dox 2009-11-28 14:42:55 UTC
(rev 6945)
+++ branches/branch-1.3/documentation/src/examples.dox 2009-11-29 11:14:42 UTC
(rev 6946)
@@ -188,7 +188,7 @@
\c colbrowser runs only on X11 systems. It reads
<i>/usr/lib/X11/rgb.txt</i> to show the color representation
of every text entry in the file. This is beautiful, but
-only moderatly useful unless your UI is written in <i>Motif</i>.
+only moderately useful unless your UI is written in <i>Motif</i>.
\subsection examples_color_chooser color_chooser
@@ -478,7 +478,7 @@
\par
\c resizebox shows some possible ways of FLTK's automatic
-resize bahavior..
+resize behavior.
\subsection examples_resize resize
Modified: branches/branch-1.3/documentation/src/fluid.dox
===================================================================
--- branches/branch-1.3/documentation/src/fluid.dox 2009-11-28 14:42:55 UTC
(rev 6945)
+++ branches/branch-1.3/documentation/src/fluid.dox 2009-11-29 11:14:42 UTC
(rev 6946)
@@ -817,7 +817,7 @@
\par Layout/Make Same Size/...
\par
-Make all slected widgets the same size as the first selected widget.
+Make all selected widgets the same size as the first selected widget.
\par Layout/Center in Group/...
Modified: branches/branch-1.3/documentation/src/subclassing.dox
===================================================================
--- branches/branch-1.3/documentation/src/subclassing.dox 2009-11-28
14:42:55 UTC (rev 6945)
+++ branches/branch-1.3/documentation/src/subclassing.dox 2009-11-29
11:14:42 UTC (rev 6946)
@@ -226,7 +226,7 @@
to not interfere with reserved values.
\par
-FLTK does not use RTTI (Run Time Typing Infomation), to enhance
+FLTK does not use RTTI (Run Time Typing Information), to enhance
portability. But this may change in the near future if RTTI becomes
standard everywhere.
Modified: branches/branch-1.3/documentation/src/unicode.dox
===================================================================
--- branches/branch-1.3/documentation/src/unicode.dox 2009-11-28 14:42:55 UTC
(rev 6945)
+++ branches/branch-1.3/documentation/src/unicode.dox 2009-11-29 11:14:42 UTC
(rev 6946)
@@ -23,7 +23,7 @@
\par The Unicode Standard
The Unicode Standard was originally developed by a consortium of mainly
-US computer manufacturers and developers of mult-lingual software.
+US computer manufacturers and developers of multi-lingual software.
It has now become a defacto standard for character encoding,
and is supported by most of the major computing companies in the world.
@@ -121,7 +121,7 @@
</table>
Moving from ASCII encoding to Unicode will allow all new FLTK
-applications to be easily internationalized and and used all
+applications to be easily internationalized and used all
over the world. By choosing UTF-8 encoding, FLTK remains
largely source-code compatible to previous iteration of the
library.
@@ -428,7 +428,7 @@
\li initial transfer of the Ian/O'ksi'D patch
\li adapted Makefiles and IDEs for available platforms
-\li hacked some Unicode keybard entry for OS X
+\li hacked some Unicode keyboard entry for OS X
\par ISSUES:
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit