Commit Graph

50247 Commits

Author SHA1 Message Date
Henri Verbeet 99981f2604 wined3d: Remove some assumptions that PreLoad() will always bind the texture. 2008-09-17 20:49:38 +02:00
Henri Verbeet 53a7951230 wined3d: Clarify a comment. 2008-09-17 20:49:33 +02:00
Paul Chitescu ac865ad931 explorer: WM_SYSCOMMAND SC_SCREENSAVE to desktop triggers screen saver. 2008-09-17 18:11:16 +02:00
Paul Chitescu da012ed8e7 user32: Stub for LockWorkStation. 2008-09-17 18:11:11 +02:00
Alexandre Julliard 382ef908f1 kernel32/tests: Handle the win2k3 version check behavior. 2008-09-17 16:29:53 +02:00
Alexandre Julliard 392387400e user32/tests: Fix some test failures on win9x. 2008-09-17 16:29:32 +02:00
Alexandre Julliard b40628825a user32/tests: Cope with last error behavior on Vista. 2008-09-17 16:24:10 +02:00
Alexandre Julliard a3dd2967ca shlwapi/tests: SHLWAPI.23 apparently returns an HRESULT on Vista. 2008-09-17 16:23:49 +02:00
Alexandre Julliard 0e894c3444 mstask/tests: Fix test failures on XP. 2008-09-17 16:23:08 +02:00
Alexandre Julliard 343d2420fc user32/tests: Fix some test failures on XP. 2008-09-17 14:05:06 +02:00
Rob Shearman 0ac31924a1 oleaut32: Fix a typo in VarTokenizeFormatString.
The second 'q' should be upper case.
2008-09-17 12:13:14 +02:00
Rob Shearman c8db4e6232 include: Add DUMMYUNIONNAME to unions in the _wireVARIANT, TYPEDESC and VARDESC structures in oaidl.idl. 2008-09-17 12:02:51 +02:00
Rob Shearman 56502ebb99 include: Add DUMMYUNIONNAME to the anonymous union in the uSTGMEDIUM structure in objidl.idl. 2008-09-17 12:02:46 +02:00
Rob Shearman 97a9df1c3c include: Make exdisp.h compile when included after commdlg.h. 2008-09-17 12:02:24 +02:00
Rob Shearman d524a761a1 include: Make dmusici.h compile when it is included after winspool.h. 2008-09-17 12:02:17 +02:00
Rob Shearman f530cf9e76 cryptnet: Define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS before including any PSDK headers. 2008-09-17 12:02:10 +02:00
Rob Shearman 0848a19ec0 msvcrt: Fix character count passed into fgetws in test_fileops. 2008-09-17 12:02:02 +02:00
Rob Shearman 1229e0ab29 kernel32: Fix character count passed to GlobalGetAtomNameW in test_get_atom_name. 2008-09-17 12:01:57 +02:00
Huw Davies bdc9440d65 inetcomm: Implement MimeOleGetCharsetInfo. 2008-09-17 11:04:38 +02:00
Huw Davies 5497ff016c inetcomm/tests: Add tests for IMimeInternational_ConvertString. 2008-09-17 11:04:33 +02:00
Huw Davies 0d04d7acb1 inetcomm: Implement IMimeInternational_ConvertString. 2008-09-17 11:04:24 +02:00
Peter Dons Tychsen bc7b194bf9 winedevice: Fix problems with driver entries without the "ImagePath" entry in registry. 2008-09-17 10:58:46 +02:00
Peter Dons Tychsen 741dd708c4 services: Fixed problem with services where DependOnServices key is REG_SZ and not REG_MULTI_SZ. 2008-09-17 10:55:50 +02:00
Lei Zhang 62823d272d qcap: Make sure input to AMStreamConfig_SetFormat is not NULL. 2008-09-17 10:55:10 +02:00
Dmitry Timoshkov 24e426517e winhttp: Move common code to the upper level, avoid accessing the buffer before the buffer size check, make the code conform to existing rules. 2008-09-17 10:54:52 +02:00
Dmitry Timoshkov b4e6aa645b kernel32: Fix the target buffer size. 2008-09-17 10:54:48 +02:00
Dmitry Timoshkov e853f1076c jscript: Fix the uninitialized variable warning. 2008-09-17 10:54:44 +02:00
Jacek Caban ef221478f0 mshtml: Fixed tests on IE7. 2008-09-17 10:54:38 +02:00
Jacek Caban 4e670c1c6b jscript: Fixed allocation of script buffer. 2008-09-17 10:54:36 +02:00
Vitaliy Margolen c51ca17892 kernel32: Use NULL attributes if name and SA are not not specified. 2008-09-17 10:54:32 +02:00
Christian Costa 364d69d78d d3dxof: Implement object parsing in text mode. 2008-09-17 10:53:45 +02:00
Alexandre Julliard b1412422ad kernel32/tests: Comment out an UpdateResource call that causes failures. 2008-09-16 22:36:58 +02:00
Alexandre Julliard 337fa823d2 kernel32/tests: Support alternate results in the loader test on Vista. 2008-09-16 22:36:42 +02:00
Alexandre Julliard 9f0773587b kernel32/tests: Fix a test on win9x. 2008-09-16 22:36:04 +02:00
Alexandre Julliard c190bdde50 ntdll/tests: Clear the direction flag in the handler since Windows may not do it.
Add some comments to make it easier to identify failing tests.
2008-09-16 22:35:48 +02:00
Hans Leidekker 70f2f5d6a8 winhttp: Close the network connection if necessary. 2008-09-16 22:35:08 +02:00
Jacek Caban 5c1c923d5e jscript: Added minus expression implementation. 2008-09-16 22:35:01 +02:00
Jacek Caban 43f760ba17 jscript: Added '/=' expression implementation. 2008-09-16 22:34:56 +02:00
Jacek Caban 323e11b4ab jscript: Added '/' expression implementation. 2008-09-16 22:34:52 +02:00
Jacek Caban 01a4acbd8c jscript: Added '*=' expression implementation. 2008-09-16 22:34:48 +02:00
Jacek Caban 2385f8d494 jscript: Added '*' expression implementation. 2008-09-16 22:34:44 +02:00
Jacek Caban 2a672e334e jscript: Added '-=' expression implementation. 2008-09-16 22:34:40 +02:00
Jacek Caban c3af87180a jscript: Added '-' expression implementation. 2008-09-16 22:34:35 +02:00
Jacek Caban 1a97632a4e jscript: Added to_object(number) implementation. 2008-09-16 22:34:31 +02:00
Jacek Caban 7fa373e364 jscript: Added to_object(VT_BOOL) implementation. 2008-09-16 22:34:27 +02:00
Jacek Caban e7903ecfa9 jscript: Added throw statement implementation. 2008-09-16 22:34:23 +02:00
Jacek Caban 66eb62ada6 jscript: Added try statement implementation. 2008-09-16 22:34:09 +02:00
Henri Verbeet 147ec1a1a4 wined3d: Use the internal format for renderbuffer storage.
Note that using GL_DEPTH_COMPONENT instead of eg. GL_DEPTH_COMPONENT24
will work, but will create a renderbuffer with the format of the
onscreen depth buffer.
2008-09-16 22:34:03 +02:00
Henri Verbeet ad658c22b8 wined3d: IWineD3DCubeTextureImpl implements IID_IWineD3DCubeTexture, not IID_IWineD3DTexture. 2008-09-16 22:33:54 +02:00
Henri Verbeet 047e42da08 wined3d: Improve a TRACE. 2008-09-16 22:33:46 +02:00