Marcus Meissner
2febaf6438
mshtml: Fixed last argument to MultiByteToWideChar.
2009-02-05 13:11:32 +01:00
Juan Lang
55b504cc88
mshtml: Pass bytes written pointer to WriteFile.
2009-02-05 13:11:16 +01:00
Juan Lang
69cf059e8b
shell32: Remove an obsolete comment.
2009-02-05 13:10:37 +01:00
Juan Lang
5c39ea4509
shell32: Use the normal list checks for CSIDL_PERSONAL.
2009-02-05 13:10:33 +01:00
Juan Lang
63abc12461
shell32: Remove a test that fails on Win64.
2009-02-04 15:56:17 +01:00
Vincent Pelletier
0924ddd2ba
msadp32.acm: Block align the adpcm extra data.
...
Based heavily on Stefano Guidoni's patch.
2009-02-04 15:55:22 +01:00
Jeremiah Flerchinger
8ee698c29e
winedos: Unify Fake BIOS & VGA display mode selection information and algorithms.
2009-02-04 15:55:15 +01:00
Nikolay Sivov
1ba1ff5f16
propsys: Stub for PSRegisterPropertySchema.
2009-02-04 15:42:39 +01:00
Nikolay Sivov
c17266de9e
gdiplus: Implemented GdipGetLogFontA.
2009-02-04 15:41:09 +01:00
Nikolay Sivov
9f0edc5e7c
gdiplus: Implemented GdipFillRegion.
2009-02-04 15:40:59 +01:00
Aric Stewart
929aadf29b
msctf: Implement TF_GetThreadMgr.
2009-02-04 15:11:56 +01:00
Aric Stewart
f94f78ff03
msctf: Implement TF_CreateThreadMgr.
2009-02-04 15:10:59 +01:00
Aric Stewart
ea92f8cbff
msctf: Flesh out spec file with stubs.
2009-02-04 15:10:53 +01:00
Aric Stewart
c4d5872cd1
msctf: Implement ITfCategoryMgr::RegisterCategory.
2009-02-04 15:09:24 +01:00
Aric Stewart
2fe3b64fb4
msctf: Stub implementation of ITfCategoryMgr.
2009-02-04 15:09:00 +01:00
Aric Stewart
3680bdccc2
msctf: Implement ITfInputProcessorProfiles::AddLanguageProfile.
2009-02-04 15:08:30 +01:00
Aric Stewart
649d12b170
msctf: Implement ITfInputProcessorProfiles::Register.
2009-02-04 15:07:18 +01:00
Aric Stewart
fd92f871a3
msctf: Implement InputProcessorProfiles::GetCurrentLanguage.
2009-02-04 15:06:42 +01:00
Aric Stewart
6c842a86bb
msctf: Add stub implementation of ITfInputProcessorProfiles.
2009-02-04 15:06:33 +01:00
Alexandre Julliard
4e29ceeb77
include: Define LANGID in wtypes.idl.
2009-02-04 15:06:25 +01:00
Detlef Riekenberg
f78f4d89b7
comctl32/tests: Make the test dpi and theme aware by using SM_CYSIZE.
2009-02-04 14:27:25 +01:00
Alistair Leslie-Hughes
a14a75b85e
shdocvw: Correct OnAmbientPropertyChange regression.
2009-02-04 14:08:26 +01:00
Alexandre Julliard
601a1364b9
dbghelp: Moved SymEnumLines to symbol.c to reuse the regex support.
2009-02-04 13:13:08 +01:00
Alexandre Julliard
768954b245
dbghelp: Fall back to string comparison if regex support is missing.
2009-02-04 13:02:08 +01:00
Alexandre Julliard
e9610f674c
dbghelp: Allocate enough memory initially for regexps instead of growing the buffer.
2009-02-04 13:00:31 +01:00
Alexandre Julliard
ae7490d362
dbghelp: Fix pool allocation routines to be able to support arbitrary sizes.
...
Also move full arenas to a separate list to avoid searching through
them again and again.
2009-02-04 12:27:36 +01:00
David Adam
55d6f07e31
d3dx9_36: Remove useless traces.
2009-02-04 12:26:33 +01:00
Florian Tobias Schandinat
edbd488554
winedos: Improve PIT emulation.
2009-02-04 12:26:29 +01:00
Dmitry Timoshkov
0d65421b99
mlang: Get rid of ICOM_THIS_MULTI macro.
2009-02-04 12:26:13 +01:00
Michael Stefaniuc
f02f39f60c
twain_32/tests: Don't leak memory on an error path (Smatch).
2009-02-04 12:26:09 +01:00
Michael Stefaniuc
3415f7788c
include: Change some DWORD to DWORD_PTR in mmddk.h.
...
This matches the DDK and removes 14 Win64 compile warnings.
2009-02-04 12:26:05 +01:00
Christian Costa
5bc9da3411
d3dxof: Fix object files size limitation by mapping them into memory.
2009-02-04 12:25:59 +01:00
Aric Stewart
8dc84666a6
advapi32: Add Security Label sids used by IE7.
2009-02-04 12:25:35 +01:00
Juan Lang
ea3adf2783
mapi32/tests: Fix typo.
2009-02-04 12:25:30 +01:00
Juan Lang
0bb1c5648b
shell32: Use list of allowed PIDL types rather than assuming there are no more than two.
2009-02-04 12:25:08 +01:00
Juan Lang
dfdf2be7c6
shell32: Fix a couple test failures on NT4.
2009-02-04 12:25:04 +01:00
Juan Lang
8b0f2e3e4b
rsaenh: Fix failing tests on Windows ME.
2009-02-04 12:25:00 +01:00
Juan Lang
2d0e586425
wintrust: Use GetSystemDirectory rather than GetWindowsDirectory to find the CatRoot directories.
2009-02-04 12:24:57 +01:00
Juan Lang
b9ae777d96
secur32: Fix a handful of test failures on Win9x.
2009-02-04 12:24:45 +01:00
Alexandre Julliard
486e66ed6e
setupapi/tests: Don't compare the drive letter of expanded file paths.
2009-02-03 22:23:35 +01:00
Alexandre Julliard
5d0f3aa33b
kernel32/tests: Add another error code in the CreateDirectory test.
2009-02-03 22:23:19 +01:00
Paul Vriens
e1b80a04a0
riched32/tests: Skip some tests on Win9x, WinME and NT4.
2009-02-03 15:32:49 +01:00
Alexandre Julliard
3cd4150059
kernel32/tests: Don't hardcode C drive for CreateDirectory tests.
2009-02-03 15:21:47 +01:00
Alexandre Julliard
1a28fb6c16
kernel32/tests: Use a better invalid filename than "foo".
2009-02-03 15:15:49 +01:00
Alexandre Julliard
bdfa9c3a1b
kernel32/tests: Allow more error codes from GetDiskFreeSpace.
2009-02-03 15:04:24 +01:00
Alexandre Julliard
e8d36ff9a1
kernel32/tests: Print some more details on directory test failures.
2009-02-03 15:01:41 +01:00
Alistair Leslie-Hughes
69a8066b18
shdocvw: OnAmbientPropertyChange should refresh all properties with a DISPID_UNKNOWN.
2009-02-03 14:36:21 +01:00
Alistair Leslie-Hughes
36a2d5ac3a
mshtml: Add support for IHTMLStyle4 interface.
2009-02-03 14:20:10 +01:00
Alistair Leslie-Hughes
337c066314
mshtml: Add support for IHTMLStyle3 interface.
2009-02-03 14:19:50 +01:00
David Adam
8716c62c6e
d3dx9_36: Implement D3DXIntersectTri.
2009-02-03 14:19:44 +01:00
David Adam
b8eb4cf861
d3dx8: Implement D3DXIntersectTri.
2009-02-03 14:17:04 +01:00
Jeremy White
5bef45201a
sane.ds: Pass MSG_QUERYSUPPORT requests to the capability driver.
2009-02-03 14:02:05 +01:00
Jeremy White
1199c30c9c
twain_32: Add the ability to thoroughly test basic capability types, and add that test for the one capability Wine supports, ICAP_XFERMECH.
2009-02-03 14:01:43 +01:00
Aric Stewart
aacbe97ae5
msctf: Add ITfSource interface to DocumentMgr.
2009-02-03 13:26:59 +01:00
Aric Stewart
bc7dd32e67
msctf: Add ITfSource interface to ThreadMgr.
2009-02-03 13:26:48 +01:00
Aric Stewart
efbd3b4f56
msctf: Add ITfSource interface to Context.
2009-02-03 13:26:37 +01:00
Aric Stewart
e1014b3ea4
msctf: Implement ITfDocumentMgr::GetBase.
2009-02-03 13:25:51 +01:00
Aric Stewart
130303bcea
msctf: Implement ITfDocumentMgr::GetTop.
2009-02-03 13:25:33 +01:00
Aric Stewart
f3e2027b43
msctf: Implement ITfDocumentMgr::Pop.
2009-02-03 13:25:28 +01:00
Aric Stewart
fd8c2a18cf
msctf: Implement ITfDocumentMgr::Push.
2009-02-03 13:24:10 +01:00
Aric Stewart
b712f39b66
msctf: Implement stub ITfContext.
2009-02-03 13:22:56 +01:00
Aric Stewart
8b34370d7c
msctf: Only 1 ITfThreadMgr is created per thread.
2009-02-03 13:18:19 +01:00
Aric Stewart
9105cd88c4
msctf: Implement SetFocus and GetFocus.
2009-02-03 13:17:27 +01:00
Nikolay Sivov
8c096167d7
gdiplus: Add testing for ObjectBusy in some Graphics methods.
2009-02-03 12:48:46 +01:00
Nikolay Sivov
f8edb068e7
gdiplus: Implemented GdipSetClipHrgn.
2009-02-03 12:48:35 +01:00
Nikolay Sivov
bcfe4e7e46
gdiplus: Implemented GdipGetClipBounds/GdipGetClipBoundsI.
2009-02-03 12:48:27 +01:00
Nikolay Sivov
5bc54ed97e
gdiplus: Implemented GdipCreateBitmapFromHICON (with tests).
2009-02-03 12:48:07 +01:00
Alistair Leslie-Hughes
8b9ce14fa2
mshtml: Add missing coclass's.
2009-02-03 12:40:31 +01:00
Dmitry Timoshkov
24937a4f0f
gdi32: Add a test for the MAT2 parameter of GetGlyphOutline, make it pass under Wine.
2009-02-03 12:40:27 +01:00
Dmitry Timoshkov
44589c6f8f
gdi32: The MAT2 parameter of GetGlyphOutline is mandatory.
2009-02-03 12:40:24 +01:00
Dmitry Timoshkov
ba660a47ce
wineps.drv: The MAT2 parameter of GetGlyphOutline is mandatory.
2009-02-03 12:40:21 +01:00
Dmitry Timoshkov
f623053022
winex11.drv: The MAT2 parameter of GetGlyphOutline is mandatory.
2009-02-03 12:40:19 +01:00
Michael Stefaniuc
118c75a8c7
wined3d: Remove superfluous pointer casts.
2009-02-03 12:40:14 +01:00
Michael Stefaniuc
cc6b283d3a
wined3d: Remove some unused defines.
2009-02-03 12:40:12 +01:00
Vincent Pelletier
7e7970830f
dinput: Fix effect direction conversion from DIEFF_CARTESIAN coordinates.
2009-02-03 12:40:07 +01:00
Ulrich Czekalla
209820c428
user32: Don't scale draw text margin params by character width units.
...
Values passed in DRAWTEXTPARAMS are already in average character width
units.
2009-02-03 12:39:59 +01:00
Hwang YunSong(황윤성)
a1f05593f3
crypt32: Updated Korean resource.
2009-02-03 12:39:54 +01:00
Hwang YunSong(황윤성)
b86f626528
cryptui: Updated Korean resource.
2009-02-03 12:39:50 +01:00
Juan Lang
98dec479f2
mapi32: Fix a couple more test failures on Win9x.
2009-02-03 12:39:42 +01:00
Juan Lang
70c572feef
mapi32: Fix some test failures on Win9x.
2009-02-03 12:39:38 +01:00
Andrew Talbot
772a9b3540
ole32: Remove superfluous shadow variables.
2009-02-03 12:39:35 +01:00
Andrew Talbot
acbba11c49
wnaspi32: Declare some functions static.
2009-02-03 12:39:28 +01:00
Jacek Caban
0194b8f08c
jscript: Add IActiveScriptParse64 declaration and use it on Win64.
2009-02-03 12:39:23 +01:00
Alexandre Julliard
c727fe4adc
ntdll: Add a trace when calling vectored exception handlers too.
2009-02-02 16:22:06 +01:00
Alexandre Julliard
5dcdb4aba3
ntoskrnl.exe: Correctly remove the vectored exception handler.
2009-02-02 16:21:25 +01:00
Alistair Leslie-Hughes
183bb795b6
mshtml: Add missing StyleSheet interfaces.
2009-02-02 15:48:26 +01:00
Mikołaj Zalewski
aa7a0b85b0
comctl32: toolbar: Only changing TBSTYLE_EX_MIXEDBUTTONS should cause a recalc.
2009-02-02 15:48:26 +01:00
Mikołaj Zalewski
574c0dcc32
comctl32: toolbar: Unlike in listview, TB_SETEXTENDEDSTYLE takes the actual style, not a mask.
2009-02-02 15:48:26 +01:00
Mikołaj Zalewski
5de172af78
comctl32: toolbar: TB_SETBUTTONINFO should do a relayout instead of a recalc.
2009-02-02 15:48:26 +01:00
Mikołaj Zalewski
ada088e62d
comctl32: toolbar: Use different function for dumping of TBUTTON_INFO and TBBUTTON.
2009-02-02 15:48:26 +01:00
Mikołaj Zalewski
ca9f7d3140
comctl32: toolbar: Move common TB_ADDBUTTONS and TB_INSERTBUTTONS code into a helper function, makes TB_INSERTBUTTON with a text perform a recalc (with testcase).
2009-02-02 15:48:26 +01:00
Aurimas Fischer
2489e76b59
gdiplus: Implement GdipSetStringFormatFlags with tests.
2009-02-02 15:48:11 +01:00
Aurimas Fischer
6319006368
include: Add GdipSetStringFormatFlags prototype.
2009-02-02 15:44:39 +01:00
Detlef Riekenberg
dd85159155
comctl32: Make the status control height dpi and theme aware.
2009-02-02 15:44:39 +01:00
Marcus Meissner
3ce650bfd0
dmime: Added missing NULL ptr check (Coverity).
2009-02-02 15:44:39 +01:00
Marcus Meissner
e7d58bdd52
itss: Move buffer initialization a bit up (Coverity).
2009-02-02 15:44:39 +01:00
Marcus Meissner
9d47f87b4c
dmstyle: Another NULL ptr check added (Coverity).
2009-02-02 15:44:39 +01:00
Marcus Meissner
54e8ecf1b0
dbghelp: Check for wImageName being NULL (Coverity).
2009-02-02 15:44:39 +01:00
Aric Stewart
fdbe3d1870
msctf: Add ITfDocumentMgr interface.
2009-02-02 15:21:45 +01:00
Vitaliy Margolen
edbea606f9
comctl32: Fix propsheet size calculation.
2009-02-02 15:21:45 +01:00
Dylan Smith
95d82484e1
richedit: Fixed EM_FINDTEXT to pass todo tests.
...
There was a bug in ME_FindText which would cause the final caracter
offset to be incorrect when a paragraph was crossed while matching
characters. The problem was the character offset of the wrong
paragraph was used in the calculation of the start offset of the
match.
2009-02-02 15:21:45 +01:00
Dylan Smith
8662c6fe7b
richedit: Implement EM_GETTEXTMODE.
...
The text mode is already stored, and EM_SETTEXTMODE already exists.
There was however a bug in EM_MakeEditor that could cause TM_PLAINTEXT
and TM_RICHEDIT to be set at the same time. This was corrected to ensure
EM_GETTEXTMODE returned the proper mode being used.
2009-02-02 15:21:44 +01:00
Dylan Smith
1a3551b630
richedit: Use width from EM_SETTARGETDEVICE for wrapping.
...
The width for EM_SETTARGETDEVICE is used by some applications to set the
wrapping width to a certain distance in twips. This can be used even
though the target device is ignored.
2009-02-02 15:21:44 +01:00
David Adam
f20ba24404
d3dx8: Implement D3DXFresnelTerm.
2009-02-02 15:21:44 +01:00
David Adam
082d740fc1
d3dx8: Simplify some functions.
2009-02-02 15:21:44 +01:00
David Adam
77c857d888
d3dx8: Allow output pointer to be equal to input pointer.
2009-02-02 15:21:44 +01:00
David Adam
3f1a7abf48
d3dx9_36: Fix failing tests in Windows.
2009-02-02 15:21:44 +01:00
Vincent Pelletier
befb0a06b1
dinput: Move gain support from effect to device.
2009-02-02 15:21:44 +01:00
Michael Stefaniuc
981f733e41
jscript: Remove superfluous pointer casts.
2009-02-02 15:21:44 +01:00
Marcus Meissner
2aebb568a8
dmloader: Fixed some pointer read/write checks (Coverity).
2009-02-02 15:21:44 +01:00
Marcus Meissner
f0b685d504
msacm32: Add missing HeapALloc failure checks (Coverity).
2009-02-02 15:21:44 +01:00
Marcus Meissner
4d8fffb24b
oleaut32: Removed useless NULL ptr check (Coverity).
2009-02-02 15:21:43 +01:00
Marcus Meissner
5493b77290
kernel32: Handle username conversion failure (Coverity).
2009-02-02 15:21:43 +01:00
Marcus Meissner
45a1269013
advapi32: Fixed NULL ptr deref in QueryServiceConfig2A (Coverity).
2009-02-02 15:21:43 +01:00
Marcus Meissner
0aa5a83688
shell32: Fixed potential buffer overwrite in execute_from_key (Coverity).
2009-02-02 15:21:43 +01:00
Gerald Pfeifer
bb6e8e56ce
comctl32: Simplify four functions by removing unused parameters.
2009-02-02 15:21:43 +01:00
Nikolay Sivov
5da52e0677
gdiplus: Implemented GdipTranslateClip/GdipTranslateClipI.
2009-02-02 15:21:43 +01:00
Nikolay Sivov
dc3908a351
gdiplus: Implemented GdipGetRegionBounds/GdipGetRegionBoundsI.
2009-02-02 15:21:43 +01:00
Nikolay Sivov
cb8f4eb16c
gdiplus: Implemented GdipTranslateRegionI.
2009-02-02 15:21:43 +01:00
Nikolay Sivov
c3462b1101
gdiplus: Implemented GdipTranslateRegion.
2009-02-02 15:21:43 +01:00
Nikolay Sivov
03a02d83dd
gdiplus: Implemented GdipIsEqualRegion.
2009-02-02 15:21:43 +01:00
Austin English
ac0252db33
configure.ac: Check for icps_outhist struct.
2009-02-02 15:21:42 +01:00
Vitaliy Margolen
3743a1a7ca
dinput: Consume mouse & keyboard events in exclusive mode.
2009-02-02 15:21:42 +01:00
Paul Vriens
047a43f084
kernel32/tests: Fix remaining failures on Win9x and WinME.
2009-02-02 12:12:24 +01:00
Paul Vriens
a8c24d343c
kernel32/tests: Fix some test failures on Win9x and WinME.
2009-02-02 12:12:16 +01:00
Paul Vriens
2bac661c2f
kernel32/tests: Fix some tests on Win9x and WinME (GetPrivateProfileSection).
2009-02-02 12:12:09 +01:00
Paul Vriens
b7b59236cf
kernel32/tests: Fill the buffer and check for double-NULL to show a bug in Wine.
2009-02-02 12:12:03 +01:00
Andrew Talbot
8bfc62cf8b
wintrust: Declare a functions static.
2009-02-02 12:11:58 +01:00
Andrew Talbot
84666d84a5
winmm: Declare some functions static.
2009-02-02 12:11:55 +01:00
Andrew Talbot
f815b68a30
wininet: Declare some functions static.
2009-02-02 12:11:51 +01:00
Lei Zhang
ae28430ff8
oleaut32/tests: Add a VarFormat test for date and time.
2009-02-02 12:07:38 +01:00
Hans Leidekker
29c0f7e714
mlang: Export a couple of functions by ordinal.
2009-02-02 11:58:45 +01:00
Hans Leidekker
34a3d21354
mlang: Implement IMLangFontLink2_GetScriptFontInfo.
2009-02-02 11:56:09 +01:00
Juan Lang
f5c0f3c3c2
mapi32: Fix many test failures on Win9x.
2009-02-02 11:56:02 +01:00
Juan Lang
b5ea964376
crypt32: Remove test of a corner case that failed on older crypt32 versions.
2009-02-02 11:55:42 +01:00
Paul Vriens
dd94366593
wininet/tests: Fix tests failures on W2K and below and some early XP.
2009-02-02 11:55:37 +01:00
Rob Shearman
f545468a2d
oleaut32: Initialise more of the context passed into user marshal functions in the tests for these functions.
...
Enable unmarshall testing for LPSAFEARRAYs and BSTRs which works on
Windows now that enough of the context has been filled in.
2009-02-02 11:55:32 +01:00
Rob Shearman
712e33e669
ole32: Initialise more of the context passed into user marshaling functions in the tests for these functions.
2009-02-02 11:55:29 +01:00
Rob Shearman
d3085abc08
Change parameter type from size_t to SIZE_T for MIDL_user_allocate.
2009-02-02 11:55:21 +01:00
Francois Gouget
4ee530b2a7
msvcrt/tests: Remove a space before a '\n'.
2009-01-30 14:05:56 +01:00
Francois Gouget
4d044c6f2a
twain_32/tests: Add a trailing '\n' to ok() calls.
2009-01-30 14:05:51 +01:00
Austin English
68f2db299d
configure: Check for xinpgen struct.
2009-01-30 14:02:30 +01:00
Diaa Sami
72a7aed5b6
shell32: Fix a mem leak in SHBrowseForFolder.
2009-01-30 13:53:13 +01:00
Alexandre Julliard
8ca2aa3da9
msi: Fix compiler warning on older gcc.
2009-01-30 13:44:06 +01:00
Nikolay Sivov
67f9570332
gdiplus: Implemented GdipCreateRegionHrgn for rectangular regions.
2009-01-30 13:00:27 +01:00
Aric Stewart
bbf4835568
oleaut32: Implement de/serialize_param of types VT_ARRAY|<type>.
2009-01-30 13:00:27 +01:00
Aric Stewart
70131341c7
mlang: Implementation of base functionality of IMultiLanguage2::ValidateCodePage and IMultiLanguage2::ValidateCodePageEx.
...
Does not handle automatically installing language packs.
With help from Dmitry Timoshkov.
2009-01-30 12:18:33 +01:00
Paul Vriens
ce20f6c687
rsaenh/tests: Fix the remaining test failures on Win9x up to W2K.
2009-01-30 11:45:32 +01:00
Michael Stefaniuc
d1a7e41b71
riched20: Remove superfluous pointer casts.
2009-01-30 11:45:23 +01:00
Michael Stefaniuc
5358233561
psapi: Remove superfluous pointer casts.
2009-01-30 11:45:20 +01:00
Juan Lang
f209d11541
shell32: Allow PIDLs to have alternate types to support more recent versions of Windows.
2009-01-30 11:45:16 +01:00
Juan Lang
88cba4390c
shell32: Remove a test that no longer fails on Windows Vista/2008.
2009-01-30 11:45:04 +01:00
Juan Lang
6728057954
shell32: Fix a test on Windows Vista/2008.
2009-01-30 11:44:58 +01:00
Juan Lang
e5fcbad5b6
rsaenh: Fix some recently introduced test failures on Win9x/NT4.
2009-01-30 11:44:52 +01:00
Juan Lang
80a48578c6
inetmib1: Remove a test that's no longer true on Windows Vista.
2009-01-30 11:44:46 +01:00
Juan Lang
bc2fa00789
cryptnet: Skip failing tests no matter what the last error is, but only on Windows.
2009-01-30 11:44:36 +01:00
Juan Lang
3b7c62f80b
cryptui: Fix a few test failures on older Windows versions.
2009-01-30 11:44:31 +01:00
Juan Lang
b5b097fdaa
crypt32: Fix CryptProtectData tests on older Windows versions.
2009-01-30 11:44:27 +01:00
Juan Lang
10b7b81e21
crypt32: Add index of failing test to output.
2009-01-30 11:44:23 +01:00
Juan Lang
44e7d7b682
crypt32: Move test for duplicating a NULL cert to existing function.
2009-01-30 11:44:18 +01:00
Alexandre Julliard
13ff441aea
ntoskrnl.exe: Remove the vectored exception handler on dll unload.
2009-01-30 11:44:13 +01:00
Christian Costa
868f63935c
d3dxof: Fix dead code.
2009-01-30 11:43:48 +01:00
Andrew Talbot
d92eca1ef9
msctf: Declare some variables static.
2009-01-30 11:43:45 +01:00
Andrew Talbot
f63ceec432
winex11.drv: Declare some functions static.
2009-01-30 11:43:41 +01:00
Alasdair Sinclair
3fc0414896
setupapi/tests: Fix missing void in empty parameter list.
2009-01-30 11:43:36 +01:00
Alasdair Sinclair
44df3f5430
riched32/tests: Fix missing void in empty parameter list.
2009-01-30 11:43:33 +01:00
Alasdair Sinclair
0e543a715c
riched20/tests: Fix missing void in empty parameter list.
2009-01-30 11:43:31 +01:00
Alasdair Sinclair
20f565de5e
quartz/tests: Fix missing void in empty parameter list.
2009-01-30 11:43:29 +01:00
Alasdair Sinclair
ded6c50b78
oleaut32/tests: Fix missing void in empty parameter list.
2009-01-30 11:43:26 +01:00
Paul Vriens
8236f362ff
kernel32/tests: Fix some test failures on Win9x and WinME.
2009-01-30 11:43:21 +01:00
Paul Vriens
a21ea16f90
kernel32/tests: Skip some tests on Win9x and WinME.
2009-01-30 11:43:16 +01:00
Juan Lang
3fd732b25b
crypt32: Fix debug channel for PFX functions.
2009-01-30 11:43:10 +01:00
Hans Leidekker
2d42f291c8
wininet: Implement IsDomainLegalCookieDomainW.
2009-01-30 11:43:06 +01:00
Alexandre Julliard
7c1e8a9c52
user32/tests: Add a few optional messages for Win2K3.
2009-01-29 22:09:11 +01:00
Alexandre Julliard
e887b39472
ntdll/tests: Add a couple of status values seen on Win2K3.
2009-01-29 22:08:54 +01:00
Alexandre Julliard
3e88d45f7c
kernel32/tests: Don't test the implementation details of the SList structure.
2009-01-29 22:08:07 +01:00
Alexandre Julliard
b8712b7f8a
kernel32/tests: Support broken GetTempPath return value on WinME.
2009-01-29 22:07:50 +01:00
Alexandre Julliard
687dfd69e9
gdi32: Check for memory allocation failure in region functions and propagate the error correctly.
2009-01-29 21:45:01 +01:00
Alexandre Julliard
ec4af0764b
gdi32: Replace the MEMCHECK macro in the region code by a proper function.
2009-01-29 21:45:01 +01:00
Alexandre Julliard
919b1076c9
gdi32: Don't hold the GDI lock while creating regions.
2009-01-29 21:45:01 +01:00
Alexandre Julliard
a686b8b583
gdi32: Store the region data directly in the GDI object.
2009-01-29 21:45:01 +01:00
Alexandre Julliard
73593cbf5a
gdi32: Store a separate flag to mark a GDI object for delayed destruction.
2009-01-29 21:45:01 +01:00
Alexandre Julliard
827e1f1de3
gdi32: Increment the reference count for the initial DC stock objects.
2009-01-29 21:44:52 +01:00
Ge van Geldorp
4b27dfec93
ole32/tests: Write to HKCR instead of HKCU/Software/Classes for the benefit of older Windows versions.
2009-01-29 15:59:39 +01:00
Hans Leidekker
aac2e8dd19
wininet: Make sure redirected POST requests become GET requests.
2009-01-29 15:59:03 +01:00
Hans Leidekker
cd38e554b6
wininet: Add a stub implementation of GetDiskInfoA.
2009-01-29 15:58:58 +01:00
Hans Leidekker
e1b916c142
wininet: Return success from per connection option stubs. Fully initialize the value.
2009-01-29 15:58:49 +01:00
Andrey Turkin
347272b37e
programs: Add lodctr and unlodctr tools.
2009-01-29 15:14:22 +01:00
Andrey Turkin
a9c5793d3f
loadperf: Rename argument to match its function.
2009-01-29 15:13:05 +01:00
Dan Kegel
d71a60378d
winedos: Get File Attributes must fail for files with names ending in slash.
2009-01-29 15:07:00 +01:00
Diaa Sami
cdb0497d7a
shell32: Include the text control when resizing ShBrowseForFolder dialog.
2009-01-29 15:06:00 +01:00
Paul Vriens
8218518695
crypt32: Fix CertDuplicateCertificateContext for a passed NULL context.
2009-01-29 14:31:10 +01:00
Rob Shearman
ff8bd24ec2
rpcrt4: Fix a cstub test failure on older versions of Windows.
2009-01-29 14:07:04 +01:00
Rob Shearman
522662faa9
oleaut32: Fix the typelib tests on 64-bit platforms.
2009-01-29 14:06:59 +01:00
Huw Davies
5d64f825b6
oleaut32: Print an LCID in hexadecimal.
2009-01-29 14:06:20 +01:00
Michael Stefaniuc
bca813a5a6
d3d9: Remove superfluous pointer casts.
2009-01-29 14:06:18 +01:00
Michael Stefaniuc
9d4c9a0cdd
msvcrt: Remove superfluous pointer casts.
2009-01-29 14:06:15 +01:00
Michael Stefaniuc
6c2aeaece7
winspool.drv: Remove superfluous pointer casts.
2009-01-29 14:06:13 +01:00
Michael Stefaniuc
fa6e7c262e
d3dxof: Remove superfluous pointer casts.
2009-01-29 14:06:09 +01:00
Michael Stefaniuc
0087064c2f
wintrust: Remove superfluous pointer casts.
2009-01-29 14:06:06 +01:00
Michael Stefaniuc
cc7fc4abef
quartz: Remove superfluous pointer casts.
2009-01-29 14:06:01 +01:00
Michael Stefaniuc
330e6d86f9
oleaut32/tests: Remove superfluous pointer casts.
2009-01-29 14:05:58 +01:00
Jeremy White
620e81a982
twain_32: Return TWRC_FAILURE/TWCC_NODS when we have no sources.
2009-01-29 13:29:56 +01:00
Jeremy White
768c06d3e5
twain_32: Set the correct condition code for DG_CONTROL/DAT_IDENTITY/MSG_GETDEFAULT.
2009-01-29 13:29:49 +01:00
Jeremy White
e93c14fac7
sane.ds: Implement CAP_SUPPORTEDCAPS.
2009-01-29 13:29:41 +01:00
Jeremy White
7aa3bb3a68
sane.ds: Initialize the SupportedGroups field when returning a source.
2009-01-29 13:27:26 +01:00
Jeremy White
783e469e8b
twain_32: Add a bit more tracing about the scanners found.
2009-01-29 13:27:12 +01:00
Jeremy White
b161c1511c
twain_32: Add an interactive set of tests for a selected scanner.
2009-01-29 13:27:03 +01:00
Jeremy White
f7c267dac0
twain_32: Modify get_condition_status to allow for a specific source.
2009-01-29 13:26:51 +01:00
Austin English
0d731937b5
mssign32: Add stub dll.
2009-01-29 12:49:12 +01:00
Austin English
2de77982a9
traffic: Add stub dll.
2009-01-29 12:48:37 +01:00
Marcus Meissner
525a5510d1
msxml3: Handle get_element returning NULL (Coverity).
2009-01-29 12:48:13 +01:00
Marcus Meissner
a09621b00f
riched20: Handle more missing allocs gracefully (Coverity).
2009-01-29 12:45:23 +01:00
Marcus Meissner
605a40e477
riched20: Handle NULL fp more gracefully (Coverity).
2009-01-29 12:45:15 +01:00
Marcus Meissner
9eb4c73ae3
riched20: Handle cp NULL more gracefully (Coverity).
2009-01-29 12:45:07 +01:00
Marcus Meissner
3d8fd826e1
riched20: Exit the loop instead of crashing (Coverity).
2009-01-29 12:45:00 +01:00
Marcus Meissner
4662271afd
riched20: Removed unneeded NULL check (Coverity).
2009-01-29 12:44:53 +01:00
Juan Lang
674786527a
rsaenh: Also write a key's permissions when it's being stored to the registry.
2009-01-29 12:40:09 +01:00
Juan Lang
2edda7208f
rsaenh: Load/store key permissions along with key pair value.
2009-01-29 12:40:03 +01:00
Juan Lang
bd41f77d3d
rsaenh: Use key spec rather than char * to identify a key pair.
2009-01-29 12:39:55 +01:00
Juan Lang
fbc26f3855
rsaenh: Don't store a key to the registry when it's being read from the registry.
2009-01-29 12:39:49 +01:00
Juan Lang
4eb1ee4277
rsaenh: Store a key's value to the registry when a key is imported.
2009-01-29 12:39:45 +01:00
Juan Lang
17da3004ef
rsaenh: Split CPImportKey into a helper function for each type of key supported.
2009-01-29 12:39:40 +01:00
Juan Lang
30764edd12
rsaenh: Use helper function to install keys.
2009-01-29 12:22:28 +01:00
Juan Lang
8f4a491489
rsaenh: Separate storing a key container's keys from releasing them.
2009-01-29 12:22:21 +01:00
Juan Lang
21a3ae0b7c
rsaenh: Add a test for importing a key into a container and acquiring a container with the same name before the original container is released.
2009-01-29 12:22:15 +01:00
Juan Lang
e8ea6700ca
rsaenh: Honor a key's permissions when exporting a private key.
2009-01-29 12:22:07 +01:00
Juan Lang
8265569e99
rsaenh: Split CPExportKey into helper functions for each export type.
2009-01-29 12:21:59 +01:00
Juan Lang
0eb9ae17fe
rsaenh: Fix CryptSetKeyParam for KP_PERMISSIONS.
2009-01-29 12:21:50 +01:00
Juan Lang
1cc5886771
rsaenh: Honor the CRYPT_EXPORTABLE flag to CryptAcquireContext and CryptGenKey.
2009-01-29 12:21:45 +01:00
Juan Lang
cc1e6eed7e
rsaenh: Honor the CRYPT_EXPORTABLE flags to CryptImportKey.
2009-01-29 12:21:38 +01:00
Juan Lang
ba01e7b2b9
rsaenh: Add tests for key permissions.
2009-01-29 12:21:25 +01:00
Dan Kegel
7f3c70c52f
msvcrt: Remove CRs earlier in ascii mode in fseek, too.
2009-01-29 12:21:11 +01:00
Dan Kegel
5bf1ae82f1
msvcrt: _flsbuf zeroes _cnt.
2009-01-29 12:20:44 +01:00
Alasdair Sinclair
c2c564db9d
user32/tests: Fix missing void in empty parameter list.
2009-01-29 12:19:51 +01:00
Alasdair Sinclair
986b957e4a
winmm/tests: Fix missing void in empty parameter list.
2009-01-29 12:19:49 +01:00
Alasdair Sinclair
ac1ef319ac
urlmon/tests: Fix missing void in empty parameter list.
2009-01-29 12:19:47 +01:00
Alasdair Sinclair
0bd6da81c5
msi/tests: Fix missing void in empty parameter list.
2009-01-29 12:19:44 +01:00
Alasdair Sinclair
9de1f80999
mshtml/tests: Fix missing void in empty parameter list.
2009-01-29 12:19:42 +01:00
Paul Vriens
407f0d9f56
kernel32/tests: Fix some test failures on Win9x and WinME (GetPrivateProfileString).
2009-01-29 12:19:35 +01:00
Paul Vriens
48f035bd4c
kernel32/tests: Fix some test failures on Win9x and WinME (GetPrivateProfileSectionNames).
2009-01-29 12:19:29 +01:00
Paul Vriens
7099cdebd5
kernel32/tests: Fix some test failures on several platforms.
2009-01-29 12:19:19 +01:00
Gerald Pfeifer
ee1d767fd8
iphlpapi: #define RTF_LLINFO if not in system headers.
2009-01-29 12:19:11 +01:00
Anders Jonsson
100df7378d
comdlg32: Update Swedish translation.
2009-01-29 12:19:00 +01:00
Aric Stewart
c6ba4eed01
shell32: In ParseDisplayName make use of shdocvw if the display name is not a drive but has a :.
2009-01-29 12:18:42 +01:00
Aric Stewart
7392162ed1
setupapi: Implement pSetupInstallCatalog.
2009-01-29 12:18:17 +01:00
Hans Leidekker
67c38bd472
wininet: Mark IE6 behaviour of HttpSendRequestW as broken.
2009-01-29 12:18:01 +01:00
Hans Leidekker
2095ba19bb
kernel32: Add stub implementations of Wow64DisableWow64FsRedirection and Wow64RevertWow64FsRedirection.
2009-01-29 12:17:58 +01:00
Alexandre Julliard
f8313855e4
ntdll: Convert the DbgPrint* functions to use MS ABI varargs.
2009-01-28 19:38:19 +01:00
Alexandre Julliard
649a576fd0
ntdll: Copy the msvcrt printf implementation to ntdll to allow supporting MS ABI varargs.
2009-01-28 19:38:19 +01:00