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

13 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.

13 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().

13 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.

13 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.

13 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.

13 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.

13 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.

13 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.

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

13 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.

13 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.

13 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.

13 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.

13 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.

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

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

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

13 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.

13 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.

13 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.

13 years agojscript: Updated Ukrainian translation.
Igor Paliychuk [Tue, 19 Oct 2010 12:27:16 +0000 (15:27 +0300)] 
jscript: Updated Ukrainian translation.

13 years agod3dx9: Initialize a variable in ID3DXSpriteImpl_Flush.
Matteo Bruni [Tue, 19 Oct 2010 13:34:22 +0000 (15:34 +0200)] 
d3dx9: Initialize a variable in ID3DXSpriteImpl_Flush.

13 years agoserver: Return an error in get_handle_unix_name for objects that don't have a file...
Alexandre Julliard [Tue, 19 Oct 2010 15:03:40 +0000 (17:03 +0200)] 
server: Return an error in get_handle_unix_name for objects that don't have a file name.

This way we fall back to retrieving the Win32 name.

13 years agontdll: More complete implementation of NtAreMappedFilesTheSame.
Alexandre Julliard [Tue, 19 Oct 2010 14:14:40 +0000 (16:14 +0200)] 
ntdll: More complete implementation of NtAreMappedFilesTheSame.

13 years agontdll: Get rid of the FILE_VIEW typedef.
Alexandre Julliard [Tue, 19 Oct 2010 13:34:36 +0000 (15:34 +0200)] 
ntdll: Get rid of the FILE_VIEW typedef.

13 years agojscript: Add index, input and lastIndex properties to regexp functions results.
Piotr Caban [Tue, 19 Oct 2010 11:54:48 +0000 (13:54 +0200)] 
jscript: Add index, input and lastIndex properties to regexp functions results.

13 years agojscript: Improved VBArray related tests.
Piotr Caban [Tue, 19 Oct 2010 12:00:14 +0000 (14:00 +0200)] 
jscript: Improved VBArray related tests.

13 years agojscript: Improved error handling in VBArray functions.
Piotr Caban [Tue, 19 Oct 2010 11:52:21 +0000 (13:52 +0200)] 
jscript: Improved error handling in VBArray functions.

13 years agowined3d: Remove a FIXME in context_apply_blit_state().
Henri Verbeet [Tue, 19 Oct 2010 10:00:02 +0000 (12:00 +0200)] 
wined3d: Remove a FIXME in context_apply_blit_state().

There are some legitimate cases for this codepath, for example when blitting
to a render target with fixups or a color key.

13 years agowined3d: Properly flip in surface_blt_to_drawable().
Henri Verbeet [Tue, 19 Oct 2010 10:00:01 +0000 (12:00 +0200)] 
wined3d: Properly flip in surface_blt_to_drawable().

We want to flip the coordinate system, not just the rectangle.

13 years agowined3d: Always pass a valid rectangle to surface_get_blt_info().
Henri Verbeet [Tue, 19 Oct 2010 10:00:00 +0000 (12:00 +0200)] 
wined3d: Always pass a valid rectangle to surface_get_blt_info().

13 years agowined3d: Allow FBO blits again between surfaces with fixups if they have the same...
Henri Verbeet [Tue, 19 Oct 2010 09:59:59 +0000 (11:59 +0200)] 
wined3d: Allow FBO blits again between surfaces with fixups if they have the same format.

For some reason f1ca14cb5ba259b8eab9bccbb9a4813027c3beb8 disabled this.

13 years agomsi: Compare strings without depending on thread locale.
Hans Leidekker [Tue, 19 Oct 2010 09:27:44 +0000 (11:27 +0200)] 
msi: Compare strings without depending on thread locale.

13 years agowininet: Skip more tests on IE older than 6.0.
Jacek Caban [Tue, 19 Oct 2010 08:44:03 +0000 (10:44 +0200)] 
wininet: Skip more tests on IE older than 6.0.

13 years agouser32: FindWindow() should treat an empty title same way as NULL.
Dmitry Timoshkov [Tue, 19 Oct 2010 05:22:53 +0000 (14:22 +0900)] 
user32: FindWindow() should treat an empty title same way as NULL.

13 years agooleaut32: Fix multidimensional SAFEARRAY marshalling.
Nikolay Sivov [Mon, 18 Oct 2010 22:35:27 +0000 (02:35 +0400)] 
oleaut32: Fix multidimensional SAFEARRAY marshalling.

13 years agocrypt32/tests: Add more tests of the authenticode policy.
Juan Lang [Thu, 7 Oct 2010 16:08:11 +0000 (09:08 -0700)] 
crypt32/tests: Add more tests of the authenticode policy.

