ntdll: Refuse to create new thread if the target process is being terminated.
[wine] / dlls / imm32 /
2013-03-28  Aric Stewartimm32/tests: Show behavior with VK_PROCESSKEY in relati...
2013-02-11  Alexandre Julliardimm32: Retrieve the graphics driver module from gdi32.
2012-11-21  Aric Stewartimm32/tests: Test showing that communication to the...
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-03-01  Bruno Jesusimm32/tests: Add ImmGetDescription tests.
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...
2011-01-20  Greg Geldorpimm32/tests: Windows does post WM_IME_COMPOSITION messa...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-08  Aric Stewartimm32/tests: Test various Imm call cross-thread.
2010-09-01  Aric Stewartimm32: Test cases for HIMCs and threads.
2010-07-29  Matt 'Murph' Finnicumimm32: Set size of OSVERSIONINFOA before calling GetVer...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-04-29  André Hentschelimm32: Fix tests to apply to Vista+ as it does the...
2010-04-29  André Hentschelimm32: Fix ImmAssociateContextEx parameter handling.
2010-04-22  André Hentschelimm32: Add tests for ImmAssociateContextEx.
2010-04-09  Austin Englishimm32: Quiet ImmGetOpenStatus fixme.
2010-04-01  Mikhail Maroukhineimm32: Fix compiler warnings with flag -Wcast-qual.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2009-10-07  Alexandre JulliardFix empty function prototypes.
2009-10-02  Jeff Zaroykoimm32: dwIndex flags are mutually exclusive.
2009-09-29  Jeff Zaroykoimm32/tests: Add another combination which should fail.
2009-09-15  Gerald Pfeiferimm32/tests: Simplify code.
2009-09-10  Paul Vriensimm32/tests: Fix test failures on Vista/W2K8.
2009-08-03  Aric Stewartimm32: Stub implementation of ImmDisableTextFrameService.
2009-05-25  Michael Stefaniucimm32: Use a simpler comparison of a pointer with NULL.
2009-05-11  Austin Englishimm32/tests: Sign compare fix.
2009-03-23  Alexandre Julliardimm32: Make imm.dll into a stand-alone 16-bit module.
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-24  Francois Gougetimm32/tests: Use win_skip() to skip over unimplemented...
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-18  Paul Vriensimm32/tests: We check for failure not success.
2008-12-09  Aric Stewartimm32: Implement W/A handling in ImmEscape.
2008-12-08  Aric Stewartimm32: Implement ImmAssociateContextEx.
2008-12-04  Alexandre Julliardimm32/tests: Don't use a pointer in an ok test.
2008-12-03  Andrew Riediimm32: Add some really basic tests for ImmSetCompositio...
2008-12-03  Andrew Riediimm32: No need for tests to return 0.
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-22  Paul Vriensimm32/tests: Skip tests when IME support is not impleme...
2008-09-16  Aric Stewartimm32: Include a basic ImmGetCompositionString test...
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-24  Kusanagi Kouichiimm32: Fix a meaningless test.
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-21  James Hawkinsimm32: Fix a test that fails on all systems.
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...
next