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
Felipe A. Rodriguez ee210229a6 Thu Feb 18 1999 Felipe A. Rodriguez <farz@mindspring.com>
* NSView.m display: fix for display bug in buttons example
	* NSCell.m endEditing: fix for display bug in buttons example
	* NSTextField.m textShouldEndEditing: The changes to these three classes
    fix a display bug visible in the buttons example when the top text field is
    selected for editing and then asked to resign when the user clicks on say
    the bottom text field.  This causes a rect encompassing both views to be
    invalidated and displayed.  Beyond being inefficient this also causes a
    display glitch given the current drawing methodology.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3755 72102866-910b-0410-8b05-ffd578937521
1999-02-18 10:46:39 +00:00
Documentation Font change, other minor this. 1999-01-29 21:11:05 +00:00
Headers/gnustep/gui Additions by mgiddings@ypc.net 1999-02-16 17:39:42 +00:00
Images Added images for windows menu. 1999-01-08 14:54:31 +00:00
Model *BSD fixes 1999-02-02 00:08:58 +00:00
Panels 1998-12-17 Matthias Klose <doko@cs.tu-berlin.de> 1998-12-17 16:16:03 +00:00
PrinterTypes * Documentation/status.tmpl.texi: Update. 1998-04-07 01:03:24 +00:00
Source Thu Feb 18 1999 Felipe A. Rodriguez <farz@mindspring.com> 1999-02-18 10:46:39 +00:00
Testing Remove FoundationExt 1999-01-28 21:00:41 +00:00
Tools Update for change to NSProcessInfo 1999-02-17 09:36:25 +00:00
.cvsignore Release 0.3.0. 1997-07-07 16:56:52 +00:00
ANNOUNCE Version 0.5.0 release. 1998-03-11 22:00:50 +00:00
ChangeLog Thu Feb 18 1999 Felipe A. Rodriguez <farz@mindspring.com> 1999-02-18 10:46:39 +00:00
configure Fix up dps configuration (again). 1998-09-03 18:50:11 +00:00
configure.in * move DPSOperators.h to XDPS. 1998-11-25 17:16:48 +00:00
COPYING.LIB Initial revision 1996-05-30 20:03:15 +00:00
FAQ Version 0.5.0 release. 1998-03-11 22:00:50 +00:00
GNUmakefile Added 'Panels' subproject 1998-11-21 00:13:41 +00:00
INSTALL Version 0.5.0 release. 1998-03-11 22:00:50 +00:00
NEWS Fixed the flushing optimization code. Updated the documentation. 1997-10-22 00:27:59 +00:00
README Version 0.5.0 release. 1998-03-11 22:00:50 +00:00
STATUS Version 0.5.0 release. 1998-03-11 22:00:50 +00:00
SUPPORT Release version 0.2.0 1997-03-28 22:21:23 +00:00
TODO Release version 0.2.0 1997-03-28 22:21:23 +00:00
Version Makefile fix ups. 1998-12-01 14:41:53 +00:00

README
******

This is version 0.5.0 of the GNUstep GUI library (`gnustep-gui').

   Here is some introductory info to get you started:

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.

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

   * Read the projects and questions in the `TODO' file.  If you can
     volunteer for any of the projects, or if you have any useful
     comments send me email!  <scottc@net-community.com>

   * Give me feedback!  Tell me what you like; tell me what you think
     could be better.  Send me bug reports.

Creators rejoice!
Scott Christley
<scottc@net-community.com>