wine
14 years agomsvcr90/tests: Make some tests fail if invalid_parameter_handler was not invoked.
Piotr Caban [Sun, 24 Oct 2010 21:41:23 +0000 (23:41 +0200)] 
msvcr90/tests: Make some tests fail if invalid_parameter_handler was not invoked.

14 years agomsxml3: Don't use xmlnode's IXMLDOMNode iface for a few stub functions.
Jacek Caban [Sun, 24 Oct 2010 20:55:04 +0000 (22:55 +0200)] 
msxml3: Don't use xmlnode's IXMLDOMNode iface for a few stub functions.

14 years agomsxml3: Remove unused xmlnode_* functions.
Jacek Caban [Sun, 24 Oct 2010 20:54:46 +0000 (22:54 +0200)] 
msxml3: Remove unused xmlnode_* functions.

14 years agoshdocvw: Add a stub for ImportPrivacySettings.
Detlef Riekenberg [Sun, 24 Oct 2010 13:31:09 +0000 (15:31 +0200)] 
shdocvw: Add a stub for ImportPrivacySettings.

14 years agocrypt32: Check revocation status of chain element-by-element.
Juan Lang [Wed, 2 Dec 2009 20:48:59 +0000 (12:48 -0800)] 
crypt32: Check revocation status of chain element-by-element.

Due to a quirk in CertVerifyRevocation (see its tests), checking an
entire chain doesn't appear to be supported, even though the API would
appear to support doing so.  Checking element by element allows
revocation to be checked for the entire chain.

14 years agocrypt32: Pass additional store to CertVerifyRevocation.
Juan Lang [Thu, 21 Oct 2010 16:06:39 +0000 (09:06 -0700)] 
crypt32: Pass additional store to CertVerifyRevocation.

14 years agowinspool.drv: Check return value of EnumPrintersA.
Marcus Meissner [Sun, 24 Oct 2010 10:09:42 +0000 (11:09 +0100)] 
winspool.drv: Check return value of EnumPrintersA.

14 years agoregedit: Fixed a wrong buffer size.
Marcus Meissner [Sun, 24 Oct 2010 12:26:15 +0000 (14:26 +0200)] 
regedit: Fixed a wrong buffer size.

14 years agowineboot: Fixed 2 buffer sizes.
Marcus Meissner [Sun, 24 Oct 2010 10:32:26 +0000 (12:32 +0200)] 
wineboot: Fixed 2 buffer sizes.

14 years agoipconfig: Fixed buffer size to MultiByteToWideChar.
Marcus Meissner [Sun, 24 Oct 2010 10:26:47 +0000 (12:26 +0200)] 
ipconfig: Fixed buffer size to MultiByteToWideChar.

14 years agoshell32: Pass correct size to MultiByteToWideChar.
Marcus Meissner [Sun, 24 Oct 2010 10:04:12 +0000 (12:04 +0200)] 
shell32: Pass correct size to MultiByteToWideChar.

14 years agocomdlg32: Fixed bad size to GetModuleFilenameW.
Marcus Meissner [Sun, 24 Oct 2010 09:08:30 +0000 (11:08 +0200)] 
comdlg32: Fixed bad size to GetModuleFilenameW.

14 years agooleaut32: Fix properties type conversion on property bag load.
Nikolay Sivov [Sat, 23 Oct 2010 20:06:19 +0000 (00:06 +0400)] 
oleaut32: Fix properties type conversion on property bag load.

14 years agooleaut32: Remove some useless null checks.
Nikolay Sivov [Sat, 23 Oct 2010 19:23:07 +0000 (23:23 +0400)] 
oleaut32: Remove some useless null checks.

14 years agoshlwapi: Allow IUnknown_SetSite() to be requested by name.
Nikolay Sivov [Sat, 23 Oct 2010 18:17:21 +0000 (22:17 +0400)] 
shlwapi: Allow IUnknown_SetSite() to be requested by name.

