user32: Don't flush window surfaces while waiting for a sent message reply.
[wine] / dlls / user32 / dde_misc.c
2012-08-13  Michael Stefaniucuser32: Avoid TRUE:FALSE conditional expressions.
2012-06-12  Francois Gougetuser32: Make some DDE functions static.
2012-06-12  Francois Gougetuser32: Reorder some DDE functions to avoid the need...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2010-01-05  James Hawkinsuser32: Don't try to free a handle with a value of...
2009-11-24  Marcus Meissneruser32: Fixed NULL ptr checks (Coverity).
2009-11-09  Dan Kegeluser32: Fix uninitialized variable so first call to...
2009-05-06  Eric Pouechuser32: Clearly separate the 16bit code out of user32.
2009-04-24  Alexandre Julliarduser32: Fix the DDE service formatting for 64-bit.
2009-03-02  Michael Stefaniucuser32: Remove superfluous pointer casts.
2009-01-26  Jeff Latimeruser32: DdeCreateStringHandle checks for an invalid...
2009-01-22  Jeff Latimeruser32: Check the instance id on DdeCreateDataHandle...
2009-01-21  Jeff Latimeruser32: Pass pConv to WDML_Global2DataHandle so that...
2009-01-10  Alexandre Julliarduser32: The PackDDElParam return value is sign-extended...
2008-11-05  Michael Stefaniucuser32: Remove superfluous casts of void pointers.
2008-09-05  Jeff Latimeruser32: Make some DDE traces more meaningful.
2008-08-18  Jeff Latimeruser32: DdeQueryString returns a NULL str if there...
2008-07-21  Huw Daviesuser32: Don't access pConv after it's been freed.
2008-06-18  Andrew Talbotuser32: Dangling pointer fix.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-12-31  Michael Stefaniucuser32: Remove unneeded casts.
2007-11-15  Andrew Talbotuser32: Constify a variable.
2007-11-12  Alexandre Julliarduser32: Remove a few traces that only duplicate the...
2007-09-17  James Hawkinsuser32: Set uiLo and uiHi to zero on error.
2007-05-30  Dmitry Timoshkovuser32: Fix some compilation warnings in 64-bit mode.
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-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.