]> git.ipfire.org Git - thirdparty/git.git/commit
gitk: separate x11 / win32 / aqua Mouse bindings
authorMark Levedahl <mlevedahl@gmail.com>
Sat, 6 Jul 2024 17:12:01 +0000 (13:12 -0400)
committerMark Levedahl <mlevedahl@gmail.com>
Thu, 17 Jul 2025 03:01:51 +0000 (23:01 -0400)
commit3489ff17e2861d83407e215224f8654cd8671135
treedc19cea87b818aea538b3d9a1f9e4611c17ed63f
parent51bb2ab69feeee88815be0a118e1950eae70c441
gitk: separate x11 / win32 / aqua Mouse bindings

Tk through 8.6 has different approaches for handling mouse wheel /
touchpad scrolling events on the different platforms, and gitk has
separate code for these. But, some x11 bindings are applied on aqua as
we do not have these in a clean if / then / else tree based upon
platform.  Let's split these bindings apart.

Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
gitk