wine
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ć.

14 years agouninstaller: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Thu, 21 Oct 2010 08:22:46 +0000 (10:22 +0200)] 
uninstaller: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

14 years agonotepad: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Thu, 21 Oct 2010 08:00:37 +0000 (10:00 +0200)] 
notepad: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

14 years agomsvcrt: Implement _ultoa_s.
Andrew Nguyen [Thu, 21 Oct 2010 07:57:44 +0000 (02:57 -0500)] 
msvcrt: Implement _ultoa_s.

14 years agomsvcrt: Implement _mbsnbcat_s.
Andrew Nguyen [Thu, 21 Oct 2010 07:55:43 +0000 (02:55 -0500)] 
msvcrt: Implement _mbsnbcat_s.

14 years agomsxml3: Partially implement ::setAttributeNode().
Nikolay Sivov [Wed, 20 Oct 2010 22:07:20 +0000 (02:07 +0400)] 
msxml3: Partially implement ::setAttributeNode().

14 years agowinedump: Fix typo in code generation.
André Hentschel [Wed, 20 Oct 2010 21:38:52 +0000 (23:38 +0200)] 
winedump: Fix typo in code generation.

14 years agoole32: Pass failures from delegate object's ::QueryInterface in default handler.
David Hedberg [Wed, 20 Oct 2010 21:59:36 +0000 (23:59 +0200)] 
ole32: Pass failures from delegate object's ::QueryInterface in default handler.

14 years agonet: Italian translation update.
Davide Pizzetti [Wed, 20 Oct 2010 19:09:49 +0000 (21:09 +0200)] 
net: Italian translation update.

14 years agoinclude: Add definition for IWICMetadataQueryWriter.
Vincent Povirk [Tue, 24 Aug 2010 20:40:12 +0000 (15:40 -0500)] 
include: Add definition for IWICMetadataQueryWriter.

14 years agoinclude: Add definition for IWICMetadataQueryReader.
Vincent Povirk [Tue, 24 Aug 2010 20:35:23 +0000 (15:35 -0500)] 
include: Add definition for IWICMetadataQueryReader.

14 years agoinclude: Add definition for IWICFastMetadataEncoder.
Vincent Povirk [Tue, 24 Aug 2010 20:15:39 +0000 (15:15 -0500)] 
include: Add definition for IWICFastMetadataEncoder.

14 years agoinclude: Add definition for IWICColorTransform.
Vincent Povirk [Tue, 24 Aug 2010 20:09:09 +0000 (15:09 -0500)] 
include: Add definition for IWICColorTransform.

14 years agowindowscodecs: Seek to start of stream when opening TIFF files.
Vincent Povirk [Wed, 20 Oct 2010 17:54:08 +0000 (12:54 -0500)] 
windowscodecs: Seek to start of stream when opening TIFF files.

14 years agowindowscodecs: Implement GetSize for the TGA decoder.
Vincent Povirk [Mon, 7 Jun 2010 21:39:34 +0000 (16:39 -0500)] 
windowscodecs: Implement GetSize for the TGA decoder.

14 years agowindowscodecs: Implement GetPixelFormat for the TGA decoder.
Vincent Povirk [Mon, 7 Jun 2010 21:36:27 +0000 (16:36 -0500)] 
windowscodecs: Implement GetPixelFormat for the TGA decoder.

14 years agowindowscodecs: Implement GetFrame for the TGA decoder.
Vincent Povirk [Mon, 7 Jun 2010 21:20:04 +0000 (16:20 -0500)] 
windowscodecs: Implement GetFrame for the TGA decoder.

14 years agowindowscodecs: Implement Initialize for the TGA decoder.
Vincent Povirk [Mon, 7 Jun 2010 21:14:59 +0000 (16:14 -0500)] 
windowscodecs: Implement Initialize for the TGA decoder.

14 years agowindowscodecs: Add stub TGA decoder.
Vincent Povirk [Mon, 7 Jun 2010 19:36:35 +0000 (14:36 -0500)] 
windowscodecs: Add stub TGA decoder.

14 years agowindowscodecs: Support TIFF images with alpha data.
Vincent Povirk [Sat, 29 May 2010 17:32:32 +0000 (12:32 -0500)] 
windowscodecs: Support TIFF images with alpha data.

14 years agowindowscodecs: Implement TiffFrameDecode_CopyPalette.
Vincent Povirk [Sat, 29 May 2010 17:09:56 +0000 (12:09 -0500)] 
windowscodecs: Implement TiffFrameDecode_CopyPalette.

14 years agoipconfig: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Wed, 20 Oct 2010 14:53:11 +0000 (16:53 +0200)] 
ipconfig: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

14 years agostrmbase: Implement STRMBASE_DllGetClassObject and STRMBASE_DllCanUnloadNow.
Aric Stewart [Tue, 19 Oct 2010 18:24:29 +0000 (13:24 -0500)] 
strmbase: Implement STRMBASE_DllGetClassObject and STRMBASE_DllCanUnloadNow.

