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
Eric Wasylishen 6ebad82029 back/win32: Tweak the conditions for incrementing the clickCount when handling mouse clicks: (i.e. double click detection)
- Require a click to be within a distance (retrieved from Windows)
of the last click to count (previously there was no proximity check)
- Allow clicks separated by the Windows double click time interval
to count (e.g. if the Windows double click time interval is n,
clicking at times 0, n, 2n, 3n would produce events with click counts
1, 2, 3, and 4. This matches OS X behaviour. Previously, all clicks
had to be within the windows double click time interval to count as
one group.)

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@30932 72102866-910b-0410-8b05-ffd578937521
2010-07-07 05:49:13 +00:00
Documentation Fix release documentation 2010-05-10 20:34:56 +00:00
Fonts Minor tidyups to back makefiles; removed references to GNUmakefile.local (totally obsolete) and minor fix for uninstalling 2010-02-11 18:28:58 +00:00
Headers Fixed Windows backend issues introduced with r30523 where images are drawn at 2010-06-22 22:18:56 +00:00
Source back/win32: Tweak the conditions for incrementing the clickCount when handling mouse clicks: (i.e. double click detection) 2010-07-07 05:49:13 +00:00
Tools Minor tidyups to back makefiles; removed references to GNUmakefile.local (totally obsolete) and minor fix for uninstalling 2010-02-11 18:28:58 +00:00
.cvsignore Added missing .cvsignore files. 2004-01-07 12:04:36 +00:00
ANNOUNCE Fix release documentation 2010-05-10 20:34:56 +00:00
back.make.in Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
ChangeLog back/win32: Tweak the conditions for incrementing the clickCount when handling mouse clicks: (i.e. double click detection) 2010-07-07 05:49:13 +00:00
config.h.in Use XInternAtom when XInternAtoms isn't available. 2008-10-24 17:04:10 +00:00
config.make.in * configure.ac: Rewrite, avoid setting vars unecessarily. Use 2005-02-23 03:47:34 +00:00
configure Make cairo the default backend. 2010-05-11 16:40:01 +00:00
configure.ac Make cairo the default backend. 2010-05-11 16:40:01 +00:00
COPYING Add GPL 3 licence file. 2007-11-05 12:17:14 +00:00
COPYING.LIB Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
GNUmakefile Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gnustep-back 2008-12-19 13:05:05 +00:00
GNUmakefile.postamble Add dependency on 'Version' and 'configure' to reconfigure if either changes 2010-05-17 16:38:59 +00:00
gnustep-back.spec.in Update License field 2007-10-30 14:23:18 +00:00
INSTALL * Source/x11/XGServerWindow.m (titlewindow::): Set NAME and ICON_NAME 2006-04-26 14:50:08 +00:00
install-sh Initial revision 2002-03-27 23:44:41 +00:00
install.sh Fix header syntax in install.sh and provide default for make command 2008-11-30 17:41:12 +00:00
NEWS Fix release documentation 2010-05-10 20:34:56 +00:00
pkg.m4 Fix a few bugs. Supress pkg-config error message 2005-02-23 04:28:12 +00:00
README Fix release documentation 2010-05-10 20:34:56 +00:00
Version Version 0.19.0 Unstable release 2010-05-10 03:43:08 +00:00

1 README
********

This is version 0.19.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>.