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 |