Hi Fulvio,

These are a series of patches for scid that fix MouseWheel handling
for a consistent behavior across all platforms. I think FICS users will find
these patches useful. I've tested it on Linux and Windows and I would appreciate
if anyone can provide testing results for Mac.

Please review and pull from the url below.

Thanks,

Cristian S.


[PATCH 1/5] git: ignore MS Windows object files
[PATCH 2/5] fix_mw: drop MouseWheel bindings to individual text
[PATCH 3/5] fix_mw: drop forced focus used for handling MouseWheel
[PATCH 4/5] fix_mw: consistent mouse handling on all platforms
[PATCH 5/5] fix_mw: replace original tcl/tk bindMouseWheel method



The following changes since commit 5b619619871a7a619f6c06f9e2a8345c208f4bed:

  Avoid grid and pack mix (2013-07-03 15:49:33 +0200)

are available in the git repository at:

  g...@github.com:crististm/scid.git fix_mouse_wheel

for you to fetch changes up to 214204aac1ec70b6ada5b53f823e6c2236ffc66d:

  fix_mw: replace original tcl/tk bindMouseWheel method (2013-07-06 00:08:00 
+0300)

----------------------------------------------------------------
Cristian Stoica (5):
      git: ignore MS Windows object files
      fix_mw: drop MouseWheel bindings to individual text windows
      fix_mw: drop forced focus used for handling MouseWheel
      fix_mw: consistent mouse handling on all platforms
      fix_mw: replace original tcl/tk bindMouseWheel method

 .gitignore               |  1 +
 ChangeLog                |  6 ++++
 tcl/end.tcl              | 94 
+++++++++++++++++++++++++++++++++++++++++++++----------
 tcl/file/finder.tcl      |  2 --
 tcl/game/browser.tcl     |  4 +--
 tcl/misc/misc.tcl        | 24 +++-----------
 tcl/tools/analysis.tcl   |  1 -
 tcl/tools/optable.tcl    |  1 -
 tcl/tools/preport.tcl    |  1 -
 tcl/windows.tcl          | 10 ------
 tcl/windows/crosstab.tcl |  7 -----
 tcl/windows/eco.tcl      |  1 -
 tcl/windows/gamelist.tcl |  2 +-
 tcl/windows/pfinder.tcl  |  1 -
 tcl/windows/pgn.tcl      |  1 -
 tcl/windows/tourney.tcl  |  1 -
 tcl/windows/tree.tcl     |  1 -
 17 files changed, 92 insertions(+), 66 deletions(-)


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to