wine
14 years agowinecoreaudio: Quiet a noisy FIXME.
Ken Thomases [Fri, 16 Oct 2009 00:19:20 +0000 (19:19 -0500)] 
winecoreaudio: Quiet a noisy FIXME.

14 years agomshtml: Implement IHTMLLocation::get_hostname.
Andrew Eikum [Thu, 15 Oct 2009 21:17:39 +0000 (16:17 -0500)] 
mshtml: Implement IHTMLLocation::get_hostname.

14 years agomshtml: Implement IHTMLLocation::get_host.
Andrew Eikum [Thu, 15 Oct 2009 21:17:28 +0000 (16:17 -0500)] 
mshtml: Implement IHTMLLocation::get_host.

14 years agomshtml: Implement IHTMLLocation::get_protocol.
Andrew Eikum [Thu, 15 Oct 2009 21:17:17 +0000 (16:17 -0500)] 
mshtml: Implement IHTMLLocation::get_protocol.

14 years agod3d8/tests: Mark a failure of GetLightEnable on Win9x as broken().
Detlef Riekenberg [Thu, 15 Oct 2009 19:14:18 +0000 (21:14 +0200)] 
d3d8/tests: Mark a failure of GetLightEnable on Win9x as broken().

14 years agoinclude: Use unicode neutral SendMessage for DateTime and Monthcal macros.
Nikolay Sivov [Thu, 15 Oct 2009 16:58:16 +0000 (20:58 +0400)] 
include: Use unicode neutral SendMessage for DateTime and Monthcal macros.

14 years agocomctl32/monthcal: Get/set unicode format flag using MCM_[GET|SET]UNICODEFORMAT.
Nikolay Sivov [Thu, 15 Oct 2009 16:16:27 +0000 (20:16 +0400)] 
comctl32/monthcal: Get/set unicode format flag using MCM_[GET|SET]UNICODEFORMAT.

14 years agoruntest: -i sets WINETEST_INTERACTIVE=1 and enables even more tests.
Jörg Höhle [Sat, 10 Oct 2009 03:54:16 +0000 (05:54 +0200)] 
runtest: -i sets WINETEST_INTERACTIVE=1 and enables even more tests.

14 years agouser32: Add a helper to retrieve the dimensions of an icon.
Alexandre Julliard [Thu, 15 Oct 2009 17:44:45 +0000 (19:44 +0200)] 
user32: Add a helper to retrieve the dimensions of an icon.

14 years agoserver: Free client-side user handles at process exit.
Alexandre Julliard [Thu, 15 Oct 2009 15:56:04 +0000 (17:56 +0200)] 
server: Free client-side user handles at process exit.

14 years agouser32: Move 16-bit resource functions to user16.c.
Alexandre Julliard [Thu, 15 Oct 2009 15:55:46 +0000 (17:55 +0200)] 
user32: Move 16-bit resource functions to user16.c.

14 years agouser32: Reimplement accelerator functions to use 32-bit user handles instead of 16...
Alexandre Julliard [Thu, 15 Oct 2009 15:35:06 +0000 (17:35 +0200)] 
user32: Reimplement accelerator functions to use 32-bit user handles instead of 16-bit functions.

14 years agomsi: Eliminate the last parameter from ACTION_PerformActionSequence.
Hans Leidekker [Thu, 15 Oct 2009 10:49:10 +0000 (12:49 +0200)] 
msi: Eliminate the last parameter from ACTION_PerformActionSequence.

14 years agomsi: Use a function to test the UI level instead of passing a boolean around.
Hans Leidekker [Thu, 15 Oct 2009 10:48:26 +0000 (12:48 +0200)] 
msi: Use a function to test the UI level instead of passing a boolean around.

14 years agomsi: Reorder functions to avoid forward declarations.
Hans Leidekker [Thu, 15 Oct 2009 10:47:48 +0000 (12:47 +0200)] 
msi: Reorder functions to avoid forward declarations.

14 years agomsi: Add some tests for MsiGetTargetPathW.
Hans Leidekker [Thu, 15 Oct 2009 10:47:17 +0000 (12:47 +0200)] 
msi: Add some tests for MsiGetTargetPathW.

14 years agomsi: Define common strings only once.
Hans Leidekker [Thu, 15 Oct 2009 10:46:27 +0000 (12:46 +0200)] 
msi: Define common strings only once.

