libs-gui/Documentation
2024-05-26 22:00:44 +02:00
..
General Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gnustep-gui 2008-12-19 13:00:47 +00:00
GuiUser Minor spelling error and removed whitespace at end 2021-10-18 17:12:01 -04:00
manual * Documentation/manual/AppKit.texi: Move table of contents outside 2023-12-28 13:53:41 +01:00
.cvsignore Updated 2000-11-06 17:22:54 +00:00
announce.texi documentation: Standardize announcement file text. 2020-04-13 23:37:10 +01:00
gclose.1 Add new man pages by Dennis Leeuw. 2007-12-09 18:42:28 +00:00
gcloseall.1 Add new man pages by Dennis Leeuw. 2007-12-09 18:42:28 +00:00
GNUmakefile Commit patch by Yavor Doganov <yavor@gnu.org> to provide a man page for 2020-05-09 17:24:31 +02:00
GNUmakefile.postamble Version 0.20.0 2011-04-14 02:49:38 +00:00
gopen.1 lintian spelling correctes provided by Eric Heintzmann 2016-05-28 09:49:15 +00:00
GSSpeechRecognitionServer.1 Commit patch by Yavor Doganov <yavor@gnu.org> to provide a man page for 2020-05-09 17:24:31 +02:00
GSSpeechServer.1 Add missing man pages for tools. 2016-06-03 18:47:30 +00:00
Gui.gsdoc fix header info 2023-11-20 22:41:11 +01:00
GuiAdditions.gsdoc Update documentation dtd version 2006-10-09 15:18:44 +00:00
install.texi Change all files to use GPL 3 and LGPL 3. 2007-10-29 21:16:17 +00:00
make_services.1 * Documentation/make_services.1: Typo fix. 2018-01-01 22:47:34 +01:00
news.texi Update for new release 2024-05-26 22:00:44 +02:00
readme.texi Clarify unstable release documentation 2010-05-10 19:59:20 +00:00
ReleaseNotes.gsdoc release-chore: Release 0.29.0. 2021-04-26 23:06:48 +01:00
say.1 Add missing man pages for tools. 2016-06-03 18:47:30 +00:00
set_show_service.1 Add new man pages by Dennis Leeuw. 2007-12-09 18:42:28 +00:00
todo.texi Version 0.13.2 2008-03-19 03:03:45 +00:00

@c -*-texinfo-*-
@chapter README

@ifset TEXT-ONLY
@include version.texi
@end ifset

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.

@section Initial reading

@itemize @bullet
@item
The file @file{ANNOUNCE} contains a very brief overview of the library.
It also tells you where to get the most recent version.

@item
The file @file{NEWS} has the library's feature history.

@item
The file @file{INSTALL} gives instructions for installing the library.
@end itemize

@section 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
@file{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 @file{Tools} directory are covered under the GPL.

@section How can you help?

@itemize @bullet

@item
Give us feedback!  Tell us what you like; tell us what you think
could be better.  Send bug reports to @email{bug-gnustep@@gnu.org}.
@end itemize