Am 03.10.2012 17:19, schrieb Aric Stewart:
> Great!
>
> Looking at the application I have that was requiring this i have found that
> by adding the "IME" window class it has actually corrected its behavior.
>
> You are correct to have removed that redirection and I will not submit a
> patch to
Great!
Looking at the application I have that was requiring this i have found that by
adding the "IME" window class it has actually corrected its behavior.
You are correct to have removed that redirection and I will not submit a patch
to re-add it as it is incorrect.
thanks for the help!
-aric
Am 02.10.2012 21:23, schrieb Aric Stewart:
> I have a proposed patch that I have tested with World of Tanks and it does
> not cause http://bugs.winehq.org/show_bug.cgi?id=27554 to reappear for me on
> either mac or Linux.
>
> Would you be able to test it and confirm that I am not reintroduction
I have a proposed patch that I have tested with World of Tanks and it does not cause
http://bugs.winehq.org/show_bug.cgi?id=27554 to reappear for me on either mac or Linux.
Would you be able to test it and confirm that I am not reintroduction the
issues?
thanks!
-aric
On 9/25/12 2:54 PM, Henr
Am 25.09.2012 21:54, schrieb Henri Verbeet:
> On 25 September 2012 21:12, André Hentschel wrote:
>> I don't remember the app, be free to patch it in again, at best with tests.
>>
> Wasn't that for World of Tanks?
>
Oh, true. thx.
It's all about http://bugs.winehq.org/show_bug.cgi?id=27554
d08fa6
On 25 September 2012 21:12, André Hentschel wrote:
> I don't remember the app, be free to patch it in again, at best with tests.
>
Wasn't that for World of Tanks?
Am 25.09.2012 14:48, schrieb Aric Stewart:
>>
>>> also you eliminate the part where if the incoming hWndIME is NULL we send
>>> the message to the thread's default IME window.
>>
>> my changes made an app happy IIRC, further i think i was skeptical about
>> IMM_GetThreadData()->hwndDefault becaus
>> because of:
>>
>> commit 7673d67c1e1cfdcdf7560beea9162c3699329aa5
>> Author: André Hentschel
>> Date: Sat Jun 25 16:13:41 2011 +0200
>>
>> imm32: Test and fix ImmIsUIMessageA/W.
>>
>> in that patch I see that you eliminate the part where w
29aa5
> Author: André Hentschel
> Date: Sat Jun 25 16:13:41 2011 +0200
>
> imm32: Test and fix ImmIsUIMessageA/W.
>
> in that patch I see that you eliminate the part where we check if there is a
> default IME window and if not then create one.
and fix ImmIsUIMessageA/W.
in that patch I see that you eliminate the part where we check if there is a
default IME window and if not then create one.
if (!IMM_GetThreadData()->hwndDefault)
ImmGetDefaultIMEWnd(NULL);
also you eliminate the part where if the incoming hWndIME is NULL
Hi,
i guess you know my programming skill, so be nice to me if total
nonsence:
if ( ... ||
...
+(msg == WM_IME_SELECT) ||
+(msg == WM_IME_SELECT) ||
...
seem to redundant. It happens it two places.
Regards,
W.
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=11778
Your paranoid android
Am 16.06.2011 23:22, schrieb Marvin:
> Hi,
>
> While running your changed tests on Windows, I think I found new failures.
> Being a bot and all I'm not very good at pattern recognition, so I might be
> wrong, but could you please double-check?
> Full results can be found at
> http://testbot.winehq
Ahh ok, thanks. Will do.
-aric
Alexandre Julliard wrote:
> Aric Stewart writes:
>
>> Since I value your input in imm32 and i do a lot of work there. If you
>> would like to send me that high level overview then I can see if it
>> works into wine. That way you can continue to contribute and w
Aric Stewart writes:
> Since I value your input in imm32 and i do a lot of work there. If you
> would like to send me that high level overview then I can see if it
> works into wine. That way you can continue to contribute and we do not
> compromise the source code.
No, please don't do that.
an e-mail
describing what they do.
-aric
James Hawkins wrote:
> On Wed, Dec 17, 2008 at 2:51 PM, ByeongSik Jeon wrote:
>> By an analysis of the ImmIsUIMessageA/W disassemble code,
>> 1. checked msg :
>> WM_IME_STARTCOMPOSITION <= msg <= WM_IME_KEYLAST,
>>
On Wed, Dec 17, 2008 at 2:51 PM, ByeongSik Jeon wrote:
> By an analysis of the ImmIsUIMessageA/W disassemble code,
> 1. checked msg :
> WM_IME_STARTCOMPOSITION <= msg <= WM_IME_KEYLAST,
> WM_IME_SETCONTEXT, WM_IME_NOTIFY,
> WM_IME_COMPOSITIONFULL, WM_IME_SELECT.
> 2
17 matches
Mail list logo