mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 08:30:49 +00:00
Update
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9215 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9f69e63cb3
commit
94fe65783b
9 changed files with 136 additions and 410 deletions
45
BUGS
45
BUGS
|
@ -4,42 +4,10 @@ TODO
|
|||
Bugs in the GUI library
|
||||
=======================
|
||||
|
||||
Windows
|
||||
-------
|
||||
|
||||
* Getting and releasing keyboard focus is still buggy. This is mostly
|
||||
annoying for users trying to type in a GNUstep or non-GNUstep
|
||||
window.
|
||||
|
||||
|
||||
Texts
|
||||
-----
|
||||
|
||||
* 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.
|
||||
|
||||
|
||||
Matrices
|
||||
--------
|
||||
|
||||
* Encoding/Decoding of matrices is unimplemented. There are some
|
||||
minor known bugs with handling of mouse down in matrices.
|
||||
|
||||
Cells
|
||||
-----
|
||||
|
||||
* 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.
|
||||
|
||||
* Multi line texts are unsupported; isScrollable, wordWraps etc do
|
||||
nothing. This restriction will hopefully be removed in next
|
||||
releases.
|
||||
|
||||
Images anf Graphics
|
||||
-------------------
|
||||
|
||||
* There are problems with alpha composing. To avoid these problems,
|
||||
you may set manually the background color of your image when
|
||||
displaying it.
|
||||
|
@ -48,15 +16,6 @@ Images anf Graphics
|
|||
limited degree.
|
||||
|
||||
|
||||
Alert, Info Panels
|
||||
------------------
|
||||
|
||||
* Multi line messages are generally unsupported due to the similar
|
||||
restriction in the cells code.
|
||||
|
||||
Unimplemented Classes
|
||||
---------------------
|
||||
|
||||
The following classes are currently unimplemented or unfinished to
|
||||
such a degree to be unusable.
|
||||
|
||||
|
@ -64,13 +23,9 @@ such a degree to be unusable.
|
|||
|
||||
* NSHelpPanel
|
||||
|
||||
* NSLayoutManager
|
||||
|
||||
* NSPageLayout
|
||||
|
||||
* NSPrintPanel
|
||||
|
||||
* NSSecureTextField
|
||||
|
||||
* NSSpellChecker
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue