Sweden-Number/dlls/user32
Dmitry Timoshkov 0fe60f83d2 user32: Always call BeginPaint/EndPaint when handling a WM_PAINT message for the button.
Python 3.5 installer creates windows with class "Button" that have 0x000e
button style, that causes infinite painting loops and inability to draw
the installer UI.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-20 00:30:39 +09:00
..
resources
tests user32: Implement semi-stub for FlashWindowEx. 2015-10-12 22:09:56 +09:00
Makefile.in
button.c user32: Always call BeginPaint/EndPaint when handling a WM_PAINT message for the button. 2015-10-20 00:30:39 +09:00
caret.c
class.c
clipboard.c
combo.c
controls.h
cursoricon.c
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c
driver.c user32: Add driver entry point for FlashWindowEx. 2015-10-13 23:35:26 +09:00
edit.c
exticon.c
focus.c
hook.c
icontitle.c
input.c
listbox.c user32: Hide horizontal Listbox scroll bar if no horizontal extent is set. 2015-10-07 21:28:55 +09:00
lstr.c
mdi.c
menu.c
message.c
misc.c
msgbox.c user32: msgbox: Make buttons an own control group. 2015-10-15 00:53:21 +09:00
nonclient.c
painting.c
property.c
resource.c
resources.h
scroll.c
spy.c include: Add a couple of documented Toolbar messages definitions. 2015-10-19 12:20:56 +09:00
static.c
sysparams.c
text.c
uitools.c
user32.rc user32: msgbox: Rearrange buttons for correct tab order. 2015-10-15 00:53:21 +09:00
user32.spec
user_main.c user32: Use RtlIsCriticalSectionLockedByThread to check lock owner. 2015-10-11 13:47:42 +09:00
user_private.h user32: Add driver entry point for FlashWindowEx. 2015-10-13 23:35:26 +09:00
win.c user32: Add driver entry point for FlashWindowEx. 2015-10-13 23:35:26 +09:00
win.h
winhelp.c
winpos.c
winproc.c
winstation.c
wsprintf.c