diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-10-16 21:04:24 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-10-16 21:04:24 +0000 |
| commit | ae419c9dd94344ad078c0ccc132ea98115dc91aa (patch) | |
| tree | 55242c40d47c4aac958404e17034330237fe06d5 /documentation | |
| parent | fc62d39db56c7289db8094c47db6f5c6fb86021a (diff) | |
Documentation updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12033 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/src/common.dox | 7 | ||||
| -rw-r--r-- | documentation/src/intro.dox | 11 | ||||
| -rw-r--r-- | documentation/src/preface.dox | 2 |
3 files changed, 5 insertions, 15 deletions
diff --git a/documentation/src/common.dox b/documentation/src/common.dox index e6a3269cd..1a23ce7a4 100644 --- a/documentation/src/common.dox +++ b/documentation/src/common.dox @@ -264,13 +264,6 @@ Figure 3-3 is the area that is not drawn by the frame types. You can define your own boxtypes by making a small function that draws the box and adding it to the table of boxtypes. -<CENTER><TABLE WIDTH="80%" BORDER="1" CELLPADDING="5" CELLSPACING="0" BGCOLOR="#cccccc"> -<TR> - <TD><B>Note:</B> - <P>This interface has changed in FLTK 2.0! - </TD> -</TR> -</TABLE></CENTER> \par The Drawing Function diff --git a/documentation/src/intro.dox b/documentation/src/intro.dox index 2f7df779d..dc5d62fe6 100644 --- a/documentation/src/intro.dox +++ b/documentation/src/intro.dox @@ -255,8 +255,8 @@ FLTK 1.3 is officially supported on Windows (2000,) 2003, XP, and later. Older Windows versions prior to Windows 2000 are not officially supported, but may still work. The main reason is that the OS version needs to support UTF-8. -FLTK 1.3 is known to work on recent versions of -Windows such as Windows 7 and Vista and has been reported to work +FLTK 1.3 is known to work on recent versions of Windows such as +Windows 7, Windows 8/8.1 and Windows 10 and has been reported to work in both 32-bit and 64-bit versions of these. FLTK currently supports the following development @@ -267,8 +267,8 @@ environments can not be mixed with object files from any of the other environments! (They use incompatible C++ conventions internally.) -Free Microsoft Visual C++ 2008 Express and Visual -C++ 2010 Express using the supplied workspace and +Free Microsoft Visual C++ 2008 Express and Visual C++ 2010 Express +or later versions using the supplied workspace and project files. Older versions, and the commercial versions, can be used as well, if they can open the project files. @@ -359,9 +359,6 @@ http://www.fltk.org/str.php [for reporting bugs] <br> http://www.fltk.org/software.php [source code]<br> http://www.fltk.org/newsgroups.php [newsgroup/forums] -\par FTP -ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk [Espoo, Finland]<br> - \par NNTP Newsgroups https://groups.google.com/forum/#!forum/fltkgeneral [Google Groups interface] news://fltk.org:1024/ [NNTP interface]<br> diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox index e74add8f8..d387a5f55 100644 --- a/documentation/src/preface.dox +++ b/documentation/src/preface.dox @@ -75,7 +75,7 @@ was dropped after FLTK 1.0.10. FLTK uses the preprocessor definition \section preface_copyrights Copyrights and Trademarks -FLTK is Copyright 1998-2015 by Bill Spitzak and others. Use and +FLTK is Copyright 1998-2016 by Bill Spitzak and others. Use and distribution of FLTK is governed by the GNU Library General Public License with 4 exceptions, located in \ref license. |
