netstat: Initial implementation.
[wine] / dlls / msctf / threadmgr.c
2012-08-20  Nikolay Sivovmsctf: Call interface methods properly.
2011-08-24  Francois GougetAssorted spelling fixes.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2009-11-13  Huw Daviesmsctf: Correctly initialize the description field.
2009-09-22  Stefan Ginsbergmsctf: Define function calling convention compatibly...
2009-09-11  Francois Gougetmsctf: Make ThreadFocusHookProc() static.
2009-09-11  Francois Gougetmsctf: Reorder a couple of functions to avoid forward...
2009-09-09  Aric Stewartmsctf: Add stub ITfSourceSingle interface to ThreadMgr.
2009-09-02  Aric Stewartmsctf: Implement ITfThreadMgr::AssociateFocus.
2009-09-01  Aric Stewartmsctf: Correct handling if NULL for pdimFocus in ITfThr...
2009-07-10  Aric Stewartmsctf: Implement ITfThreadMgr::EnumDocumentMgrs.
2009-07-10  Aric Stewartmsctf: Add code to track created ITfDocumentMgrs.
2009-06-17  Aric Stewartmsctf: Implement ITfThreadMgr::IsThreadFocus.
2009-06-16  Aric Stewartmsctf: Setup global CompartmentMgr.
2009-06-12  Aric Stewartmsctf: Define ITfCompartmentMgr for ThreadMgr.
2009-05-20  Michael Stefaniucmsctf: Use FAILED instead of !SUCCEDED.
2009-05-14  Aric Stewartmsctf: Map out currently missing interfaces.
2009-05-11  Aric Stewartmsctf: Implement ITfKeystrokeMgr::GetForeground.
2009-05-11  Aric Stewartmsctf: Implement ITfKeystrokeMgr::UnadviseKeyEventSink.
2009-05-11  Aric Stewartmsctf: Implement ITfKeystrokeMgr::AdviseKeyEventSink.
2009-05-08  Aric Stewartmsctf: Implement ITfThreadMgr::Activate and ITfThreadMg...
2009-05-07  Aric Stewartmsctf: Implement ITfKeystrokeMgr::IsPreservedKey.
2009-05-07  Aric Stewartmsctf: Implement ITfKeystrokeMgr::UnpreserveKey.
2009-05-07  Aric Stewartmsctf: Implement ITfKeystrokeMgr::PreserveKey.
2009-05-07  Aric Stewartmsctf: Implement ITfClientId.
2009-05-06  Aric Stewartmsctf: Implement ITfMessagePump.
2009-04-23  Aric Stewartmsctf: Add ITfKeystrokeMgr framework to ThreadMgr.
2009-04-23  Aric Stewartmsctf: Make use of generated cookies in sinks to allow...
2009-04-14  Aric Stewartmsctf: Release focused DocumentMgr on Deactivate and...
2009-04-14  Aric Stewartmsctf: Correct order of arguments to OnSetFocus sink...
2009-03-26  Aric Stewartmsctf: Implement ThreadMgr ITfSource::UnadviseSink.
2009-03-25  Aric Stewartmsctf: Hook up the DocumentMgr to be able to forward...
2009-03-25  Aric Stewartmsctf: Add ITfThreadMgrEventSink to ThreadMgr.
2009-03-25  Aric Stewartmsctf: ThreadMgr sink framework.
2009-02-03  Aric Stewartmsctf: Add ITfSource interface to ThreadMgr.
2009-02-03  Aric Stewartmsctf: Only 1 ITfThreadMgr is created per thread.
2009-02-03  Aric Stewartmsctf: Implement SetFocus and GetFocus.
2009-02-02  Aric Stewartmsctf: Add ITfDocumentMgr interface.
2009-01-28  Aric Stewartmsctf: Add stub ITfThreadMgr interface.