14 years agostrmbase: Implement OLE registration in AMovieDllRegisterServer2.
Aric Stewart [Wed, 20 Oct 2010 14:25:37 +0000 (09:25 -0500)] 
strmbase: Implement OLE registration in AMovieDllRegisterServer2.

14 years agostrmbase: Define STRMBASE_DllMain.
Aric Stewart [Tue, 19 Oct 2010 18:24:03 +0000 (13:24 -0500)] 
strmbase: Define STRMBASE_DllMain.

14 years agostrmbase: Begin implementations of AMovieDllRegisterServer2 and AMovieSetupRegisterFi...
Aric Stewart [Tue, 19 Oct 2010 18:23:38 +0000 (13:23 -0500)] 
strmbase: Begin implementations of AMovieDllRegisterServer2 and AMovieSetupRegisterFilter2.

14 years agomsxml3: Silence urlmon query failures for IXMLDocument.
Nikolay Sivov [Tue, 19 Oct 2010 22:32:26 +0000 (02:32 +0400)] 
msxml3: Silence urlmon query failures for IXMLDocument.

14 years agomsxml3: Add support for IStream destination in save().
Nikolay Sivov [Tue, 19 Oct 2010 22:29:43 +0000 (02:29 +0400)] 
msxml3: Add support for IStream destination in save().

14 years agoinclude: The FLOATING_SAVE_AREA type is i386-specific.
Alexandre Julliard [Wed, 20 Oct 2010 15:55:22 +0000 (17:55 +0200)] 
include: The FLOATING_SAVE_AREA type is i386-specific.

14 years agoinclude: Get rid of the non-standard CONTEXT86 type.
Alexandre Julliard [Wed, 20 Oct 2010 13:48:52 +0000 (15:48 +0200)] 
include: Get rid of the non-standard CONTEXT86 type.

14 years agokrnl386.exe: Avoid using the CONTEXT86 type.
Alexandre Julliard [Wed, 20 Oct 2010 13:48:31 +0000 (15:48 +0200)] 
krnl386.exe: Avoid using the CONTEXT86 type.

14 years agowindebug: Avoid using the CONTEXT86 type.
Alexandre Julliard [Wed, 20 Oct 2010 13:38:23 +0000 (15:38 +0200)] 
windebug: Avoid using the CONTEXT86 type.

14 years agosystem.drv: Avoid using the CONTEXT86 type.
Alexandre Julliard [Wed, 20 Oct 2010 13:38:17 +0000 (15:38 +0200)] 
system.drv: Avoid using the CONTEXT86 type.

14 years agouser.exe: Avoid using the CONTEXT86 type.
Alexandre Julliard [Wed, 20 Oct 2010 13:37:22 +0000 (15:37 +0200)] 
user.exe: Avoid using the CONTEXT86 type.

14 years agovmm.vxd: Avoid using the CONTEXT86 type.
Alexandre Julliard [Wed, 20 Oct 2010 13:37:18 +0000 (15:37 +0200)] 
vmm.vxd: Avoid using the CONTEXT86 type.

14 years agovwin32.vxd: Avoid using the CONTEXT86 type.
Alexandre Julliard [Wed, 20 Oct 2010 13:36:35 +0000 (15:36 +0200)] 
vwin32.vxd: Avoid using the CONTEXT86 type.

14 years agoifsmgr.vxd: Avoid using the CONTEXT86 type.
Alexandre Julliard [Wed, 20 Oct 2010 13:36:30 +0000 (15:36 +0200)] 
ifsmgr.vxd: Avoid using the CONTEXT86 type.

14 years agontoskrnl.exe: Avoid using the CONTEXT86 type.
Alexandre Julliard [Wed, 20 Oct 2010 13:33:58 +0000 (15:33 +0200)] 
ntoskrnl.exe: Avoid using the CONTEXT86 type.

14 years agontdll: Avoid using the CONTEXT86 type.
Alexandre Julliard [Wed, 20 Oct 2010 13:33:49 +0000 (15:33 +0200)] 
ntdll: Avoid using the CONTEXT86 type.

14 years agowlanapi: New stub dll.
Ričardas Barkauskas [Wed, 20 Oct 2010 08:21:15 +0000 (11:21 +0300)] 
wlanapi: New stub dll.

14 years agower: Stub WerAddExcludedApplication.
Ričardas Barkauskas [Tue, 19 Oct 2010 22:22:51 +0000 (01:22 +0300)] 
wer: Stub WerAddExcludedApplication.

14 years agod3d10core: Implement ID3D10Texture3D::Map().
Henri Verbeet [Wed, 20 Oct 2010 10:12:29 +0000 (12:12 +0200)] 
d3d10core: Implement ID3D10Texture3D::Map().

14 years agod3d10core: Implement ID3D10Texture3D::Unmap().
Henri Verbeet [Wed, 20 Oct 2010 10:12:28 +0000 (12:12 +0200)] 
d3d10core: Implement ID3D10Texture3D::Unmap().

