msvcr90: Add a WinSxS manifest resource.
[wine] / dlls / msctf / msctf.c
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2010-12-09  Michael Stefaniucmsctf: Use an iface instead of a vtbl pointer in ClassF...
2010-12-08  Alexandre Julliardmsctf: Convert dll registration to the IRegistrar mecha...
2010-03-18  Aric Stewartmsctf: Add stub for ITfDisplayAttributeMgr.
2010-02-17  Justin Chevriermsctf: Implement stubbed out TF_CreateLangBarMgr.
2010-01-07  Marcin Baczyńskimsctf: Remove superfluous void* cast.
2009-09-09  Aric Stewartmsctf: Stub of TF_InvalidAssemblyListCacheIfExist.
2009-07-16  Alexandre Julliarduuid: Include some more headers.
2009-07-01  Aric Stewartmsctf: Implement TF_CreateInputProcessorProfiles.
2009-06-26  Aric Stewartmsctf: Implement ITfInputProcessorProfiles::GetDefaultL...
2009-06-16  Aric Stewartmsctf: Setup global CompartmentMgr.
2009-05-18  Michael Stefaniucmsctf: Allocate memory only right before it's needed.
2009-05-11  Aric Stewartmsctf: Implement ITfKeystrokeMgr::AdviseKeyEventSink.
2009-05-08  Aric Stewartmsctf: Implement ITfThreadMgr::Activate and ITfThreadMg...
2009-05-08  Aric Stewartmsctf: Add internal functions for managing active text...
2009-05-05  Aric Stewartmsctf: Implement ITfCategoryMgr::RegisterGUID, ITfCateg...
2009-04-22  Aric Stewartmsctf: Helper functions for generating DWORD cookies.
2009-03-05  Michael Stefaniucmsctf: Remove superfluous pointer casts.
2009-02-06  Aric Stewartmsctf: Stub implementation of SetInputScopes.
2009-02-06  Aric Stewartmsctf: Stub for SetInputScope.
2009-02-04  Aric Stewartmsctf: Implement TF_GetThreadMgr.
2009-02-04  Aric Stewartmsctf: Implement TF_CreateThreadMgr.
2009-02-04  Aric Stewartmsctf: Stub implementation of ITfCategoryMgr.
2009-02-04  Aric Stewartmsctf: Implement ITfInputProcessorProfiles::Register.
2009-02-04  Aric Stewartmsctf: Add stub implementation of ITfInputProcessorProf...
2009-02-03  Aric Stewartmsctf: Only 1 ITfThreadMgr is created per thread.
2009-01-30  Andrew Talbotmsctf: Declare some variables static.
2009-01-28  Aric Stewartmsctf: Add stub ITfThreadMgr interface.
2009-01-28  Aric Stewartmsctf: Add base dll framework.