mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Version 0.17.1
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28423 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
debe8f5801
commit
c613fefd6e
7 changed files with 94 additions and 56 deletions
12
ANNOUNCE
12
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
1 ANNOUNCE
|
||||
**********
|
||||
|
||||
This is version 0.17.0 of the GNUstep GUI library (`gnustep-gui').
|
||||
This is version 0.17.1 of the GNUstep GUI library (`gnustep-gui').
|
||||
|
||||
1.1 What is the GNUstep GUI Library?
|
||||
====================================
|
||||
|
@ -27,19 +27,17 @@ systems.
|
|||
GNUstep Base Library, the TIFF Graphics library, and a back-end
|
||||
component like the GNUstep 'Back' Backend.
|
||||
|
||||
1.2 Noteworthy changes in version `0.17.0'
|
||||
1.2 Noteworthy changes in version `0.17.1'
|
||||
==========================================
|
||||
|
||||
* New Mac OS X 10.5 methods in many classes
|
||||
* New Mac OS X 10.5 methods in NSFont
|
||||
|
||||
* Toolbars have been completely rewritten and improved.
|
||||
|
||||
* Several improvements for Garbage Collection
|
||||
* Add live resize in NSSplitView
|
||||
|
||||
1.3 Where can you get it? How can you compile it?
|
||||
==================================================
|
||||
|
||||
The gstep-gui-0.17.0.tar.gz distribution file has been placed at
|
||||
The gstep-gui-0.17.1.tar.gz distribution file has been placed at
|
||||
`ftp://ftp.gnustep.org/pub/gnustep/core'.
|
||||
|
||||
Read the INSTALL file or the GNUstep-HOWTO for installation
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2009-07-31 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 0.17.1
|
||||
|
||||
2009-07-30 15:43-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Source/GSThemeTools.m: -[GSThemeTools drawRoundBezel:withColor:]
|
||||
|
|
|
@ -100,6 +100,13 @@
|
|||
begin with a dot ('.') are not shown in the NSSavePanel or
|
||||
NSOpenPanel.
|
||||
</p>
|
||||
<term>GSUseGhostResize</term>
|
||||
<desc>
|
||||
<p>
|
||||
A boolean, by default NO. If you set it to YES, NSSplitView
|
||||
uses a 'ghost' bar to show resizing instead of doing a live
|
||||
resizing of the views.
|
||||
</p>
|
||||
<term>GSHelpViewer</term>
|
||||
<desc>
|
||||
<p>
|
||||
|
|
|
@ -19,6 +19,21 @@
|
|||
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.1</heading>
|
||||
<p>Bug fixes.
|
||||
</p>
|
||||
<deflist>
|
||||
<term>NSFont</term>
|
||||
<desc>
|
||||
Add some missing interface methods from 10.5
|
||||
</desc>
|
||||
<term>NSSplitView</term>
|
||||
<desc>
|
||||
Add live resize (can be turned off with GSUseGhostResize default)
|
||||
</desc>
|
||||
</deflist>
|
||||
</section>
|
||||
<section>
|
||||
<heading>Version 0.17.0</heading>
|
||||
<p>Many many bug fixes and almost complete reorganization of NSToolbar
|
||||
|
|
|
@ -9,6 +9,15 @@
|
|||
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
|
||||
@end ifclear
|
||||
|
||||
@section Noteworthy changes in version @samp{0.17.1}
|
||||
|
||||
@itemize @bullet
|
||||
@item New Mac OS X 10.5 methods in NSFont
|
||||
@item Add live resize in NSSplitView
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{0.17.0}
|
||||
|
||||
@itemize @bullet
|
||||
|
@ -17,8 +26,6 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSIO
|
|||
@item Several improvements for Garbage Collection
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{0.16.0}
|
||||
|
||||
@itemize @bullet
|
||||
|
|
99
NEWS
99
NEWS
|
@ -1,9 +1,16 @@
|
|||
1 NEWS
|
||||
******
|
||||
|
||||
The currently released version of the library is `0.17.0'.
|
||||
The currently released version of the library is `0.17.1'.
|
||||
|
||||
1.1 Noteworthy changes in version `0.17.0'
|
||||
1.1 Noteworthy changes in version `0.17.1'
|
||||
==========================================
|
||||
|
||||
* New Mac OS X 10.5 methods in NSFont
|
||||
|
||||
* Add live resize in NSSplitView
|
||||
|
||||
1.2 Noteworthy changes in version `0.17.0'
|
||||
==========================================
|
||||
|
||||
* New Mac OS X 10.5 methods in many classes
|
||||
|
@ -12,7 +19,7 @@ The currently released version of the library is `0.17.0'.
|
|||
|
||||
* Several improvements for Garbage Collection
|
||||
|
||||
1.2 Noteworthy changes in version `0.16.0'
|
||||
1.3 Noteworthy changes in version `0.16.0'
|
||||
==========================================
|
||||
|
||||
* Nib loading refractored and improved.
|
||||
|
@ -23,7 +30,7 @@ The currently released version of the library is `0.17.0'.
|
|||
|
||||
* NSTokenField and netokenFiledCell classes added.
|
||||
|
||||
1.3 Noteworthy changes in version `0.14.0'
|
||||
1.4 Noteworthy changes in version `0.14.0'
|
||||
==========================================
|
||||
|
||||
* New class NSGlyphGenerator for glyph generation
|
||||
|
@ -34,7 +41,7 @@ The currently released version of the library is `0.17.0'.
|
|||
|
||||
* Manu bug fixes.
|
||||
|
||||
1.4 Noteworthy changes in version `0.13.2'
|
||||
1.5 Noteworthy changes in version `0.13.2'
|
||||
==========================================
|
||||
|
||||
* Printing works a little better now.
|
||||
|
@ -50,7 +57,7 @@ The currently released version of the library is `0.17.0'.
|
|||
|
||||
* NSDrawer was implemented.
|
||||
|
||||
1.5 Noteworthy changes in version `0.13.1'
|
||||
1.6 Noteworthy changes in version `0.13.1'
|
||||
==========================================
|
||||
|
||||
* NSMenu - Added more MacOS X methods and an ivar.
|
||||
|
@ -64,7 +71,7 @@ The currently released version of the library is `0.17.0'.
|
|||
|
||||
* Changed the NSCursor hot point to 0,0 for MacOS X compatibility.
|
||||
|
||||
1.6 Noteworthy changes in version `0.13.0'
|
||||
1.7 Noteworthy changes in version `0.13.0'
|
||||
==========================================
|
||||
|
||||
This is an unstable release. There may be backward compatibility issues
|
||||
|
@ -101,7 +108,7 @@ with previous releases of the gui library.
|
|||
|
||||
* Base library version 1.15.1 is required for this release
|
||||
|
||||
1.7 Noteworthy changes in version `0.12.0'
|
||||
1.8 Noteworthy changes in version `0.12.0'
|
||||
==========================================
|
||||
|
||||
It has been a long time since the last release and many things have been
|
||||
|
@ -126,7 +133,7 @@ added and changed, including new classes, new ivars, and new methods.
|
|||
* NSSpellServer and NSAffineTransform was moved to GNUstep base for
|
||||
Mac OS X compatibility.
|
||||
|
||||
1.8 Noteworthy changes in version `0.11.0'
|
||||
1.9 Noteworthy changes in version `0.11.0'
|
||||
==========================================
|
||||
|
||||
* Added support for keyed encoding in all gui classes.
|
||||
|
@ -137,26 +144,26 @@ added and changed, including new classes, new ivars, and new methods.
|
|||
* Implemented glue code in GSNibCompatibility for classes such as
|
||||
NSIBObjectData, NSClassSwapper, etc. to facilitate nib loading.
|
||||
|
||||
1.9 Noteworthy changes in version `0.10.3'
|
||||
==========================================
|
||||
1.10 Noteworthy changes in version `0.10.3'
|
||||
===========================================
|
||||
|
||||
* Horizontal menus now work
|
||||
|
||||
* Better support for tracking active applications.
|
||||
|
||||
1.10 Noteworthy changes in version `0.10.2'
|
||||
1.11 Noteworthy changes in version `0.10.2'
|
||||
===========================================
|
||||
|
||||
Mostly bug fixes.
|
||||
|
||||
1.11 Noteworthy changes in version `0.10.1'
|
||||
1.12 Noteworthy changes in version `0.10.1'
|
||||
===========================================
|
||||
|
||||
GNUstep now uses v19 of portaudio for the sound daemon. Version v19
|
||||
hasn't been officially released, but it is still used in several
|
||||
distributions (SuSE, etc) as v18 is very old.
|
||||
|
||||
1.12 Noteworthy changes in version `0.10.0'
|
||||
1.13 Noteworthy changes in version `0.10.0'
|
||||
===========================================
|
||||
|
||||
This release is binary incompatible with previous releases. The
|
||||
|
@ -168,7 +175,7 @@ new version.
|
|||
|
||||
* Keyed encoding is supported in many classes.
|
||||
|
||||
1.13 Noteworthy changes in version `0.9.5'
|
||||
1.14 Noteworthy changes in version `0.9.5'
|
||||
==========================================
|
||||
|
||||
* Beginnings of CUPS interface were added.
|
||||
|
@ -181,7 +188,7 @@ new version.
|
|||
|
||||
* You can find the GUI library's version using the Info.plist
|
||||
|
||||
1.14 Noteworthy changes in version `0.9.4'
|
||||
1.15 Noteworthy changes in version `0.9.4'
|
||||
==========================================
|
||||
|
||||
* The printing classes have been completely reorganized to
|
||||
|
@ -196,7 +203,7 @@ new version.
|
|||
|
||||
* Some improvement of NSDataLink classes.
|
||||
|
||||
1.15 Noteworthy changes in version `0.9.3'
|
||||
1.16 Noteworthy changes in version `0.9.3'
|
||||
==========================================
|
||||
|
||||
* Spell checker reimplemented using libaspell
|
||||
|
@ -208,7 +215,7 @@ new version.
|
|||
* Binary incompatibilites from ivar additions in NSView and
|
||||
subclasses.
|
||||
|
||||
1.16 Noteworthy changes in version `0.9.2'
|
||||
1.17 Noteworthy changes in version `0.9.2'
|
||||
==========================================
|
||||
|
||||
* Working NSToolbar implementation
|
||||
|
@ -227,7 +234,7 @@ new version.
|
|||
|
||||
* Much improved loading of gorm files
|
||||
|
||||
1.17 Noteworthy changes in version `0.9.1'
|
||||
1.18 Noteworthy changes in version `0.9.1'
|
||||
==========================================
|
||||
|
||||
* NSWindow - DnD works on whole window and events are propogated up
|
||||
|
@ -235,14 +242,14 @@ new version.
|
|||
|
||||
* Absolute paths and DnD works in OpenPanels.
|
||||
|
||||
1.18 Noteworthy changes in version `0.9.0'
|
||||
1.19 Noteworthy changes in version `0.9.0'
|
||||
==========================================
|
||||
|
||||
Improvements in various classes, include NSPopUpButton,
|
||||
NSBitmapImageRep, NSMenu, NSToolbar. Added support for thumbnail images
|
||||
in NSWorkspace.
|
||||
|
||||
1.19 Noteworthy changes in version `0.8.9'
|
||||
1.20 Noteworthy changes in version `0.8.9'
|
||||
==========================================
|
||||
|
||||
Note that many headers have moved to new locations (both in the package
|
||||
|
@ -251,14 +258,14 @@ applications may not compile because they cannot find the right header.
|
|||
|
||||
* New Language Setup documentation.
|
||||
|
||||
1.20 Noteworthy changes in version `0.8.8'
|
||||
1.21 Noteworthy changes in version `0.8.8'
|
||||
==========================================
|
||||
|
||||
* Updated LanguageSetup documentation
|
||||
|
||||
* Improved RTF reader (unicode support, etc).
|
||||
|
||||
1.21 Noteworthy changes in version `0.8.7'
|
||||
1.22 Noteworthy changes in version `0.8.7'
|
||||
==========================================
|
||||
|
||||
* NSBezierPath glyph methods implemented (depends on backend).
|
||||
|
@ -268,7 +275,7 @@ applications may not compile because they cannot find the right header.
|
|||
* Added default to load user-defined bundles (GSAppKitUserBundles
|
||||
default).
|
||||
|
||||
1.22 Noteworthy changes in version `0.8.6'
|
||||
1.23 Noteworthy changes in version `0.8.6'
|
||||
==========================================
|
||||
|
||||
Updated to install in new locations based on changes in gnustep-make
|
||||
|
@ -280,12 +287,12 @@ Updated to install in new locations based on changes in gnustep-make
|
|||
|
||||
* Lots of menu improvements.
|
||||
|
||||
1.23 Noteworthy changes in version `0.8.5'
|
||||
1.24 Noteworthy changes in version `0.8.5'
|
||||
==========================================
|
||||
|
||||
Bug fixes. NSStringDrawing now uses text system implementation.
|
||||
|
||||
1.24 Noteworthy changes in version `0.8.4'
|
||||
1.25 Noteworthy changes in version `0.8.4'
|
||||
==========================================
|
||||
|
||||
This release features a brand new text and layout system thanks to
|
||||
|
@ -299,7 +306,7 @@ Alexander Malmberg. Other improvements include:
|
|||
|
||||
* NSToolbar partially implemented.
|
||||
|
||||
1.25 Noteworthy changes in version `0.8.3'
|
||||
1.26 Noteworthy changes in version `0.8.3'
|
||||
==========================================
|
||||
|
||||
* Additions for Gorm support.
|
||||
|
@ -316,7 +323,7 @@ Alexander Malmberg. Other improvements include:
|
|||
|
||||
* Key view handling rewritten.
|
||||
|
||||
1.26 Noteworthy changes in version `0.8.2'
|
||||
1.27 Noteworthy changes in version `0.8.2'
|
||||
==========================================
|
||||
|
||||
* Handle fonts that aren't found better.
|
||||
|
@ -333,7 +340,7 @@ Alexander Malmberg. Other improvements include:
|
|||
|
||||
* Fix firstResponder status in text fields.
|
||||
|
||||
1.27 Noteworthy changes in version `0.8.1'
|
||||
1.28 Noteworthy changes in version `0.8.1'
|
||||
==========================================
|
||||
|
||||
* Handle scaled curves correctly.
|
||||
|
@ -346,10 +353,10 @@ Alexander Malmberg. Other improvements include:
|
|||
|
||||
* Spell checker starts correctly now.
|
||||
|
||||
1.28 Noteworthy changes in version `0.8.0'
|
||||
1.29 Noteworthy changes in version `0.8.0'
|
||||
==========================================
|
||||
|
||||
1.29 Noteworthy changes in version `0.7.9'
|
||||
1.30 Noteworthy changes in version `0.7.9'
|
||||
==========================================
|
||||
|
||||
* NSTableView, NSOutlineView improvements.
|
||||
|
@ -358,14 +365,14 @@ Alexander Malmberg. Other improvements include:
|
|||
|
||||
* Skeleton implementation of NSToolBar
|
||||
|
||||
1.30 Noteworthy changes in version `0.7.8'
|
||||
1.31 Noteworthy changes in version `0.7.8'
|
||||
==========================================
|
||||
|
||||
* Wheel color picker, standard color picker (bundles) added.
|
||||
|
||||
* System colors now use named colors. Easier configuration
|
||||
|
||||
1.31 Noteworthy changes in version `0.7.7'
|
||||
1.32 Noteworthy changes in version `0.7.7'
|
||||
==========================================
|
||||
|
||||
The graphics/window interface was completely revamped. Window functions
|
||||
|
@ -389,7 +396,7 @@ computers, although it is in a very alpha state.
|
|||
|
||||
* NSOutlineView much improved.
|
||||
|
||||
1.32 Noteworthy changes in version `0.7.6'
|
||||
1.33 Noteworthy changes in version `0.7.6'
|
||||
==========================================
|
||||
|
||||
* NSOutlineView implemented.
|
||||
|
@ -402,7 +409,7 @@ computers, although it is in a very alpha state.
|
|||
|
||||
* Memory panel available from Info Panel.
|
||||
|
||||
1.33 Noteworthy changes in version `0.7.5'
|
||||
1.34 Noteworthy changes in version `0.7.5'
|
||||
==========================================
|
||||
|
||||
* Drag and drop and image sliding much improved.
|
||||
|
@ -433,7 +440,7 @@ computers, although it is in a very alpha state.
|
|||
|
||||
* Gmodel code compiled as a separate bundle.
|
||||
|
||||
1.34 Noteworthy changes in version `0.7.0'
|
||||
1.35 Noteworthy changes in version `0.7.0'
|
||||
==========================================
|
||||
|
||||
* Much improvement in NSBrowser, NSMatrix, NSPopUpButton, combo
|
||||
|
@ -449,7 +456,7 @@ computers, although it is in a very alpha state.
|
|||
|
||||
* NSColorWell works.
|
||||
|
||||
1.35 Noteworthy changes in version `0.6.7'
|
||||
1.36 Noteworthy changes in version `0.6.7'
|
||||
==========================================
|
||||
|
||||
* App Icons can support documents dropped using DnD.
|
||||
|
@ -476,7 +483,7 @@ computers, although it is in a very alpha state.
|
|||
|
||||
* Support middle mouse button.
|
||||
|
||||
1.36 Noteworthy changes in version `0.6.6'
|
||||
1.37 Noteworthy changes in version `0.6.6'
|
||||
==========================================
|
||||
|
||||
* Window hints for motif and generic window managers.
|
||||
|
@ -513,7 +520,7 @@ however, that the xdps backend is still considered experimental and you
|
|||
may have to deal with many problems in order to get it working. We
|
||||
recommend sticking with the xgps backend (the default) for now.
|
||||
|
||||
1.37 Noteworthy changes in version `0.6.5'
|
||||
1.38 Noteworthy changes in version `0.6.5'
|
||||
==========================================
|
||||
|
||||
Many of the basic GUI classes have been vastly improved or rewritten,
|
||||
|
@ -547,7 +554,7 @@ thanks to Nicola Pero <n.pero@mi.flashnet.it> and many others.
|
|||
been written, thanks to Richard Frith-Macdonald
|
||||
<richard@brainstorm.co.uk>
|
||||
|
||||
1.38 Noteworthy changes in version `0.6.0'
|
||||
1.39 Noteworthy changes in version `0.6.0'
|
||||
==========================================
|
||||
|
||||
A Huge amount of progress, although a lot still needs to be done. It's
|
||||
|
@ -578,7 +585,7 @@ apps and libraries have been ported with little changes.
|
|||
|
||||
* Several fixes that at least double the speed of the gui.
|
||||
|
||||
1.39 Noteworthy changes in version `0.5.5'
|
||||
1.40 Noteworthy changes in version `0.5.5'
|
||||
==========================================
|
||||
|
||||
Too extensive to list.
|
||||
|
@ -587,7 +594,7 @@ Too extensive to list.
|
|||
cleanup of coordinate conversion code, etc.
|
||||
|
||||
|
||||
1.40 Noteworthy changes in version `0.5.0'
|
||||
1.41 Noteworthy changes in version `0.5.0'
|
||||
==========================================
|
||||
|
||||
* NSBrowser and NSBrowserCell have been implemented. There is one
|
||||
|
@ -637,7 +644,7 @@ Too extensive to list.
|
|||
* Several cleanups and as usual, many bug fixes.
|
||||
|
||||
|
||||
1.41 Noteworthy changes in version `0.3.0'
|
||||
1.42 Noteworthy changes in version `0.3.0'
|
||||
==========================================
|
||||
|
||||
* Completely reworked the menu class. The NSMenu class is now
|
||||
|
@ -669,7 +676,7 @@ Too extensive to list.
|
|||
implement the NSCopying protocol and many others.
|
||||
|
||||
|
||||
1.42 Noteworthy changes in version `0.2.0'
|
||||
1.43 Noteworthy changes in version `0.2.0'
|
||||
==========================================
|
||||
|
||||
* Additional NSImage and NSImageRep class work. Incorporated common
|
||||
|
@ -704,7 +711,7 @@ Too extensive to list.
|
|||
* Many bug fixes and minor enhancements.
|
||||
|
||||
|
||||
1.43 Noteworthy changes in version `0.1.1'
|
||||
1.44 Noteworthy changes in version `0.1.1'
|
||||
==========================================
|
||||
|
||||
* Almost complete implementation of the PXKMenu and PXKMenuCell
|
||||
|
@ -728,7 +735,7 @@ Too extensive to list.
|
|||
manipulating tiff files and images.
|
||||
|
||||
|
||||
1.44 Noteworthy changes in version `0.1.0'
|
||||
1.45 Noteworthy changes in version `0.1.0'
|
||||
==========================================
|
||||
|
||||
* Integration of the GNUstep X/DPS GUI Backend. This has finally
|
||||
|
|
2
Version
2
Version
|
@ -11,7 +11,7 @@ GNUSTEP_GUI_LIBTIFF=3.4
|
|||
# The version number of this release.
|
||||
GNUSTEP_GUI_MAJOR_VERSION=0
|
||||
GNUSTEP_GUI_MINOR_VERSION=17
|
||||
GNUSTEP_GUI_SUBMINOR_VERSION=0
|
||||
GNUSTEP_GUI_SUBMINOR_VERSION=1
|
||||
# numeric value should match above
|
||||
VERSION_NUMBER=017.0
|
||||
GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION}
|
||||
|
|
Loading…
Reference in a new issue