Commit Graph

28236 Commits

Author SHA1 Message Date
Hwang YunSong(황윤성) 2f4fc986d5 mpr: Updated Korean resource. 2007-10-25 13:57:47 +02:00
Hwang YunSong(황윤성) 8783eeb751 comdlg32: Updated Korean resource. 2007-10-25 13:57:20 +02:00
Hwang YunSong(황윤성) 7db430ac84 comctl32: Updated Korean resource. 2007-10-25 13:56:41 +02:00
Lei Zhang 7c2263ddc4 user32: Do not send button click to dialog with disabled default button. 2007-10-25 13:52:09 +02:00
Dan Hipschman 9d7b34c192 oleaut32: Use widl to generate oaidl_p.c. 2007-10-25 13:33:37 +02:00
Aric Stewart 04b4dd0227 iphlpapi: Correct GetBestRoute when there is no route. 2007-10-25 12:54:20 +02:00
Juan Lang 62f4022563 crypt32: Avoid misleading fixme when no data are passed to CryptUnprotectData. 2007-10-25 12:54:14 +02:00
Juan Lang 4d3853ce9f setupapi: Return FALSE if a NULL buffer is passed in. 2007-10-25 12:53:29 +02:00
Juan Lang 1fd2bc5215 advapi32: Add stubs for CredEnumerateA/W. 2007-10-25 12:53:22 +02:00
Juan Lang aa657e93be credui: Add proper parameter names to SSO stubs, and use symbolic return values. 2007-10-25 12:53:15 +02:00
Dmitry Timoshkov ae89239cde shlwapi: Forward GetStringType3ExW to GetStringTypeW. 2007-10-25 12:48:53 +02:00
Dmitry Timoshkov f7a7e6d9f9 shlwapi: Forward SetDlgItemTextWrapW to user32.SetDlgItemTextW. 2007-10-25 12:48:48 +02:00
Aric Stewart 80969f5303 iphlpapi: For platforms that do not implement /proc, return Unimplemented for the functions trying to read from there. 2007-10-25 12:48:29 +02:00
Gerald Pfeifer 826a6d09d4 rpcrt4: Initialize variable to avoid compiler warning. 2007-10-25 12:48:01 +02:00
Rob Shearman 512239d515 kernel32: Add tests for creating events with different initial security descriptors. 2007-10-25 12:47:28 +02:00
Rob Shearman dd9e392796 server: Use the security descriptor passed in when creating events. 2007-10-25 12:47:22 +02:00
Rob Shearman 87b15db617 advapi32: Print out the unknown value for sid use in the LookupAccountName test, instead of the known value. 2007-10-25 12:14:34 +02:00
Rob Shearman 266a5a9d23 comctl32: Don't set the focus to the text box when the ComboBoxEx receives a CBN_SELENDCANCEL notification. 2007-10-25 12:14:26 +02:00
Rob Shearman e146591cd6 credui: Add tests for CredUIPromptForCredentialsW and CredUIConfirmCredentialsW. 2007-10-25 12:14:18 +02:00
Rob Shearman 1d150b8920 credui: Build the import library. 2007-10-25 12:11:22 +02:00
Rob Shearman 3b219c9638 credui: Verify some of the parameters to CredUIPromptForCredentials, like native does. 2007-10-25 12:11:18 +02:00
Rob Shearman 33d1ad1098 credui: The pUIInfo parameter is optional to CredUIPromptForCredentials, so check before dereferencing it to get the parent window. 2007-10-25 12:11:11 +02:00
Rob Shearman af069ad758 credui: Implement CredUIConfirmCredentialsW. 2007-10-25 12:11:02 +02:00
Alexander Dorofeyev 3ac3a5dcb5 gdi32: Fix unchecked NULL ptr in BIDI_Reorder. 2007-10-24 15:36:37 +02:00
David Adam 5edd2cfaa7 d3dx8: Implement D3DXPlaneMatrixIsIdentity. 2007-10-24 14:15:25 +02:00
David Adam 5b685e6ad7 d3dx8: Implement D3DXPlaneColorSubtract. 2007-10-24 14:15:00 +02:00
David Adam 2567bd8a98 d3dx8: Implement D3DXPlaneColorAdd. 2007-10-24 14:14:51 +02:00
David Adam 0dc3208cf6 d3dx8: Implement D3DXPlaneColorScale. 2007-10-24 14:14:35 +02:00
David Adam 03e92443d7 d3dx8: Implement D3DXPlaneColorModulate. 2007-10-24 14:14:27 +02:00
David Adam 2f3702043e d3dx8: Implement D3DXPlaneColorLerp. 2007-10-24 14:14:17 +02:00
David Adam 6ebc5cefdf d3dx8: Implement D3DXPlaneColorNegative. 2007-10-24 14:14:08 +02:00
David Adam a00353b394 d3dx8: Implement D3DXPlaneDotNormalize. 2007-10-24 14:14:00 +02:00
David Adam 3247fa0d67 d3dx8: Implement D3DXPlaneDotCoord. 2007-10-24 14:13:48 +02:00
David Adam 10259cd87c d3dx8: Implement D3DXPlaneDot. 2007-10-24 14:13:37 +02:00
Dmitry Timoshkov fd9774cef6 shlwapi: Forward more entries to user32 exports. 2007-10-24 14:12:17 +02:00
Dmitry Timoshkov 54c83b388c shlwapi: Use existing shlwapi/Win32 APIs to compare strings in Windows encoding. 2007-10-24 14:12:09 +02:00
Dmitry Timoshkov 4009de3662 ntdll: Use symbolic names when possible. 2007-10-24 14:12:04 +02:00
Dan Hipschman 816f993288 oleaut32: Add stubs for IPropertyBag_Read. 2007-10-24 13:52:16 +02:00
Juan Lang a79ec597f4 credui: Add stubs. 2007-10-24 13:51:13 +02:00
Mikolaj Zalewski d0cff353af browseui: Implement the progress dialog. 2007-10-24 13:49:17 +02:00
Dan Kegel f4b0cf5f5b gdi32/tests: Fix false pass in warn+heap case. 2007-10-24 13:47:28 +02:00
Juan Lang 912c3e609b crypt32: Implement cert chain revocation checking. 2007-10-24 12:33:39 +02:00
Juan Lang 5928c698ae crypt32: Implement CertVerifyRevocation. 2007-10-24 12:33:32 +02:00
Juan Lang 3b85a7946e crypt32: Add basic test for CertVerifyRevocation. 2007-10-24 12:33:24 +02:00
Juan Lang cf8db7305d crypt32: Add CertVerifyRevocation stub. 2007-10-24 12:33:10 +02:00
Juan Lang 42d0d50561 cryptnet: Don't prefer native version. 2007-10-24 12:32:59 +02:00
Juan Lang 07794d5890 cryptnet: Implement CertDllVerifyRevocation. 2007-10-24 12:32:52 +02:00
Juan Lang 45f260e3e2 cryptnet: Get cache entry expire time from HTTP expires header. 2007-10-24 12:29:51 +02:00
Juan Lang 6c5f759d5a cryptnet: Set timeout on http connections when a timeout is specified. 2007-10-24 12:29:41 +02:00
Alexander Dorofeyev cdca301821 gdi32: Fix runaway loop because of unsigned comparison in BIDI_Reorder. 2007-10-23 19:37:36 +02:00