14 years agocomctl32/tooltips: Remove unneeded helper parameter.
Nikolay Sivov [Thu, 15 Oct 2009 10:54:23 +0000 (14:54 +0400)] 
comctl32/tooltips: Remove unneeded helper parameter.

14 years agocomctl32/tooltips: Remove redundant code, let handlers deal with A<->W conversions.
Nikolay Sivov [Thu, 15 Oct 2009 10:53:28 +0000 (14:53 +0400)] 
comctl32/tooltips: Remove redundant code, let handlers deal with A<->W conversions.

14 years agocomctl32/tooltips: Test the way structure size field is validated.
Nikolay Sivov [Thu, 15 Oct 2009 11:37:06 +0000 (15:37 +0400)] 
comctl32/tooltips: Test the way structure size field is validated.

14 years agocomctl32/tooltips: Fix an obviously wrong structure size check.
Nikolay Sivov [Thu, 15 Oct 2009 10:49:30 +0000 (14:49 +0400)] 
comctl32/tooltips: Fix an obviously wrong structure size check.

14 years agoopengl32: Give wglSwapBuffers a real function, make it hookable.
Stefan Dösinger [Wed, 14 Oct 2009 21:20:20 +0000 (23:20 +0200)] 
opengl32: Give wglSwapBuffers a real function, make it hookable.

14 years agosetupapi: Add support for specifying a fake dll source as '-' to delete it.
Alexandre Julliard [Thu, 15 Oct 2009 12:05:46 +0000 (14:05 +0200)] 
setupapi: Add support for specifying a fake dll source as '-' to delete it.

14 years agosetupapi: Add support for using a wildcard in fake dll creation.
Alexandre Julliard [Thu, 15 Oct 2009 11:53:14 +0000 (13:53 +0200)] 
setupapi: Add support for using a wildcard in fake dll creation.

This creates fake dlls for all the files we can't find and that
haven't been created already.

14 years agosetupapi: Maintain a list of fake dlls that have been created already.
Alexandre Julliard [Thu, 15 Oct 2009 11:31:24 +0000 (13:31 +0200)] 
setupapi: Maintain a list of fake dlls that have been created already.

14 years agosetupapi: Abstract the creation of the fake dll destination to a separate function.
Alexandre Julliard [Thu, 15 Oct 2009 10:25:11 +0000 (12:25 +0200)] 
setupapi: Abstract the creation of the fake dll destination to a separate function.

14 years agosetupapi: Check that the source is a valid fake dll and skip wrong 32/64 type dlls.
Alexandre Julliard [Thu, 15 Oct 2009 11:25:07 +0000 (13:25 +0200)] 
setupapi: Check that the source is a valid fake dll and skip wrong 32/64 type dlls.

14 years agosetupapi: Use a global buffer to read fake dll files and free it only once we are...
Alexandre Julliard [Thu, 15 Oct 2009 10:20:14 +0000 (12:20 +0200)] 
setupapi: Use a global buffer to read fake dll files and free it only once we are done with all the fake dlls.

14 years agosetupapi: Get rid of the code to build fake dlls from existing modules.
Alexandre Julliard [Wed, 14 Oct 2009 15:07:32 +0000 (17:07 +0200)] 
setupapi: Get rid of the code to build fake dlls from existing modules.

14 years agokernel32: Use the PWD variable to set the initial current directory.
Alexandre Julliard [Thu, 15 Oct 2009 10:05:55 +0000 (12:05 +0200)] 
kernel32: Use the PWD variable to set the initial current directory.

14 years agontdll: Shorten an ERR message and change it to a FIXME.
Charles Davis [Wed, 14 Oct 2009 16:46:53 +0000 (10:46 -0600)] 
ntdll: Shorten an ERR message and change it to a FIXME.

14 years agontdll: Use the parent device for everything when processing a storage IOCTL request...
Charles Davis [Wed, 14 Oct 2009 16:46:46 +0000 (10:46 -0600)] 
ntdll: Use the parent device for everything when processing a storage IOCTL request on Mac OS.

14 years agocmd.exe: Treat tabs as parameter delimiters.
Colin Fletcher [Wed, 14 Oct 2009 10:22:34 +0000 (11:22 +0100)] 
cmd.exe: Treat tabs as parameter delimiters.

14 years agoddraw: Make SetColorKey handle case where dwColorSpaceHighValue < dwColorSpaceLowValu...
Christian Costa [Wed, 14 Oct 2009 22:06:26 +0000 (00:06 +0200)] 
ddraw: Make SetColorKey handle case where dwColorSpaceHighValue < dwColorSpaceLowValue + tests.

14 years agooleaut32: Respect size of icons when drawing with IPicture_Render.
Wilfried Pasquazzo [Wed, 14 Oct 2009 17:00:45 +0000 (19:00 +0200)] 
oleaut32: Respect size of icons when drawing with IPicture_Render.

14 years agooleaut32/tests: Testcase for IPicture_Render with icons, check for drawing size and...
Wilfried Pasquazzo [Wed, 14 Oct 2009 16:54:39 +0000 (18:54 +0200)] 
oleaut32/tests: Testcase for IPicture_Render with icons, check for drawing size and position.

14 years agocrypt32: Let CRYPT_AsnDecodeArray allocate memory for its callers.
Juan Lang [Wed, 14 Oct 2009 20:09:10 +0000 (13:09 -0700)] 
crypt32: Let CRYPT_AsnDecodeArray allocate memory for its callers.

14 years agocrypt32: Allocate memory if requested in CRYPT_AsnDecodeArray.
Juan Lang [Wed, 14 Oct 2009 20:08:24 +0000 (13:08 -0700)] 
crypt32: Allocate memory if requested in CRYPT_AsnDecodeArray.

14 years agocrypt32: Rename CRYPT_AsnDecodeArrayNoAlloc to CRYPT_AsnDecodeArray, and pass a CRYPT...
Juan Lang [Wed, 14 Oct 2009 20:07:36 +0000 (13:07 -0700)] 
crypt32: Rename CRYPT_AsnDecodeArrayNoAlloc to CRYPT_AsnDecodeArray, and pass a CRYPT_DECODE_PARA * to it so that it can allocate memory if requested.

14 years agocrypt32: Decode enhanced key usages using CRYPT_AsnDecodeArrayNoAlloc.
Juan Lang [Wed, 14 Oct 2009 20:06:47 +0000 (13:06 -0700)] 
crypt32: Decode enhanced key usages using CRYPT_AsnDecodeArrayNoAlloc.

14 years agocrypt32: Decode CRL dist points using CRYPT_AsnDecodeArrayNoAlloc.
Juan Lang [Wed, 14 Oct 2009 20:06:20 +0000 (13:06 -0700)] 
crypt32: Decode CRL dist points using CRYPT_AsnDecodeArrayNoAlloc.

14 years agocrypt32: Decode cert policies info using CRYPT_AsnDecodeArrayNoAlloc.
Juan Lang [Wed, 14 Oct 2009 20:05:44 +0000 (13:05 -0700)] 
crypt32: Decode cert policies info using CRYPT_AsnDecodeArrayNoAlloc.

14 years agocrypt32: Decode authority info access with CRYPT_AsnDecodeArrayNoAlloc.
Juan Lang [Wed, 14 Oct 2009 20:05:13 +0000 (13:05 -0700)] 
crypt32: Decode authority info access with CRYPT_AsnDecodeArrayNoAlloc.

14 years agocrypt32: Decode unicode names using CRYPT_AsnDecodeArrayNoAlloc.
Juan Lang [Wed, 14 Oct 2009 20:04:44 +0000 (13:04 -0700)] 
crypt32: Decode unicode names using CRYPT_AsnDecodeArrayNoAlloc.

14 years agocrypt32: Decode names using CRYPT_AsnDecodeArrayNoAlloc.
Juan Lang [Wed, 14 Oct 2009 20:04:22 +0000 (13:04 -0700)] 
crypt32: Decode names using CRYPT_AsnDecodeArrayNoAlloc.

14 years agocrypt32: Correct a sequence item size.
Juan Lang [Wed, 14 Oct 2009 20:03:25 +0000 (13:03 -0700)] 
crypt32: Correct a sequence item size.

14 years agocrypt32: Convert internal callers of CRYPT_AsnDecodeArray to call CRYPT_AsnDecodeArra...
Juan Lang [Wed, 14 Oct 2009 20:02:53 +0000 (13:02 -0700)] 
crypt32: Convert internal callers of CRYPT_AsnDecodeArray to call CRYPT_AsnDecodeArrayNoAlloc.

14 years agocrypt32: Pass decode flags to CRYPT_AsnDecodeArrayNoAlloc.
Juan Lang [Wed, 14 Oct 2009 20:02:18 +0000 (13:02 -0700)] 
crypt32: Pass decode flags to CRYPT_AsnDecodeArrayNoAlloc.

