Commit Graph

19332 Commits

Author SHA1 Message Date
Jacek Caban a14e2aaf97 mshtml: Create one "Internet Explorer_Hidden" window per thread. 2006-09-25 20:07:18 +02:00
Jonathan Ernst 8fc83b1f46 dlls: Assorted French translation improvements. 2006-09-25 18:32:33 +02:00
Mikołaj Zalewski a73813a093 user32: Update Polish translation. 2006-09-25 18:32:12 +02:00
Mikołaj Zalewski 3380a7d955 resources: Mark common resources as LANG_NEUTRAL, SUBLANG_NEUTRAL. 2006-09-25 18:31:55 +02:00
Stefan Dösinger 9cafbd6de0 wined3d: Surface data is 32 bit aligned. 2006-09-25 18:31:26 +02:00
Stefan Dösinger 96bce8d6d4 wined3d: Avoid wasting a uniform. 2006-09-25 18:24:19 +02:00
Stefan Dösinger 674af50174 wined3d: Stop fixing up a VBO if the declaration changes too often. 2006-09-25 18:22:36 +02:00
Stefan Dösinger 615db2b93d wined3d: Verify the VBO vertex declaration every draw. 2006-09-25 18:21:50 +02:00
Stefan Dösinger 0ce3c59477 wined3d: Fix a typo. 2006-09-25 18:21:04 +02:00
Andrew Talbot 04423c4f59 quartz: Cast-qual warnings fix. 2006-09-25 18:16:35 +02:00
Andrew Talbot 0e9c97eba3 oleaut32: Cast-qual warnings fix. 2006-09-25 18:15:39 +02:00
Aric Stewart 5537fbbcff user: Correct buffer overflows in IME processing code. 2006-09-25 18:13:21 +02:00
Marcus Meissner 966c5b6c0b msi: Support more dialog groups. 2006-09-25 17:56:50 +02:00
Roderick Colenbrander 7c86d91bb9 wined3d: glBlend* fixes. 2006-09-25 17:56:04 +02:00
Jacek Caban 51a6a11120 mshtml: Better IDM_PARSECOMPLETE test. 2006-09-25 17:55:50 +02:00
Jacek Caban f86827317b shdocvw: Added [get|put]_Silent implementation.
As we don't have any dialog in WebBrowser implemented yet, all we have to do is to store silent value.
2006-09-25 17:55:47 +02:00
Huw Davies 38d33e33ae advapi32: Fix ADVAPI_GetComputerSid to work correctly if a sid doesn't exist in the registry.
This makes the tests run correctly on first invocation.
2006-09-25 17:55:40 +02:00
Huw Davies 7dbda7a9f5 gdi32: Make the bitmap font tests locale aware. 2006-09-25 17:55:35 +02:00
Huw Davies e41992ccaf gdi32: Win 2000 and Win XP behave differently if there's a '\n' in the string, so remove the width test completely. 2006-09-25 17:55:27 +02:00
Kai Blin 35bf41bc16 secur32: Stop loading Negotiate until it is actually working. 2006-09-25 17:55:22 +02:00
Alexandre Julliard dea8c6a9ce user: Fix handling of high bits of resource id in LoadString, reported by Andrey Turkin. 2006-09-21 20:47:20 +02:00
Ivan Gyurdiev b421b60874 wined3d: Allow null streams in the vertex declaration. 2006-09-21 19:57:12 +02:00
Kai Blin 6ae83720dd secur32: Tell the user if ntlm_auth is not found or outdated. 2006-09-21 19:57:07 +02:00
Alex Villacís Lasso b897ad1774 msacm: acmDriverPriority() compares dwPriority against negative values.
This issue was spotted by Andrew Talbot.
2006-09-21 19:56:59 +02:00
Benjamin Arai 0b4eafada9 nddeapi: Implement stub dll for nddeapi. 2006-09-21 18:34:55 +02:00
Byeong-Sik Jeon e1c630847c comdlg32: Show better font style information in fontdlg. 2006-09-21 18:33:25 +02:00
James Hawkins 15b7934f3d wintrust: Add a stub implementation of CryptCATClose. 2006-09-21 18:23:47 +02:00
James Hawkins ab5494e83e wintrust: Add a stub implementation of CryptCATEnumerateMember. 2006-09-21 18:23:38 +02:00
James Hawkins 8082477d6c wintrust: Move the Crypt* functions to crypt.c. 2006-09-21 18:22:55 +02:00
James Hawkins a89db155d8 wintrust: Add a stub implementation of CryptCATOpen. 2006-09-21 18:22:48 +02:00
Mikołaj Zalewski 2fa45673f8 comctl32: toolbar: Fix the return code of TB_ADDBITMAP. 2006-09-21 17:42:44 +02:00
Mikołaj Zalewski 12d3235edc comctl32: toolbar: Simplify the TOOLBAR_AddButton. 2006-09-21 17:42:34 +02:00
Mikołaj Zalewski 9e390091db comctl32: toolbar: Fix IDB_STD_VIEW_* icons count (with testcase). 2006-09-21 17:41:36 +02:00
Mikołaj Zalewski d457b37d82 comctl32: toolbar: Use correctly wParam in TB_ADDBITMAP. 2006-09-21 17:41:20 +02:00
Mikołaj Zalewski 89f537dd57 comctl32: imagelist: SetImageCount can be used to decrease image count (with testcase). 2006-09-21 17:41:05 +02:00
Mikołaj Zalewski 80664defa8 comctl32: toolbar: Add some tests for TB_ADDBITMAP. 2006-09-21 17:40:45 +02:00
James Hawkins 545d0e70cf msi: Disable child features of parent features that are unselected because of the install level. 2006-09-21 13:03:32 +02:00
James Hawkins 703d77dc58 msi: Translate the INSTALLSTATE_UNKNOWN index into the INSTALLSTATE_ABSENT image index. 2006-09-21 13:03:27 +02:00
James Hawkins 32f570222b msi: Don't check a component's install state if a component ID is not provided. 2006-09-21 13:02:00 +02:00
James Hawkins 6ac0f3ed29 msi: Fix the results of a few tests to match Windows. 2006-09-21 13:01:43 +02:00
James Hawkins d893cb7d1e msi: Load the component states in CostFinalize instead of CostInitialize. 2006-09-21 13:01:33 +02:00
James Hawkins ca5c11009d msi: Initialize all features' action states to INSTALLSTATE_UNKNOWN. 2006-09-21 13:01:18 +02:00
James Hawkins 937b9b2bbc msi: Only override a feature whose action state is INSTALLSTATE_SOURCE. 2006-09-21 13:01:10 +02:00
James Hawkins 319cac4c1f advpack: backup should be a const string. 2006-09-21 13:01:03 +02:00
Alexandre Julliard c56eec22e2 wininet/tests: Don't fail the tests if the network is unreachable. 2006-09-21 12:44:56 +02:00
Alexandre Julliard 7f5b4a4602 urlmon/tests: Don't fail the tests if the network is unreachable. 2006-09-21 11:45:32 +02:00
Roderick Colenbrander b669fcaf7b opengl: Move wgl font code to winex11.drv. 2006-09-21 11:45:08 +02:00
Dan Hipschman 47b6d3a1e3 msxml3: Fix IXMLDOMNamedNodeMap_getNamedItem() conformance on error. 2006-09-21 11:26:25 +02:00
Benjamin Arai 4195697cc1 msi: Adds test to check "JOIN" operator with "*" operator for the SELECT clause returns the correct results. 2006-09-21 11:26:13 +02:00
Benjamin Arai a35ff56580 msi: Adds test to check if basic "JOIN" operator without "WHERE" clause returns the correct results. 2006-09-21 11:26:05 +02:00