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
Adam Fedor 1ce2926317 * Restructuring of the windows server to handle various
window and toolbar issues (See Source/win32/RELEASE_NOTES for
more info).
* Headers/win32/WIN32Server.h: Added ivars and flags and methods.
* Headers/winlib/WIN32GState.h: Added method to avoid confliting
types with superclass.
* Source/win32/GNUmakefile: Add new files.
* w32_debug.m, w32_activate.m, w32_create.m, w32_general.m,
w32_movesize.m, w32_text_focus.m, w32_windowdisplay.m,
GSDisplayServer_details.m: New files.
* Source/win32/WIN32Server.m: Large changes. Merged with
WIN32ServerEvent. Lots of documentation.

* Source/winlib/WIN32GState.m: Variable name changes to
avoid shadowing.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@21716 72102866-910b-0410-8b05-ffd578937521
2005-09-14 15:48:11 +00:00
Documentation Version 0.10.0 2005-07-22 15:49:45 +00:00
Fonts Update FSF Address 2005-05-26 22:51:53 +00:00
Headers * Restructuring of the windows server to handle various 2005-09-14 15:48:11 +00:00
Source * Restructuring of the windows server to handle various 2005-09-14 15:48:11 +00:00
Tools Add/fix copyright and licenses. 2005-07-01 20:43:10 +00:00
.cvsignore Added missing .cvsignore files. 2004-01-07 12:04:36 +00:00
ANNOUNCE Version 0.10.0 2005-07-22 15:49:45 +00:00
back.make.in Update FSF Address 2005-05-26 22:51:53 +00:00
ChangeLog * Restructuring of the windows server to handle various 2005-09-14 15:48:11 +00:00
config.h.in changed some HAVE_LIBXFT #ifdefs to HAVE_XFT; clarified difference between the two in configure.ac and config.h.in comments 2005-05-20 13:57:21 +00:00
config.make.in * configure.ac: Rewrite, avoid setting vars unecessarily. Use 2005-02-23 03:47:34 +00:00
configure Fix a few bugs. Supress pkg-config error message 2005-02-23 04:28:12 +00:00
configure.ac Update FSF Address 2005-05-26 22:51:53 +00:00
COPYING.LIB Update FSF Address 2005-05-26 22:51:53 +00:00
GNUmakefile Update FSF Address 2005-05-26 22:51:53 +00:00
GNUmakefile.postamble Update FSF Address 2005-05-26 22:51:53 +00:00
gnustep-back-debug.spec.in Initial revision 2002-03-27 23:44:41 +00:00
gnustep-back.spec.in Fix GSSendBezierPath. Fix includes for wraster files 2002-03-29 19:25:35 +00:00
INSTALL New file 2004-07-10 03:23:44 +00:00
install-sh Initial revision 2002-03-27 23:44:41 +00:00
NEWS Version 0.10.0 2005-07-22 15:49:45 +00:00
pkg.m4 Fix a few bugs. Supress pkg-config error message 2005-02-23 04:28:12 +00:00
README Version 0.10.0 2005-07-22 15:49:45 +00:00
Version Version 0.10.0 2005-07-22 15:49:45 +00:00

README
******

This is version 0.10.0 of the GNUstep GUI Backend (`gnustep-back').

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?
=================

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