Re: gdi32: Fix the GdiGetCodePage() support ANSI_CHARSET font associated charset

2013-02-25 Thread Byeongsik Jeon
Thank you. Review again before submitting a patch to wine-patches, please. On 02/26/13 00:08, Akihiro Sagawa wrote: > On Sun, 24 Feb 2013 09:55:59 +0900, Byeongsik Jeon wrote: > >> @@ -3615,6 +3675,10 @@ static void update_font_info(void) >> } >> if (!done) >

Re: gdi32: Revert an unrelated part of 028617b90ba586bdb30723c700eea888c159ada7.

2009-02-27 Thread Byeongsik Jeon
And, my patch [1/2] is wrong. Dmitry's patch is right. Additionally, my patch [2/2] has to committed. Because of the other problem. It's also my mistake. http://bugs.winehq.org/show_bug.cgi?id=17218#c18 2009-02-27 (Fri), 21:50 +0900, Byeongsik Jeon wrote: > Yes!!!

Re: gdi32: Revert an unrelated part of 028617b90ba586bdb30723c700eea888c159ada7.

2009-02-27 Thread Byeongsik Jeon
Yes!!! See the http://bugs.winehq.org/show_bug.cgi?id=17218 http://www.winehq.org/pipermail/wine-patches/2009-February/068752.html http://www.winehq.org/pipermail/wine-patches/2009-February/068753.html 2009-02-27 (Fri), 17:57 +0800, Dmitry Timoshkov wrote: > It was not a very nice idea to bre

Re: gdi32: Implement QueryFontAssocStatus

2009-01-26 Thread Byeongsik Jeon
Again... What's the problem? 2009-01-20 (Tue), 06:39 +0900, Byeongsik Jeon wrote: > 2009-01-19 (Mon), 09:40 +0900, Byeongsik Jeon wrote: > > QueryFontAssocStatus() is the undocumented function. > > This is a base patch for bug#16325. > > > > http://bugs.

Re: gdi32: Implement QueryFontAssocStatus

2009-01-19 Thread Byeongsik Jeon
2009-01-19 (Mon), 09:40 +0900, Byeongsik Jeon wrote: > QueryFontAssocStatus() is the undocumented function. > This is a base patch for bug#16325. > > http://bugs.winehq.org/show_bug.cgi?id=16325 > Hmm... What is the problem of this patch? > --- > dlls/gdi32/fon

Re: user32: Send WM_IME_SETCONTEXT message when the window is focusedor unfocused.

2008-04-29 Thread ByeongSik Jeon
Dmitry Timoshkov wrote: > "ByeongSik Jeon" <[EMAIL PROTECTED]> wrote: > > > --- a/dlls/user32/tests/msg.c > > +++ b/dlls/user32/tests/msg.c > > @@ -10156,7 +10156,7 @@ static const struct message wm_lb_click_0[] = > > { HCBT_SETFOCUS

Re: user32: Send WM_IME_SETCONTEXT message when the window is focusedor unfocused.

2008-04-29 Thread ByeongSik Jeon
Dmitry Timoshkov wrote: > "ByeongSik Jeon" <[EMAIL PROTECTED]> wrote: > > > --- a/dlls/user32/tests/msg.c > > +++ b/dlls/user32/tests/msg.c > > @@ -10156,7 +10156,7 @@ static const struct message wm_lb_click_0[] = > > { HCBT_SETFOCUS

Re: imm32: If ImmNotifyIME fails, ImmSetOpenStatus should also fail.

2008-04-24 Thread ByeongSik Jeon
Kusanagi Kouichi wrote: > if (!fOpen != !data->IMC.fOpen) > { > +if (!ImmNotifyIME( hIMC, NI_CONTEXTUPDATED, 0, IMC_SETOPENSTATUS)) > +return FALSE; > data->IMC.fOpen = fOpen; > -ImmNotifyIME( hIMC, NI_CONTEXTUPDATED, 0, IMC_SETOPENSTATUS); >

imm32: Implement the ImmSetConversionStatus.

2008-04-16 Thread ByeongSik Jeon
Tested with "MS IME 2002(imekr61.ime)", "MS IME 2003(imekr70.ime)", and "Saenaru(saenaru.ime, Korean Free IME)". --- dlls/imm32/imm.c | 29 - 1 files changed, 20 insertions(+), 9 deletions(-) diff --git a/dlls/imm32/imm.c b/dlls/imm32/imm.c index c03d6fd..6fb73d2 100

Re: IMM / IME work

2008-04-15 Thread ByeongSik Jeon
Aric Stewart wrote: > I have tested with windows ATOK20 (a popular Japanese IME) and > successfully had text processing in a fully IME aware application. Great I have tested with "MS IME 2002(imekr61.ime)", "MS IME 2003(imekr70.ime)", and "Saenaru(saenaru.ime)" [1]. These all are works with