wine
14 years agowined3d: Rename IWineD3DDevice::SetIndices() to IWineD3DDevice::SetIndexBuffer().
Henri Verbeet [Fri, 25 Sep 2009 11:31:45 +0000 (13:31 +0200)] 
wined3d: Rename IWineD3DDevice::SetIndices() to IWineD3DDevice::SetIndexBuffer().

14 years agowined3d: Move common shader fields to IWineD3DBaseShaderClass.
Henri Verbeet [Fri, 25 Sep 2009 11:31:44 +0000 (13:31 +0200)] 
wined3d: Move common shader fields to IWineD3DBaseShaderClass.

14 years agowined3d: Remove SetFunction() from the public shader interface.
Henri Verbeet [Fri, 25 Sep 2009 11:31:43 +0000 (13:31 +0200)] 
wined3d: Remove SetFunction() from the public shader interface.

14 years agowined3d: Move some common shader functions to the IWineD3DBaseShader interface.
Henri Verbeet [Fri, 25 Sep 2009 11:31:42 +0000 (13:31 +0200)] 
wined3d: Move some common shader functions to the IWineD3DBaseShader interface.

14 years agod3d8: Set the vertex declaration's shader handle in vertexdeclaration_init().
Henri Verbeet [Fri, 25 Sep 2009 11:31:41 +0000 (13:31 +0200)] 
d3d8: Set the vertex declaration's shader handle in vertexdeclaration_init().

14 years agocomctl32/tests: Use UDM_GET/SETPOS instead of UDM_GET/SETPOS32 for compatibility...
Alexandre Julliard [Fri, 25 Sep 2009 13:13:55 +0000 (15:13 +0200)] 
comctl32/tests: Use UDM_GET/SETPOS instead of UDM_GET/SETPOS32 for compatibility with old versions.

14 years agocomctl32/tests: Fix some rebar tests on older comctl32 versions.
Alexandre Julliard [Fri, 25 Sep 2009 13:13:25 +0000 (15:13 +0200)] 
comctl32/tests: Fix some rebar tests on older comctl32 versions.

14 years agowininet: Add some URL cache tests and make them pass.
Hans Leidekker [Fri, 25 Sep 2009 10:01:35 +0000 (12:01 +0200)] 
wininet: Add some URL cache tests and make them pass.

14 years agowininet: Consistently set last error before testing it.
Hans Leidekker [Fri, 25 Sep 2009 10:01:10 +0000 (12:01 +0200)] 
wininet: Consistently set last error before testing it.

14 years agowininet: Try harder to find a unique cache file name.
Hans Leidekker [Fri, 25 Sep 2009 10:00:11 +0000 (12:00 +0200)] 
wininet: Try harder to find a unique cache file name.

14 years ago d3dx9_42: Implement d3dx9_42 and forward the functions to d3dx9_36.
Ričardas Barkauskas [Fri, 25 Sep 2009 09:17:20 +0000 (12:17 +0300)] 
 d3dx9_42: Implement d3dx9_42 and forward the functions to d3dx9_36.

14 years agoshell32: Don't try to call a 16-bit function on non-x86 platforms.
Alexandre Julliard [Fri, 25 Sep 2009 12:37:57 +0000 (14:37 +0200)] 
shell32: Don't try to call a 16-bit function on non-x86 platforms.

14 years agoshell32: Stub ShellHookProc.
Aric Stewart [Thu, 24 Sep 2009 18:54:33 +0000 (13:54 -0500)] 
shell32: Stub ShellHookProc.

14 years agocmd: Make 'dir' hide hidden or system files by default.
Dan Kegel [Thu, 24 Sep 2009 17:52:57 +0000 (10:52 -0700)] 
cmd: Make 'dir' hide hidden or system files by default.

14 years agocmd: Improve 'attrib' builtin to handle at least setting/clearing single attributes.
Dan Kegel [Thu, 24 Sep 2009 17:52:36 +0000 (10:52 -0700)] 
cmd: Improve 'attrib' builtin to handle at least setting/clearing single attributes.

14 years agontdll: Fix NtQueryInformationFile test failures on Vista Home Basic.
Dan Kegel [Thu, 24 Sep 2009 16:51:42 +0000 (09:51 -0700)] 
ntdll: Fix NtQueryInformationFile test failures on Vista Home Basic.

