wine-wine/dlls/user32
Zhiyi Zhang 2affb854e5 user32: Change slave to a more neutral word.
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-06-17 11:41:57 +02:00
..
resources
tests winex11.drv: Use the default frequency in ChangeDisplaySettingsExW() if dmDisplayFrequency is 1. 2020-06-12 17:16:25 +02:00
Makefile.in user32: Implement RegisterDeviceNotification(). 2020-05-06 10:49:12 +02:00
button.c
caret.c user32: Correctly update caret state in the server in SetCaretPos. 2016-01-25 18:27:31 +09:00
class.c user32: When registering redirected class use correct base class name. 2018-08-27 10:57:39 +02:00
clipboard.c server: Don't increment the clipboard sequence number for delayed rendering or synthesized formats. 2017-05-24 13:03:39 +02:00
combo.c user32/combo: Force minimal item height. 2019-11-27 22:05:44 +01:00
controls.h user32/combo: Force minimal item height. 2019-11-27 22:05:44 +01:00
cursoricon.c user32: Use standard dlopen() instead of the libwine wrappers. 2020-04-07 14:26:20 +02:00
dde_client.c dde: Fix use-after-free. 2016-01-13 16:06:44 +09:00
dde_misc.c user32: Don't overwrite 'cb' field with uninitialized data in DdeQueryConvInfo() (Coverity). 2015-11-24 22:58:44 +09:00
dde_private.h Assorted spelling and grammar fixes. 2015-11-17 22:56:40 +09:00
dde_server.c user32: Avoid double initialization. 2015-11-06 21:59:08 +09:00
defdlg.c
defwnd.c
desktop.c
dialog.c user32: Add DlgDirList wildcard checks. 2019-02-27 22:21:17 +01:00
driver.c
edit.c user32/edit: Avoid division by zero in EDIT_EM_LineScroll_internal. 2020-04-20 17:19:11 +02:00
exticon.c user32: Fix the name of an unused debugging function. 2018-04-18 10:13:36 +02:00
focus.c user32: Notify explorer when the active window changes. 2016-06-10 20:34:03 +09:00
hook.c user32: Use the standard Interlocked* functions. 2020-05-02 15:10:10 +02:00
icontitle.c
input.c user32: Move *RegisterDeviceNotification*() to input.c. 2020-05-27 21:09:03 +02:00
listbox.c user32/listbox: Update caret index on LB_SETSEL. 2019-12-11 21:51:28 +01:00
lstr.c user32: Forward string calls to kernelbase. 2019-12-04 16:03:48 +01:00
mdi.c user32: Use GetSysColorBrush(). 2019-04-19 12:01:57 +02:00
menu.c
message.c user32: Make sure update_window_state() is always executed on the owner thread. 2020-06-05 16:54:35 +02:00
misc.c user32: Move *RegisterDeviceNotification*() to input.c. 2020-05-27 21:09:03 +02:00
msgbox.c user32: Use the available ARRAY_SIZE() macro. 2018-04-02 16:02:53 +02:00
nonclient.c user32: Replace the minimize box with a restore box when the window is minimized. 2019-02-20 09:19:17 +01:00
painting.c
property.c
rawinput.c user32: Don't read preparsed data on non-HID devices. 2020-04-28 11:18:36 +02:00
resource.c user32: Forward string calls to kernelbase. 2019-12-04 16:03:48 +01:00
resources.h
scroll.c user32: Improve window state handling in SetScrollInfo(). 2020-01-28 14:23:42 +01:00
spy.c user32: Make sure update_window_state() is always executed on the owner thread. 2020-06-05 16:54:35 +02:00
static.c user32/static: Use correct brush color for centered image background. 2018-04-02 20:47:11 +02:00
sysparams.c user32: Change slave to a more neutral word. 2020-06-17 11:41:57 +02:00
text.c
uitools.c
user32.rc user32: Implement IDI_SHIELD. 2017-10-19 19:47:09 +02:00
user32.spec user32: Add EnableNonClientDpiScaling stub. 2020-02-19 20:34:13 +01:00
user_main.c
user_private.h user32: Make sure update_window_state() is always executed on the owner thread. 2020-06-05 16:54:35 +02:00
win.c user32: Make sure update_window_state() is always executed on the owner thread. 2020-06-05 16:54:35 +02:00
win.h user32: Make WIN_SetOwner() static. 2019-05-09 08:20:31 -05:00
winhelp.c
winpos.c user32: Support SetWindowPos() SWP_ASYNCWINDOWPOS flag. 2020-01-31 10:47:54 +01:00
winproc.c include: Move inline assembly definitions to a new wine/asm.h header. 2019-05-14 13:45:07 +02:00
winstation.c
wsprintf.c user32: Fix wsprintfW %C conversion. 2020-02-19 20:26:53 +01:00