14 years agocrypt32: Further simplify calling CRYPT_AsnDecodeArrayNoAlloc.
Juan Lang [Wed, 14 Oct 2009 20:01:48 +0000 (13:01 -0700)] 
crypt32: Further simplify calling CRYPT_AsnDecodeArrayNoAlloc.

14 years agocrypt32: Let CRYPT_AsnDecodeArrayNoAlloc calculate array size rather than requiring...
Juan Lang [Wed, 14 Oct 2009 20:01:00 +0000 (13:01 -0700)] 
crypt32: Let CRYPT_AsnDecodeArrayNoAlloc calculate array size rather than requiring every caller to do so.

14 years agocrypt32: Simplify calling CRYPT_AsnDecodeArrayNoAlloc.
Juan Lang [Wed, 14 Oct 2009 19:59:50 +0000 (12:59 -0700)] 
crypt32: Simplify calling CRYPT_AsnDecodeArrayNoAlloc.

14 years agocrypt32: Add array descriptor members describing offsets of outer structure.
Juan Lang [Wed, 14 Oct 2009 19:58:49 +0000 (12:58 -0700)] 
crypt32: Add array descriptor members describing offsets of outer structure.

14 years agocrypt32: Simplify CRYPT_AsnDecodePKCSAttributes.
Juan Lang [Wed, 14 Oct 2009 19:57:21 +0000 (12:57 -0700)] 
crypt32: Simplify CRYPT_AsnDecodePKCSAttributes.

14 years agocrypt32: Explicitly pass array pointer when decoding CTL entry attributes rather...
Juan Lang [Wed, 14 Oct 2009 19:56:38 +0000 (12:56 -0700)] 
crypt32: Explicitly pass array pointer when decoding CTL entry attributes rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding cert policy qualifiers rather...
Juan Lang [Wed, 14 Oct 2009 19:56:03 +0000 (12:56 -0700)] 
crypt32: Explicitly pass array pointer when decoding cert policy qualifiers rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding basic constraints' subtrees...
Juan Lang [Wed, 14 Oct 2009 19:55:05 +0000 (12:55 -0700)] 
crypt32: Explicitly pass array pointer when decoding basic constraints' subtrees rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding policy qualifier notice numbers...
Juan Lang [Wed, 14 Oct 2009 19:54:23 +0000 (12:54 -0700)] 
crypt32: Explicitly pass array pointer when decoding policy qualifier notice numbers rather than assuming a particular alignment.

14 years agocrypt32: Remove a redundant trace.
Juan Lang [Wed, 14 Oct 2009 19:53:33 +0000 (12:53 -0700)] 
crypt32: Remove a redundant trace.

14 years agocrypt32: Explicitly pass array pointer when decoding CTL extensions rather than assum...
Juan Lang [Wed, 14 Oct 2009 19:52:59 +0000 (12:52 -0700)] 
crypt32: Explicitly pass array pointer when decoding CTL extensions rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding CTL entries rather than assuming...
Juan Lang [Wed, 14 Oct 2009 19:52:14 +0000 (12:52 -0700)] 
crypt32: Explicitly pass array pointer when decoding CTL entries rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding CMS message signers rather than...
Juan Lang [Wed, 14 Oct 2009 19:51:30 +0000 (12:51 -0700)] 
crypt32: Explicitly pass array pointer when decoding CMS message signers rather than assuming a particular alignment.

14 years agocrypt32: Simplify CRYPT_AsnDecodeDistPointName.
Juan Lang [Wed, 14 Oct 2009 19:50:50 +0000 (12:50 -0700)] 
crypt32: Simplify CRYPT_AsnDecodeDistPointName.

14 years agocrypt32: Explicitly pass array pointer when decoding name constraints' excluded subtr...
Juan Lang [Wed, 14 Oct 2009 19:49:49 +0000 (12:49 -0700)] 
crypt32: Explicitly pass array pointer when decoding name constraints' excluded subtrees rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding name constraints' permitted...
Juan Lang [Wed, 14 Oct 2009 19:49:13 +0000 (12:49 -0700)] 
crypt32: Explicitly pass array pointer when decoding name constraints' permitted subtrees rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding CMS message CRLs rather than...
Juan Lang [Wed, 14 Oct 2009 19:48:38 +0000 (12:48 -0700)] 
crypt32: Explicitly pass array pointer when decoding CMS message CRLs rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding CMS message certs rather than...
Juan Lang [Wed, 14 Oct 2009 19:48:03 +0000 (12:48 -0700)] 
crypt32: Explicitly pass array pointer when decoding CMS message certs rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding PKCS attribute values rather...
Juan Lang [Wed, 14 Oct 2009 19:47:27 +0000 (12:47 -0700)] 
crypt32: Explicitly pass array pointer when decoding PKCS attribute values rather than assuming a particular alignment.