14 years agontdll: Add initial test for NtQueryDirectoryFile().
Dan Kegel [Thu, 24 Sep 2009 16:49:46 +0000 (09:49 -0700)] 
ntdll: Add initial test for NtQueryDirectoryFile().

14 years agows2_32/tests: Test WSAAccept with CF_DEFER.
Mike Kaplinskiy [Fri, 25 Sep 2009 05:59:20 +0000 (01:59 -0400)] 
ws2_32/tests: Test WSAAccept with CF_DEFER.

14 years agows2_32: Try accepting a connection before blocking.
Mike Kaplinskiy [Fri, 25 Sep 2009 05:59:16 +0000 (01:59 -0400)] 
ws2_32: Try accepting a connection before blocking.

14 years agowinex11: Don't use ColorShifts for non-TrueColor bitmaps.
Roderick Colenbrander [Thu, 10 Sep 2009 14:00:00 +0000 (16:00 +0200)] 
winex11: Don't use ColorShifts for non-TrueColor bitmaps.

14 years agocomctl32/monthcal: Some cleanup to avoid cast in helpers.
Nikolay Sivov [Thu, 24 Sep 2009 23:43:38 +0000 (03:43 +0400)] 
comctl32/monthcal: Some cleanup to avoid cast in helpers.

14 years agocomctl32/monthcal: Don't redraw if date didn't change on MCM_SETTODAY.
Nikolay Sivov [Thu, 24 Sep 2009 23:32:18 +0000 (03:32 +0400)] 
comctl32/monthcal: Don't redraw if date didn't change on MCM_SETTODAY.

14 years agocomctl32/monthcal: Name MCM_SETMAXSELCOUNT parameter.
Nikolay Sivov [Thu, 24 Sep 2009 23:16:51 +0000 (03:16 +0400)] 
comctl32/monthcal: Name MCM_SETMAXSELCOUNT parameter.

14 years agocomctl32/monthcal: Don't redraw after MCM_SETCURSEL if selection doesn't change.
Nikolay Sivov [Thu, 24 Sep 2009 23:13:38 +0000 (03:13 +0400)] 
comctl32/monthcal: Don't redraw after MCM_SETCURSEL if selection doesn't change.

14 years agocomct32/monthcal: Invalidate background too on MCM_SETCOLOR with MCSC_BACKGROUND.
Nikolay Sivov [Thu, 24 Sep 2009 22:52:37 +0000 (02:52 +0400)] 
comct32/monthcal: Invalidate background too on MCM_SETCOLOR with MCSC_BACKGROUND.

14 years agowined3d: Recognize DRI R300 drivers as Mesa.
Austin English [Thu, 24 Sep 2009 21:04:05 +0000 (16:04 -0500)] 
wined3d: Recognize DRI R300 drivers as Mesa.

14 years agojscript: Update French translation.
Frédéric Delanoy [Wed, 23 Sep 2009 20:22:41 +0000 (22:22 +0200)] 
jscript: Update French translation.

14 years agontdll: Add support for ordinal forwards.
Alexandre Julliard [Fri, 25 Sep 2009 11:12:02 +0000 (13:12 +0200)] 
ntdll: Add support for ordinal forwards.

14 years agontdll: Support both 32-bit and 64-bit modules in RtlImageDirectoryEntryToData.
Alexandre Julliard [Fri, 25 Sep 2009 10:46:39 +0000 (12:46 +0200)] 
ntdll: Support both 32-bit and 64-bit modules in RtlImageDirectoryEntryToData.

14 years agowinedump: Ordinal functions can be forwards too.
Alexandre Julliard [Thu, 24 Sep 2009 20:36:45 +0000 (22:36 +0200)] 
winedump: Ordinal functions can be forwards too.

14 years agoadvapi32: Implement LsaLookupSids.
Aric Stewart [Thu, 24 Sep 2009 13:38:35 +0000 (08:38 -0500)] 
advapi32: Implement LsaLookupSids.

