Michael Stefaniuc [Fri, 29 Mar 2013 15:55:04 +0000 (16:55 +0100)]
dplayx: Merge the IDirectPlay4_GetPlayerCaps helper.
Michael Stefaniuc [Fri, 29 Mar 2013 15:54:37 +0000 (16:54 +0100)]
dplayx: Forward IDirectPlay::GetCaps to ::GetPlayerCaps.
Michael Stefaniuc [Fri, 29 Mar 2013 15:54:00 +0000 (16:54 +0100)]
dplayx: Merge the IDirectPlay4_GetGroupData helper.
Michael Stefaniuc [Fri, 29 Mar 2013 15:53:07 +0000 (16:53 +0100)]
dplayx: Merge the IDirectPlay4_EnumGroupPlayers helper.
Michael Stefaniuc [Fri, 29 Mar 2013 15:52:30 +0000 (16:52 +0100)]
dplayx: Merge the IDirectPlay4_DeletePlayerFromGroup helper.
Michael Stefaniuc [Fri, 29 Mar 2013 15:52:03 +0000 (16:52 +0100)]
dplayx: Merge the IDirectPlay4_Close helper.
Michael Stefaniuc [Fri, 29 Mar 2013 15:51:46 +0000 (16:51 +0100)]
dplayx: Assimilate the inherited stub methods into IDirectPlay4.
Michael Stefaniuc [Fri, 29 Mar 2013 15:50:11 +0000 (16:50 +0100)]
dplayx: Merge the DirectPlay QueryInterface helper.
Michael Stefaniuc [Fri, 29 Mar 2013 15:49:30 +0000 (16:49 +0100)]
dplayx: IDirectPlay4 / IDirectPlay4A have independent refcounts.
Michael Stefaniuc [Fri, 29 Mar 2013 15:48:57 +0000 (16:48 +0100)]
dplayx: Cleanup the DirectPlay object creation.
Michael Stefaniuc [Fri, 29 Mar 2013 15:48:24 +0000 (16:48 +0100)]
dplayx: Move the lock into the DirectPlay object.
Andrew Cook [Sat, 30 Mar 2013 02:38:40 +0000 (13:38 +1100)]
dbghelp: Add stubs for SymSetHomeDirectory.
Ludger Sprenker [Tue, 26 Mar 2013 17:46:23 +0000 (18:46 +0100)]
windowscodecs: Basic tests for tiff encoder options.
Piotr Caban [Mon, 1 Apr 2013 11:48:23 +0000 (13:48 +0200)]
wininet: Added urlcache Unicode functions tests.
Piotr Caban [Mon, 1 Apr 2013 11:48:08 +0000 (13:48 +0200)]
wininet: Use InternetCrackUrl in urlcache_entry_create.
Piotr Caban [Mon, 1 Apr 2013 11:18:59 +0000 (13:18 +0200)]
wininet: Support Punycode in RetrieveUrlCacheEntryStream.
Piotr Caban [Mon, 1 Apr 2013 11:18:44 +0000 (13:18 +0200)]
wininet: Support Punycode in urlcache_copy_entry.
Piotr Caban [Mon, 1 Apr 2013 11:18:23 +0000 (13:18 +0200)]
wininet: Support Punycode in CommitUrlCacheEntryW.
Piotr Caban [Mon, 1 Apr 2013 11:17:48 +0000 (13:17 +0200)]
wininet: Support Punycode in CreateUrlCacheEntryW.
Piotr Caban [Mon, 1 Apr 2013 11:16:37 +0000 (13:16 +0200)]
wininet: Support Punycode in IsUrlCacheEntryExpiredW.
Piotr Caban [Mon, 1 Apr 2013 11:16:24 +0000 (13:16 +0200)]
wininet: Support Punycode in DeleteUrlCacheEntryW.
Piotr Caban [Mon, 1 Apr 2013 11:16:09 +0000 (13:16 +0200)]
wininet: Support Punycode in UnlockUrlCacheEntryFileW.
Piotr Caban [Mon, 1 Apr 2013 11:15:15 +0000 (13:15 +0200)]
wininet: Support Punycode in RetrieveUrlCacheEntryFileW.
Piotr Caban [Mon, 1 Apr 2013 11:14:56 +0000 (13:14 +0200)]
wininet: Support Punycode in SetUrlCacheEntryInfoW.
Piotr Caban [Mon, 1 Apr 2013 11:14:32 +0000 (13:14 +0200)]
wininet: Support Punycode in GetUrlCacheEntryInfoExW.
Piotr Caban [Mon, 1 Apr 2013 13:06:05 +0000 (15:06 +0200)]
cryptnet: Handle SystemTimeToFileTime failure in HTTP_RetrieveEncodedObjectW.
Piotr Caban [Mon, 1 Apr 2013 13:06:26 +0000 (15:06 +0200)]
wininet: Correctly set SYSTEMTIME year in HTTP_HttpQueryInfoW.
Dmitry Timoshkov [Mon, 1 Apr 2013 10:47:01 +0000 (19:47 +0900)]
wineps.drv: Add support for TrueType composite glyph transforms.
Jacek Caban [Mon, 1 Apr 2013 09:50:29 +0000 (11:50 +0200)]
mshtml: Fixed builtin getter call with arguments.
Andrew Talbot [Sat, 30 Mar 2013 22:41:53 +0000 (22:41 +0000)]
krnl386.exe16: Constify a variable.
Jactry Zeng [Sat, 30 Mar 2013 19:42:29 +0000 (03:42 +0800)]
msvcrt: Add missing declarations for _wcsncoll, _wcsncoll_l, _wcsicoll_l, _wcsnicoll_l and wcscoll_l.
Jactry Zeng [Sat, 30 Mar 2013 16:00:30 +0000 (00:00 +0800)]
msvcrt: Added _wcsnicoll_l implementation.
Jactry Zeng [Sat, 30 Mar 2013 14:59:02 +0000 (22:59 +0800)]
msvcrt: Added _wcsicoll_l implementation.
Jactry Zeng [Sat, 30 Mar 2013 14:34:31 +0000 (22:34 +0800)]
msvcrt: Added _wcscoll_l implementation.
Alexandre Julliard [Mon, 1 Apr 2013 12:32:36 +0000 (14:32 +0200)]
winebuild: Check for delayed import before the library is parsed, in case the real module name is different.
Piotr Caban [Mon, 1 Apr 2013 11:14:13 +0000 (13:14 +0200)]
wininet: Fixed buffer size check in urlcache_create_file_pathA.
Piotr Caban [Mon, 1 Apr 2013 11:12:30 +0000 (13:12 +0200)]
wininet: Use short path name when container path can't be converted to CP_ACP.
Piotr Caban [Mon, 1 Apr 2013 11:12:13 +0000 (13:12 +0200)]
wininet: Store urlcache container prefix as ANSI string.
Piotr Caban [Mon, 1 Apr 2013 11:11:57 +0000 (13:11 +0200)]
wininet: Fixed memory leak in load_persistent_cookie.
Piotr Caban [Mon, 1 Apr 2013 11:11:37 +0000 (13:11 +0200)]
wininet: Do case-insensitive compare when looking for scheme.
Alexander Monakov [Sun, 31 Mar 2013 15:07:57 +0000 (19:07 +0400)]
winex11.drv: Simplify test for pbuffer availability.
Nikolay Sivov [Sun, 31 Mar 2013 14:54:02 +0000 (18:54 +0400)]
ole32: Fix possible return of freed pointer (Coverity).
Nikolay Sivov [Sun, 31 Mar 2013 10:59:33 +0000 (14:59 +0400)]
msi: Free records on error paths (Coverity).
Nikolay Sivov [Sun, 31 Mar 2013 08:25:12 +0000 (12:25 +0400)]
mscms: Free memory and handle on error path (Coverity).
Nikolay Sivov [Sun, 31 Mar 2013 08:11:36 +0000 (12:11 +0400)]
comctl32: Initialize id field for message data (Coverity).
Dmitry Timoshkov [Mon, 1 Apr 2013 03:49:22 +0000 (12:49 +0900)]
winspool.drv: Move loading of libcups out of the init code protected by mutex.
Łukasz Wojniłowicz [Sun, 31 Mar 2013 06:54:43 +0000 (08:54 +0200)]
po: Update Polish translation.
Andrew Talbot [Sat, 30 Mar 2013 22:41:56 +0000 (22:41 +0000)]
msvcr90: void functions should not return a value.
Andrew Talbot [Sat, 30 Mar 2013 22:42:00 +0000 (22:42 +0000)]
winmm: Remove unneeded address-of operator from function name.
Jacek Caban [Sat, 30 Mar 2013 17:00:31 +0000 (18:00 +0100)]
jscript: Moved string buffer to separated struct from jsstr_t.
Jacek Caban [Sat, 30 Mar 2013 17:00:20 +0000 (18:00 +0100)]
jscript: Use helpers to access string buffer in string.c.
Jacek Caban [Sat, 30 Mar 2013 17:00:06 +0000 (18:00 +0100)]
jscript: Use helpers to access string buffers in jsregexp.c.
Jacek Caban [Sat, 30 Mar 2013 15:25:58 +0000 (16:25 +0100)]
secur32: Disable SSL2 protocol in default settings.
Jacek Caban [Sat, 30 Mar 2013 15:25:44 +0000 (16:25 +0100)]
secur32: Pass enabled protocols to Mac Secure Transport.
Jacek Caban [Sat, 30 Mar 2013 15:25:30 +0000 (16:25 +0100)]
secur32: Pass enabled protocols to GnuTLS.
Michael Stefaniuc [Fri, 29 Mar 2013 15:47:39 +0000 (16:47 +0100)]
dplayx: Remove AddRef hacks for the parent DirectPlay object.
Michael Stefaniuc [Fri, 29 Mar 2013 15:46:40 +0000 (16:46 +0100)]
dplayx: Add both ifaces to the DirectPlay object and stop cloning the object.
Michael Stefaniuc [Fri, 29 Mar 2013 15:46:02 +0000 (16:46 +0100)]
dplayx: Use separate QueryInterface, AddRef and Release methods for IDirectPlay4 + 4A.
Michael Stefaniuc [Fri, 29 Mar 2013 15:45:09 +0000 (16:45 +0100)]
dplayx: Introduce impl_from_IDirectPlay4A().
Michael Stefaniuc [Fri, 29 Mar 2013 15:44:15 +0000 (16:44 +0100)]
dplayx: Assimilate the inherited methods into IDirectPlay4A.
Michael Stefaniuc [Fri, 29 Mar 2013 15:43:37 +0000 (16:43 +0100)]
dplayx: Forward IDirectPlay::EnumGroups to ::EnumGroupsInGroup.
Michael Stefaniuc [Fri, 29 Mar 2013 15:43:08 +0000 (16:43 +0100)]
dplayx: Forward IDirectPlay::EnumPlayers to ::EnumGroupPlayers.
Michael Stefaniuc [Fri, 29 Mar 2013 15:41:53 +0000 (16:41 +0100)]
dplayx: Forward IDirectPlay::Send to ::SendEx.
Michael Stefaniuc [Fri, 29 Mar 2013 15:41:22 +0000 (16:41 +0100)]
dplayx: Forward IDirectPlay::GetMessageCount to ::GetMessageQueue.
Michael Stefaniuc [Fri, 29 Mar 2013 15:40:40 +0000 (16:40 +0100)]
dplayx: Forward IDirectPlay::Open to ::SecureOpen.
Alexandre Julliard [Fri, 29 Mar 2013 18:19:16 +0000 (19:19 +0100)]
Release 1.5.27.
Michael Stefaniuc [Fri, 29 Mar 2013 15:58:51 +0000 (16:58 +0100)]
dplayx: Get rid of the useless IDirectPlay{2,3} vtables.
Michael Stefaniuc [Fri, 29 Mar 2013 15:39:26 +0000 (16:39 +0100)]
dplayx: Remove the duplicated IDirectPlayXImpl structs.
Michael Stefaniuc [Fri, 29 Mar 2013 15:38:52 +0000 (16:38 +0100)]
dplayx: Get rid of the unused DirectPlay3Data / DirectPlay4Data fields.
Michael Stefaniuc [Fri, 29 Mar 2013 15:37:52 +0000 (16:37 +0100)]
dplayx/tests: Add DirectPlay COM tests.
Michael Stefaniuc [Fri, 29 Mar 2013 15:36:52 +0000 (16:36 +0100)]
dplayx/tests: Get rid of the LPDIRECTPLAY type usage.
Michael Stefaniuc [Fri, 29 Mar 2013 15:35:29 +0000 (16:35 +0100)]
dplayx/tests: Remove superfluous void pointer casts.
Michael Stefaniuc [Fri, 29 Mar 2013 15:34:45 +0000 (16:34 +0100)]
dplayx: Have the decency to support IUnknown in DirectPlay.
Michael Stefaniuc [Fri, 29 Mar 2013 15:34:04 +0000 (16:34 +0100)]
dplayx: Fix DllGetClassObject().
Michael Stefaniuc [Fri, 29 Mar 2013 15:33:25 +0000 (16:33 +0100)]
dplayx: Fix QueryInterface, AddRef and Release methods for IClassFactory.
Michael Stefaniuc [Fri, 29 Mar 2013 15:32:57 +0000 (16:32 +0100)]
dplayx: Get rid of LPCLASSFACTORY and use a better name for the methods.
Jactry Zeng [Fri, 29 Mar 2013 09:12:53 +0000 (17:12 +0800)]
msvcrt: Added _wcsncoll and _wcsncoll_l implementation.
C.W. Betts [Mon, 28 Jan 2013 19:32:21 +0000 (12:32 -0700)]
winemac: Implement getting and setting screen saver state on OS X.
Ken Thomases [Fri, 29 Mar 2013 04:34:06 +0000 (23:34 -0500)]
winemac: Track drawn surface region to reduce black flicker for new or resized windows.
Ken Thomases [Fri, 29 Mar 2013 04:34:03 +0000 (23:34 -0500)]
winemac: Draw surface region rects separately instead of clipping one big draw.
Ken Thomases [Fri, 29 Mar 2013 04:33:59 +0000 (23:33 -0500)]
winemac: Invalidate window shadow on every draw for transparent windows.
Ken Thomases [Fri, 29 Mar 2013 04:33:56 +0000 (23:33 -0500)]
winemac: Add proper locking in macdrv_surface_set_region().
Aric Stewart [Thu, 28 Mar 2013 17:34:28 +0000 (12:34 -0500)]
imm32/tests: Show behavior with VK_PROCESSKEY in relation to PeekMessage.
Aric Stewart [Wed, 27 Mar 2013 19:42:43 +0000 (14:42 -0500)]
user32: ImmProcessKey is only called on WM_KEYDOWN and if the message is being removed.
Huw Davies [Thu, 28 Mar 2013 16:03:30 +0000 (16:03 +0000)]
user32: Keep the combo listbox within the monitor's work area.
Piotr Caban [Thu, 28 Mar 2013 15:10:44 +0000 (16:10 +0100)]
kernel32: Fixed copy-paste error in IdnToUnicode.
Piotr Caban [Thu, 28 Mar 2013 11:57:14 +0000 (12:57 +0100)]
msvcrt: Move fread_s function to msvcrt.
Piotr Caban [Thu, 28 Mar 2013 11:56:38 +0000 (12:56 +0100)]
msvcrt: Update spec file with functions added in newer version of the dll.
Jacek Caban [Thu, 28 Mar 2013 11:05:59 +0000 (12:05 +0100)]
secur32: Take schannel backend capabilities into account when configuring enabled protocols.
Huw Davies [Thu, 28 Mar 2013 10:21:22 +0000 (10:21 +0000)]
user32: Invalidate the listbox in LB_SETCOUNT.
Alexandre Julliard [Thu, 28 Mar 2013 12:13:43 +0000 (13:13 +0100)]
user32: Constify pointers that point to read-only file data.
Alexandre Julliard [Thu, 28 Mar 2013 12:07:06 +0000 (13:07 +0100)]
user32: Add size checks when creating an icon from bitmap info.
Jacek Caban [Thu, 28 Mar 2013 10:02:25 +0000 (11:02 +0100)]
jscript: Use helpers to access string buffer in some String functions.
Jacek Caban [Thu, 28 Mar 2013 10:01:52 +0000 (11:01 +0100)]
jscript: Added jsstr_extract helper and use it in String.charCodeAt implementation.
Dmitry Timoshkov [Thu, 28 Mar 2013 09:46:22 +0000 (18:46 +0900)]
ole32: Fix an apartment reference count leak on error path.
Ken Thomases [Wed, 27 Mar 2013 17:05:41 +0000 (12:05 -0500)]
winemac: Don't override -[NSOpenGLContext clearDrawable], just use our own method.
Ken Thomases [Wed, 27 Mar 2013 17:05:35 +0000 (12:05 -0500)]
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.
Jacek Caban [Wed, 27 Mar 2013 16:08:16 +0000 (17:08 +0100)]
libwine: Added tid debug channel support on native Windows builds.
Jacek Caban [Wed, 27 Mar 2013 13:12:44 +0000 (14:12 +0100)]
urlmon: Delay processing notifications from Read during MIME verification.
Hans Leidekker [Wed, 27 Mar 2013 16:13:46 +0000 (17:13 +0100)]
mshtml: Don't append slashes to opaque protocol identifiers.