14 years agocomctl32/treeview: Fix TVN_DELETEITEM to use item that is about to be deleted.
Nikolay Sivov [Sat, 23 Oct 2010 18:15:04 +0000 (22:15 +0400)] 
comctl32/treeview: Fix TVN_DELETEITEM to use item that is about to be deleted.

14 years agocomctl32/treeview: Accept null item handle as a root for TVM_DELETEITEM.
Nikolay Sivov [Sat, 23 Oct 2010 16:18:51 +0000 (20:18 +0400)] 
comctl32/treeview: Accept null item handle as a root for TVM_DELETEITEM.

14 years agomshtml: Remove useless initialization.
Nikolay Sivov [Sat, 23 Oct 2010 13:49:33 +0000 (17:49 +0400)] 
mshtml: Remove useless initialization.

14 years agojscript: Pass script_ctx_t instead of exec_ctx_t to eval functions.
Jacek Caban [Sat, 23 Oct 2010 14:41:55 +0000 (16:41 +0200)] 
jscript: Pass script_ctx_t instead of exec_ctx_t to eval functions.

14 years agokernel32: Add Swedish translation.
Anders Jonsson [Sat, 23 Oct 2010 11:11:51 +0000 (13:11 +0200)] 
kernel32: Add Swedish translation.

14 years agocryptui: Fix typo in Swedish translation.
Anders Jonsson [Sat, 23 Oct 2010 11:09:49 +0000 (13:09 +0200)] 
cryptui: Fix typo in Swedish translation.

14 years agoprogman: Fix typos in Swedish translation.
Anders Jonsson [Sat, 23 Oct 2010 11:07:05 +0000 (13:07 +0200)] 
progman: Fix typos in Swedish translation.

14 years agocomdlg32: Fix translations.
Amine Khaldi [Sat, 23 Oct 2010 09:09:27 +0000 (10:09 +0100)] 
comdlg32: Fix translations.

14 years agocomdlg32: Added Hebrew translation.
Yaron Shahrabani [Thu, 7 Oct 2010 14:21:43 +0000 (16:21 +0200)] 
comdlg32: Added Hebrew translation.

14 years agoqcap: Make use of a few more strmbase implementations.
Aric Stewart [Fri, 22 Oct 2010 21:21:10 +0000 (16:21 -0500)] 
qcap: Make use of a few more strmbase implementations.

14 years agowindowscodecs: Implement conversion from 16bppBGRA to 32bppBGRA.
Vincent Povirk [Wed, 20 Oct 2010 21:42:50 +0000 (16:42 -0500)] 
windowscodecs: Implement conversion from 16bppBGRA to 32bppBGRA.

14 years agowindowscodecs: Implement CopyPalette for the TGA decoder.
Vincent Povirk [Wed, 20 Oct 2010 21:34:36 +0000 (16:34 -0500)] 
windowscodecs: Implement CopyPalette for the TGA decoder.

14 years agomofcomp: Remove obsolete variables in makefile.
Alexandre Julliard [Sat, 23 Oct 2010 08:44:43 +0000 (10:44 +0200)] 
mofcomp: Remove obsolete variables in makefile.

14 years agowinegstreamer: Fix module name and remove obsolete variables in makefile.
Alexandre Julliard [Fri, 22 Oct 2010 19:42:58 +0000 (21:42 +0200)] 
winegstreamer: Fix module name and remove obsolete variables in makefile.

14 years agotools: Add some sanity checks in make_makefiles.
Alexandre Julliard [Sat, 23 Oct 2010 08:44:05 +0000 (10:44 +0200)] 
tools: Add some sanity checks in make_makefiles.

14 years agowidl: Output a format string table and server info structure for servers.
Alexandre Julliard [Fri, 22 Oct 2010 18:46:00 +0000 (20:46 +0200)] 
widl: Output a format string table and server info structure for servers.

14 years agowidl: Output a format string table and server info structure for stubs.
Alexandre Julliard [Fri, 22 Oct 2010 18:22:57 +0000 (20:22 +0200)] 
widl: Output a format string table and server info structure for stubs.

