mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Version 0.9.3
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19499 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7ee85fd8a9
commit
f371c836f5
15 changed files with 255 additions and 359 deletions
|
@ -1,3 +1,12 @@
|
|||
2004-06-11 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 0.9.3
|
||||
* Documentation/ReleaseNotes.gsdoc: New file
|
||||
* Documentation/GNUmakefile: generate ReleaseNotes. Update
|
||||
GuiUser make
|
||||
* Documentation/GuiUser/GNUmakefile: New file.
|
||||
* Source/DocMakefile: Remove GuiUser generation.
|
||||
|
||||
2004-06-09 Quentin Mathe <qmathe@club-internet.fr>
|
||||
|
||||
* Source/NSComboBoxCell.m: Improved look, added constrained height and
|
||||
|
|
|
@ -29,7 +29,9 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
include ../Version
|
||||
|
||||
# The documents to be generated
|
||||
DOCUMENT_NAME = gnustep-gui
|
||||
DOCUMENT_NAME = gnustep-gui ReleaseNotes
|
||||
|
||||
SUBPROJECTS = General GuiUser
|
||||
|
||||
# The text documents to be generated
|
||||
DOCUMENT_TEXT_NAME = \
|
||||
|
@ -65,20 +67,22 @@ BUGS_DOC_INSTALL_DIR = Developer/Gui/ReleaseNotes/$(VERSION)
|
|||
# Manual pages to install
|
||||
MAN1_PAGES = gopen.1 make_services.1
|
||||
|
||||
#
|
||||
ReleaseNotes_AGSDOC_FILES = ReleaseNotes.gsdoc
|
||||
ReleaseNotes_DOC_INSTALL_DIR = Developer/Gui
|
||||
|
||||
# NB. Library reference documentation is generated by rules in the postamble
|
||||
# file using the make file ../Source/DocMakefile. If headers are added to the
|
||||
# library, you need to modify that file to get the autogsdoc tool to use them.
|
||||
#
|
||||
DOCUMENT_NAME = Gui GuiAdditions GuiUser
|
||||
DOCUMENT_NAME += Gui GuiAdditions
|
||||
Gui_DOC_INSTALL_DIR = Developer/Gui/Reference
|
||||
GuiAdditions_DOC_INSTALL_DIR = Developer/Gui/Additions
|
||||
GuiUser_DOC_INSTALL_DIR = User/Gui
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
-include GNUmakefile.local
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
||||
include $(GNUSTEP_MAKEFILES)/documentation.make
|
||||
|
||||
-include GNUmakefile.postamble
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#
|
||||
# Gui gsdoc makefile for the GNUstep Gui Library
|
||||
# Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
# Makefile for GNUstep Gui Library documentation.
|
||||
#
|
||||
# Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
#
|
||||
# Written by: Adam Fedor <fedor@gnu.org>
|
||||
#
|
||||
|
@ -18,41 +19,27 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# License along with this library; if not, write to the Free
|
||||
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
||||
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA
|
||||
#
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../gui.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
include ../../config.make
|
||||
|
||||
# The documents to be generated
|
||||
DOCUMENT_NAME = Gui
|
||||
DOCUMENT_NAME = General
|
||||
|
||||
Gui_AGSDOC_FILES = \
|
||||
Introduction.gsdoc \
|
||||
DefaultsSummary.gsdoc \
|
||||
LanguageSetup.gsdoc \
|
||||
NSBundleAdditions.gsdoc \
|
||||
NSCoderAdditions.gsdoc \
|
||||
NSMutableAttributedStringAdditions.gsdoc \
|
||||
NSMutableParagraphStyle.gsdoc \
|
||||
NSStringAdditions.gsdoc \
|
||||
General_DOC_INSTALL_DIR = Developer/Gui
|
||||
|
||||
Gui_AGSDOC_FLAGS = \
|
||||
-DocumentationDirectory . \
|
||||
-Declared AppKit \
|
||||
-Standards YES \
|
||||
-WordMap '{\
|
||||
APPKIT_EXPORT=extern;APPKIT_DECLARE="";\
|
||||
}' -Up Gui
|
||||
|
||||
Gui_DOC_INSTALL_DIR = Developer/Gui/Reference
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
-include GNUmakefile.local
|
||||
General_AGSDOC_FILES = \
|
||||
OpenStepCompliance.gsdoc \
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/documentation.make
|
||||
|
||||
-include GNUmakefile.postamble
|
||||
#
|
||||
# Ensure that our destination subdirectory exists in the Documentation
|
||||
# directory, and temporarily copy the base source file here for autogsdoc
|
||||
# to use.
|
||||
#
|
||||
#before-all::
|
135
Documentation/General/OpenStepCompliance.gsdoc
Normal file
135
Documentation/General/OpenStepCompliance.gsdoc
Normal file
|
@ -0,0 +1,135 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
||||
<gsdoc base="OpenStepCompliance" up="Base">
|
||||
<head>
|
||||
<title>OpenStep Compliance</title>
|
||||
<author name="Adam Fedor"></author>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
<heading>Classes</heading>
|
||||
<p>
|
||||
This file documents the complance of all the classes in the
|
||||
GNUstep Gui library. Note that the following is just a best guess
|
||||
as to the compliance of the classes. Each class was checked to make
|
||||
sure it implemented all the documented OpenStep methods and functions.
|
||||
In addition, extensive testing has been performed on the GNUstep Gui
|
||||
Library, and it is believed, to the best of our knowledge, that it
|
||||
operates according to the OpenStep specification, with the caveat that
|
||||
there are always bugs in any implementation and there are most likely
|
||||
bugs in the current implementation that we are not aware of.
|
||||
</p>
|
||||
<p>
|
||||
The following classes conform to the OpenStep specification:
|
||||
</p>
|
||||
<list>
|
||||
<item>NSActionCell</item>
|
||||
<item>NSBox</item>
|
||||
<item>NSBrowser</item>
|
||||
<item>NSBrowserCell</item>
|
||||
<item>NSBundleAdditions</item>
|
||||
<item>NSButton</item>
|
||||
<item>NSButtonCell</item>
|
||||
<item>NSCachedImageRep</item>
|
||||
<item>NSClipView</item>
|
||||
<item>NSColor</item>
|
||||
<item>NSColorList</item>
|
||||
<item>NSColorPanel</item>
|
||||
<item>NSColorPicker</item>
|
||||
<item>NSColorWell</item>
|
||||
<item>NSControl</item>
|
||||
<item>NSCursor</item>
|
||||
<item>NSCustomImageRep</item>
|
||||
<item>NSEvent</item>
|
||||
<item>NSFont</item>
|
||||
<item>NSFontManager</item>
|
||||
<item>NSForm</item>
|
||||
<item>NSFormCell</item>
|
||||
<item>NSImage</item>
|
||||
<item>NSImageRep</item>
|
||||
<item>NSMenu</item>
|
||||
<item>NSOpenPanel</item>
|
||||
<item>NSPanel</item>
|
||||
<item>NSPasteboard</item>
|
||||
<item>NSPopUpButton</item>
|
||||
<item>NSPrintInfo</item>
|
||||
<item>NSPrintOperation</item>
|
||||
<item>NSResponder</item>
|
||||
<item>NSScreen</item>
|
||||
<item>NSScroller</item>
|
||||
<item>NSSelection</item>
|
||||
<item>NSSlider</item>
|
||||
<item>NSSliderCell</item>
|
||||
<item>NSSpellChecker</item>
|
||||
<item>NSSpellServer</item>
|
||||
<item>NSSplitView</item>
|
||||
<item>NSText</item>
|
||||
<item>NSTextField</item>
|
||||
<item>NSTextFieldCell</item>
|
||||
<item>NSView</item>
|
||||
<item>All Protocols</item>
|
||||
</list>
|
||||
<p>
|
||||
The following classes are only partially implemented
|
||||
</p>
|
||||
<deflist>
|
||||
<term>NSApplication</term>
|
||||
<desc>-preventWindowOrdering, -orderFrontColorPanel:,
|
||||
-orderFrondDataLinkPanel:, -orderFrontHelpPanel:,
|
||||
-runPageLayout: not implemented. In -activateIgnoringOtherApps:,
|
||||
the flag is ignored.</desc>
|
||||
<term>NSBitmapImageRep</term>
|
||||
<desc>-initWithFocusedViewRect: not implemented in art backend.
|
||||
+TIFFRepresentationOfImageRepsInArray:usingCompression:factor:
|
||||
not fully implemented.</desc>
|
||||
<term>NSCell</term>
|
||||
<desc>-setFloatingPointFormat:left:right: not implemented.
|
||||
-setEntryType: not complete.</desc>
|
||||
<term>NSFontPanel</term>
|
||||
<desc>-setAccessoryView: not implemented. </desc>
|
||||
<term>NSMatrix</term>
|
||||
<desc>-setValidateSize: not implemented</desc>
|
||||
<term>NSPageLayout</term>
|
||||
<desc>-setAccessoryView: not implemented. Several methods have been
|
||||
depreciated because they don't do anything useful.</desc>
|
||||
<term>NSPrintPanel</term>
|
||||
<desc>-setAccessoryView: not implemented. Several methods have been
|
||||
depreciated because they don't do anything useful.</desc>
|
||||
<term>NSPrinter</term>
|
||||
<desc>Doesn't really get all the information it needs correctly.</desc>
|
||||
<term>NSSavePanel</term>
|
||||
<desc>NSCoding protocol not implemented. </desc>
|
||||
<term>NSScrollView</term>
|
||||
<desc>-toggleRuler: and -isRulerVisible: not
|
||||
implemented. (Replaced by similar methods). </desc>
|
||||
<term>NSWindow</term>
|
||||
<desc>-resizeFlags not implemented.</desc>
|
||||
<term>NSWorkspace</term>
|
||||
<desc>Many methods require a proper window and workspace
|
||||
manager application to be used.</desc>
|
||||
<term>Functions</term>
|
||||
<desc>Following are not implemented: NSReadPixel, all text functions,
|
||||
NSFrameLinkRect.</desc>
|
||||
</deflist>
|
||||
<p>
|
||||
The following OpenStep classes are not implemented. The usefulness
|
||||
of these classes is marginal, so there is a very low priority on
|
||||
implementing them. However, we would be pleased to accept
|
||||
their contribution should anyone care to implement them and assign
|
||||
the copyright to the Free Software Foundation.
|
||||
</p>
|
||||
<list>
|
||||
<item>NSCStringText</item>
|
||||
<item>NSCoderAdditions</item>
|
||||
<item>NSDataLink</item>
|
||||
<item>NSDataLinkManager</item>
|
||||
<item>NSDataLinkPanel</item>
|
||||
<item>NSEPSImageRep</item>
|
||||
<item>NSHelpPanel (replaced by NSHelpManager)</item>
|
||||
<item>NSMenuCell (replaced by NSMenuItem[Cell])</item>
|
||||
</list>
|
||||
|
||||
</chapter>
|
||||
</body>
|
||||
</gsdoc>
|
||||
|
|
@ -1,218 +1,110 @@
|
|||
*.html
|
||||
Functions.gsdoc
|
||||
Functions.html
|
||||
GSDisplayServer.gsdoc
|
||||
GSDisplayServer.html
|
||||
GSHbox.gsdoc
|
||||
GSHbox.html
|
||||
GSTable.gsdoc
|
||||
GSTable.html
|
||||
GSVbox.gsdoc
|
||||
GSVbox.html
|
||||
Gui.html
|
||||
Gui.igsdoc
|
||||
NSActionCell.gsdoc
|
||||
NSActionCell.html
|
||||
NSAffineTransform.gsdoc
|
||||
NSAffineTransform.html
|
||||
NSApplication.gsdoc
|
||||
NSApplication.html
|
||||
NSBezierPath.gsdoc
|
||||
NSBezierPath.html
|
||||
NSBitmapImageRep.gsdoc
|
||||
NSBitmapImageRep.html
|
||||
NSBox.gsdoc
|
||||
NSBox.html
|
||||
NSBrowserCell.gsdoc
|
||||
NSBrowserCell.html
|
||||
NSBrowser.gsdoc
|
||||
NSBrowser.html
|
||||
NSButtonCell.gsdoc
|
||||
NSButtonCell.html
|
||||
NSButton.gsdoc
|
||||
NSButton.html
|
||||
NSCachedImageRep.gsdoc
|
||||
NSCachedImageRep.html
|
||||
NSCell.gsdoc
|
||||
NSCell.html
|
||||
NSClipView.gsdoc
|
||||
NSClipView.html
|
||||
NSColor.gsdoc
|
||||
NSColor.html
|
||||
NSColorList.gsdoc
|
||||
NSColorList.html
|
||||
NSColorPanel.gsdoc
|
||||
NSColorPanel.html
|
||||
NSColorPicker.gsdoc
|
||||
NSColorPicker.html
|
||||
NSColorWell.gsdoc
|
||||
NSColorWell.html
|
||||
NSComboBoxCell.gsdoc
|
||||
NSComboBoxCell.html
|
||||
NSComboBox.gsdoc
|
||||
NSComboBox.html
|
||||
NSControl.gsdoc
|
||||
NSControl.html
|
||||
NSCursor.gsdoc
|
||||
NSCursor.html
|
||||
NSCustomImageRep.gsdoc
|
||||
NSCustomImageRep.html
|
||||
NSDataLink.gsdoc
|
||||
NSDataLink.html
|
||||
NSDataLinkManager.gsdoc
|
||||
NSDataLinkManager.html
|
||||
NSDataLinkPanel.gsdoc
|
||||
NSDataLinkPanel.html
|
||||
NSDocumentController.gsdoc
|
||||
NSDocumentController.html
|
||||
NSDocument.gsdoc
|
||||
NSDocument.html
|
||||
NSDrawer.gsdoc
|
||||
NSDrawer.html
|
||||
NSEPSImageRep.gsdoc
|
||||
NSEPSImageRep.html
|
||||
NSEvent.gsdoc
|
||||
NSEvent.html
|
||||
NSFileWrapper.gsdoc
|
||||
NSFileWrapper.html
|
||||
NSFont.gsdoc
|
||||
NSFont.html
|
||||
NSFontManager.gsdoc
|
||||
NSFontManager.html
|
||||
NSFontPanel.gsdoc
|
||||
NSFontPanel.html
|
||||
NSFormCell.gsdoc
|
||||
NSFormCell.html
|
||||
NSForm.gsdoc
|
||||
NSForm.html
|
||||
NSGraphicsContext.gsdoc
|
||||
NSGraphicsContext.html
|
||||
NSHelpManager.gsdoc
|
||||
NSHelpManager.html
|
||||
NSHelpPanel.gsdoc
|
||||
NSHelpPanel.html
|
||||
NSImageCell.gsdoc
|
||||
NSImageCell.html
|
||||
NSImage.gsdoc
|
||||
NSImage.html
|
||||
NSImageRep.gsdoc
|
||||
NSImageRep.html
|
||||
NSImageView.gsdoc
|
||||
NSImageView.html
|
||||
NSInputManager.gsdoc
|
||||
NSInputManager.html
|
||||
NSInputServer.gsdoc
|
||||
NSInputServer.html
|
||||
NSLayoutManager.gsdoc
|
||||
NSLayoutManager.html
|
||||
NSMatrix.gsdoc
|
||||
NSMatrix.html
|
||||
NSMenu.gsdoc
|
||||
NSMenu.html
|
||||
NSMenuItemCell.gsdoc
|
||||
NSMenuItemCell.html
|
||||
NSMenuItem.gsdoc
|
||||
NSMenuItem.html
|
||||
NSMenuView.gsdoc
|
||||
NSMenuView.html
|
||||
NSOpenPanel.gsdoc
|
||||
NSOpenPanel.html
|
||||
NSOutlineView.gsdoc
|
||||
NSOutlineView.html
|
||||
NSPageLayout.gsdoc
|
||||
NSPageLayout.html
|
||||
NSPanel.gsdoc
|
||||
NSPanel.html
|
||||
NSParagraphStyle.gsdoc
|
||||
NSParagraphStyle.html
|
||||
NSPasteboard.gsdoc
|
||||
NSPasteboard.html
|
||||
NSPopUpButtonCell.gsdoc
|
||||
NSPopUpButtonCell.html
|
||||
NSPopUpButton.gsdoc
|
||||
NSPopUpButton.html
|
||||
NSPrinter.gsdoc
|
||||
NSPrinter.html
|
||||
NSPrintInfo.gsdoc
|
||||
NSPrintInfo.html
|
||||
NSPrintOperation.gsdoc
|
||||
NSPrintOperation.html
|
||||
NSPrintPanel.gsdoc
|
||||
NSPrintPanel.html
|
||||
NSProgressIndicator.gsdoc
|
||||
NSProgressIndicator.html
|
||||
NSResponder.gsdoc
|
||||
NSResponder.html
|
||||
NSRulerMarker.gsdoc
|
||||
NSRulerMarker.html
|
||||
NSRulerView.gsdoc
|
||||
NSRulerView.html
|
||||
NSSavePanel.gsdoc
|
||||
NSSavePanel.html
|
||||
NSScreen.gsdoc
|
||||
NSScreen.html
|
||||
NSScroller.gsdoc
|
||||
NSScroller.html
|
||||
NSScrollView.gsdoc
|
||||
NSScrollView.html
|
||||
NSSecureTextField.gsdoc
|
||||
NSSecureTextField.html
|
||||
NSSelection.gsdoc
|
||||
NSSelection.html
|
||||
NSSliderCell.gsdoc
|
||||
NSSliderCell.html
|
||||
NSSlider.gsdoc
|
||||
NSSlider.html
|
||||
NSSound.gsdoc
|
||||
NSSound.html
|
||||
NSSpellChecker.gsdoc
|
||||
NSSpellChecker.html
|
||||
NSSpellServer.gsdoc
|
||||
NSSpellServer.html
|
||||
NSSplitView.gsdoc
|
||||
NSSplitView.html
|
||||
NSStepperCell.gsdoc
|
||||
NSStepperCell.html
|
||||
NSStepper.gsdoc
|
||||
NSStepper.html
|
||||
NSStringDrawing.gsdoc
|
||||
NSStringDrawing.html
|
||||
NSTableColumn.gsdoc
|
||||
NSTableColumn.html
|
||||
NSTableHeaderCell.gsdoc
|
||||
NSTableHeaderCell.html
|
||||
NSTableHeaderView.gsdoc
|
||||
NSTableHeaderView.html
|
||||
NSTableView.gsdoc
|
||||
NSTableView.html
|
||||
NSTabView.gsdoc
|
||||
NSTabView.html
|
||||
NSTabViewItem.gsdoc
|
||||
NSTabViewItem.html
|
||||
NSTextAttachment.gsdoc
|
||||
NSTextAttachment.html
|
||||
NSTextContainer.gsdoc
|
||||
NSTextContainer.html
|
||||
NSTextFieldCell.gsdoc
|
||||
NSTextFieldCell.html
|
||||
NSTextField.gsdoc
|
||||
NSTextField.html
|
||||
NSText.gsdoc
|
||||
NSText.html
|
||||
NSTextStorage.gsdoc
|
||||
NSTextStorage.html
|
||||
NSTextView.gsdoc
|
||||
NSTextView.html
|
||||
NSToolbar.gsdoc
|
||||
NSToolbar.html
|
||||
NSToolbarItem.gsdoc
|
||||
NSToolbarItem.html
|
||||
NSView.gsdoc
|
||||
NSView.html
|
||||
NSWindowController.gsdoc
|
||||
NSWindowController.html
|
||||
NSWindow.gsdoc
|
||||
NSWindow.html
|
||||
NSWorkspace.gsdoc
|
||||
NSWorkspace.html
|
||||
TypesAndConstants.gsdoc
|
||||
TypesAndConstants.html
|
||||
|
|
|
@ -1,61 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSBundleAdditions" prev="NSBrowserCell.html" next="NSButton.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSBundleAdditions</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
<email address="rfm@gnu.org"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||
</author>
|
||||
<version>$Revision$</version>
|
||||
<date>$Date$</date>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
<heading>NSBundleAdditions</heading>
|
||||
<class name="NSBundleAdditions" super="NSObject">
|
||||
<declared>Gui/NSHelpManager.h</declared>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="BOOL" factory="yes">
|
||||
<sel>loadNibFile:</sel>
|
||||
<arg type="NSString*">fileName</arg>
|
||||
<sel>externalNameTable:</sel>
|
||||
<arg type="NSDictionary*">context</arg>
|
||||
<sel>withZone:</sel>
|
||||
<arg type="NSZone*">zone</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="BOOL" factory="yes">
|
||||
<sel>loadNibNamed:</sel>
|
||||
<arg type="NSString*">aNibName</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSAttributedString*">
|
||||
<sel>contextHelpForKey:</sel>
|
||||
<arg type="NSString*">key</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="BOOL">
|
||||
<sel>loadNibFile:</sel>
|
||||
<arg type="NSString*">fileName</arg>
|
||||
<sel>externalNameTable:</sel>
|
||||
<arg type="NSDictionary*">context</arg>
|
||||
<sel>withZone:</sel>
|
||||
<arg type="NSZone*">zone</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSString*">
|
||||
<sel>pathForImageResource:</sel>
|
||||
<arg type="NSString*">name</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
</class>
|
||||
</chapter>
|
||||
</body>
|
||||
</gsdoc>
|
|
@ -1,28 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSCoderAdditions" prev="NSClipView.html" next="NSColor.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSCoderAdditions</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
<email address="rfm@gnu.org"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||
</author>
|
||||
<version>$Revision$</version>
|
||||
<date>$Date$</date>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
<heading>NSCoderAdditions</heading>
|
||||
<class name="NSCoderAdditions" super="NSObject">
|
||||
<declared>Gui/NSColor.h</declared>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="NSColor*">
|
||||
<sel>decodeNXColor</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
</class>
|
||||
</chapter>
|
||||
</body>
|
||||
</gsdoc>
|
|
@ -1,45 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSStringAdditions" prev="NSSplitView.html" next="NSTabView.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSStringAdditions</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
<email address="rfm@gnu.org"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||
</author>
|
||||
<version>$Revision$</version>
|
||||
<date>$Date$</date>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
<heading>NSStringAdditions</heading>
|
||||
<class name="NSStringAdditions" super="NSObject">
|
||||
<declared>Gui/NSStringDrawing.h</declared>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="void">
|
||||
<sel>drawAtPoint:</sel>
|
||||
<arg type="NSPoint">aPoint</arg>
|
||||
<sel>withAttributes:</sel>
|
||||
<arg type="NSDictionary*">attributes</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>drawInRect:</sel>
|
||||
<arg type="NSRect">aRect</arg>
|
||||
<sel>withAttributes:</sel>
|
||||
<arg type="NSDictionary*">attributes</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSSize">
|
||||
<sel>sizeWithAttributes:</sel>
|
||||
<arg type="NSDictionary*">attributes</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
</class>
|
||||
</chapter>
|
||||
</body>
|
||||
</gsdoc>
|
|
@ -1,34 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.7//EN" "http://www.gnustep.org/gsdoc-0_6_7.xml">
|
||||
<gsdoc base="Gui">
|
||||
<head>
|
||||
<title>GuiAdditions</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
<email address="rfm@gnu.org"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||
</author>
|
||||
<version>$Revision$</version>
|
||||
<date>$Date$</date>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
<heading>GuiAdditions</heading>
|
||||
<p>
|
||||
Extensions to the GNUstep GUI library - a free
|
||||
software library compatible with the OpenStep Application Kit (tm).
|
||||
</p>
|
||||
<p>
|
||||
We also have reference documentation for the classes, though this is
|
||||
currently very sketchy, mostly consisting of listings of class
|
||||
methods and the arguments they take.
|
||||
</p>
|
||||
<list>
|
||||
<item><uref url="GSDisplayServer.html">GSDisplayServer</uref></item>
|
||||
<item><uref url="GSHbox.html">GSHbox</uref></item>
|
||||
<item><uref url="GSTable.html">GSTable</uref></item>
|
||||
<item><uref url="GSVbox.html">GSVbox</uref></item>
|
||||
</list>
|
||||
|
||||
</chapter>
|
||||
</body>
|
||||
</gsdoc>
|
|
@ -1,6 +1,7 @@
|
|||
#
|
||||
# GuiAdditions gsdoc makefile for the GNUstep Gui Library
|
||||
# Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
# Makefile for GNUstep Gui Library documentation.
|
||||
#
|
||||
# Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
#
|
||||
# Written by: Adam Fedor <fedor@gnu.org>
|
||||
#
|
||||
|
@ -18,33 +19,30 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# License along with this library; if not, write to the Free
|
||||
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
||||
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA
|
||||
#
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../gui.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
include ../../config.make
|
||||
|
||||
# The documents to be generated
|
||||
DOCUMENT_NAME = GuiAdditions
|
||||
DOCUMENT_NAME = GuiUser
|
||||
|
||||
GuiAdditions_AGSDOC_FILES = \
|
||||
GuiUser_DOC_INSTALL_DIR = User/Gui
|
||||
|
||||
GuiAdditions_AGSDOC_FLAGS = \
|
||||
-DocumentationDirectory . \
|
||||
-Declared \
|
||||
-Standards YES \
|
||||
-WordMap '{\
|
||||
APPKIT_EXPORT=extern;APPKIT_DECLARE="";\
|
||||
}' -Up GuiAdditions
|
||||
GuiUser_AGSDOC_FILES = \
|
||||
DefaultsSummary.gsdoc \
|
||||
KeyboardSetup.gsdoc \
|
||||
LanguageSetup.gsdoc
|
||||
|
||||
GuiAdditions_DOC_INSTALL_DIR = Developer/GuiAdditions/Reference
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
-include GNUmakefile.local
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/documentation.make
|
||||
|
||||
-include GNUmakefile.postamble
|
||||
#
|
||||
# Ensure that our destination subdirectory exists in the Documentation
|
||||
# directory, and temporarily copy the base source file here for autogsdoc
|
||||
# to use.
|
||||
#
|
||||
#before-all::
|
52
Documentation/ReleaseNotes.gsdoc
Normal file
52
Documentation/ReleaseNotes.gsdoc
Normal file
|
@ -0,0 +1,52 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
||||
<gsdoc base="ReleaseNotes">
|
||||
<head>
|
||||
<title>GNUstep Gui Release Notes</title>
|
||||
<author name="Adam Fedor">
|
||||
<email address="fedor@gnu.org"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||
</author>
|
||||
<version>$Revision$</version>
|
||||
<date>$Date$</date>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
<heading>Gui Release Notes</heading>
|
||||
<p>
|
||||
The release notes include descriptions of API changes, behavior
|
||||
changes and other information that might help developers and users
|
||||
migrate to using a newer version of the library.
|
||||
</p>
|
||||
<section>
|
||||
<heading>Version 0.9.3</heading>
|
||||
<p>
|
||||
</p>
|
||||
<deflist>
|
||||
<term>Spell checker daemon reimplemented using libaspell</term>
|
||||
<desc>
|
||||
If the optional library libaspell is found, the spell checker
|
||||
will use it (otherwise spell checking will not work).
|
||||
</desc>
|
||||
<term>New NSComboBox implementation</term>
|
||||
<desc>
|
||||
NSComboBox and related classes have been re-implemented
|
||||
and documented.
|
||||
</desc>
|
||||
<term>NSToolbar code redone</term>
|
||||
<desc>
|
||||
A lot of changes where made to the NSToolbar class to
|
||||
make it more functional.
|
||||
</desc>
|
||||
<term>Binary Incompatibilities</term>
|
||||
<desc>
|
||||
New ivars were added NSTableView, NSView,
|
||||
NSSavePanel. Applications that use this class and
|
||||
subclasses (e.g. NSOutlineView) may need to be
|
||||
recompiled to work properly.
|
||||
</desc>
|
||||
</deflist>
|
||||
</section>
|
||||
</chapter>
|
||||
</body>
|
||||
</gsdoc>
|
|
@ -45,7 +45,7 @@ Read the INSTALL file or the GNUstep-HOWTO for installation instructions.
|
|||
@section Where do I send bug reports?
|
||||
|
||||
Please log bug reports on the GNUstep project page
|
||||
@url{http://savannah.gnu.org/support/?group=gnustep} or send
|
||||
@url{http://savannah.gnu.org/bugs/?group=gnustep} or send
|
||||
bug reports to @email{bug-gnustep@@gnu.org}.
|
||||
|
||||
@section Obtaining GNU Software
|
||||
|
|
|
@ -9,6 +9,17 @@
|
|||
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
|
||||
@end ifclear
|
||||
|
||||
@section Noteworthy changes in version @samp{0.9.3}
|
||||
|
||||
@itemize @bullet
|
||||
@item Spell checker reimplemented using libaspell
|
||||
@item New NSComboBox implementation
|
||||
@item NSToolbar much improved
|
||||
@item Binary incompatibilites from ivar additions in NSView and subclasses.
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{0.9.2}
|
||||
|
||||
@itemize @bullet
|
||||
|
@ -22,8 +33,6 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSIO
|
|||
@item Much improved loading of gorm files
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{0.9.1}
|
||||
|
||||
@itemize @bullet
|
||||
|
|
|
@ -152,34 +152,26 @@ GSTable.h \
|
|||
GSHbox.h \
|
||||
GSVbox.h \
|
||||
|
||||
DOCUMENT_NAME = Gui GuiAdditions GuiUser
|
||||
DOCUMENT_NAME = Gui GuiAdditions
|
||||
|
||||
Gui_DOC_INSTALL_DIR = Developer/Gui/Reference
|
||||
GuiAdditions_DOC_INSTALL_DIR = Developer/Gui/Reference
|
||||
GuiUser_DOC_INSTALL_DIR = User/Gui
|
||||
|
||||
Gui_AGSDOC_FILES = ../Documentation/Gui/Gui.gsdoc \
|
||||
../Documentation/Gui/Introduction.gsdoc \
|
||||
../Documentation/Gui/NSBundleAdditions.gsdoc \
|
||||
../Documentation/Gui/NSCoderAdditions.gsdoc \
|
||||
../Documentation/Gui/NSMutableAttributedStringAdditions.gsdoc \
|
||||
../Documentation/Gui/NSStringAdditions.gsdoc \
|
||||
$(AUTOGSDOC_HEADERS_GUI)
|
||||
|
||||
GuiAdditions_AGSDOC_FILES = $(AUTOGSDOC_HEADERS_GUIADD) \
|
||||
../Documentation/GuiAdditions/GuiAdditions.gsdoc
|
||||
|
||||
GuiUser_AGSDOC_FILES = \
|
||||
../Documentation/Gui/DefaultsSummary.gsdoc \
|
||||
../Documentation/Gui/KeyboardSetup.gsdoc \
|
||||
../Documentation/Gui/LanguageSetup.gsdoc
|
||||
|
||||
#
|
||||
# Hack ... using the -DocumentationDirectory flag overrides the value
|
||||
# used by the make package, and puts our output in the documentation
|
||||
# directory.
|
||||
#
|
||||
Gui_AGSDOC_FLAGS = \
|
||||
-MakeFrames YES \
|
||||
-DocumentationDirectory ../Documentation/Gui \
|
||||
-HeaderDirectory ../Headers/AppKit \
|
||||
-Declared AppKit \
|
||||
|
@ -195,6 +187,7 @@ Gui_AGSDOC_FLAGS = \
|
|||
}' -Up Gui
|
||||
|
||||
GuiAdditions_AGSDOC_FLAGS = \
|
||||
-MakeFrames YES \
|
||||
-DocumentationDirectory ../Documentation/GuiAdditions \
|
||||
-HeaderDirectory ../Headers/Additions/GNUstepGUI \
|
||||
-Declared GNUstepGUI \
|
||||
|
@ -209,21 +202,6 @@ GuiAdditions_AGSDOC_FLAGS = \
|
|||
DEFINE_RINT_IF_MISSING=""; \
|
||||
}' -Up GuiAdditions
|
||||
|
||||
GuiUser_AGSDOC_FLAGS = \
|
||||
-DocumentationDirectory ../Documentation/GuiUser \
|
||||
-HeaderDirectory ../Headers/AppKit \
|
||||
-Declared AppKit \
|
||||
-Standards YES \
|
||||
-ConstantsTemplate TypesAndConstants \
|
||||
-FunctionsTemplate Functions \
|
||||
-MacrosTemplate Functions \
|
||||
-TypedefsTemplate TypesAndConstants \
|
||||
-VariablesTemplate TypesAndConstants \
|
||||
-WordMap '{\
|
||||
APPKIT_EXPORT=extern;APPKIT_DECLARE="";\
|
||||
DEFINE_RINT_IF_MISSING=""; \
|
||||
}' -Up GuiUser
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/documentation.make
|
||||
|
||||
before-all:: ../Documentation/Gui \
|
||||
|
|
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=9
|
||||
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