14 years agorpcrt4/tests: Fix cstub test on Win7.
Ge van Geldorp [Thu, 24 Sep 2009 13:37:24 +0000 (15:37 +0200)] 
rpcrt4/tests: Fix cstub test on Win7.

14 years agomshtml/tests: Fix copyright notice.
Ge van Geldorp [Thu, 24 Sep 2009 13:36:55 +0000 (15:36 +0200)] 
mshtml/tests: Fix copyright notice.

14 years agontdll: Silence a noisy FIXME.
Alexandre Julliard [Thu, 24 Sep 2009 13:32:23 +0000 (15:32 +0200)] 
ntdll: Silence a noisy FIXME.

14 years agorichedit: Silence fixme for WM_STYLECHANGING & WM_STYLECHANGED.
Dylan Smith [Thu, 24 Sep 2009 13:02:51 +0000 (09:02 -0400)] 
richedit: Silence fixme for WM_STYLECHANGING & WM_STYLECHANGED.

14 years agooledb32: Implement conversions to DBTYPE_WSTR.
Huw Davies [Thu, 24 Sep 2009 11:20:10 +0000 (12:20 +0100)] 
oledb32: Implement conversions to DBTYPE_WSTR.

14 years agooledb32: Implement conversions to DBTYPE_BSTR.
Huw Davies [Wed, 23 Sep 2009 13:46:55 +0000 (14:46 +0100)] 
oledb32: Implement conversions to DBTYPE_BSTR.

14 years agooledb32: Add conversions to DBTYPE_I2.
Huw Davies [Wed, 23 Sep 2009 12:42:53 +0000 (13:42 +0100)] 
oledb32: Add conversions to DBTYPE_I2.

14 years agoshlwapi: Implement StrChrNW.
Aric Stewart [Thu, 24 Sep 2009 12:31:17 +0000 (07:31 -0500)] 
shlwapi: Implement StrChrNW.

14 years agouser32: In ScrollWindowEx do not clip the clipping rectangle with the scrolling recta...
Rein Klazes [Thu, 24 Sep 2009 09:17:26 +0000 (11:17 +0200)] 
user32: In ScrollWindowEx do not clip the clipping rectangle with the scrolling rectangle.

14 years agocomctl32/monthcal: Use a style we're caching already.
Nikolay Sivov [Wed, 23 Sep 2009 23:23:27 +0000 (03:23 +0400)] 
comctl32/monthcal: Use a style we're caching already.

14 years agocomctl32/monthcal: Move helper parameter cast to winproc, remove dead parameter check...
Nikolay Sivov [Wed, 23 Sep 2009 23:02:31 +0000 (03:02 +0400)] 
comctl32/monthcal: Move helper parameter cast to winproc, remove dead parameter check code.

14 years agocomctl32/listview: Skip icon spacing tests when unsupported.
Nikolay Sivov [Wed, 23 Sep 2009 20:15:51 +0000 (00:15 +0400)] 
comctl32/listview: Skip icon spacing tests when unsupported.

14 years agocomctl32/listview: Skip some header tests on version 4.0 module.
Nikolay Sivov [Wed, 23 Sep 2009 20:04:01 +0000 (00:04 +0400)] 
comctl32/listview: Skip some header tests on version 4.0 module.

14 years agontdll: Move creation of the CPU-specific registry keys to wineboot.
Alexandre Julliard [Thu, 24 Sep 2009 12:22:57 +0000 (14:22 +0200)] 
ntdll: Move creation of the CPU-specific registry keys to wineboot.

14 years agojscript: Throw type error from call and apply functions.
Jacek Caban [Wed, 23 Sep 2009 22:45:42 +0000 (00:45 +0200)] 
jscript: Throw type error from call and apply functions.

14 years agojscript: Added Object.toString implementation for variable object.
Jacek Caban [Wed, 23 Sep 2009 22:45:21 +0000 (00:45 +0200)] 
jscript: Added Object.toString implementation for variable object.

14 years agojscript: Throw type error fot Array.toString with wrong 'this' call.
Jacek Caban [Wed, 23 Sep 2009 22:45:00 +0000 (00:45 +0200)] 
jscript: Throw type error fot Array.toString with wrong 'this' call.

