mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 03:41:04 +00:00
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. ***
* configure: Regenerate * config.h.in: Regenerate * Tools/xpbs.m: If Xfixes is available, use it to receive notifications when the owner of an X11 selection changes. In the future we should invalidate the list of cached pasteboard types when this happens, so, e.g. copying text from gnome-terminal, the general pasteboard will only have the text type, but subsequently copying text from OpenOffice.org, the general pasteboard will have plain text and RTF types (currently we don't do this, so you can't paste RTF contents unless it is in the clipboard when gpbs starts.) The above problem is also why DND from X to GNUstep doesn't work - the dragging pasteboard types are never updated. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@33708 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
Documentation | ||
Fonts | ||
Headers | ||
Source | ||
Tools | ||
.cvsignore | ||
ANNOUNCE | ||
back.make.in | ||
ChangeLog | ||
config.h.in | ||
config.make.in | ||
configure | ||
configure.ac | ||
COPYING | ||
COPYING.LIB | ||
GNUmakefile | ||
GNUmakefile.postamble | ||
gnustep-back.spec.in | ||
INSTALL | ||
install-sh | ||
install.sh | ||
NEWS | ||
pkg.m4 | ||
README | ||
Version |
1 README ******** This is version 0.20.0 of the GNUstep GUI Backend (`gnustep-back'). Here is some introductory info to get you started: 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 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>.