Blender Git Statistics -> Developers -> sntulix

Takahiro Shizuki (sntulix)

Total Commits : 3
Master Commits : 3
Branch Commits : 0
First Commit : August 1, 2021
Latest Commit : November 22, 2021

Commits by Month

DateNumber of Commits
November, 20212
October, 20210
September, 20210
August, 20211

Favourite Files

FilenameTotal Edits
GHOST_SystemWin32.cpp3
GHOST_ImeWin32.cpp1
GHOST_ImeWin32.h1

File Changes

ActionTotalPer Commit
Modified51.7

Code Changes

ActionTotalPer Commit
Lines Added9331.0
Lines Removed20.7

Latest commits Feed

Revision 73b1ad1 by Takahiro Shizuki / Harley Acheson (master)
November 22, 2021, 18:44 (GMT)
IME: Fix Multi-Window Duplicated First Character

Fix problem with duplicated initial character when initiating or
switching to new windows. This is done by updating our copies of state
and modes from the new window when it receives WM_IME_SETCONTEXT
message. This problem and fix are only for the Windows platform.
Revision ee02772 by Takahiro Shizuki / Harley Acheson (master)
November 22, 2021, 18:41 (GMT)
IME: Fix Multi-Window Duplicated First Character

Fix problem with duplicated initial character when initiating or
switching to new windows. This is done by updating our copies of state
and modes from the new window when it receives WM_IME_SETCONTEXT
message. This problem and fix are only for the Windows platform.
Revision 836aeeb by Takahiro Shizuki / Harley Acheson (master)
August 1, 2021, 18:52 (GMT)
IME Win32: Fix Duplicated Initial Character

When entering characters using IME on Windows, Japanese and Chinese
will both usually result in the first keystroke being duplicated. The
problem is that we are informed too late, after the first key is
pressed, that we are IME composing. This patch ensures we are entering
non-English characters using ImmGetConversionStatus() and then deals
with editing keys (like arrows and backspace) on a per-language basis.

see D11929 for more details.

Differential Revision: https://developer.blender.org/D11929

Reviewed by Brecht Van Lommel

MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021