From 8c850a26b2d353f631e36885414f31fb3032353a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 3 Jun 2017 17:53:10 -0400 Subject: [PATCH] More TODOs. --- TODO.md | 3 +++ common/areaevents.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/TODO.md b/TODO.md index 8bf48004..41184b93 100644 --- a/TODO.md +++ b/TODO.md @@ -170,3 +170,6 @@ FONT LOADING [01:15:53] FcConfigAppFontAddFile() <-- that API [01:16:30] great, and they don't say what version the API was added in teh docs function: ide_editor_map_bin_add() + +- Mouse ClickLock: do we need to do anything special? *should* we? https://msdn.microsoft.com/en-us/library/windows/desktop/ms724947(v=vs.85).aspx +- consider a uiAnticipateDoubleClick() or uiDoubleClickTime() (for a uiQueueTimer()) or something: https://blogs.msdn.microsoft.com/oldnewthing/20041015-00/?p=37553 diff --git a/common/areaevents.c b/common/areaevents.c index cf3c288c..189673a2 100644 --- a/common/areaevents.c +++ b/common/areaevents.c @@ -10,6 +10,8 @@ For GTK+, we pull the double-click time and double-click distance, which work th On GTK+ this will also allow us to discard the GDK_BUTTON_2PRESS and GDK_BUTTON_3PRESS events, so the button press stream will be just like on other platforms. Thanks to mclasen, garnacho_, halfline, and tristan in irc.gimp.net/#gtk+. + +TODO note the bits about asymmetry and g_rcClick initial value not mattering in the oldnewthing article */ // x, y, xdist, ydist, and c.rect must have the same units