14 years agowidl: Duplicate the exception handling code between 32-bit and 64-bit.
Alexandre Julliard [Fri, 22 Oct 2010 17:44:00 +0000 (19:44 +0200)] 
widl: Duplicate the exception handling code between 32-bit and 64-bit.

14 years agowidl: Duplicate all the proxy data tables between 32-bit and 64-bit.
Alexandre Julliard [Fri, 22 Oct 2010 17:41:07 +0000 (19:41 +0200)] 
widl: Duplicate all the proxy data tables between 32-bit and 64-bit.

14 years agomsi: Fix freed memory access and fix freeing of invalid pointer.
Aleksey Bragin [Fri, 22 Oct 2010 16:08:58 +0000 (20:08 +0400)] 
msi: Fix freed memory access and fix freeing of invalid pointer.

14 years agokernel32: Fix GetTempFileName with invalid path.
Louis Lenders [Wed, 20 Oct 2010 18:27:38 +0000 (20:27 +0200)] 
kernel32: Fix GetTempFileName with invalid path.

Found by Oskar Eisemuth.

14 years agoconfigure: Disable Fortify if it's enabled by default, it's too broken.
Alexandre Julliard [Fri, 22 Oct 2010 15:13:57 +0000 (17:13 +0200)] 
configure: Disable Fortify if it's enabled by default, it's too broken.

14 years agowindowscodecs: Add COM proxies and stubs.
Damjan Jovanovic [Fri, 22 Oct 2010 13:14:40 +0000 (15:14 +0200)] 
windowscodecs: Add COM proxies and stubs.

14 years agoinclude: Define WINCODEC_SDK_VERSION.
Damjan Jovanovic [Fri, 22 Oct 2010 13:13:23 +0000 (15:13 +0200)] 
include: Define WINCODEC_SDK_VERSION.

14 years agowinegstreamer: Add wine GStreamer parser filter framework.
Aric Stewart [Wed, 20 Oct 2010 18:55:16 +0000 (13:55 -0500)] 
winegstreamer: Add wine GStreamer parser filter framework.

14 years agowinspool.drv: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Fri, 22 Oct 2010 11:08:00 +0000 (13:08 +0200)] 
winspool.drv: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

14 years agoadvapi32/tests: Fix test for WoW64 handle size differences.
Austin Lund [Fri, 22 Oct 2010 05:49:38 +0000 (15:49 +1000)] 
advapi32/tests: Fix test for WoW64 handle size differences.

14 years agocomdlg32: Add the Serbian (Cyrillic) translation.
Paul Vriens [Fri, 22 Oct 2010 09:46:51 +0000 (11:46 +0200)] 
comdlg32: Add the Serbian (Cyrillic) translation.

Translation by Đorđe Vasiljević.

14 years agocomdlg32: Fix Serbian (Latin) translations.
Paul Vriens [Fri, 22 Oct 2010 09:40:22 +0000 (11:40 +0200)] 
comdlg32: Fix Serbian (Latin) translations.

Translation by Đorđe Vasiljević.

14 years agoshdocvw: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Fri, 22 Oct 2010 09:01:52 +0000 (11:01 +0200)] 
shdocvw: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

14 years agoddraw: SETFOCUSWINDOW lives independently of other flags.
David Adam [Fri, 22 Oct 2010 06:32:39 +0000 (08:32 +0200)] 
ddraw: SETFOCUSWINDOW lives independently of other flags.

14 years agoinclude: Add rendering intent defines.
Hans Leidekker [Fri, 22 Oct 2010 08:37:16 +0000 (10:37 +0200)] 
include: Add rendering intent defines.

14 years agomsi: Register service arguments in the InstallServices action.
Hans Leidekker [Fri, 22 Oct 2010 08:37:02 +0000 (10:37 +0200)] 
msi: Register service arguments in the InstallServices action.

14 years agomsi: Register service dependencies in the InstallServices action.
Hans Leidekker [Fri, 22 Oct 2010 08:36:45 +0000 (10:36 +0200)] 
msi: Register service dependencies in the InstallServices action.

