user32: Don't flush window surfaces while waiting for a sent message reply.
[wine] / dlls / user32 / dde_client.c
2012-08-22  Piotr Cabanuser32: Don't limit time needed for WM_DDE_INITIATE...
2012-08-20  Marcus Meissneruser32: Fixed two use-after-free (Coverity).
2012-08-13  Michael Stefaniucuser32: Avoid TRUE:FALSE conditional expressions.
2009-03-02  Michael Stefaniucuser32: Remove superfluous pointer casts.
2009-01-27  Michael Stefaniucuser32: Fix bogus "if (!x & y)" code.
2009-01-21  Jeff Latimeruser32: Pass pConv to WDML_Global2DataHandle so that...
2009-01-14  Jeff Latimeruser32: Check for NULL pData in DdeClientTransAction...
2008-11-05  Michael Stefaniucuser32: Remove superfluous casts of void pointers.
2008-09-05  Jeff Latimeruser32: DdeConnect causes 2 XTYP_CONNECT_CONFIRM messag...
2008-08-18  Jeff Latimeruser32: Check for invalid conversation and return the...
2008-08-18  Jeff Latimeruser32: DdeClientTransaction should check that pData...
2008-08-18  Jeff Latimeruser32: DdeClientTransaction should return 0 in the...
2008-07-08  Huw Daviesuser32: sizeof DDEPOKE and DDEDATA is six, which is...
2008-06-23  Dan Kegeluser32: Fix buffer length thinko in dde_client.c.
2008-06-19  Roy Sheauser32: Initialize hdd HDDEDATA to NULL (valgrind).
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-01-22  Andrew Talbotuser32: Remove unneeded casts.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-11-14  Andrew Talbotuser32: Constify a variable.
2007-11-12  Dan Kegeluser32: Implement return value for DdeClientTransaction...
2007-11-12  Alexandre Julliarduser32: Remove a few traces that only duplicate the...
2007-10-15  James Hawkinsuser32: Convert an HDDEDATA handle to a DDEPOKE structu...
2007-10-15  James Hawkinsuser32: Return DMLERR_INVALIDPARAMETER if hszItem is...
2007-10-15  James Hawkinsuser32: Return DMLERR_MEMORY_ERROR instead of posting...
2007-10-15  James Hawkinsuser32: Return DMLERR_INVALIDPARAMETER if hszItem is...
2007-10-15  James Hawkinsuser32: The server should release data sent with WM_DDE...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2006-11-21  Dmitry Timoshkovuser32: Add support for DdeEnableCallback(EC_DISABLE...
2006-11-20  Andrew Talbotuser32: Cast-qual warnings fix.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.