Fix typos (comments and documentation).

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12406 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2017-08-28 11:10:01 +00:00
parent 52249a960d
commit fa5851b292
4 changed files with 7 additions and 7 deletions

View File

@ -259,7 +259,7 @@ CHANGES IN FLTK 1.0.10
hardware emulation on systems with lots of memory.
All other values for GL_SWAP_TYPE, and not setting
the variable, cause fltk to assumme that the back
the variable, cause fltk to assume that the back
buffer must be completely redrawn after a swap.
This is easily tested by running the gl_overlay demo
@ -397,7 +397,7 @@ CHANGES IN FLTK 1.0.9
for DD's code, I'm not sure if these fixes are good enough to
enable this in our general release. Hardware overlay still
only works on SGI Irix.
- Some patches to turn off the MSVC++ -Oa (assumme no aliasing)
- Some patches to turn off the MSVC++ -Oa (assume no aliasing)
optimization flag. Suprisingly this only broke a few parts
of fltk, or at least these are the only ones I found.
- Does not unmap child windows when the main window is

View File

@ -2643,7 +2643,7 @@ CHANGES IN FLTK 1.1.0b1
menu title, it now adds a new item.
- Fl_Menu::add() of text starting with '/' to a menu is
assummed to be a filename. So "/foo/bar" creates a
assumed to be a filename. So "/foo/bar" creates a
single menu item. You can also put filenames into
submenus by doing "submenu//foo/bar", this will create
a submenu called "submenu" with an item "/foo/bar".

View File

@ -5,7 +5,7 @@ Bug fixes and other improvements
- Fix test/native-filechooser help display artifact (STR #3349).
- MacOS: fix a crash when closing a fullscreen window.
- Accept empty Fl_Pixmap in Fl_RGB_Image c'tor (STR #3348).
- MacOS: fix drawing error when a window containing a hidden subwindow
- MacOS: fix drawing error when a window containing a hidden subwindow
is changed to fullscreen (error visible with the tabs test program).
- MacOS: fix possible crash when enabling fullscreen in test/scroll.
- Add a snapshot of known STR's and RFE's (KNOWN_BUGS.html).

View File

@ -3,7 +3,7 @@
//
// Minimal update test program for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2010 by Bill Spitzak and others.
// Copyright 1998-2017 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@ -18,8 +18,8 @@
//
// This is a test of the minimal update code. The right slider has a
// label that extends outside it's border, and the minimal update
// assummes this does not happen. Thus there is *supposed* to be
// label that extends outside its border, and the minimal update
// assumes this does not happen. Thus there is *supposed* to be
// display errors when you move the right-most or any other slider.
// If you *don't* see these errors, then the minimal update is
// broken!!!