mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Version 0.8.3
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15043 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ec9f97d9f6
commit
6807f49761
9 changed files with 55 additions and 24 deletions
22
ANNOUNCE
22
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
ANNOUNCE
|
||||
********
|
||||
|
||||
This is version 0.8.2 of the GNUstep GUI library (`gnustep-gui').
|
||||
This is version 0.8.3 of the GNUstep GUI library (`gnustep-gui').
|
||||
|
||||
What is the GNUstep GUI Library?
|
||||
================================
|
||||
|
@ -28,33 +28,33 @@ systems.
|
|||
GNUstep Base Library, the TIFF Graphics library, and a back-end
|
||||
component like the GNUstep 'Back' Backend.
|
||||
|
||||
Noteworthy changes in version `0.8.2'
|
||||
Noteworthy changes in version `0.8.3'
|
||||
=====================================
|
||||
|
||||
* Handle fonts that aren't found better.
|
||||
* Additions for Gorm support.
|
||||
|
||||
* Implement pageUp/Down.
|
||||
* Alpha support for OpenGL
|
||||
|
||||
* Some window focusing problems fixed.
|
||||
* Better ruler support - dragging of tab markers.
|
||||
|
||||
* Quartz-like interface partially implemented.
|
||||
* Document support, recent files, etc.
|
||||
|
||||
* NSSecureTextField partially rewritten. More secure.
|
||||
* Simple printing to printer and print previewing.
|
||||
|
||||
* NSBrowser: implement non-separate columns
|
||||
* Window focus fixes
|
||||
|
||||
* Fix firstResponder status in text fields.
|
||||
* Key view handling rewritten.
|
||||
|
||||
Where can you get it? How can you compile it?
|
||||
==============================================
|
||||
|
||||
The gstep-gui-0.8.2.tar.gz distribution file has been placed on
|
||||
The gstep-gui-0.8.3.tar.gz distribution file has been placed on
|
||||
`ftp.gnustep.org' in `pub/gnustep/core'.
|
||||
|
||||
the TIFF Graphics library version 3.4 is required.
|
||||
|
||||
It also requires a FoundationKit library as specified by the OpenStep
|
||||
specification. The FoundationKit libraries known to work are the
|
||||
specification. The only FoundationKit library known to work is the
|
||||
GNUstep Base Library.
|
||||
|
||||
Where do I send bug reports?
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2002-11-21 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version: 0.8.3
|
||||
|
||||
2002-11-21 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSGraphicsContext.m
|
||||
|
|
|
@ -188,6 +188,7 @@
|
|||
NSRulerView class documentation). The default is
|
||||
Centimeters. Other possible values are Inches, Points, and Picas.
|
||||
</p>
|
||||
</desc>
|
||||
<term>NSPreviewApp</term>
|
||||
<desc>
|
||||
<p>
|
||||
|
@ -197,7 +198,6 @@
|
|||
an application registed as a Viewer of ps files.
|
||||
</p>
|
||||
</desc>
|
||||
</desc>
|
||||
<term><em>System Colors</em></term>
|
||||
<desc>
|
||||
<p>
|
||||
|
|
|
@ -1249,7 +1249,7 @@ argument was given. The Info-gnustep.plist file could look like this:
|
|||
@node Keyboard Modifiers, Window Manager, Setup, Setup
|
||||
@section Keyboard Modifiers
|
||||
|
||||
This section applies only to the xgps and the xdps backend.
|
||||
This section applies only to the X-Windows based backend.
|
||||
|
||||
@subsection Default Settings
|
||||
The OPENstep specification requires 3 main different keyboard
|
||||
|
|
|
@ -9,6 +9,20 @@
|
|||
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
|
||||
@end ifclear
|
||||
|
||||
@section Noteworthy changes in version @samp{0.8.3}
|
||||
|
||||
@itemize @bullet
|
||||
@item Additions for Gorm support.
|
||||
@item Alpha support for OpenGL
|
||||
@item Better ruler support - dragging of tab markers.
|
||||
@item Document support, recent files, etc.
|
||||
@item Simple printing to printer and print previewing.
|
||||
@item Window focus fixes
|
||||
@item Key view handling rewritten.
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{0.8.2}
|
||||
|
||||
@itemize @bullet
|
||||
|
@ -21,10 +35,6 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSIO
|
|||
@item Fix firstResponder status in text fields.
|
||||
@end itemize
|
||||
|
||||
@c ====================================================================
|
||||
@c Keep the next line just below the list of changes in most recent version.
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{0.8.1}
|
||||
|
||||
@itemize @bullet
|
||||
|
|
19
NEWS
19
NEWS
|
@ -1,7 +1,24 @@
|
|||
NEWS
|
||||
****
|
||||
|
||||
The currently released version of the library is `0.8.2'.
|
||||
The currently released version of the library is `0.8.3'.
|
||||
|
||||
Noteworthy changes in version `0.8.3'
|
||||
=====================================
|
||||
|
||||
* Additions for Gorm support.
|
||||
|
||||
* Alpha support for OpenGL
|
||||
|
||||
* Better ruler support - dragging of tab markers.
|
||||
|
||||
* Document support, recent files, etc.
|
||||
|
||||
* Simple printing to printer and print previewing.
|
||||
|
||||
* Window focus fixes
|
||||
|
||||
* Key view handling rewritten.
|
||||
|
||||
Noteworthy changes in version `0.8.2'
|
||||
=====================================
|
||||
|
|
2
README
2
README
|
@ -1,7 +1,7 @@
|
|||
README
|
||||
******
|
||||
|
||||
This is version 0.8.2 of the GNUstep GUI library (`gnustep-gui').
|
||||
This is version 0.8.3 of the GNUstep GUI library (`gnustep-gui').
|
||||
|
||||
Here is some introductory info to get you started:
|
||||
|
||||
|
|
|
@ -84,11 +84,11 @@ static NSDictionary *TypeInfoForName (NSArray *types, NSString *typeName)
|
|||
<p>
|
||||
NSDocumentController also manages document types and the related
|
||||
NSDocument subclasses that handle them. This information comes
|
||||
from the custom info property list (<ApplicationName>Info.plist)
|
||||
from the custom info property list ({ApplicationName}Info.plist)
|
||||
loaded when NSDocumentController is initialized. The property list
|
||||
contains an array of dictionarys with the key NSTypes. Each
|
||||
dictionary contains a set of keys:
|
||||
</p>
|
||||
</p>
|
||||
<list>
|
||||
<item>NSDocumentClass - The name of the subclass</item>
|
||||
<item>NSName - Short name of the document type</item>
|
||||
|
@ -333,7 +333,7 @@ static NSDictionary *TypeInfoForName (NSArray *types, NSString *typeName)
|
|||
return openPanel;
|
||||
}
|
||||
|
||||
/** Invokes [NSOpenPanel-runModelForTypes:] with the NSOpenPanel
|
||||
/** Invokes [NSOpenPanel-runModalForTypes:] with the NSOpenPanel
|
||||
object openPanel, and passes the openableFileExtensions file types
|
||||
*/
|
||||
- (int) runModalOpenPanel: (NSOpenPanel *)openPanel
|
||||
|
@ -590,7 +590,7 @@ static NSDictionary *TypeInfoForName (NSArray *types, NSString *typeName)
|
|||
returns a document and the document has a filename, this method
|
||||
returns the directory this file is located in. Otherwise it
|
||||
returns the directory of the most recently opened document or
|
||||
NSHomeDirectory() if no document has been opened before.
|
||||
the user's home directory if no document has been opened before.
|
||||
*/
|
||||
- (NSString *) currentDirectory
|
||||
{
|
||||
|
|
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=8
|
||||
GNUSTEP_GUI_SUBMINOR_VERSION=2
|
||||
GNUSTEP_GUI_SUBMINOR_VERSION=3
|
||||
GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION}
|
||||
VERSION=${GNUSTEP_GUI_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue