winemac.drv: Implement GetMonitorInfo.
[wine] / dlls / imm32 / imm.c
2012-11-21  Aric Stewartimm32: Use SendMessage not PostMessage for the default...
2012-10-15  Aric Stewartimm32: Switch the value of IMMGWL_IMC in the UI window...
2012-10-11  Aric Stewartimm32: Unregister IME class on process detach.
2012-10-11  Aric Stewartimm32: Remove unused parameter to IMM_RegisterIMEClass.
2012-10-03  Aric Stewartimm32: Explicitly handle all WM_IME_XXX messages in...
2012-10-03  Aric Stewartimm32: Have IMM class use DefWindowProc.
2012-09-27  Aric Stewartimm32: Properly separate the IME UI window and the...
2012-01-25  Austin Englishimm32: Add a stub for ImmGetHotKey.
2011-11-09  Hans Leidekkerimm32: Validate the window handle passed to ImmGetContext.
2011-07-04  André Hentschelimm32: Remove redundant check.
2011-07-01  André Hentschelimm32: Test and fix ImmIsUIMessageA/W.
2011-06-16  André Hentschelimm32: Use the same code for ImmIsUIMessageW as in...
2011-06-03  Austin Englishimm32: Add a stub for ImmEnumInputContext.
2011-05-25  Gerald Pfeiferimm32: Simplify CopyCompClauseIMEtoClient and callees...
2010-07-29  Matt 'Murph' Finnicumimm32: Set size of OSVERSIONINFOA before calling GetVer...
2010-04-29  André Hentschelimm32: Fix ImmAssociateContextEx parameter handling.
2010-04-09  Austin Englishimm32: Quiet ImmGetOpenStatus fixme.
2010-04-01  Mikhail Maroukhineimm32: Fix compiler warnings with flag -Wcast-qual.
2009-10-02  Jeff Zaroykoimm32: dwIndex flags are mutually exclusive.
2009-08-03  Aric Stewartimm32: Stub implementation of ImmDisableTextFrameService.
2009-05-25  Michael Stefaniucimm32: Use a simpler comparison of a pointer with NULL.
2009-02-24  Rob Shearmanimm32: Lazily allocated thread-local data.
2009-02-24  Rob Shearmanimm32: Fix crash in DllMain when FreeLibrary is called...
2009-02-12  Michael Stefaniucimm32: Make space for a 64bit pointer in the IMM window.
2009-01-20  Aric Stewartimm: Send WM_IME_SELECT messages when IME is selected...
2009-01-08  Alexandre Julliardimm32: Avoid pointer casts in traces.
2009-01-07  Michael Stefaniucimm32: Remove superfluous casts.
2008-12-09  Aric Stewartimm32: Implement W/A handling in ImmEscape.
2008-12-08  Aric Stewartimm32: Implement ImmAssociateContextEx.
2008-12-02  Michael Stefaniucimm32: Remove some superfluous casts.
2008-11-20  Aric Stewartimm32: Implement ImmInstallIME(W/A).
2008-10-14  Andrew Talbotimm32: Sign-compare warnings fix.
2008-10-01  Aric Stewartimm32: ImmConfigureIME should return 0 when the type...
2008-09-16  Aric Stewartimm32: Update CopyCompOffsetIMEtoClient to handle A...
2008-09-16  Aric Stewartimm32: Update CopyCompClauseIMEtoClient to handle A...
2008-09-16  Aric Stewartimm32: Correct CopyCompAttrIMEtoClient to handle A...
2008-09-16  Aric Stewartimm32: Implement helper functions for copying Compositi...
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.
next