14 years agojscript: Fixed to_object for NULL IDispatch.
Jacek Caban [Wed, 23 Sep 2009 22:44:30 +0000 (00:44 +0200)] 
jscript: Fixed to_object for NULL IDispatch.

14 years agomciwave: Require at least 16 bytes in the WAVE fmt file header.
Jörg Höhle [Thu, 24 Sep 2009 06:22:43 +0000 (08:22 +0200)] 
mciwave: Require at least 16 bytes in the WAVE fmt file header.

14 years agojscript: Update Lithuanian translation.
Aurimas Fišeras [Wed, 23 Sep 2009 19:51:38 +0000 (22:51 +0300)] 
jscript: Update Lithuanian translation.

14 years agowinegcc: Add ARM support.
André Hentschel [Wed, 23 Sep 2009 18:15:26 +0000 (20:15 +0200)] 
winegcc: Add ARM support.

14 years agosti: StiCreateInstance doesn't need its own implementation.
Alexandre Julliard [Thu, 24 Sep 2009 11:29:58 +0000 (13:29 +0200)] 
sti: StiCreateInstance doesn't need its own implementation.

14 years agosti: Add sti class factory.
Damjan Jovanovic [Wed, 23 Sep 2009 16:54:50 +0000 (18:54 +0200)] 
sti: Add sti class factory.

14 years agosti.h: Add sti create function declarations.
Damjan Jovanovic [Wed, 23 Sep 2009 16:53:38 +0000 (18:53 +0200)] 
sti.h: Add sti create function declarations.

14 years agogdiplus: Implement GdipBitmapSetPixel.
Vincent Povirk [Wed, 23 Sep 2009 16:22:39 +0000 (11:22 -0500)] 
gdiplus: Implement GdipBitmapSetPixel.

14 years agogdiplus: Implement GdipBitmapGetPixel.
Vincent Povirk [Wed, 23 Sep 2009 15:41:13 +0000 (10:41 -0500)] 
gdiplus: Implement GdipBitmapGetPixel.

14 years agogdiplus: Add tests for GdipBitmap(Get|Set)Pixel.
Vincent Povirk [Wed, 23 Sep 2009 15:41:06 +0000 (10:41 -0500)] 
gdiplus: Add tests for GdipBitmap(Get|Set)Pixel.

14 years agowined3d: Don't free D3D pixel shaders until the wined3d pixel shader is destroyed.
Henri Verbeet [Wed, 23 Sep 2009 16:42:13 +0000 (18:42 +0200)] 
wined3d: Don't free D3D pixel shaders until the wined3d pixel shader is destroyed.

14 years agod3d8: Add a separate function for pixel shader initialization.
Henri Verbeet [Wed, 23 Sep 2009 16:42:12 +0000 (18:42 +0200)] 
d3d8: Add a separate function for pixel shader initialization.

14 years agod3d9: Add a separate function for pixel shader initialization.
Henri Verbeet [Wed, 23 Sep 2009 16:42:11 +0000 (18:42 +0200)] 
d3d9: Add a separate function for pixel shader initialization.

14 years agod3d10core: Add a separate function for d3d10_pixel_shader initialization.
Henri Verbeet [Wed, 23 Sep 2009 16:42:10 +0000 (18:42 +0200)] 
d3d10core: Add a separate function for d3d10_pixel_shader initialization.

14 years agowined3d: Add a separate function for pixel shader initialization.
Henri Verbeet [Wed, 23 Sep 2009 16:42:09 +0000 (18:42 +0200)] 
wined3d: Add a separate function for pixel shader initialization.

14 years agowined3d: Don't free D3D vertex shaders until the wined3d vertex shader is destroyed.
Henri Verbeet [Wed, 23 Sep 2009 16:42:08 +0000 (18:42 +0200)] 
wined3d: Don't free D3D vertex shaders until the wined3d vertex shader is destroyed.

14 years agod3d8: Add a separate function for vertex shader initialization.
Henri Verbeet [Wed, 23 Sep 2009 16:42:07 +0000 (18:42 +0200)] 
d3d8: Add a separate function for vertex shader initialization.

14 years agod3d9: Add a separate function for vertex shader initialization.
Henri Verbeet [Wed, 23 Sep 2009 16:42:06 +0000 (18:42 +0200)] 
d3d9: Add a separate function for vertex shader initialization.

