shell32: Indentation fix.
[wine] / dlls / msctf / documentmgr.c
2012-10-11  Aric Stewartmsctf: Uninitialize context prior to releasing it.
2012-08-20  Nikolay Sivovmsctf: Call interface methods properly.
2012-06-07  Michael Stefaniucmsctf: Remove a stray backslash at the end of a line.
2011-08-24  Francois GougetAssorted spelling fixes.
2010-12-23  Michael Stefaniucmsctf: Standardize the COM usage in documentmgr.c.
2009-09-22  Stefan Ginsbergmsctf: Define function calling convention compatibly...
2009-07-10  Aric Stewartmsctf: Add code to track created ITfDocumentMgrs.
2009-07-01  Aric Stewartmsctf: Implement ITfDocumentMgr::EnumContexts.
2009-06-24  Aric Stewartmsctf: Context initialization happens before OnPushCont...
2009-06-17  Aric Stewartmsctf: Contexts have a default DocumentMgr of the one...
2009-06-16  Aric Stewartmsctf: Implement ITfContext::GetDocumentMgr.
2009-06-12  Aric Stewartmsctf: Add ITfComponentMgr to documentmgr.
2009-05-18  Aric Stewartmsctf: TfContext intitalization and uninitialization...
2009-04-14  Aric Stewartmsctf: Correct index for being unable to pop last conte...
2009-04-14  Aric Stewartmsctf: ITfDocumentMgr::GetBase returns the top if there...
2009-03-25  Aric Stewartmsctf: Hook up the DocumentMgr to be able to forward...
2009-02-03  Aric Stewartmsctf: Add ITfSource interface to DocumentMgr.
2009-02-03  Aric Stewartmsctf: Implement ITfDocumentMgr::GetBase.
2009-02-03  Aric Stewartmsctf: Implement ITfDocumentMgr::GetTop.
2009-02-03  Aric Stewartmsctf: Implement ITfDocumentMgr::Pop.
2009-02-03  Aric Stewartmsctf: Implement ITfDocumentMgr::Push.
2009-02-03  Aric Stewartmsctf: Implement stub ITfContext.
2009-02-02  Aric Stewartmsctf: Add ITfDocumentMgr interface.