netstat: Initial implementation.
[wine] / dlls / msctf / context.c
2012-08-20  Nikolay Sivovmsctf: Call interface methods properly.
2011-12-07  Pierre Schweitzermsctf: Fix memory leaks.
2010-07-26  Harry JefferyFixed various spelling mistakes.
2009-09-22  Stefan Ginsbergmsctf: Define function calling convention compatibly...
2009-08-29  Aric Stewartmsctf: Hook up ITfTextEditSink::OnEndEdit.
2009-08-29  Aric Stewartmsctf: Stub implementation of ITfSourceSingle for ITfCo...
2009-06-24  Aric Stewartmsctf: ITfContext::GetDocumentMgr should AddRef the...
2009-06-24  Aric Stewartmsctf: Implement ITfContext::GetStatus.
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: Define ITfCompartmentMgr for Context.
2009-06-04  Aric Stewartmsctf: Implement ITfContext::SetSelection.
2009-06-04  Aric Stewartmsctf: Implement ITfInsertAtSelection::InsertTextAtSele...
2009-05-27  Aric Stewartmsctf: Framework for ITfInsertAtSelection in ITfContext.
2009-05-25  Aric Stewartmsctf: Implement ITextStoreACPSink::OnStatusChange.
2009-05-22  Aric Stewartmsctf: Beginning implementation of ITfContext::GetSelec...
2009-05-22  Aric Stewartmsctf: Beginning implementation of ITfContext::GetEnd.
2009-05-22  Aric Stewartmsctf: Beginning implementation of ITfContext::GetStart.
2009-05-22  Aric Stewartmsctf: Correct order of dwFlag checking to properly...
2009-05-21  Aric Stewartmsctf: Generate TfEditCookies for edit sessions.
2009-05-21  Aric Stewartmsctf: Beginning of TfEditCookie definition and usage.
2009-05-21  Francois Gougetmsctf: Fix an error message.
2009-05-20  Joris Huizermsctf: ITfContext::RequestEditSession: dwLockFlags...
2009-05-20  Michael Stefaniucmsctf: Use FAILED instead of !SUCCEDED.
2009-05-19  Aric Stewartmsctf: Starting implementation of ITfContext::RequestEd...
2009-05-18  Aric Stewartmsctf: TfContext intitalization and uninitialization...
2009-05-14  Aric Stewartmsctf: Map out currently missing interfaces.
2009-04-23  Aric Stewartmsctf: Make use of generated cookies in sinks to allow...
2009-02-11  Francois GougetAssorted spelling fixes.
2009-02-09  Aric Stewartmsctf: Hook up ITfContextOwnerCompositionSink if present.
2009-02-06  Aric Stewartmsctf: When a Context is created connect to the ITextSt...
2009-02-06  Aric Stewartmsctf: Add stub ITextStoreACPSink.
2009-02-05  Aric Stewartmsctf: Add sink framework and implement ITfTextEditSink...
2009-02-03  Aric Stewartmsctf: Add ITfSource interface to Context.
2009-02-03  Aric Stewartmsctf: Implement stub ITfContext.