Commit Graph

36466 Commits

Author SHA1 Message Date
Jacek Caban 32a3a167b6 jscript: Added break statement implementation. 2008-09-18 12:21:34 +02:00
Jacek Caban 2b16387708 jscript: Added switch statement implementation. 2008-09-18 12:21:29 +02:00
Jacek Caban c0f3c78954 jscript: Added 'new' expression implementation. 2008-09-18 12:21:23 +02:00
Jacek Caban 47fcf8d0c7 jscript: Added '!=' expression implementation. 2008-09-18 12:21:16 +02:00
Jacek Caban d699834892 jscript: Added '==' expression implementation. 2008-09-18 12:21:07 +02:00
Alexandre Julliard 8e7dad93ef winex11: Compare the window position against the cached position in ConfigureNotify. 2008-09-17 21:17:12 +02:00
Alexandre Julliard ecf579b8c4 winex11: Ignore the initial WM_STATE transition out of withdrawn state. 2008-09-17 21:17:11 +02:00
Alexandre Julliard 3cb23d3455 winex11: Don't try to retrieve the X11 size on ShowWindow for zero-sized windows. 2008-09-17 21:17:11 +02:00
Alexandre Julliard 308476ef2f winex11: Force the X11 size of zero-sized window to always be 1x1. 2008-09-17 21:11:47 +02:00
Henri Verbeet 9e3b9f8b41 wined3d: Add a checkGLcall() at the end of loadTexCoords().
To prevent GL errors in loadTexCoords from showing up in different state handlers
2008-09-17 20:50:04 +02:00
Henri Verbeet 9e955d3a28 wined3d: Make the debug channels more consistent. 2008-09-17 20:49:57 +02:00
Henri Verbeet 728932f2eb wined3d: Don't needlessly bind the texture in PreLoad(). 2008-09-17 20:49:47 +02:00
Henri Verbeet 17330c03de wined3d: Don't assume the texture is bound in IWineD3DVolumeImpl_LoadTexture(). 2008-09-17 20:49:42 +02:00
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 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 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
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