Commit Graph

74391 Commits

Author SHA1 Message Date
Michael Stefaniuc
338c726682 dplayx: Get rid of the useless IDirectPlay{2,3} vtables. 2013-03-29 17:52:33 +01:00
Michael Stefaniuc
82b51258ea dplayx: Remove the duplicated IDirectPlayXImpl structs. 2013-03-29 17:52:31 +01:00
Michael Stefaniuc
0e7b1a46d5 dplayx: Get rid of the unused DirectPlay3Data / DirectPlay4Data fields. 2013-03-29 17:52:30 +01:00
Michael Stefaniuc
d09d061157 dplayx/tests: Add DirectPlay COM tests. 2013-03-29 17:52:28 +01:00
Michael Stefaniuc
7eaafd0141 dplayx/tests: Get rid of the LPDIRECTPLAY type usage. 2013-03-29 17:52:27 +01:00
Michael Stefaniuc
c1907b5ff9 dplayx/tests: Remove superfluous void pointer casts. 2013-03-29 17:52:26 +01:00
Michael Stefaniuc
caf9d42e0d dplayx: Have the decency to support IUnknown in DirectPlay. 2013-03-29 17:52:25 +01:00
Michael Stefaniuc
99c726dd86 dplayx: Fix DllGetClassObject(). 2013-03-29 17:52:23 +01:00
Michael Stefaniuc
a9c715fd74 dplayx: Fix QueryInterface, AddRef and Release methods for IClassFactory. 2013-03-29 17:52:22 +01:00
Michael Stefaniuc
fa4950c38a dplayx: Get rid of LPCLASSFACTORY and use a better name for the methods. 2013-03-29 17:52:21 +01:00
Jactry Zeng
2f425fb832 msvcrt: Added _wcsncoll and _wcsncoll_l implementation. 2013-03-29 17:52:19 +01:00
C.W. Betts
95daa45dbc winemac: Implement getting and setting screen saver state on OS X. 2013-03-29 17:52:17 +01:00
Ken Thomases
a767ee99fa winemac: Track drawn surface region to reduce black flicker for new or resized windows. 2013-03-29 17:17:22 +01:00
Ken Thomases
0e8b305023 winemac: Draw surface region rects separately instead of clipping one big draw. 2013-03-29 17:17:22 +01:00
Ken Thomases
f7406e74ae winemac: Invalidate window shadow on every draw for transparent windows. 2013-03-29 17:17:22 +01:00
Ken Thomases
7ab76484c4 winemac: Add proper locking in macdrv_surface_set_region(). 2013-03-29 17:17:22 +01:00
Aric Stewart
83e233c97d imm32/tests: Show behavior with VK_PROCESSKEY in relation to PeekMessage. 2013-03-28 18:56:01 +01:00
Aric Stewart
6e4cbd5787 user32: ImmProcessKey is only called on WM_KEYDOWN and if the message is being removed. 2013-03-28 18:55:58 +01:00
Huw Davies
b4b99697f9 user32: Keep the combo listbox within the monitor's work area. 2013-03-28 18:55:09 +01:00
Piotr Caban
46919f2154 kernel32: Fixed copy-paste error in IdnToUnicode. 2013-03-28 18:54:51 +01:00
Piotr Caban
280f8237b5 msvcrt: Move fread_s function to msvcrt. 2013-03-28 18:54:42 +01:00
Piotr Caban
12b8c9671e msvcrt: Update spec file with functions added in newer version of the dll. 2013-03-28 18:54:26 +01:00
Jacek Caban
fe474e3b6a secur32: Take schannel backend capabilities into account when configuring enabled protocols. 2013-03-28 18:54:01 +01:00
Huw Davies
698c7f0f3f user32: Invalidate the listbox in LB_SETCOUNT. 2013-03-28 18:53:57 +01:00
Alexandre Julliard
5bfc411ae7 user32: Constify pointers that point to read-only file data. 2013-03-28 17:36:54 +01:00
Alexandre Julliard
267109d6f1 user32: Add size checks when creating an icon from bitmap info. 2013-03-28 17:36:54 +01:00
Jacek Caban
03395f2d2e jscript: Use helpers to access string buffer in some String functions. 2013-03-28 17:36:53 +01:00
Jacek Caban
618b88ef30 jscript: Added jsstr_extract helper and use it in String.charCodeAt implementation. 2013-03-28 17:36:53 +01:00
Dmitry Timoshkov
41d3085522 ole32: Fix an apartment reference count leak on error path. 2013-03-28 17:36:53 +01:00
Ken Thomases
4fba2995b6 winemac: Don't override -[NSOpenGLContext clearDrawable], just use our own method. 2013-03-28 12:19:01 +01:00
Ken Thomases
5c8d6a0b93 winemac: Synthesize 8- and 16-bpp display modes if the system doesn't provide any.
macdrv_ChangeDisplaySettingsEx() ignores the requested bpp, anyway, so we
can report any values we think programs will want.
2013-03-28 12:18:51 +01:00
Jacek Caban
506b369c73 urlmon: Delay processing notifications from Read during MIME verification. 2013-03-28 12:17:52 +01:00
Hans Leidekker
e15a923a0a mshtml: Don't append slashes to opaque protocol identifiers. 2013-03-28 12:17:49 +01:00
Hans Leidekker
9eb140db70 urlmon: Fix handling of mailto URIs in CoInternetCombineUrlEx. 2013-03-28 12:17:46 +01:00
Jacek Caban
873efd4642 mshtml: Added IHTMLButtonElement::disabled tests. 2013-03-27 20:12:30 +01:00
Jacek Caban
add03f99d8 mshtml: Added IHTMLButtonElement::disabled implementation. 2013-03-27 20:12:30 +01:00
Piotr Caban
39fa807b53 msvcr90: Don't forward set_se_translator to msvcrt. 2013-03-27 20:12:30 +01:00
Piotr Caban
1d02768f94 msvcr90: Don't forward new and delete to msvcrt. 2013-03-27 20:12:30 +01:00
Piotr Caban
4237b85063 msvcrt: Sync spec files. 2013-03-27 20:12:29 +01:00
Piotr Caban
db58873868 msvcrt: Don't forward _getpid to kernel32. 2013-03-27 20:12:29 +01:00
Piotr Caban
8f9b0abf72 msvcrt: Added _wcstoul_l implementation. 2013-03-27 20:12:29 +01:00
Piotr Caban
9e32259457 msvcrt: Don't forward wcsncpy to ntdll. 2013-03-27 20:12:29 +01:00
Piotr Caban
975801cceb msvcrt: Don't forward towupper and towlower to ntdll. 2013-03-27 20:12:29 +01:00
Piotr Caban
b626556272 msvcrt: Don't forward strncpy to ntdll. 2013-03-27 20:12:29 +01:00
Piotr Caban
e66e950459 msvcrt: Don't forward strncmp to ntdll. 2013-03-27 20:12:29 +01:00
Piotr Caban
bf237452ef msvcrt: Don't forward strchr to ntdll. 2013-03-27 20:12:29 +01:00
Piotr Caban
1278080901 msvcrt: Don't forward memset to ntdll. 2013-03-27 20:12:29 +01:00
Piotr Caban
15b40e7b9c msvcrt: Don't forward atoi to ntdll. 2013-03-27 20:12:29 +01:00
Piotr Caban
06c6773844 msvcrt: Added _wtol_l implementation. 2013-03-27 20:12:29 +01:00
Piotr Caban
5c03a35f7a msvcrt: Don't forward _wtoi to ntdll. 2013-03-27 20:12:29 +01:00