The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
Find a file
Gregory John Casamento 63e4a9aebd * Source/GSNibCompatibility.m: In [NSIBObjectData initWithCoder:]
clean up the buildMap calls.  In NSCustomResource retain the resource
	that is returned to prevent a crash.  Add dealloc method to 
	NSCustomObject.
	* Source/NSClipView.m: In initWithCoder: retain and release
	documentView before removing it from the view and resetting
	it as the document view.   This ensures that the view will
	not be deallocated.
	* Source/NSScrollView.m: Retain the contentView before exchanging
	it and then release to prevent the view from being deallocated in
	initWithCoder:
	* Source/NSTableView.m: Replace call to "new" with alloc/init for
	NSTableHeaderView in initWithCoder:
	* Source/NSView.m: in initWithCoder: keyed coding don't release
	the subs array since it's already autoreleased.  This was causing
	a crash.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23336 72102866-910b-0410-8b05-ffd578937521
2006-08-26 14:10:18 +00:00
ColorPickers * ColorPickers/GSNamedColorPicker.m ([-browser:selectRow:inColumn:]): 2006-04-30 08:29:58 +00:00
Documentation Improve defaults documentation a little. 2006-08-25 16:06:09 +00:00
Headers * Headers/Additions/GNUstepGUI/GSNibCompatibility.h: Added oids method. 2006-08-15 05:04:35 +00:00
Images * Headers/Additions/GNUstepGUI/GSNibCompatibility.h: Added oids method. 2006-08-15 05:04:35 +00:00
KeyBindings Added delete to end of line to text view. 2006-06-11 18:26:49 +00:00
Model Fix stupid error in last change 2006-07-05 08:02:12 +00:00
Panels delete svn:eol-style property 2006-02-22 06:43:48 +00:00
PrinterTypes Add/fix copyright/licenses. 2005-07-01 20:54:03 +00:00
Printing improve user experience with printing and defaults setup 2006-02-22 10:23:13 +00:00
Resources Correction to last text translation patch. 2006-05-05 23:04:15 +00:00
Source * Source/GSNibCompatibility.m: In [NSIBObjectData initWithCoder:] 2006-08-26 14:10:18 +00:00
TextConverters Fixed the RTFD generation when the attachments do not have filenames. It is now possible to write RTFD documents with pasted images. 2006-05-12 21:21:41 +00:00
Tools Tweaks to avoid new compiler warnings with gcc-4.1 and some 64bit issues. 2006-07-04 21:31:49 +00:00
.cvsignore Moved text conversion classes to separate bundle 2001-08-21 14:52:00 +00:00
ANNOUNCE * Tools/gcloseall.m: Include NSProcessInfo.h. Fixes bug #16212 2006-04-07 03:24:57 +00:00
BUGS Version 0.10.2 2005-12-22 17:42:35 +00:00
ChangeLog * Source/GSNibCompatibility.m: In [NSIBObjectData initWithCoder:] 2006-08-26 14:10:18 +00:00
ChangeLog.1 Renamed ChangeLog to ChangeLog.1 1999-12-13 02:55:20 +00:00
ChangeLog.2 Moved back some entries from ChangeLog.2 to ChangeLog to keep the size 2001-12-16 02:10:58 +00:00
ChangeLog.3 Rotate ChangeLog:s. 2005-01-14 14:57:29 +00:00
config.make.in GSPrinting changes 2004-08-08 01:08:55 +00:00
configure Add arg to disable-aspell 2006-04-19 21:53:28 +00:00
configure.ac Add arg to disable-aspell 2006-04-19 21:53:28 +00:00
COPYING.LIB Update FSF Address. 2005-05-26 02:52:46 +00:00
GNUmakefile Versino 0.10.3 2006-03-14 15:30:58 +00:00
GNUmakefile.postamble Update FSF Address. 2005-05-26 02:52:46 +00:00
gnustep-gui-debug.spec.in Minor updates, documentation 2001-05-03 19:39:28 +00:00
gnustep-gui.spec.in Version 0.10.0 2005-07-22 15:49:45 +00:00
gui.make.in Update FSF Address. 2005-05-26 02:52:46 +00:00
INSTALL Version 0.10.2 2005-12-22 17:42:35 +00:00
NEWS * Tools/gcloseall.m: Include NSProcessInfo.h. Fixes bug #16212 2006-04-07 03:24:57 +00:00
NOTES Temporary file 1999-04-26 08:59:41 +00:00
README Version 0.10.2 2005-12-22 17:42:35 +00:00
Version Versino 0.10.3 2006-03-14 15:30:58 +00:00

1 README
********

The GNUstep gui library is a library of graphical user interface classes
written completely in the Objective-C language; the classes are based
upon the OpenStep specification as release by NeXT Software, Inc.  These
classes include graphical objects such as buttons, text fields, popup
lists, browser lists, and windows; there are also many associated
classes for handling events, colors, fonts, pasteboards and images.

1.1 Initial reading
===================

   * The file `ANNOUNCE' contains a very brief overview of the library.
     It also tells you where to get the most recent version.

   * The file `NEWS' has the library's feature history.

   * The file `INSTALL' gives instructions for installing the library.

1.2 License
===========

The GNUstep libraries and library resources are covered under the GNU
Lesser Public License.  This means you can use these libraries in any
program (even non-free programs). If you distribute the libraries along
with your program, you must make the improvements you have made to the
libraries freely available. You should read the COPYING.LIB file for
more information. All files in this package EXCEPT files in the `Tools'
directories and subdirectories under this are covered under the GLPL.

   GNUstep tools, test programs, and other files are covered under the
GNU Public License. This means if you make changes to these programs,
you cannot charge a fee, other than distribution fees, for others to
use the program. You should read the COPYING file for more information.
All files in the `Tools' directory are covered under the GPL.

1.3 How can you help?
=====================

   * Give us feedback!  Tell us what you like; tell us what you think
     could be better.  Send bug reports to <bug-gnustep@gnu.org>.