14 years agowined3d: Recognize the SM4 sqrt opcode.
Henri Verbeet [Wed, 20 Oct 2010 10:12:27 +0000 (12:12 +0200)] 
wined3d: Recognize the SM4 sqrt opcode.

14 years agowined3d: Handle WINED3DFMT_R10G10B10A2_UNORM in getColorBits().
Henri Verbeet [Wed, 20 Oct 2010 10:12:26 +0000 (12:12 +0200)] 
wined3d: Handle WINED3DFMT_R10G10B10A2_UNORM in getColorBits().

14 years agowindowscodecs: Optimise copy_pixels in case the whole bitmap is copied.
Krzysztof Nowicki [Tue, 19 Oct 2010 19:51:25 +0000 (21:51 +0200)] 
windowscodecs: Optimise copy_pixels in case the whole bitmap is copied.

14 years agocrypt32: Implement CertRDNValueToStr for UTF8 strings.
Juan Lang [Wed, 20 Oct 2010 00:32:01 +0000 (17:32 -0700)] 
crypt32: Implement CertRDNValueToStr for UTF8 strings.

14 years agocrypt32: The newline character must also be quoted.
Juan Lang [Tue, 19 Oct 2010 22:07:59 +0000 (15:07 -0700)] 
crypt32: The newline character must also be quoted.

14 years agocrypt32: Correct Unicode quoting of BMP strings.
Juan Lang [Wed, 20 Oct 2010 02:23:50 +0000 (19:23 -0700)] 
crypt32: Correct Unicode quoting of BMP strings.

14 years agocrypt32/tests: Show expected values in ok output.
Juan Lang [Tue, 19 Oct 2010 21:21:50 +0000 (14:21 -0700)] 
crypt32/tests: Show expected values in ok output.

14 years agocrypt32/tests: Test more Unicode encoded string to string conversions.
Juan Lang [Tue, 19 Oct 2010 21:13:21 +0000 (14:13 -0700)] 
crypt32/tests: Test more Unicode encoded string to string conversions.

14 years agocrypt32: Remove unneeded comments.
Juan Lang [Tue, 19 Oct 2010 19:51:52 +0000 (12:51 -0700)] 
crypt32: Remove unneeded comments.

14 years agokernel32: Fix last error code in GetVolumeInformationW when an explicit subdir is...
Alexandre Julliard [Wed, 20 Oct 2010 10:29:45 +0000 (12:29 +0200)] 
kernel32: Fix last error code in GetVolumeInformationW when an explicit subdir is requested.

14 years agokernel32: Use the NT name to retrieve label and serial in GetVolumeInformationW.
Alexandre Julliard [Wed, 20 Oct 2010 10:26:54 +0000 (12:26 +0200)] 
kernel32: Use the NT name to retrieve label and serial in GetVolumeInformationW.

14 years agokernel32: Use the NT name to open the root directory in GetVolumeInformationW.
Alexandre Julliard [Wed, 20 Oct 2010 10:25:32 +0000 (12:25 +0200)] 
kernel32: Use the NT name to open the root directory in GetVolumeInformationW.

14 years agokernel32: Use the NT name to open the device in GetVolumeInformationW.
Alexandre Julliard [Wed, 20 Oct 2010 10:23:00 +0000 (12:23 +0200)] 
kernel32: Use the NT name to open the device in GetVolumeInformationW.

14 years agokernel32: Use RtlDosPathNameToNtPathName_U to validate the path in GetVolumeInformationW.
Alexandre Julliard [Wed, 20 Oct 2010 10:17:35 +0000 (12:17 +0200)] 
kernel32: Use RtlDosPathNameToNtPathName_U to validate the path in GetVolumeInformationW.

14 years agonet: Add Swedish translation.
Anders Jonsson [Tue, 19 Oct 2010 20:59:05 +0000 (22:59 +0200)] 
net: Add Swedish translation.

14 years agojscript: Update Swedish translation.
Anders Jonsson [Tue, 19 Oct 2010 20:58:05 +0000 (22:58 +0200)] 
jscript: Update Swedish translation.

14 years agojscript: Added invocation flag tests.
Piotr Caban [Tue, 19 Oct 2010 21:14:35 +0000 (23:14 +0200)] 
jscript: Added invocation flag tests.

14 years agojscript: Added DISPATCH_PROPERTYGET flag to some calls.
Piotr Caban [Tue, 19 Oct 2010 21:14:16 +0000 (23:14 +0200)] 
jscript: Added DISPATCH_PROPERTYGET flag to some calls.

14 years agowindowscodecs/tests: Add test cases for *_CopyPixels calls with NULL rectangle.
Krzysztof Nowicki [Tue, 19 Oct 2010 16:57:47 +0000 (18:57 +0200)] 
windowscodecs/tests: Add test cases for *_CopyPixels calls with NULL rectangle.

14 years agowindowscodecs: Fix *_CopyPixels functions to properly handle a NULL rectangle.
Krzysztof Nowicki [Tue, 19 Oct 2010 16:50:36 +0000 (18:50 +0200)] 
windowscodecs: Fix *_CopyPixels functions to properly handle a NULL rectangle.