server: Move socket async activation to sock_poll_event.
[wine] / dlls / riched20 / txthost.c
2009-10-13  Sergey Khodychriched20: Cache ES_WANTRETURN style.
2009-09-30  Dylan Smithrichedit: Handle to parent window is cached.
2009-09-08  Dmitry Timoshkovriched20: Make vtables const.
2009-08-26  Alexandre Julliardriched20: Make sure we have a valid ITextHost vtable...
2009-06-15  Alexandre Julliardriched20: Add appropriate stdcall decorations to assemb...
2009-06-13  Alexandre Julliardriched20: Move the textHostVtbl definition to work...
2009-03-06  Dylan Smithrichedit: Avoid calling ITextHost_TxNotify with EN_MSGF...
2009-02-11  Francois GougetAssorted spelling fixes.
2009-02-09  Michael Stefaniucriched20: Fix some Win64 compiler warnings.
2009-01-30  Michael Stefaniucriched20: Remove superfluous pointer casts.
2009-01-21  Dylan Smithrichedit: Prevented using NULL hwnd for certain operations.
2009-01-21  Dylan Smithrichedit: Implemented ITextHost for windowed richedit...