30111 Commits

Author SHA1 Message Date
Paul Vriens
a3d8d14e52 wincrypt.h: A few more defines. 2006-09-25 17:56:19 +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
48c14238b8 make_makefiles: Merged the make_progs script into make_makefiles. 2006-09-24 12:11:39 +02:00
Detlef Riekenberg
ca788bbc26 include: Open Watcom compatibility (Fix _BSDTYPES_DEFINED typo). 2006-09-22 13:22:50 +02:00
Alexandre Julliard
c84c47842e configure: Moved the libGL.a check to the final warnings. 2006-09-22 09:36:12 +02:00
Alexandre Julliard
c4704c2d7e Makefile: Automatically update config.h if configure changed. 2006-09-22 09:33:00 +02:00
Alexandre Julliard
44db04c01e make_makefiles: Parse the makefiles to find the correct rules file dependency. 2006-09-22 09:27:29 +02:00
Alexandre Julliard
1b9535afc8 makedep: Update dependencies even with no source files. 2006-09-22 09:25:49 +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
Michael Stefaniuc
4a0234e4bf include: Make the return type of mmioSendMessage16 in the function declaration match that of the function definition. 2006-09-21 11:26:30 +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
Benjamin Arai
8d921f1d3c oleaut32: Conformance test for function variant:VarImp. 2006-09-21 11:25:45 +02:00
Benjamin Arai
4cb6c9184b oleaut32: Implementation for function variant:VarImp. 2006-09-21 11:25:41 +02:00
Stefan Leichter
7262a86ceb dmime: Print 64bit integers with wine_dbgstr_longlong. 2006-09-21 11:16:55 +02:00
Andrew Talbot
c9f9797890 ole32: Cast-qual warnings fix. 2006-09-21 11:16:42 +02:00
Andrew Talbot
278efe5f7a odbc32: Cast-qual warning fix. 2006-09-21 11:16:35 +02:00