14 years agod3d10core: Add a separate function for d3d10_vertex_shader initialization.
Henri Verbeet [Wed, 23 Sep 2009 16:42:05 +0000 (18:42 +0200)] 
d3d10core: Add a separate function for d3d10_vertex_shader initialization.

14 years agowined3d: Add a separate function for vertex shader initialization.
Henri Verbeet [Wed, 23 Sep 2009 16:42:04 +0000 (18:42 +0200)] 
wined3d: Add a separate function for vertex shader initialization.

14 years agowined3d: Remove unused IWineD3DVertexShaderImpl fields.
Henri Verbeet [Wed, 23 Sep 2009 16:42:03 +0000 (18:42 +0200)] 
wined3d: Remove unused IWineD3DVertexShaderImpl fields.

14 years agopstorec: Add a typelib resource.
Alexandre Julliard [Thu, 24 Sep 2009 11:14:55 +0000 (13:14 +0200)] 
pstorec: Add a typelib resource.

14 years agontdll: Avoid crashing on an empty resource directory.
Alexandre Julliard [Thu, 24 Sep 2009 11:14:47 +0000 (13:14 +0200)] 
ntdll: Avoid crashing on an empty resource directory.

14 years agokernel32/tests: Fix a couple of failures in the comm tests.
Alexandre Julliard [Thu, 24 Sep 2009 11:10:54 +0000 (13:10 +0200)] 
kernel32/tests: Fix a couple of failures in the comm tests.

14 years agokernel32: Cope with an empty resource section in UpdateResource.
Alexandre Julliard [Thu, 24 Sep 2009 11:10:39 +0000 (13:10 +0200)] 
kernel32: Cope with an empty resource section in UpdateResource.

14 years agojscript: Throw correct error in get_length.
Jacek Caban [Wed, 23 Sep 2009 14:24:11 +0000 (16:24 +0200)] 
jscript: Throw correct error in get_length.

14 years agojscript: Allow 'this' to be host object in invoke_value_proc.
Jacek Caban [Wed, 23 Sep 2009 14:20:27 +0000 (16:20 +0200)] 
jscript: Allow 'this' to be host object in invoke_value_proc.

14 years agojscript: Added Object.toString for host objects implementation.
Jacek Caban [Wed, 23 Sep 2009 14:19:58 +0000 (16:19 +0200)] 
jscript: Added Object.toString for host objects implementation.

14 years agojscript: Allow this_obj to be host object in call_function.
Jacek Caban [Wed, 23 Sep 2009 14:19:29 +0000 (16:19 +0200)] 
jscript: Allow this_obj to be host object in call_function.

14 years agojscript: Allow 'this' to be host object in builtin functions.
Jacek Caban [Wed, 23 Sep 2009 14:18:39 +0000 (16:18 +0200)] 
jscript: Allow 'this' to be host object in builtin functions.

14 years agojscript: Avoid using dispex->ctx.
Jacek Caban [Wed, 23 Sep 2009 14:17:17 +0000 (16:17 +0200)] 
jscript: Avoid using dispex->ctx.

14 years agojscript: Don't use dispex->ctx in function.c.
Jacek Caban [Wed, 23 Sep 2009 14:16:43 +0000 (16:16 +0200)] 
jscript: Don't use dispex->ctx in function.c.

14 years agojscript: Don't use dispex->ctx in date.c.
Jacek Caban [Wed, 23 Sep 2009 14:15:55 +0000 (16:15 +0200)] 
jscript: Don't use dispex->ctx in date.c.

14 years agojscript: Don't use dispex->ctx in array.c.
Jacek Caban [Wed, 23 Sep 2009 14:14:48 +0000 (16:14 +0200)] 
jscript: Don't use dispex->ctx in array.c.

14 years agojscript: Avoid calling JS builtin functions directly.
Jacek Caban [Wed, 23 Sep 2009 14:14:25 +0000 (16:14 +0200)] 
jscript: Avoid calling JS builtin functions directly.

