[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] b7e5fe: Align windows behavior with other platforms in res...

Nicolas Cellier noreply at github.com
Wed Dec 25 18:36:53 UTC 2019


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: b7e5fec665c9b1b4b3d85dbcf3525892770d4ed7
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/b7e5fec665c9b1b4b3d85dbcf3525892770d4ed7
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2019-12-25 (Wed, 25 Dec 2019)

  Changed paths:
    M platforms/win32/vm/sqWin32Window.c

  Log Message:
  -----------
  Align windows behavior with other platforms in response to mouse wheel events

- Set all the meta bits to distinguish from a real arrow key, rather than just control
- Set the utf32Code to the same arrow code rather than 0, not only on PharoVM

Yet do not translate horizontal mouse wheels to left/right arrows
Such events are troublesome if TextEditors are not ready to filter them out.

This is a partial fix for https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/456


  Commit: a4a08f98c17b23ad54b5e361ffc0280e2ea8e0c3
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/a4a08f98c17b23ad54b5e361ffc0280e2ea8e0c3
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2019-12-25 (Wed, 25 Dec 2019)

  Changed paths:
    M platforms/win32/vm/sqWin32Window.c

  Log Message:
  -----------
  Merge pull request #459 from OpenSmalltalk/win_mouse_wheel_alignment

Align windows behavior with other platforms in response to mouse wheel events


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/25c8a59fd844...a4a08f98c17b


More information about the Vm-dev mailing list