14 years agocrypt32: Simplify CRYPT_AsnDecodeSMIMECapabilities.
Juan Lang [Wed, 14 Oct 2009 19:46:53 +0000 (12:46 -0700)] 
crypt32: Simplify CRYPT_AsnDecodeSMIMECapabilities.

14 years agocrypt32: Let decoder helpers do more sanity checking.
Juan Lang [Wed, 14 Oct 2009 19:46:16 +0000 (12:46 -0700)] 
crypt32: Let decoder helpers do more sanity checking.

14 years agocrypt32: Simplify CRYPT_AsnDecodeExtensions.
Juan Lang [Wed, 14 Oct 2009 19:45:39 +0000 (12:45 -0700)] 
crypt32: Simplify CRYPT_AsnDecodeExtensions.

14 years agocrypt32: Explicitly pass array pointer when decoding CRL extensions rather than assum...
Juan Lang [Wed, 14 Oct 2009 19:44:52 +0000 (12:44 -0700)] 
crypt32: Explicitly pass array pointer when decoding CRL extensions rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding CRL entry extensions rather...
Juan Lang [Wed, 14 Oct 2009 19:43:58 +0000 (12:43 -0700)] 
crypt32: Explicitly pass array pointer when decoding CRL entry extensions rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding cert extensions rather than...
Juan Lang [Wed, 14 Oct 2009 19:43:14 +0000 (12:43 -0700)] 
crypt32: Explicitly pass array pointer when decoding cert extensions rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding CRL entries rather than assuming...
Juan Lang [Wed, 14 Oct 2009 19:42:24 +0000 (12:42 -0700)] 
crypt32: Explicitly pass array pointer when decoding CRL entries rather than assuming a particular alignment.

14 years agosecur32: Don't bother zeroing the handle table in SECUR32_initSchannelSP().
Henri Verbeet [Thu, 15 Oct 2009 08:36:45 +0000 (10:36 +0200)] 
secur32: Don't bother zeroing the handle table in SECUR32_initSchannelSP().

Handles are initialized when they're allocated.

14 years agosecur32: Don't try to cleanup uninitialized handles in SECUR32_deinitSchannelSP().
Henri Verbeet [Thu, 15 Oct 2009 08:36:44 +0000 (10:36 +0200)] 
secur32: Don't try to cleanup uninitialized handles in SECUR32_deinitSchannelSP().

14 years agosecur32: Recognize the ARC4 cipher in schannel_get_cipher_algid().
Henri Verbeet [Thu, 15 Oct 2009 08:36:43 +0000 (10:36 +0200)] 
secur32: Recognize the ARC4 cipher in schannel_get_cipher_algid().

14 years agowined3d: Simplify IWineD3DStateBlockImpl_Apply().
Henri Verbeet [Thu, 15 Oct 2009 08:36:42 +0000 (10:36 +0200)] 
wined3d: Simplify IWineD3DStateBlockImpl_Apply().

Consistently use the stateblock's contained states to determine what to apply.

14 years agowined3d: Don't apply more than num_contained_render_states in IWineD3DStateBlockImpl_...
Henri Verbeet [Thu, 15 Oct 2009 08:36:41 +0000 (10:36 +0200)] 
wined3d: Don't apply more than num_contained_render_states in IWineD3DStateBlockImpl_Apply().

14 years agodinput/tests: Fix a few intermittent test failures.
Paul Vriens [Thu, 15 Oct 2009 07:20:00 +0000 (09:20 +0200)] 
dinput/tests: Fix a few intermittent test failures.

14 years agowinebuild: Add support for PLATFORM_FREEBSD to get_ld_command.
Gerald Pfeifer [Wed, 14 Oct 2009 22:20:39 +0000 (00:20 +0200)] 
winebuild: Add support for PLATFORM_FREEBSD to get_ld_command.

14 years agowinspool/tests: Add tests for EnumPrintProcessors.
Detlef Riekenberg [Wed, 14 Oct 2009 21:50:49 +0000 (23:50 +0200)] 
winspool/tests: Add tests for EnumPrintProcessors.

