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 user32: Simplify GCLP_HICON and GCLP_HICONSM boolean logic. 2015-05-14 18:55:28 +09:00
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 user32: Fall back to downscaling the big icon for ICON_SMALL2. 2015-05-14 18:57:26 +09:00
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 user32: Set the expected errors in GetRawInputDeviceList. 2015-05-27 13:54:37 +09:00
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 user32: Use the window class icon if the MDI child doesn't have its own. 2015-05-14 00:06:58 +09:00
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 user32: Fall back to downscaling the big icon for ICON_SMALL2. 2015-05-14 18:57:26 +09:00
winhelp.c
winpos.c
winproc.c
winstation.c
wsprintf.c