14 years agomsi: The LoadOrderGroup, StartName and Password fields from the ServiceInstall table...
Hans Leidekker [Fri, 22 Oct 2010 08:36:32 +0000 (10:36 +0200)] 
msi: The LoadOrderGroup, StartName and Password fields from the ServiceInstall table are formatted strings.

14 years agomsi: Register the service description in the InstallServices action.
Hans Leidekker [Fri, 22 Oct 2010 08:36:20 +0000 (10:36 +0200)] 
msi: Register the service description in the InstallServices action.

14 years agomsi/tests: Add tests for msidbFeatureAttributesUIDisallowAbsent.
Hans Leidekker [Fri, 22 Oct 2010 08:36:09 +0000 (10:36 +0200)] 
msi/tests: Add tests for msidbFeatureAttributesUIDisallowAbsent.

14 years agomsi: Don't inline msi_feature_set_state and msi_component_set_state.
Hans Leidekker [Fri, 22 Oct 2010 08:35:59 +0000 (10:35 +0200)] 
msi: Don't inline msi_feature_set_state and msi_component_set_state.

14 years agoservices: Support setting and changing service dependencies.
Hans Leidekker [Fri, 22 Oct 2010 08:35:49 +0000 (10:35 +0200)] 
services: Support setting and changing service dependencies.

14 years agoservices: Save service dependencies.
Hans Leidekker [Fri, 22 Oct 2010 08:35:37 +0000 (10:35 +0200)] 
services: Save service dependencies.

14 years agomshtml: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Fri, 22 Oct 2010 08:23:41 +0000 (10:23 +0200)] 
mshtml: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

14 years agobrowseui: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Fri, 22 Oct 2010 08:19:32 +0000 (10:19 +0200)] 
browseui: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

14 years agomapi32: Added Hebrew translation.
Yaron Shahrabani [Fri, 22 Oct 2010 06:54:04 +0000 (08:54 +0200)] 
mapi32: Added Hebrew translation.

14 years agowinefile: Added Hebrew translation.
Yaron Shahrabani [Fri, 22 Oct 2010 06:45:08 +0000 (08:45 +0200)] 
winefile: Added Hebrew translation.

14 years agomshtml: Added Hebrew translation.
Yaron Shahrabani [Thu, 21 Oct 2010 22:24:48 +0000 (00:24 +0200)] 
mshtml: Added Hebrew translation.

14 years agojscript: Update Russian translation.
Konstantin Kondratyuk [Thu, 21 Oct 2010 07:03:16 +0000 (11:03 +0400)] 
jscript: Update Russian translation.

14 years agowordpad: Added Hebrew translation.
Yaron Shahrabani [Thu, 21 Oct 2010 15:44:46 +0000 (17:44 +0200)] 
wordpad: Added Hebrew translation.

14 years agosecur32: Trace flags as hex values.
Juan Lang [Thu, 21 Oct 2010 23:37:53 +0000 (16:37 -0700)] 
secur32: Trace flags as hex values.

14 years agowinemaker: Let winebuild use the default specfile name.
André Hentschel [Thu, 21 Oct 2010 18:02:37 +0000 (20:02 +0200)] 
winemaker: Let winebuild use the default specfile name.

14 years agowinedump: Ignore case when detecting void.
André Hentschel [Thu, 21 Oct 2010 18:00:52 +0000 (20:00 +0200)] 
winedump: Ignore case when detecting void.

14 years agowindowscodecs: Support Run-length encoded TGA images.
Vincent Povirk [Wed, 20 Oct 2010 20:36:35 +0000 (15:36 -0500)] 
windowscodecs: Support Run-length encoded TGA images.

14 years agowindowscodecs: Add support for 32-bit TGA images.
Vincent Povirk [Wed, 20 Oct 2010 20:04:10 +0000 (15:04 -0500)] 
windowscodecs: Add support for 32-bit TGA images.

14 years agowindowscodecs: Handle TGA attribute bits.
Vincent Povirk [Wed, 20 Oct 2010 19:59:12 +0000 (14:59 -0500)] 
windowscodecs: Handle TGA attribute bits.