14 years agojscript: Avoid calling JS builtin functions directly.
Jacek Caban [Wed, 23 Sep 2009 14:13:44 +0000 (16:13 +0200)] 
jscript: Avoid calling JS builtin functions directly.

14 years agojscript: Pass script_ctx_t to builtin functions.
Jacek Caban [Wed, 23 Sep 2009 14:12:57 +0000 (16:12 +0200)] 
jscript: Pass script_ctx_t to builtin functions.

14 years agojscript: Get rid of lcid argument in builtin function implementations.
Jacek Caban [Wed, 23 Sep 2009 14:12:12 +0000 (16:12 +0200)] 
jscript: Get rid of lcid argument in builtin function implementations.

14 years agojscript: Use script LCID in *disp_propput* functions.
Jacek Caban [Wed, 23 Sep 2009 14:11:11 +0000 (16:11 +0200)] 
jscript: Use script LCID in *disp_propput* functions.

14 years agojscript: Use script LCID in *disp_propget* functions.
Jacek Caban [Wed, 23 Sep 2009 14:10:36 +0000 (16:10 +0200)] 
jscript: Use script LCID in *disp_propget* functions.

14 years agojscript: Use script global LCID in *disp_call* functions.
Jacek Caban [Wed, 23 Sep 2009 14:10:06 +0000 (16:10 +0200)] 
jscript: Use script global LCID in *disp_call* functions.

14 years agojscript: Don't require semicolon after function expression.
Jacek Caban [Wed, 23 Sep 2009 14:09:43 +0000 (16:09 +0200)] 
jscript: Don't require semicolon after function expression.

14 years agojscript: Added RegExp function call implementation.
Jacek Caban [Wed, 23 Sep 2009 14:09:22 +0000 (16:09 +0200)] 
jscript: Added RegExp function call implementation.

14 years agouser32: Send a WM_DRAWCLIPBOARD message to the new viewer when SetClipboardViewer...
Alexander Scott-Johns [Wed, 23 Sep 2009 00:35:57 +0000 (01:35 +0100)] 
user32: Send a WM_DRAWCLIPBOARD message to the new viewer when SetClipboardViewer is called.

14 years agouser32: When sending the WM_DRAWCLIPBOARD message, pass the clipboard owner in wParam.
Alexander Scott-Johns [Wed, 23 Sep 2009 00:30:28 +0000 (01:30 +0100)] 
user32: When sending the WM_DRAWCLIPBOARD message, pass the clipboard owner in wParam.

14 years agouser32/tests: Add some clipboard viewer tests.
Alexander Scott-Johns [Sat, 19 Sep 2009 22:29:44 +0000 (23:29 +0100)] 
user32/tests: Add some clipboard viewer tests.

14 years agouser32/tests: Test for correct scaling of DrawIcon.
Wilfried Pasquazzo [Tue, 22 Sep 2009 15:56:06 +0000 (15:56 +0000)] 
user32/tests: Test for correct scaling of DrawIcon.

14 years agouser32: Correct scaling of DrawIcon.
Wilfried Pasquazzo [Tue, 22 Sep 2009 14:20:28 +0000 (14:20 +0000)] 
user32: Correct scaling of DrawIcon.

14 years agooledb32: Implement DBTYPE_STR and DBTYPE_WSTR src types.
Huw Davies [Tue, 22 Sep 2009 15:58:24 +0000 (16:58 +0100)] 
oledb32: Implement DBTYPE_STR and DBTYPE_WSTR src types.

14 years agooledb32: Implement some conversions to DBTYPE_I4.
Huw Davies [Tue, 22 Sep 2009 15:17:22 +0000 (16:17 +0100)] 
oledb32: Implement some conversions to DBTYPE_I4.

14 years agomshtml/tests: Fix htmldoc test on Windows Server and Win7.
Ge van Geldorp [Wed, 23 Sep 2009 10:37:28 +0000 (12:37 +0200)] 
mshtml/tests: Fix htmldoc test on Windows Server and Win7.

14 years agooleaut32: Use the appropriate PSFactoryBuffer guid when registering interfaces.
Alexandre Julliard [Wed, 23 Sep 2009 12:32:01 +0000 (14:32 +0200)] 
oleaut32: Use the appropriate PSFactoryBuffer guid when registering interfaces.