13 years agocrypt32: Trace certificate chain verification parameters.
Juan Lang [Thu, 7 Oct 2010 12:52:57 +0000 (05:52 -0700)] 
crypt32: Trace certificate chain verification parameters.

13 years agocrypt32: Remove broken UTF-8 string decoding support.
Juan Lang [Tue, 19 Oct 2010 00:43:46 +0000 (17:43 -0700)] 
crypt32: Remove broken UTF-8 string decoding support.

13 years agocrypt32: Implement quoting of BMP strings.
Juan Lang [Tue, 19 Oct 2010 00:21:43 +0000 (17:21 -0700)] 
crypt32: Implement quoting of BMP strings.

13 years agocrypt32: Implement quoting of simple string types.
Juan Lang [Tue, 19 Oct 2010 00:23:05 +0000 (17:23 -0700)] 
crypt32: Implement quoting of simple string types.

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

13 years agocrypt32: Test encoding more quoted strings.
Juan Lang [Mon, 18 Oct 2010 21:04:53 +0000 (14:04 -0700)] 
crypt32: Test encoding more quoted strings.

13 years agomsvcrt: Improve wcsncat_s.
Damjan Jovanovic [Tue, 19 Oct 2010 05:24:52 +0000 (07:24 +0200)] 
msvcrt: Improve wcsncat_s.

13 years agomsvcrt: Define STRUNCATE.
Damjan Jovanovic [Tue, 19 Oct 2010 05:23:30 +0000 (07:23 +0200)] 
msvcrt: Define STRUNCATE.

13 years agomsxml3: Get rid of ::put_text() forward to IXMLDOMNode interface.
Nikolay Sivov [Mon, 18 Oct 2010 23:27:48 +0000 (03:27 +0400)] 
msxml3: Get rid of ::put_text() forward to IXMLDOMNode interface.

13 years agomsxml3: Get rid of ::get_dataType() forward to IXMLDOMNode interface.
Nikolay Sivov [Mon, 18 Oct 2010 23:13:30 +0000 (03:13 +0400)] 
msxml3: Get rid of ::get_dataType() forward to IXMLDOMNode interface.

13 years agojscript: Update Italian translation.
Luca Bennati [Mon, 18 Oct 2010 20:58:45 +0000 (22:58 +0200)] 
jscript: Update Italian translation.

13 years agoclock: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Mon, 18 Oct 2010 20:19:23 +0000 (22:19 +0200)] 
clock: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

13 years agojscript: Update German translation.
André Hentschel [Mon, 18 Oct 2010 21:44:28 +0000 (23:44 +0200)] 
jscript: Update German translation.

13 years agojscript: Update French translation.
Frédéric Delanoy [Mon, 18 Oct 2010 21:05:53 +0000 (23:05 +0200)] 
jscript: Update French translation.

13 years agojscript: Update Lithuanian translation.
Aurimas Fišeras [Mon, 18 Oct 2010 18:52:17 +0000 (21:52 +0300)] 
jscript: Update Lithuanian translation.

13 years agouser32: Update last active popup for all parents.
Vladimir Panteleev [Sat, 16 Oct 2010 17:22:58 +0000 (20:22 +0300)] 
user32: Update last active popup for all parents.

13 years agokernel32/tests: Add some tests for NtAreMappedFilesTheSame.
Alexandre Julliard [Mon, 18 Oct 2010 17:07:49 +0000 (19:07 +0200)] 
kernel32/tests: Add some tests for NtAreMappedFilesTheSame.

13 years agojscript: Added VBArray handling to to_object().
Piotr Caban [Mon, 18 Oct 2010 16:48:25 +0000 (18:48 +0200)] 
jscript: Added VBArray handling to to_object().

13 years agojscript: Added VBArray.toArray() implementation.
Piotr Caban [Mon, 18 Oct 2010 16:48:13 +0000 (18:48 +0200)] 
jscript: Added VBArray.toArray() implementation.

13 years agojscript: Added VBArray.getItem() implementation.
Piotr Caban [Mon, 18 Oct 2010 16:47:56 +0000 (18:47 +0200)] 
jscript: Added VBArray.getItem() implementation.

13 years agojscript: Added VBArray.dimensions() implementation.
Piotr Caban [Mon, 18 Oct 2010 16:47:46 +0000 (18:47 +0200)] 
jscript: Added VBArray.dimensions() implementation.

13 years agojscript: Added VBArray.ubound() implementation.
Piotr Caban [Mon, 18 Oct 2010 16:47:37 +0000 (18:47 +0200)] 
jscript: Added VBArray.ubound() implementation.

13 years agojscrpt: Added VBScript.lbound() implementation.
Piotr Caban [Mon, 18 Oct 2010 16:47:27 +0000 (18:47 +0200)] 
jscrpt: Added VBScript.lbound() implementation.

13 years agojscript: Implement VBArray constructor.
Piotr Caban [Mon, 18 Oct 2010 16:47:15 +0000 (18:47 +0200)] 
jscript: Implement VBArray constructor.

13 years agojscript: Added VBArray stub.
Piotr Caban [Mon, 18 Oct 2010 16:46:59 +0000 (18:46 +0200)] 
jscript: Added VBArray stub.

13 years agowinspool: Use Unicode for CUPS printer names.
Detlef Riekenberg [Mon, 18 Oct 2010 15:49:19 +0000 (17:49 +0200)] 
winspool: Use Unicode for CUPS printer names.

13 years agowinspool: Use Unicode to add a driver entry for a unix printer.
Detlef Riekenberg [Mon, 18 Oct 2010 15:49:18 +0000 (17:49 +0200)] 
winspool: Use Unicode to add a driver entry for a unix printer.

13 years agowinspool: Set devices and printerports in AddPrinterW.
Detlef Riekenberg [Mon, 18 Oct 2010 15:49:17 +0000 (17:49 +0200)] 
winspool: Set devices and printerports in AddPrinterW.

13 years agomsxml3: IXMLDOMSchemaCollection/XMLSchemaCache backend.
Adam Martinson [Fri, 15 Oct 2010 14:25:32 +0000 (09:25 -0500)] 
msxml3: IXMLDOMSchemaCollection/XMLSchemaCache backend.

Implemented on top of libxml's hash table.

13 years agomsxml3: Add a function to initialize xmlDoc->_private data.
Adam Martinson [Fri, 15 Oct 2010 14:25:11 +0000 (09:25 -0500)] 
msxml3: Add a function to initialize xmlDoc->_private data.

13 years agomsvcrt: Implement wcsncat_s.
Damjan Jovanovic [Mon, 18 Oct 2010 12:06:16 +0000 (14:06 +0200)] 
msvcrt: Implement wcsncat_s.

13 years agows2_32: Null select() should fail with WSAEINVAL.
Dan Kegel [Mon, 18 Oct 2010 10:42:16 +0000 (10:42 +0000)] 
ws2_32: Null select() should fail with WSAEINVAL.

13 years agoole32: OleLoad should not fail even if IOleObject::GetMiscStatus fails.
David Hedberg [Mon, 18 Oct 2010 02:19:23 +0000 (04:19 +0200)] 
ole32: OleLoad should not fail even if IOleObject::GetMiscStatus fails.

13 years agod3dcompiler: Mark some internal symbols hidden.
Henri Verbeet [Mon, 18 Oct 2010 11:05:51 +0000 (13:05 +0200)] 
d3dcompiler: Mark some internal symbols hidden.

13 years agod3dcompiler: Merge asmutils.c into utils.c.
Henri Verbeet [Mon, 18 Oct 2010 11:05:50 +0000 (13:05 +0200)] 
d3dcompiler: Merge asmutils.c into utils.c.

13 years agod3dcompiler: Move some bytecode output functions to bytecodewriter.c.
Henri Verbeet [Mon, 18 Oct 2010 11:05:49 +0000 (13:05 +0200)] 
d3dcompiler: Move some bytecode output functions to bytecodewriter.c.

13 years agod3dcompiler: Make some variables static.
Henri Verbeet [Mon, 18 Oct 2010 11:05:48 +0000 (13:05 +0200)] 
d3dcompiler: Make some variables static.

13 years agotaskkill: Updated Ukrainian translation.
Igor Paliychuk [Mon, 18 Oct 2010 06:19:35 +0000 (09:19 +0300)] 
taskkill: Updated Ukrainian translation.

13 years agoipconfig: Updated Ukrainian translation.
Igor Paliychuk [Mon, 18 Oct 2010 06:19:11 +0000 (09:19 +0300)] 
ipconfig: Updated Ukrainian translation.

13 years agoinetcpl.cpl: Updated Ukrainian translation.
Igor Paliychuk [Mon, 18 Oct 2010 06:18:32 +0000 (09:18 +0300)] 
inetcpl.cpl: Updated Ukrainian translation.

13 years agowinhlp32: Update Korean resource.
Hwang YunSong [Mon, 18 Oct 2010 02:08:18 +0000 (11:08 +0900)] 
winhlp32: Update Korean resource.

13 years agouninstaller: Update Korean resource.
Hwang YunSong [Mon, 18 Oct 2010 02:07:14 +0000 (11:07 +0900)] 
uninstaller: Update Korean resource.