14 years agod3dx9_36: Check for the TGA container format.
Vincent Povirk [Tue, 24 Aug 2010 19:29:38 +0000 (14:29 -0500)] 
d3dx9_36: Check for the TGA container format.

14 years agowindowscodecs: Implement CopyPixels for the TGA decoder.
Vincent Povirk [Mon, 7 Jun 2010 22:13:56 +0000 (17:13 -0500)] 
windowscodecs: Implement CopyPixels for the TGA decoder.

14 years agowidl: Add a separate function to write the proc format string for a function.
Alexandre Julliard [Sat, 16 Oct 2010 11:51:50 +0000 (13:51 +0200)] 
widl: Add a separate function to write the proc format string for a function.

14 years agowidl: Output some comments for proc format strings.
Alexandre Julliard [Sat, 16 Oct 2010 10:37:39 +0000 (12:37 +0200)] 
widl: Output some comments for proc format strings.

14 years agowidl: Use get_size_procformatstring_func() for clients too instead of duplicating...
Alexandre Julliard [Thu, 21 Oct 2010 19:35:21 +0000 (21:35 +0200)] 
widl: Use get_size_procformatstring_func() for clients too instead of duplicating the code.

14 years agowidl: Add support for some more typelib flags based on the added attributes.
Alexandre Julliard [Thu, 21 Oct 2010 19:34:33 +0000 (21:34 +0200)] 
widl: Add support for some more typelib flags based on the added attributes.

14 years agowidl: Add some more attribute keywords.
Alexandre Julliard [Thu, 21 Oct 2010 12:13:38 +0000 (14:13 +0200)] 
widl: Add some more attribute keywords.

14 years agowineconsole: Added Hebrew translation.
Yaron Shahrabani [Thu, 21 Oct 2010 13:52:33 +0000 (15:52 +0200)] 
wineconsole: Added Hebrew translation.

14 years agowrite: Added Hebrew translation.
Yaron Shahrabani [Thu, 21 Oct 2010 13:57:29 +0000 (15:57 +0200)] 
write: Added Hebrew translation.

14 years agowineps: Added Hebrew translation.
Yaron Shahrabani [Thu, 21 Oct 2010 13:37:12 +0000 (15:37 +0200)] 
wineps: Added Hebrew translation.

14 years agocmdlgtst: Added Hebrew translation.
Yaron Shahrabani [Thu, 21 Oct 2010 13:23:50 +0000 (15:23 +0200)] 
cmdlgtst: Added Hebrew translation.

14 years agooledlg: Added Hebrew translation.
Yaron Shahrabani [Thu, 21 Oct 2010 12:51:20 +0000 (14:51 +0200)] 
oledlg: Added Hebrew translation.

14 years agomshtml: Use IUri in nsIURI::Equals implementation.
Jacek Caban [Thu, 21 Oct 2010 13:50:27 +0000 (15:50 +0200)] 
mshtml: Use IUri in nsIURI::Equals implementation.

14 years agoddraw: Remove a useless function.
David Adam [Thu, 21 Oct 2010 13:01:24 +0000 (15:01 +0200)] 
ddraw: Remove a useless function.

14 years agoipconfig: Update the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Thu, 21 Oct 2010 12:38:45 +0000 (14:38 +0200)] 
ipconfig: Update the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

14 years agoavifil32: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Thu, 21 Oct 2010 11:49:57 +0000 (13:49 +0200)] 
avifil32: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

14 years agocrypt32/tests: Fix test failures on Win98/NT4.
Juan Lang [Thu, 21 Oct 2010 12:09:24 +0000 (05:09 -0700)] 
crypt32/tests: Fix test failures on Win98/NT4.

14 years agoshell32: Replace bitwise XOR with a contextually more proper operator.
David Hedberg [Thu, 21 Oct 2010 11:19:45 +0000 (13:19 +0200)] 
shell32: Replace bitwise XOR with a contextually more proper operator.

