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 server: Add a request to empty the clipboard. 2015-06-09 22:09:56 +09:00
combo.c
controls.h
cursoricon.c user32: Pass num_steps=0 to alloc_icon_handle if is_ani=FALSE. 2015-10-06 22:17:57 +09:00
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 user32: Ignore lParam argument of WM_SIZE message for edit control. 2015-10-06 22:18:49 +09:00
exticon.c
focus.c
hook.c user32: Limit number of hooks called recursively. 2015-06-29 18:51:01 +09:00
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 user32: Add a stub implementation of IsWindowRedirectedForPrint. 2015-07-29 21:44:02 +02:00
msgbox.c user32: msgbox: Make buttons an own control group. 2015-10-15 00:53:21 +09:00
nonclient.c user32: Specify size for default window icon in NC_IconForWindow. 2015-08-03 11:00:40 +02:00
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 user32: SystemParametersInfo(SPI_GETNONCLIENTMETRICS) should return real font names. 2015-07-17 19:29:20 +09:00
text.c
uitools.c
user32.rc user32: msgbox: Rearrange buttons for correct tab order. 2015-10-15 00:53:21 +09:00
user32.spec user32: Add a stub implementation of IsWindowRedirectedForPrint. 2015-07-29 21:44:02 +02:00
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