summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-08-08 03:03:37 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-08-08 03:03:37 +0000
commita4f428d82b63a93095bcd1338875c5ba4be8d5b5 (patch)
treeaa7752c0a88634cd7a859c7939d2f3d4212948ab
parent4264573f1839e7bccc8ebc4b6773af92d21a0187 (diff)
Doco update for subwindows on OSX, and remove WIN32 note for cut/paste
buffer using \n and not \r\n since we now do \r\n. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4485 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--CHANGES5
-rw-r--r--documentation/osissues.html8
2 files changed, 8 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 50ccf5806..be27e90b6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,8 @@
CHANGES IN FLTK 1.1.7
- - Documentation fixes (STR #648, STR #692, STR #730, STR
- #744, STR #745, STR #931, STR #942, STR #960, STR #969)
+ - Documentation fixes (STR #571, STR #648, STR #692, STR
+ #730, STR #744, STR #745, STR #931, STR #942, STR #960,
+ STR #969)
- Fl_GIF_Image did not handle images with an incorrect
number of data bits (STR #914)
- Fixed some plastic drawing artifacts (STR #906)
diff --git a/documentation/osissues.html b/documentation/osissues.html
index 4701c6790..3d5b9d767 100644
--- a/documentation/osissues.html
+++ b/documentation/osissues.html
@@ -596,9 +596,6 @@ version of FLTK:
then correctly returns whether or not there is overlay
hardware.</LI>
- <LI>Cut text contains ^J rather than ^M^J to break
- lines. This is a feature, not a bug. </LI>
-
<LI><TT>SetCapture</TT> (used by <TT>Fl::grab()</TT>)
doesn't work, and the main window title bar turns gray
while menus are popped up.</LI>
@@ -682,6 +679,11 @@ MacOS version of FLTK:
<LI>Line styles are not well supported. This is due to
limitations in the QuickDraw interface.</LI>
+ <li>Nested subwindows are not supported, i.e. you can
+ have a <tt>Fl_Window</tt> widget inside a
+ <tt>Fl_Window</tt>, but not a <tt>Fl_Window</tt> inside a
+ <tt>Fl_Window</tt> inside a <tt>Fl_Window</tt>.</li>
+
</UL>
</BODY>