libs-back/Source
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
..
art Add more missing imports. 2010-03-26 07:51:34 +00:00
cairo * Source/cairo/CairoGState.m 2010-06-06 19:56:35 +00:00
English.lproj Make nfont face name localization work. Add English and Swedish translations. 2003-06-28 13:32:59 +00:00
gsc Fixed many drawing issues (many ones being related to the flipping). 2010-06-01 11:04:36 +00:00
Swedish.lproj Make nfont face name localization work. Add English and Swedish translations. 2003-06-28 13:32:59 +00:00
win32 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
winlib Small correction of alpha blending related comments 2010-06-22 22:28:13 +00:00
x11 added missing imports 2010-05-24 22:42:50 +00:00
xdps Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gnustep-back 2008-12-19 13:05:05 +00:00
xlib Add more missing imports. 2010-03-26 07:51:34 +00:00
.cvsignore Added missing .cvsignore files. 2004-01-07 12:04:36 +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 Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
GNUmakefile.preamble Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
GSBackend.m Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00