Juan Lang [Thu, 16 Aug 2007 17:49:33 +0000 (10:49 -0700)]
crypt32: Move collection stores to a separate file.
Juan Lang [Thu, 16 Aug 2007 17:46:04 +0000 (10:46 -0700)]
crypt32: Move cert store definitions to header.
Juan Lang [Thu, 16 Aug 2007 17:45:02 +0000 (10:45 -0700)]
crypt32: Where possible, pass a pointer rather than an offset, it's less confusing.
Juan Lang [Thu, 16 Aug 2007 17:44:09 +0000 (10:44 -0700)]
crypt32: Use externed vars for context variables.
Juan Lang [Thu, 16 Aug 2007 17:43:35 +0000 (10:43 -0700)]
crypt32: Use public APIs to empty a store.
Juan Lang [Thu, 16 Aug 2007 17:42:07 +0000 (10:42 -0700)]
crypt32: Use public type and APIs for memory stores wherever possible.
Juan Lang [Thu, 16 Aug 2007 17:41:31 +0000 (10:41 -0700)]
crypt32: Remove some unnecessary casts.
Juan Lang [Thu, 16 Aug 2007 17:40:54 +0000 (10:40 -0700)]
crypt32: Rename a confusing type.
Vitaliy Margolen [Fri, 17 Aug 2007 05:51:32 +0000 (23:51 -0600)]
dinput: Properly increment sequence number for X only movement.
Jason Edmeades [Thu, 16 Aug 2007 22:45:41 +0000 (23:45 +0100)]
comctl32: Listview fails to add a column if mask=0.
Andrew Talbot [Thu, 16 Aug 2007 20:57:12 +0000 (21:57 +0100)]
riched20: Constify some variables.
Alexandre Julliard [Fri, 17 Aug 2007 09:52:29 +0000 (11:52 +0200)]
mscms/tests: Allocate the profile buffer dynamically to make sure it's large enough.
Maarten Lankhorst [Thu, 16 Aug 2007 16:39:29 +0000 (18:39 +0200)]
dxguid: Remove dsdriver.h from imports.
Kirill K. Smirnov [Thu, 16 Aug 2007 12:16:10 +0000 (16:16 +0400)]
programs/cmd: Do not use hardcoded constants when corresponding macro is already defined.
Paul Vriens [Thu, 16 Aug 2007 13:30:33 +0000 (15:30 +0200)]
avifil32/regsvr: Replace recursive delete functions by RegDeleteTree.
Paul Vriens [Thu, 16 Aug 2007 12:07:36 +0000 (14:07 +0200)]
advapi32/tests: Skip a test when not properly logged in on win9x.
Paul Vriens [Thu, 16 Aug 2007 11:15:29 +0000 (13:15 +0200)]
wininet/tests: Fix test failures for wininet.dll that comes with IE7.
Paul Vriens [Thu, 16 Aug 2007 11:12:27 +0000 (13:12 +0200)]
shell32/tests: Use GetModuleHandle instead of LoadLibrary.
Alexandre Julliard [Thu, 16 Aug 2007 21:43:58 +0000 (23:43 +0200)]
winex11: Don't try to activate the desktop window on take focus.
Alexandre Julliard [Thu, 16 Aug 2007 21:27:37 +0000 (23:27 +0200)]
winex11: Store wm hints in the window data instead of fetching them when needed.
Detlef Riekenberg [Thu, 16 Aug 2007 03:18:08 +0000 (05:18 +0200)]
winspool: Implement AddPrinterDriverExA.
Detlef Riekenberg [Wed, 15 Aug 2007 21:30:59 +0000 (23:30 +0200)]
winspool: Implement AddPrinterDriverExW.
Jacek Caban [Wed, 15 Aug 2007 17:17:49 +0000 (19:17 +0200)]
mshtml: Store HTMLDocument reference in HTMLSelectionObject.
Marcus Meissner [Wed, 15 Aug 2007 15:08:50 +0000 (17:08 +0200)]
kernel32: Initialize variable to a known bad value.
Alexander Nicolaysen Sørnes [Sat, 4 Aug 2007 21:14:20 +0000 (23:14 +0200)]
comdlg32: printdlg: Set/Load paper orientation in PageSetupDlgW.
Misha Koshelev [Thu, 16 Aug 2007 05:03:49 +0000 (00:03 -0500)]
urlmon: Call IInternetProtocolSink_Release and ReleaseStgMedium in HttpProtocol where native does.
Misha Koshelev [Thu, 16 Aug 2007 05:02:06 +0000 (00:02 -0500)]
urlmon: Call IInternetProtocolSink_AddRef in HttpProtocol where native does (but just once).
Mikołaj Zalewski [Wed, 15 Aug 2007 23:56:43 +0000 (16:56 -0700)]
wininet: A small test for HttpQueryInfoA.
Mikołaj Zalewski [Wed, 15 Aug 2007 23:55:15 +0000 (16:55 -0700)]
wininet: Make HttpQueryInfo[AW] work for lpBuffer == NULL and len > 0.
Mikołaj Zalewski [Wed, 15 Aug 2007 23:29:58 +0000 (16:29 -0700)]
wininet: Support HTTP_QUERY_RAW_HEADER_CRLF|HTTP_QUERY_FLAG_REQUEST_HEADERS.
Juan Lang [Wed, 15 Aug 2007 23:41:32 +0000 (16:41 -0700)]
wintrust: Remove redundant check of pbSignedDataMsg (Coverity).
Juan Lang [Wed, 15 Aug 2007 23:22:43 +0000 (16:22 -0700)]
crypt32: Free default chain engine.
Evan Stade [Wed, 15 Aug 2007 23:22:35 +0000 (16:22 -0700)]
gdiplus: Fix default value of StringTrimmingCharacter.
Evan Stade [Wed, 15 Aug 2007 23:22:29 +0000 (16:22 -0700)]
gdiplus/tests: Added GpStringFormat tests.
Evan Stade [Wed, 15 Aug 2007 23:22:22 +0000 (16:22 -0700)]
gdiplus/tests: Added GdipAddPathLineI test.
Evan Stade [Wed, 15 Aug 2007 23:22:17 +0000 (16:22 -0700)]
gdiplus: Use DrawText instead of TabbedTextOut.
Evan Stade [Wed, 15 Aug 2007 23:22:13 +0000 (16:22 -0700)]
gdiplus: Handle empty layout rectangle in GdipDrawString.
Evan Stade [Wed, 15 Aug 2007 23:22:09 +0000 (16:22 -0700)]
gdiplus: Handle empty layout rectangle in GdipMeasureString.
Evan Stade [Wed, 15 Aug 2007 23:22:04 +0000 (16:22 -0700)]
gdiplus: Handle StringFormatFlagsNoWrap in GdipMeasureString.
Evan Stade [Wed, 15 Aug 2007 23:22:00 +0000 (16:22 -0700)]
gdiplus: Handle StringFormatFlagsNoWrap in GdipDrawString.
Evan Stade [Wed, 15 Aug 2007 23:21:56 +0000 (16:21 -0700)]
gdiplus: Fixed 2 GdipDrawString bugs.
Evan Stade [Wed, 15 Aug 2007 23:21:52 +0000 (16:21 -0700)]
gdiplus: Added GdipMeasureString.
Andrew Talbot [Wed, 15 Aug 2007 20:35:51 +0000 (21:35 +0100)]
riched20: Constify some variables.
Stefan Dösinger [Sat, 11 Aug 2007 18:02:01 +0000 (20:02 +0200)]
wined3d: Fix WINED3DFMT_A4L4.
Stefan Dösinger [Tue, 14 Aug 2007 12:46:38 +0000 (14:46 +0200)]
wined3d: Reinstall the internal reference on the current index buffer.
Stefan Dösinger [Tue, 14 Aug 2007 12:44:41 +0000 (14:44 +0200)]
wined3d: Release the stateblock before destroying the swapchain.
Stefan Dösinger [Sat, 11 Aug 2007 15:29:10 +0000 (17:29 +0200)]
wined3d: Do not advertize A8R3R3B2 support.
Stefan Dösinger [Sat, 11 Aug 2007 15:26:29 +0000 (17:26 +0200)]
wined3d: Fix WINED3DFMT_R3G3B2.
Paul Vriens [Wed, 15 Aug 2007 19:00:06 +0000 (21:00 +0200)]
shell32/tests: Use GetModuleHandle instead of LoadLibrary.
Lei Zhang [Wed, 15 Aug 2007 17:45:07 +0000 (10:45 -0700)]
riched20: Add missing scroll bar update.
Lei Zhang [Wed, 15 Aug 2007 17:39:43 +0000 (10:39 -0700)]
riched20: Properly calculate control display height.
Maarten Lankhorst [Wed, 15 Aug 2007 14:24:07 +0000 (16:24 +0200)]
winealsa: Add support for playing dsound capture buffer.
Maarten Lankhorst [Wed, 15 Aug 2007 14:21:27 +0000 (16:21 +0200)]
winealsa: Add support for opening/closing dsound capture buffer.
Maarten Lankhorst [Wed, 15 Aug 2007 14:11:38 +0000 (16:11 +0200)]
winealsa: Add IDsCaptureDriverBuffer stub.
Maarten Lankhorst [Wed, 15 Aug 2007 14:02:36 +0000 (16:02 +0200)]
winealsa: Implement IDsCaptureDriverImpl_Open.
Maarten Lankhorst [Wed, 15 Aug 2007 14:01:46 +0000 (16:01 +0200)]
winealsa: Add initial dscapturedriver stub.
Maarten Lankhorst [Wed, 15 Aug 2007 14:43:41 +0000 (16:43 +0200)]
dsound: Handle failing of obtaining IDsDriverNotify.
Huw Davies [Wed, 15 Aug 2007 13:47:17 +0000 (14:47 +0100)]
riched20: Add some test for EM_GETTEXTLENGTHEX and fix the single line edit cases.
Francois Gouget [Wed, 15 Aug 2007 12:52:34 +0000 (14:52 +0200)]
printui: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 15 Aug 2007 12:52:29 +0000 (14:52 +0200)]
ntprint: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 15 Aug 2007 12:52:23 +0000 (14:52 +0200)]
ntoskrnel.exe: Better match the PSDK types and fix the winapi_check warnings.
Francois Gouget [Wed, 15 Aug 2007 12:52:06 +0000 (14:52 +0200)]
ntdll: Better match the PSDK types and fix the winapi_check warnings.
Francois Gouget [Wed, 15 Aug 2007 12:51:52 +0000 (14:51 +0200)]
nddeapi: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 15 Aug 2007 12:51:42 +0000 (14:51 +0200)]
kernel32/tests: Remove a redundant RegSetValueExA() call.
Francois Gouget [Wed, 15 Aug 2007 12:51:36 +0000 (14:51 +0200)]
mshtml: Update win32.api to fix the winapi_check warnings.
Paul Vriens [Wed, 15 Aug 2007 12:23:45 +0000 (14:23 +0200)]
user32/tests: Run tests on win95 again.
Paul Vriens [Wed, 15 Aug 2007 11:33:47 +0000 (13:33 +0200)]
secur32/tests: Run tests on win95 again.
Jacek Caban [Wed, 15 Aug 2007 10:40:19 +0000 (12:40 +0200)]
mshtml: Call setup_nswindow on load event.
Mikołaj Zalewski [Tue, 14 Aug 2007 18:47:56 +0000 (11:47 -0700)]
kernel32: Return error code if WOWCallback16Ex of a real-mode function failed.
Evan Stade [Wed, 15 Aug 2007 02:01:23 +0000 (19:01 -0700)]
gdiplus: Added GdipDeleteStringFormat.
Evan Stade [Wed, 15 Aug 2007 02:01:15 +0000 (19:01 -0700)]
gdiplus: Added GdipSetStringFormatLineAlign/GdipGetStringFormatLineAlign.
Evan Stade [Wed, 15 Aug 2007 02:01:07 +0000 (19:01 -0700)]
gdiplus: Allow null-terminated strings in GdipDrawString.
Evan Stade [Wed, 15 Aug 2007 02:01:00 +0000 (19:01 -0700)]
gdiplus: Added GdipSetLineBlend stub.
Evan Stade [Wed, 15 Aug 2007 02:00:53 +0000 (19:00 -0700)]
gdiplus: Added GdipSetStringFormatHotkeyPrefix/GdipGetStringFormatHotkeyPrefix.
Evan Stade [Wed, 15 Aug 2007 02:00:40 +0000 (19:00 -0700)]
gdiplus: Added GdipGetStringFormatTrimming/GdipSetStringFormatTrimming.
Evan Stade [Wed, 15 Aug 2007 02:00:32 +0000 (19:00 -0700)]
gdiplus: Added GdipGetStringFormatAlign/GdipSetStringFormatAlign.
Evan Stade [Wed, 15 Aug 2007 02:00:21 +0000 (19:00 -0700)]
gdiplus: Added GdipAddPathLineI.
Evan Stade [Wed, 15 Aug 2007 02:00:09 +0000 (19:00 -0700)]
gdiplus: Added GdipSetTextRenderingHint/GdipGetTextRenderingHint.
Evan Stade [Wed, 15 Aug 2007 02:00:02 +0000 (19:00 -0700)]
gdiplus: Added GdipAddPathBezierI.
Evan Stade [Wed, 15 Aug 2007 01:59:48 +0000 (18:59 -0700)]
gdiplus: Added string format constructor.
Evan Stade [Wed, 15 Aug 2007 01:59:35 +0000 (18:59 -0700)]
gdiplus: Save elements of font's style.
Evan Stade [Wed, 15 Aug 2007 01:59:22 +0000 (18:59 -0700)]
gdiplus: Added more font tests.
Evan Stade [Wed, 15 Aug 2007 01:59:15 +0000 (18:59 -0700)]
gdiplus: Added GdipDeleteFont.
Evan Stade [Wed, 15 Aug 2007 01:59:08 +0000 (18:59 -0700)]
gdiplus: Fixed conformance of font constructor.
Evan Stade [Wed, 15 Aug 2007 01:58:59 +0000 (18:58 -0700)]
gdiplus: Added font tests.
Evan Stade [Wed, 15 Aug 2007 01:58:52 +0000 (18:58 -0700)]
gdiplus: Added GdipGetLogFontW.
Evan Stade [Wed, 15 Aug 2007 01:58:39 +0000 (18:58 -0700)]
gdiplus: Added GdipDrawString.
Paul Vriens [Tue, 14 Aug 2007 18:46:32 +0000 (20:46 +0200)]
msvcrt/tests: Remove wrong FreeLibrary and fix typo's.
Paul Vriens [Tue, 14 Aug 2007 18:38:51 +0000 (20:38 +0200)]
crypt32/tests: Use GetModuleHandle and skip.
Juan Lang [Tue, 14 Aug 2007 18:32:33 +0000 (11:32 -0700)]
crypt32: Set return value on exception.
Spotted by Paul Vriens.
Juan Lang [Tue, 14 Aug 2007 22:15:02 +0000 (15:15 -0700)]
crypt32: Initial implementation of CertGetCertificateChain and CertFreeCertificateChain.
Juan Lang [Tue, 14 Aug 2007 22:10:35 +0000 (15:10 -0700)]
crypt32: Add a chain test with real certificates.
Juan Lang [Tue, 14 Aug 2007 21:36:29 +0000 (14:36 -0700)]
crypt32: Add initial tests for certificate chains.
Juan Lang [Tue, 14 Aug 2007 21:35:31 +0000 (14:35 -0700)]
crypt32: Set output chain to NULL.
Juan Lang [Tue, 14 Aug 2007 21:34:59 +0000 (14:34 -0700)]
crypt32: Add stub for CertFreeCertificateChain.
Juan Lang [Tue, 14 Aug 2007 21:30:42 +0000 (14:30 -0700)]
crypt32: Move CertGetCertificateChain to chain.c.
Juan Lang [Tue, 14 Aug 2007 21:30:07 +0000 (14:30 -0700)]
crypt32: Fix typo.
Juan Lang [Tue, 14 Aug 2007 21:29:41 +0000 (14:29 -0700)]
crypt32: Fix typo.
Juan Lang [Tue, 14 Aug 2007 17:17:41 +0000 (10:17 -0700)]
wintrust: Forward WinVerifyTrustEx to WinVerifyTrust.
Juan Lang [Tue, 14 Aug 2007 17:16:43 +0000 (10:16 -0700)]
wintrust: Implement WTHelperProvDataFromStateData.