user32: Don't flush window surfaces while waiting for a sent message reply.
[wine] / dlls / user32 / combo.c
2012-08-13  Michael Stefaniucuser32: Avoid TRUE:FALSE conditional expressions.
2012-07-26  Sergey Guralnikuser32: Rearrange ComboBox repositioning code.
2011-09-02  Bruno Jesususer32: Fix support for CB_SETDROPPEDWIDTH in combobox.
2011-03-28  Marcus Meissneruser32: Added missing break (Coverity).
2010-09-02  Alexandre Julliarduser32: Add a common helper to set controls clip region...
2010-01-25  Jason Edmeadesuser32: Preselect all editbox text when combo gets...
2009-12-30  Dmitry Timoshkovuser32: Handle virtual key codes only in the WM_KEYDOWN...
2009-12-28  Michael Stefaniucuser32: Remove some explicit LPARAM/WPARAM casts.
2009-12-18  Alexandre Julliarduser32: Simplify window procedure allocation for the...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the combo...
2009-12-15  Alexandre Julliarduser32: Turn the combobox winproc into a Wow handler.
2009-12-13  Alexandre Julliarduser32: Split the handling of the 16-bit messages out...
2009-04-03  Rein Klazesuser32: In COMBO_WindowPosChanging() do not change...
2008-04-22  Austin EnglishSpelling fixes.
2008-04-14  Aric Stewartuser32: Make sure there is space for at least 6 items...
2008-03-27  Dmitry Timoshkovuser32: Add a test for combobox navigation with arrow...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-07  Lei Zhanguser32: Use wine_dbgstr_rect() in traces.
2008-01-22  Andrew Talbotuser32: Remove unneeded casts.
2007-12-19  Dmitry Timoshkovuser32: Set the edit text in a combobox only if combobo...
2007-11-26  Andrew Talbotuser32: Fix a typo.
2007-11-09  Andrew Talbotuser32: Constify some variables.
2007-11-01  Alexandre Julliarduser32: Store the builtin class names in Unicode.
2007-08-31  Mikolaj Zalewskiuser32: combo: CB_SETITEMHEIGHT should make the edit...
2007-08-09  Dmitry Timoshkovuser32: CBN_SELCHANGE notification should be sent befor...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-03-27  Mikołaj Zalewskiuser32: combobox: The text area height should be font_h...
2007-02-07  Aric Stewartuser32: We are calculating the height for the drop...
2007-01-05  Kai Blinuser32: If pTest was allocated, length has to be >...
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.