mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 14:50:59 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_stable_20070311@25627 72102866-910b-0410-8b05-ffd578937521
33 lines
810 B
Text
33 lines
810 B
Text
1 TODO
|
|
******
|
|
|
|
1.1 Bugs in the GUI library
|
|
===========================
|
|
|
|
* 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.
|
|
|
|
* There are problems with alpha composing. To avoid these problems,
|
|
you may set manually the background color of your image when
|
|
displaying it.
|
|
|
|
* alpha drawing and compositing of graphics works, but only to a
|
|
limited degree.
|
|
|
|
|
|
The following classes are currently unimplemented or unfinished to
|
|
such a degree to be unusable.
|
|
|
|
* NSController and subclasses
|
|
|
|
* NSSearchField and NSSearchFieldCell
|
|
|
|
Classes that need work (well every class needs work!)
|
|
|
|
* NSTableView and NSOutlineView
|
|
|
|
* NSProgressIndicator
|
|
|
|
* All the Text classes
|
|
|