mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
c57d4d7b9e
Need to cross check these changes with WINE ComCtl32 before you PANIC HACK!!!! Not in order: Piotr Caban : Remove unneeded RECT parameter from CBPaintText helper. Don't invalidate ComboBox on CB_SETCURSEL message. Don't invalidate ComboBox on LBN_SELCHANGE and LBN_SELCANCEL. Add more CB_SETCURSEL tests on ComboBox. Redraw combo text field even if it's empty. Let ComboBox edit control handle the redraw even if CBF_NOREDRAW is set. Don't do the painting if combobox is not visible in CBPaintText. Dmitry Timoshkov : Don't force a combobox repaint on WM_SIZE. This breaks z-order based painting and causes side effects for applications that during the WM_PAINT processing reference internal data associated with a not fully initialized window. Ref : |
||
---|---|---|
.. | ||
broadcast.c | ||
class.c | ||
clipboard.c | ||
CMakeLists.txt | ||
combo.c | ||
cursoricon.c | ||
dce.c | ||
dde.c | ||
dialog.c | ||
edit.c | ||
generated.c | ||
input.c | ||
listbox.c | ||
menu.c | ||
monitor.c | ||
msg.c | ||
precomp.h | ||
resource.c | ||
resource.rc | ||
scroll.c | ||
static.c | ||
sysparams.c | ||
test_mono.bmp | ||
testlist.c | ||
text.c | ||
uitools.c | ||
win.c | ||
winstation.c | ||
wsprintf.c |