14 years agoshell32: Handle INameSpaceTreeControlEvents::OnSelectionChanged.
David Hedberg [Thu, 21 Oct 2010 11:19:46 +0000 (13:19 +0200)] 
shell32: Handle INameSpaceTreeControlEvents::OnSelectionChanged.

14 years agowined3d: Pass a sub-resource index instead of a miplevel to volume texture methods.
Henri Verbeet [Thu, 21 Oct 2010 10:40:46 +0000 (12:40 +0200)] 
wined3d: Pass a sub-resource index instead of a miplevel to volume texture methods.

For volume textures this is mostly just a conceptual change, it'll only make a
difference for texture arrays and cube textures.

14 years agowined3d: Use surface_blt_to_drawable() in IWineD3DSurfaceImpl_BltOverride().
Henri Verbeet [Thu, 21 Oct 2010 10:40:45 +0000 (12:40 +0200)] 
wined3d: Use surface_blt_to_drawable() in IWineD3DSurfaceImpl_BltOverride().

14 years agowined3d: Check if we can do the blit before messing with surface flags in IWineD3DSur...
Henri Verbeet [Thu, 21 Oct 2010 10:40:44 +0000 (12:40 +0200)] 
wined3d: Check if we can do the blit before messing with surface flags in IWineD3DSurfaceImpl_BltOverride().

As an added benefit blit_supported() will now get the rectangles in the
correct coordinate system.

14 years agowined3d: Flip destination coordinates when blitting to an offscreen target in arbfp_b...
Henri Verbeet [Thu, 21 Oct 2010 10:40:43 +0000 (12:40 +0200)] 
wined3d: Flip destination coordinates when blitting to an offscreen target in arbfp_blit_surface().

14 years agomsxml3: Fix a regression bug in domdoc_loadXML().
Adam Martinson [Wed, 20 Oct 2010 22:00:21 +0000 (17:00 -0500)] 
msxml3: Fix a regression bug in domdoc_loadXML().

Caused by commit 776a8662f088e75e88284cc0fc8e72d768771a6f. Fixes parse
failures for BSTR's where encoding is explicitly UTF-16.

14 years agomsxml3: IXMLDOMSchemaCollection2 stubs.
Adam Martinson [Wed, 20 Oct 2010 21:38:31 +0000 (16:38 -0500)] 
msxml3: IXMLDOMSchemaCollection2 stubs.

14 years agomsxml3: Implement schema_cache_get().
Adam Martinson [Wed, 20 Oct 2010 21:37:23 +0000 (16:37 -0500)] 
msxml3: Implement schema_cache_get().

14 years agomsxml3: Implement schema_cache_get_namespaceURI().
Adam Martinson [Wed, 20 Oct 2010 21:37:06 +0000 (16:37 -0500)] 
msxml3: Implement schema_cache_get_namespaceURI().

14 years agomsxml3: Implement schema_cache_addCollection().
Adam Martinson [Wed, 20 Oct 2010 21:36:50 +0000 (16:36 -0500)] 
msxml3: Implement schema_cache_addCollection().

14 years agomsxml3: Implement schema_cache_remove().
Adam Martinson [Wed, 20 Oct 2010 21:35:55 +0000 (16:35 -0500)] 
msxml3: Implement schema_cache_remove().

14 years agomsxml3: Implement schema_cache_get_length().
Adam Martinson [Wed, 20 Oct 2010 21:35:34 +0000 (16:35 -0500)] 
msxml3: Implement schema_cache_get_length().

14 years agomsxml3/tests: Internal schema doc storage tests.
Adam Martinson [Wed, 20 Oct 2010 21:35:09 +0000 (16:35 -0500)] 
msxml3/tests: Internal schema doc storage tests.

14 years agowineboot: Add the Serbian Cyrillic and fix the Latin translation.
Paul Vriens [Thu, 21 Oct 2010 09:59:08 +0000 (11:59 +0200)] 
wineboot: Add the Serbian Cyrillic and fix the Latin translation.

Translation by Đorđe Vasiljević.