msctf: Correct order of dwFlag checking to properly be able to set a ReadWrite lock.
[wine] / dlls / msctf / context.c
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.