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 |
Juan Lang
|
b44d713d23
|
netapi32: Partially implement DsRoleGetPrimaryDomainInformation, and DsRoleFreeMemory.
|
2006-09-21 11:16:25 +02:00 |
Juan Lang
|
0624ba1b2e
|
crypt32: Don't crash on freeing null chain engine.
|
2006-09-21 11:16:10 +02:00 |
Juan Lang
|
c33f0c555e
|
crypt32: Test exporting key acquired through CryptAcquireCertificatePrivateKey.
|
2006-09-21 11:16:03 +02:00 |
Juan Lang
|
c3702346bc
|
crypt32: Test decoding a big CRL.
|
2006-09-21 11:15:57 +02:00 |
Stefan Dösinger
|
fd65b9b413
|
wined3d: Do not bind the 0 vbo when vbos are unsupported.
|
2006-09-21 11:14:52 +02:00 |
Alexandre Julliard
|
81977b773b
|
server: Kill the process without SIGTERM when the fd socket is closed.
|
2006-09-21 11:14:45 +02:00 |
Alexandre Julliard
|
e3bd111b87
|
configure: Don't display any messages when started from the makefile to rebuild config.status.
|
2006-09-21 11:14:38 +02:00 |
Alexandre Julliard
|
1333ac8d87
|
configure: Escape newlines in DEPENDENCIES when using an old autoconf version.
|
2006-09-20 21:46:49 +02:00 |
Alexandre Julliard
|
9cc11a3d53
|
Makefile: Fixed rule for building makedep when cross-compiling.
|
2006-09-20 20:16:19 +02:00 |
Paul Vriens
|
4c32875e92
|
crypt32: Simplify by removing unneeded backslash.
|
2006-09-20 20:04:55 +02:00 |
Huw Davies
|
8b368b9cee
|
gdi32: GetTextExtentPoint and GetTextExtentExPoint behave differently if there's a \n in the string.
|
2006-09-20 20:04:45 +02:00 |