13 years agotaskmgr: Update Korean resource.
Hwang YunSong [Mon, 18 Oct 2010 02:02:18 +0000 (11:02 +0900)] 
taskmgr: Update Korean resource.

13 years agowinex11: Allow specifying system cursor replacements through the registry.
Alexandre Julliard [Mon, 18 Oct 2010 10:26:28 +0000 (12:26 +0200)] 
winex11: Allow specifying system cursor replacements through the registry.

13 years agowinex11: Add support for remapping standard Win32 cursors to the X11 system cursors.
Alexandre Julliard [Mon, 18 Oct 2010 10:16:28 +0000 (12:16 +0200)] 
winex11: Add support for remapping standard Win32 cursors to the X11 system cursors.

13 years agowinex11: Avoid creating a DC when not necessary.
Alexandre Julliard [Mon, 18 Oct 2010 10:11:17 +0000 (12:11 +0200)] 
winex11: Avoid creating a DC when not necessary.

13 years agowinex11: Use GetIconInfoEx when creating cursors.
Alexandre Julliard [Mon, 18 Oct 2010 10:09:25 +0000 (12:09 +0200)] 
winex11: Use GetIconInfoEx when creating cursors.

13 years agocomctl32: Use the correct resource ids for cursors.
Alexandre Julliard [Tue, 12 Oct 2010 18:22:18 +0000 (20:22 +0200)] 
comctl32: Use the correct resource ids for cursors.

13 years agoole32: Use the correct resource ids for the drag&drop cursors.
Alexandre Julliard [Tue, 12 Oct 2010 18:22:14 +0000 (20:22 +0200)] 
ole32: Use the correct resource ids for the drag&drop cursors.

13 years agoriched20: Use the correct resource id for the reverse arrow cursor.
Alexandre Julliard [Thu, 14 Oct 2010 17:47:31 +0000 (19:47 +0200)] 
riched20: Use the correct resource id for the reverse arrow cursor.

13 years agomscms: Fix a memory leak in TranslateColors.
Hans Leidekker [Mon, 18 Oct 2010 08:18:31 +0000 (10:18 +0200)] 
mscms: Fix a memory leak in TranslateColors.

13 years agoshell32: We have a Unicode parameter when launching a CPL.
Detlef Riekenberg [Sun, 17 Oct 2010 21:50:44 +0000 (23:50 +0200)] 
shell32: We have a Unicode parameter when launching a CPL.

13 years agocrypt32: Update Swedish translation.
Anders Jonsson [Sun, 17 Oct 2010 18:41:43 +0000 (20:41 +0200)] 
crypt32: Update Swedish translation.

13 years agokernel32/tests: Add some more tests for GetTempFileName.
Louis Lenders [Sat, 16 Oct 2010 23:51:54 +0000 (01:51 +0200)] 
kernel32/tests: Add some more tests for GetTempFileName.

13 years agocryptui: Update Japanese translation.
Akihiro Sagawa [Sat, 16 Oct 2010 13:58:29 +0000 (22:58 +0900)] 
cryptui: Update Japanese translation.

13 years agooleaut32: Updated Norwegian translation.
Trygve Vea [Sat, 16 Oct 2010 07:22:23 +0000 (09:22 +0200)] 
oleaut32: Updated Norwegian translation.

13 years agooledlg: Updated Norwegian translation.
Trygve Vea [Sat, 16 Oct 2010 07:14:16 +0000 (09:14 +0200)] 
oledlg: Updated Norwegian translation.

13 years agoshell32: Updated Norwegian translation.
Trygve Vea [Fri, 15 Oct 2010 22:43:57 +0000 (00:43 +0200)] 
shell32: Updated Norwegian translation.

13 years agowineconsole: Updated Norwegian translation.
Trygve Vea [Fri, 15 Oct 2010 21:56:06 +0000 (23:56 +0200)] 
wineconsole: Updated Norwegian translation.

13 years agomsi: Updated Norwegian translation.
Trygve Vea [Fri, 15 Oct 2010 20:21:00 +0000 (22:21 +0200)] 
msi: Updated Norwegian translation.

13 years agod3dx9: Report usage of unsupported sprite flags.
Matteo Bruni [Thu, 7 Oct 2010 16:08:48 +0000 (18:08 +0200)] 
d3dx9: Report usage of unsupported sprite flags.

13 years agod3dx9: Store transform matrix per-sprite.
Matteo Bruni [Tue, 5 Oct 2010 21:06:15 +0000 (23:06 +0200)] 
d3dx9: Store transform matrix per-sprite.