mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:07:39 +00:00
Versino 0.17.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28275 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b3906a84f2
commit
90de622eae
6 changed files with 114 additions and 59 deletions
|
@ -19,6 +19,42 @@
|
|||
changes and other information that might help developers and users
|
||||
migrate to using a newer version of the library.
|
||||
</p>
|
||||
<section>
|
||||
<heading>Version 0.17.0</heading>
|
||||
<p>Many many bug fixes and almost complete reorganization of NSToolbar
|
||||
code.
|
||||
</p>
|
||||
<deflist>
|
||||
<term>NSBezierPath, NSAttributedString, NSLayoutManager</term>
|
||||
<desc>
|
||||
New Mac OS X 10.5 methods.
|
||||
</desc>
|
||||
<term>NSSpeechSynthesizer</term>
|
||||
<desc>
|
||||
New class.
|
||||
</desc>
|
||||
<term>NSSplitView</term>
|
||||
<desc>
|
||||
Added new Mac OS X 10.5 methods and some ivars
|
||||
</desc>
|
||||
<term>Toolbars</term>
|
||||
<desc>
|
||||
Many improvements. NSToolbar methods rearragned and ivar removed.
|
||||
</desc>
|
||||
<term>Menus</term>
|
||||
<desc>
|
||||
MS Window-stype menus inside a window implemented
|
||||
</desc>
|
||||
<term>Garbage Collection</term>
|
||||
<desc>
|
||||
Several improvements to work better with GC
|
||||
</desc>
|
||||
<term>HelpViewer</term>
|
||||
<desc>
|
||||
GSHelpViewer use default added.
|
||||
</desc>
|
||||
</deflist>
|
||||
</section>
|
||||
<section>
|
||||
<heading>Version 0.16.0</heading>
|
||||
<p>This is an stable release. A lot of improvements and bug
|
||||
|
@ -56,7 +92,7 @@
|
|||
<desc>
|
||||
New methods added to handle temporary attributes.
|
||||
</desc>
|
||||
<term>NSWindowContrller</term>
|
||||
<term>NSWindowController</term>
|
||||
<desc>
|
||||
NSWindowController was made a subclass of NSResponder.
|
||||
</desc>
|
||||
|
@ -66,7 +102,7 @@
|
|||
</desc>
|
||||
<term>NSTokenField, NSTokenFieldCell</term>
|
||||
<desc>
|
||||
Ned classes added.
|
||||
New classes added.
|
||||
</desc>
|
||||
</deflist>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue