libs-back/Source/win32
ericwa ddfec9ef2e 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
..
.cvsignore Update FSF Address 2005-05-26 22:51:53 +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.preamble Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
w32_activate.m generate the window leave event only for WM_INACTIVE 2010-01-10 18:34:30 +00:00
w32_create.m Use default icon size when reading ico file for windows app icon 2010-04-15 19:02:20 +00:00
w32_general.m Reactivate the theme when the *Windows* theme is changed. 2010-05-16 21:32:56 +00:00
w32_GLcontext.m back/win32: fix for mouse/keyboard events on NSOpenGLView 2010-03-15 07:19:22 +00:00
w32_GLformat.m OpenGL sub-windows: prevent back-store flush, handle expose events, and small fix/improvements 2009-03-04 09:58:41 +00:00
w32_movesize.m back/win32: update windows while resizing 2010-03-20 06:42:17 +00:00
w32_text_focus.m Solve the window focus bug by no longer activating the window on each 2010-01-26 19:05:35 +00:00
w32_windowdisplay.m OpenGL sub-windows: prevent back-store flush, handle expose events, and small fix/improvements 2009-03-04 09:58:41 +00:00
WIN32Server.m 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