wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / imm32 / imm.c
2008-05-12  ByeongSik Jeonimm32: Add the all GCS_* value check.
2008-05-12  ByeongSik Jeonimm32: Add the missing is_himc_ime_unicode() check.
2008-05-09  Kusanagi Kouichiimm32: Avoid false FIXMEs.
2008-05-02  ByeongSik Jeonimm32: Implementation of the ImmRequestMessage{A|W}.
2008-05-02  ByeongSik Jeonimm32: Updated implementation of the ImmGetConversionLi...
2008-05-02  ByeongSik Jeonimm32: Updated implementation of the ImmGetCandidateLis...
2008-05-02  ByeongSik Jeonimm32: Updated implementation of the ImmGetCandidateLis...
2008-05-02  ByeongSik Jeonimm32: Updated implementation of the ImmEnumRegisterWor...
2008-04-28  ByeongSik Jeonimm32: Updated implementation of the Imm{Get|Set}Compos...
2008-04-28  ByeongSik Jeonimm32: Implementation of the Imm{Get|Set}StatusWindowPos.
2008-04-28  ByeongSik Jeonimm32: Implementation of the Imm{Get|Set}CandidateWindow.
2008-04-28  ByeongSik Jeonimm32: Add the updated ImmTranslateMessage declaration.
2008-04-25  Kusanagi Kouichiimm32: Fix typos.
2008-04-25  ByeongSik Jeonimm32: Fix a typo.
2008-04-25  ByeongSik Jeonimm32: ImmGetVirtualKey return orignal virtual key...
2008-04-25  ByeongSik Jeonimm32: Reconstruct the ImmProcessKey, ImmTranslateMessa...
2008-04-23  ByeongSik Jeonimm32: More implementation of the ImmGetConversionStatus().
2008-04-23  ByeongSik Jeonimm32: Pass the old conversion status value to the...
2008-04-23  ByeongSik Jeonimm32: Examine whether the fOpen value differs with...
2008-04-23  ByeongSik Jeonimm32: Add stub and header of Imm{Create|Show|Destroy...
2008-04-23  ByeongSik Jeonimm32: Add stub and header of ImmRequestMessage.
2008-04-17  Aric Stewartimm32: Create the IME UI window with the IME instance...
2008-04-17  ByeongSik Jeonimm32: Implement ImmSetConversionStatus.
2008-04-14  Aric Stewartimm32: Implement ImmProcessKey and ImmTranslateMessage.
2008-04-14  Aric Stewartimm32: All HIMCC in the InputContext should be initiali...
2008-04-14  Aric Stewartimm32: Remember to unset the hwnd for a context when...
2008-04-09  Aric Stewartimm32: Implement ImmUnregisterWord using loaded IME.
2008-04-09  Aric Stewartimm32: Implement ImmRegisterWord using loaded IME.
2008-04-09  Aric Stewartimm32: Implement ImmGetRegisterWordStyle using loaded...
2008-04-09  Aric Stewartimm32: Semi-stub implement ImmGetConversionList using...
2008-04-09  Aric Stewartimm32: Semi-stub implement ImmEscape using loaded IME.
2008-04-09  Aric Stewartimm32: Semi-stub implement ImmEnumRegisterWord using...
2008-04-09  Aric Stewartimm32: ImmDestroyContext cannot destroy the default...
2008-04-07  Aric Stewartimm32: Properly handle unicode and non unicode IMEs...
2008-04-07  Aric Stewartimm: Default context and hwnd are per thread so store...
2008-04-07  Aric Stewartimm32: Make use of of the loaded IME for all processing.
2008-04-07  Aric Stewartimm32: Implement ImmGetImeMenuItems using loaded IME.
2008-04-07  Aric Stewartimm32: Load a default IME if a specific one is not...
2008-04-07  Aric Stewartimm32: Implement ImmConfigureIME using the loaded IME.
2008-04-02  Aric Stewartimm32: Keep track of context associations between HWND...
2008-04-01  Aric Stewartimm: Implement GetCompositionFont.
2008-04-01  Alexandre Julliardimm32: Remove stray semicolon. Don't try to load an...
2008-04-01  Aric Stewartimm32: Begin to add basic framework for loading IMEs...
2008-04-01  Aric Stewartimm32: Correct a typo accidently using data instead...
2008-03-31  Aric Stewartimm32: Have both ImmInternalPostIMEMessage and ImmInter...
2008-03-26  Aric Stewartimm: Implement ImmGetIMEFileNameW and ImmGetIMEFileNameA.
2008-03-21  Aric Stewartimm32: IMEs do not expect the hMsgBuf to be NULL, so...
2008-02-29  Andrew Talbotimm32: Assign to structs instead of using memcpy.
2008-02-27  Aric Stewartimm32: Correct offset of text in default IME window...
2008-02-25  Rob Shearmanimm32: Destroy the data of the context passed into...
2008-02-16  Aric Stewartimm: Ensure hCompStr handle is not NULL and check for...
2008-02-11  Aric Stewartimm: Implement ImmGenerateMessage.
2008-02-11  Aric Stewartimm: More correctly handle the presence of the default...
2008-01-07  Aric Stewartimm32: ImmNotifyIMM with CPS_CANCEL fully clears the...
2008-01-07  Andrew Talbotimm32: Remove unneeded cast.
2008-01-03  Aric Stewartimm32: When updating a NULL HIMCC with NULL just return...
2007-10-12  Marcus Meissnerimm32: Avoid spamming the debug output.
2007-09-10  Aric Stewartimm32: Further tweeks to CFS_POINT and CFS_RECT placeme...
2007-08-29  Aric Stewartimm: Report GCS_DELTASTART to help behavior with advanc...
2007-08-27  Aric Stewartimm32: Update position of default IME window.
2007-08-27  Aric Stewartimm32: If composition string is reduced to 0 characters...
2007-07-11  Aric Stewartimm32: Use the COMPOSITIONSTRING in hCompStr.
2007-07-04  Aric Stewartimm32: Implement Locking/Unlocking IMC and IMCC functions.
2007-07-02  Aric Stewartimm32: Implementation of GCS_CURSORPOS.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-25  Michael Stefaniucjanitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
2007-03-29  Aric Stewartimm32: Change the default IME window to better reflect...
2007-02-27  Dmitry Timoshkovimm32: Simplify ImmInternalSendIMENotify.
2007-02-26  Aric Stewartimm32: Properly send WM_IME_NOTIFY using SendMessage.
2007-02-23  Aric Stewartimm32: Corrections to the message ordering for IME...
2007-02-23  Aric Stewartimm32: Implement GSC_RESULTCLAUSE.
2007-02-21  Aric Stewartimm32: Implement stubs for ImmGetImeMenuItemsA and...
2007-01-08  Patrik Stridvallimm32: Only unregister the IME class if it was registered.
2006-12-08  Byeong-Sik Jeonimm32: Send the WM_IME_CHAR message, although ResultStr...
2006-10-20  Alexandre JulliardAvoid usage of sizeof in traces that causes warnings...
2006-10-14  Michael Stefaniucimm32: Win64 printf format warning fixes.
2006-06-19  Mike McCormackimm32: Fix some return codes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-04  Mike McCormackimm32: Remove FIXME messages from some implemented...
2005-11-02  Mike McCormackChange a FIXME message to a comment.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-08  Alexandre JulliardRevert previous change since it causes a crash in deskt...
2004-12-06  Ivan Leo PuotiRegister the IME class when imm32.dll is loaded.
2004-11-30  Eric PouechConst correctness fixes.
2004-10-04  Mike McCormackPrevent crash using CJK locale but no input method.
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-06-30  Uwe BonnesHeapAlloc for WSTR must allocate len* sizeof(WCHARS).
2004-03-04  Jesse AllenAdded ImmAssociateContextEx stub.
2004-03-02  Francois GougetAssorted spelling and case fixes.
2004-02-27  Patrik StridvallFixed some issues found by winapi_check.
2004-02-03  Ken BelleauAdded stub for ImmDisableIME.
2004-01-21  Aric StewartUse X11 XIM callbacks to enable full IME support.
2003-09-29  Francois GougetSome spelling fixes.
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-02  Francois GougetRemove some unnecessary casts when assigning NULL to...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
next