1996-09-03 18:09:16 +00:00
|
|
|
@c -*-texinfo-*-
|
1998-06-30 16:03:52 +00:00
|
|
|
@ifclear GLOBAL-TODO
|
1996-09-03 18:09:16 +00:00
|
|
|
@chapter TODO
|
|
|
|
|
|
|
|
@ifset TEXT-ONLY
|
|
|
|
@include version.texi
|
|
|
|
@end ifset
|
|
|
|
|
2000-02-19 00:40:47 +00:00
|
|
|
@section Bugs in the GUI library
|
1998-06-30 16:03:52 +00:00
|
|
|
@end ifclear
|
1996-09-03 18:09:16 +00:00
|
|
|
|
2000-02-19 00:40:47 +00:00
|
|
|
@subsection Windows
|
|
|
|
|
|
|
|
@itemize @bullet
|
2000-08-07 22:06:04 +00:00
|
|
|
@item Getting and releasing keyboard focus is still buggy. This is mostly
|
|
|
|
annoying for users trying to type in a GNUstep or non-GNUstep window.
|
2000-02-19 00:40:47 +00:00
|
|
|
|
|
|
|
@end itemize
|
|
|
|
|
|
|
|
@subsection Texts
|
|
|
|
|
|
|
|
@itemize @bullet
|
2000-08-07 22:06:04 +00:00
|
|
|
|
|
|
|
@item There have been a lot of improvements in the NSText code, but is
|
|
|
|
particularly complex. It is
|
|
|
|
somewhat usable though. We hope to keep improving it.
|
|
|
|
|
2000-02-19 00:40:47 +00:00
|
|
|
@end itemize
|
|
|
|
|
|
|
|
@subsection Matrices
|
|
|
|
|
|
|
|
@itemize @bullet
|
|
|
|
@item Encoding/Decoding of matrices is unimplemented. There are some minor
|
|
|
|
known bugs with handling of mouse down in matrices.
|
|
|
|
@end itemize
|
|
|
|
|
|
|
|
@subsection Cells
|
|
|
|
|
|
|
|
@itemize @bullet
|
|
|
|
@item Since NSText does only left alignment, when you select or edit text
|
|
|
|
in a cell it becomes automatically left aligned regardless of the original
|
|
|
|
alignment.
|
|
|
|
|
|
|
|
@item Multi line texts are unsupported; isScrollable, wordWraps etc do nothing.
|
|
|
|
This restriction will hopefully be removed in next releases.
|
|
|
|
@end itemize
|
|
|
|
|
|
|
|
@subsection Images anf Graphics
|
|
|
|
|
1996-09-03 18:09:16 +00:00
|
|
|
@itemize @bullet
|
2000-02-19 00:40:47 +00:00
|
|
|
@item There are problems with alpha composing. To avoid these problems,
|
|
|
|
you may set manually the background color of your image when displaying it.
|
1996-09-03 18:09:16 +00:00
|
|
|
|
2000-08-07 22:06:04 +00:00
|
|
|
@item alpha drawing and compositing of graphics works, but only to a limited
|
|
|
|
degree.
|
2000-02-19 00:40:47 +00:00
|
|
|
|
|
|
|
@end itemize
|
1998-09-03 14:35:49 +00:00
|
|
|
|
2000-02-19 00:40:47 +00:00
|
|
|
@subsection Alert, Info Panels
|
|
|
|
|
|
|
|
@itemize @bullet
|
|
|
|
@item Multi line messages are generally unsupported due to the similar
|
|
|
|
restriction in the cells code.
|
|
|
|
@end itemize
|
|
|
|
|
|
|
|
@subsection Unimplemented Classes
|
|
|
|
|
|
|
|
The following classes are currently unimplemented or unfinished
|
|
|
|
to such a degree to be unusable.
|
|
|
|
|
|
|
|
@itemize @bullet
|
|
|
|
@item NSDataLink
|
|
|
|
@item NSHelpPanel
|
|
|
|
@item NSLayoutManager
|
|
|
|
@item NSPageLayout
|
|
|
|
@item NSPrintPanel
|
|
|
|
@item NSSecureTextField
|
|
|
|
@item NSSpellChecker
|
1996-09-03 18:09:16 +00:00
|
|
|
@end itemize
|