.. |
resources
|
…
|
|
tests
|
user32/tests: Add tests for EM_SETSEL and getting/losing focus in combo boxes.
|
2016-01-06 18:08:30 +01:00 |
Makefile.in
|
…
|
|
button.c
|
user32: Turn magic values into static constants.
|
2015-11-06 21:59:08 +09:00 |
caret.c
|
…
|
|
class.c
|
…
|
|
clipboard.c
|
…
|
|
combo.c
|
user32: Avoid double initialization.
|
2015-11-06 21:59:08 +09:00 |
controls.h
|
…
|
|
cursoricon.c
|
user32: Avoid double initialization.
|
2015-11-06 21:59:08 +09:00 |
dde_client.c
|
user32: Avoid double initialization.
|
2015-11-06 21:59:08 +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: Avoid double initialization.
|
2015-11-06 21:59:08 +09:00 |
driver.c
|
user32: Avoid shift overflow in nulldrv_GetKeyboardLayoutList.
|
2015-11-30 23:16:51 +09:00 |
edit.c
|
user32: Avoid double initialization.
|
2015-11-06 21:59:08 +09:00 |
exticon.c
|
…
|
|
focus.c
|
…
|
|
hook.c
|
user32: Avoid double initialization.
|
2015-11-06 21:59:08 +09:00 |
icontitle.c
|
user32: Avoid double initialization.
|
2015-11-06 21:59:08 +09:00 |
input.c
|
…
|
|
listbox.c
|
user32: Avoid double initialization.
|
2015-11-06 21:59:08 +09:00 |
lstr.c
|
…
|
|
mdi.c
|
user32: Don't add scroll bars to mdiclient if the window style doesn't allow it.
|
2015-11-20 19:26:16 +09:00 |
menu.c
|
user32: Add workaround for removed SC_TASKLIST system menu item.
|
2015-11-19 20:55:15 +09:00 |
message.c
|
user32: Properly handle WM_DEVICECHANGE in is_pointer_message().
|
2015-12-30 17:27:52 +01:00 |
misc.c
|
user32: Added a GetDisplayConfigBufferSizes stub.
|
2015-10-26 16:16:54 +09:00 |
msgbox.c
|
user32: Avoid double initialization.
|
2015-11-06 21:59:08 +09:00 |
nonclient.c
|
user32: Fix WS_EX_DLGMODALFRAME handling in AdjustWindowRect and add more tests.
|
2015-12-07 22:30:56 +09:00 |
painting.c
|
user32: Avoid double initialization.
|
2015-11-06 21:59:08 +09:00 |
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: Avoid double initialization.
|
2015-11-06 21:59:08 +09:00 |
text.c
|
user32: Use font default height if GetTextExtentPoint returns empty rectangle.
|
2015-11-16 21:32:56 +09:00 |
uitools.c
|
…
|
|
user32.rc
|
user32: msgbox: Rearrange buttons for correct tab order.
|
2015-10-15 00:53:21 +09:00 |
user32.spec
|
user32: Added a GetDisplayConfigBufferSizes stub.
|
2015-10-26 16:16:54 +09: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: Call the EnumChildWindows callback using a wrapper.
|
2015-12-10 00:12:43 +09:00 |
win.h
|
…
|
|
winhelp.c
|
…
|
|
winpos.c
|
…
|
|
winproc.c
|
…
|
|
winstation.c
|
user32: Make sure explorer.exe process is spawned for the correct desktop.
|
2015-12-04 13:22:55 +09:00 |
wsprintf.c
|
…
|
|