14 years agowinspool: Implement EnumPrintProcessors[A|W].
Detlef Riekenberg [Wed, 14 Oct 2009 21:45:00 +0000 (23:45 +0200)] 
winspool: Implement EnumPrintProcessors[A|W].

14 years agolocalspl: Implement fpEnumPrintProcessors.
Detlef Riekenberg [Wed, 14 Oct 2009 21:33:01 +0000 (23:33 +0200)] 
localspl: Implement fpEnumPrintProcessors.

14 years agomshtml: Implement IHTMLLocation::get_port.
Andrew Eikum [Wed, 14 Oct 2009 21:33:37 +0000 (16:33 -0500)] 
mshtml: Implement IHTMLLocation::get_port.

14 years agomshtml: Add helper function get_url_components.
Andrew Eikum [Wed, 14 Oct 2009 21:33:21 +0000 (16:33 -0500)] 
mshtml: Add helper function get_url_components.

14 years agomshtml: Add test suite for IHTMLLocation.
Andrew Eikum [Wed, 14 Oct 2009 21:33:03 +0000 (16:33 -0500)] 
mshtml: Add test suite for IHTMLLocation.

14 years agowinmm: Transform the mmio proc kind into a boolean (to distinguish between ANSI and...
Eric Pouech [Wed, 14 Oct 2009 19:56:13 +0000 (21:56 +0200)] 
winmm: Transform the mmio proc kind into a boolean (to distinguish between ANSI and Unicode).

14 years agowinmm: Create real 16<>32 thunks for mmio support in MMSystem.
Eric Pouech [Wed, 14 Oct 2009 19:56:05 +0000 (21:56 +0200)] 
winmm: Create real 16<>32 thunks for mmio support in MMSystem.

14 years agommsystem: Move the 16bit mmio code into a dedicated file (mmio16.c).
Eric Pouech [Wed, 14 Oct 2009 19:55:57 +0000 (21:55 +0200)] 
mmsystem: Move the 16bit mmio code into a dedicated file (mmio16.c).

14 years agomsxml3: Store xmlnode structure instead of pointer in node implementations.
Jacek Caban [Wed, 14 Oct 2009 18:01:42 +0000 (20:01 +0200)] 
msxml3: Store xmlnode structure instead of pointer in node implementations.

14 years agodinput8: Ensure balance of CoInitialize/CoUninitialize.
Markus Stockhausen [Wed, 14 Oct 2009 17:47:45 +0000 (19:47 +0200)] 
dinput8: Ensure balance of CoInitialize/CoUninitialize.

14 years agourlmon: Add CoInternetGetSecurityUrl stub.
Vincent Povirk [Wed, 14 Oct 2009 16:06:14 +0000 (11:06 -0500)] 
urlmon: Add CoInternetGetSecurityUrl stub.

14 years agod3d9/tests: Fix position of EndScene in visual test.
James Helferty [Wed, 14 Oct 2009 14:57:36 +0000 (10:57 -0400)] 
d3d9/tests: Fix position of EndScene in visual test.

14 years agojscript: Create regexp object when evaluating regexp literal.
Jacek Caban [Wed, 14 Oct 2009 12:43:01 +0000 (14:43 +0200)] 
jscript: Create regexp object when evaluating regexp literal.

14 years agojscript: Separate flags parsing from regexp creating.
Jacek Caban [Wed, 14 Oct 2009 12:42:30 +0000 (14:42 +0200)] 
jscript: Separate flags parsing from regexp creating.

14 years agojscript: Don't use VARTYPE as is in literal_t.
Jacek Caban [Wed, 14 Oct 2009 12:41:50 +0000 (14:41 +0200)] 
jscript: Don't use VARTYPE as is in literal_t.

14 years agonetapi32: Add stub for NetFileEnum().
Paul Chitescu [Wed, 14 Oct 2009 12:21:14 +0000 (15:21 +0300)] 
netapi32: Add stub for NetFileEnum().

14 years agokernel32/tests: Fix some test failures on Win9x/WinMe.
Paul Vriens [Wed, 14 Oct 2009 11:34:06 +0000 (13:34 +0200)] 
kernel32/tests: Fix some test failures on Win9x/WinMe.

14 years agowinex11: The xrender tile picture must be used only inside the critical section.
Alexandre Julliard [Wed, 14 Oct 2009 12:24:17 +0000 (14:24 +0200)] 
winex11: The xrender tile picture must be used only inside the critical section.