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 1e565994cd Center modal window
2020-07-04 15:14:48 -04:00
ColorPickers
config
Documentation Commit patch by Yavor Doganov <yavor@gnu.org> to provide a man page for 2020-05-09 17:24:31 +02:00
Headers Fix issues with controller instantiation 2020-07-04 14:55:08 -04:00
Images
KeyBindings
Model
Panels
PrinterTypes
Printing Fix crash - don't print DWORD error code directly, but decode it first. 2020-05-08 01:09:26 +02:00
Resources Improve some Italian translations 2020-06-26 20:29:10 +02:00
Sounds
Source Center modal window 2020-07-04 15:14:48 -04:00
Tests
TextConverters Add code to handle code page 10000 in RTF. 2020-05-29 15:18:37 +02:00
Themes
Tools
.cvsignore
.gitignore
.travis.yml
ANNOUNCE
BUGS
ChangeLog Add changelog. 2020-06-15 05:26:30 -04:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
CODEOWNERS Remove ivucica from codeowners 2020-06-10 20:01:47 +01:00
config.make.in
configure
configure.ac
COPYING
COPYING.LIB
GNUmakefile
GNUmakefile.postamble
gnustep-gui.spec.in
gui.make.in
INSTALL
install.sh
MISSING Fix issue with crashing when NSStoryboard loads. Change customObjects to proper values for XIB files during transformation. 2020-06-22 07:01:49 -04:00
NEWS
README
travis-deps.sh
Version

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 Apple's Cocoa framwork (which came from the OpenStep
specification).  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 General 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>.