wine
16 years agocrypt32: Move collection stores to a separate file.
Juan Lang [Thu, 16 Aug 2007 17:49:33 +0000 (10:49 -0700)] 
crypt32: Move collection stores to a separate file.

16 years agocrypt32: Move cert store definitions to header.
Juan Lang [Thu, 16 Aug 2007 17:46:04 +0000 (10:46 -0700)] 
crypt32: Move cert store definitions to header.

16 years agocrypt32: Where possible, pass a pointer rather than an offset, it's less confusing.
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.

16 years agocrypt32: Use externed vars for context variables.
Juan Lang [Thu, 16 Aug 2007 17:44:09 +0000 (10:44 -0700)] 
crypt32: Use externed vars for context variables.

16 years agocrypt32: Use public APIs to empty a store.
Juan Lang [Thu, 16 Aug 2007 17:43:35 +0000 (10:43 -0700)] 
crypt32: Use public APIs to empty a store.

16 years agocrypt32: Use public type and APIs for memory stores wherever possible.
Juan Lang [Thu, 16 Aug 2007 17:42:07 +0000 (10:42 -0700)] 
crypt32: Use public type and APIs for memory stores wherever possible.

16 years agocrypt32: Remove some unnecessary casts.
Juan Lang [Thu, 16 Aug 2007 17:41:31 +0000 (10:41 -0700)] 
crypt32: Remove some unnecessary casts.

16 years agocrypt32: Rename a confusing type.
Juan Lang [Thu, 16 Aug 2007 17:40:54 +0000 (10:40 -0700)] 
crypt32: Rename a confusing type.

16 years agodinput: Properly increment sequence number for X only movement.
Vitaliy Margolen [Fri, 17 Aug 2007 05:51:32 +0000 (23:51 -0600)] 
dinput: Properly increment sequence number for X only movement.

16 years agocomctl32: Listview fails to add a column if mask=0.
Jason Edmeades [Thu, 16 Aug 2007 22:45:41 +0000 (23:45 +0100)] 
comctl32: Listview fails to add a column if mask=0.

16 years agoriched20: Constify some variables.
Andrew Talbot [Thu, 16 Aug 2007 20:57:12 +0000 (21:57 +0100)] 
riched20: Constify some variables.

16 years agomscms/tests: Allocate the profile buffer dynamically to make sure it's large enough.
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.

16 years agodxguid: Remove dsdriver.h from imports.
Maarten Lankhorst [Thu, 16 Aug 2007 16:39:29 +0000 (18:39 +0200)] 
dxguid: Remove dsdriver.h from imports.

16 years agoprograms/cmd: Do not use hardcoded constants when corresponding macro is already...
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.

16 years agoavifil32/regsvr: Replace recursive delete functions by RegDeleteTree.
Paul Vriens [Thu, 16 Aug 2007 13:30:33 +0000 (15:30 +0200)] 
avifil32/regsvr: Replace recursive delete functions by RegDeleteTree.

16 years agoadvapi32/tests: Skip a test when not properly logged in on win9x.
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.

16 years agowininet/tests: Fix test failures for wininet.dll that comes with IE7.
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.

16 years agoshell32/tests: Use GetModuleHandle instead of LoadLibrary.
Paul Vriens [Thu, 16 Aug 2007 11:12:27 +0000 (13:12 +0200)] 
shell32/tests: Use GetModuleHandle instead of LoadLibrary.

16 years agowinex11: Don't try to activate the desktop window on take focus.
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.

16 years agowinex11: Store wm hints in the window data instead of fetching them when needed.
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.

16 years agowinspool: Implement AddPrinterDriverExA.
Detlef Riekenberg [Thu, 16 Aug 2007 03:18:08 +0000 (05:18 +0200)] 
winspool: Implement AddPrinterDriverExA.

16 years agowinspool: Implement AddPrinterDriverExW.
Detlef Riekenberg [Wed, 15 Aug 2007 21:30:59 +0000 (23:30 +0200)] 
winspool: Implement AddPrinterDriverExW.

16 years agomshtml: Store HTMLDocument reference in HTMLSelectionObject.
Jacek Caban [Wed, 15 Aug 2007 17:17:49 +0000 (19:17 +0200)] 
mshtml: Store HTMLDocument reference in HTMLSelectionObject.

16 years agokernel32: Initialize variable to a known bad value.
Marcus Meissner [Wed, 15 Aug 2007 15:08:50 +0000 (17:08 +0200)] 
kernel32: Initialize variable to a known bad value.

16 years agocomdlg32: printdlg: Set/Load paper orientation in PageSetupDlgW.
Alexander Nicolaysen Sørnes [Sat, 4 Aug 2007 21:14:20 +0000 (23:14 +0200)] 
comdlg32: printdlg: Set/Load paper orientation in PageSetupDlgW.

16 years agourlmon: Call IInternetProtocolSink_Release and ReleaseStgMedium in HttpProtocol where...
Misha Koshelev [Thu, 16 Aug 2007 05:03:49 +0000 (00:03 -0500)] 
urlmon: Call IInternetProtocolSink_Release and ReleaseStgMedium in HttpProtocol where native does.

16 years agourlmon: Call IInternetProtocolSink_AddRef in HttpProtocol where native does (but...
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).

16 years agowininet: A small test for HttpQueryInfoA.
Mikołaj Zalewski [Wed, 15 Aug 2007 23:56:43 +0000 (16:56 -0700)] 
wininet: A small test for HttpQueryInfoA.

16 years agowininet: Make HttpQueryInfo[AW] work for lpBuffer == NULL and len > 0.
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.

16 years agowininet: Support HTTP_QUERY_RAW_HEADER_CRLF|HTTP_QUERY_FLAG_REQUEST_HEADERS.
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.

16 years agowintrust: Remove redundant check of pbSignedDataMsg (Coverity).
Juan Lang [Wed, 15 Aug 2007 23:41:32 +0000 (16:41 -0700)] 
wintrust: Remove redundant check of pbSignedDataMsg (Coverity).

16 years agocrypt32: Free default chain engine.
Juan Lang [Wed, 15 Aug 2007 23:22:43 +0000 (16:22 -0700)] 
crypt32: Free default chain engine.

16 years agogdiplus: Fix default value of StringTrimmingCharacter.
Evan Stade [Wed, 15 Aug 2007 23:22:35 +0000 (16:22 -0700)] 
gdiplus: Fix default value of StringTrimmingCharacter.

16 years agogdiplus/tests: Added GpStringFormat tests.
Evan Stade [Wed, 15 Aug 2007 23:22:29 +0000 (16:22 -0700)] 
gdiplus/tests: Added GpStringFormat tests.

16 years agogdiplus/tests: Added GdipAddPathLineI test.
Evan Stade [Wed, 15 Aug 2007 23:22:22 +0000 (16:22 -0700)] 
gdiplus/tests: Added GdipAddPathLineI test.

16 years agogdiplus: Use DrawText instead of TabbedTextOut.
Evan Stade [Wed, 15 Aug 2007 23:22:17 +0000 (16:22 -0700)] 
gdiplus: Use DrawText instead of TabbedTextOut.

16 years agogdiplus: Handle empty layout rectangle in GdipDrawString.
Evan Stade [Wed, 15 Aug 2007 23:22:13 +0000 (16:22 -0700)] 
gdiplus: Handle empty layout rectangle in GdipDrawString.

16 years agogdiplus: Handle empty layout rectangle in GdipMeasureString.
Evan Stade [Wed, 15 Aug 2007 23:22:09 +0000 (16:22 -0700)] 
gdiplus: Handle empty layout rectangle in GdipMeasureString.

16 years agogdiplus: Handle StringFormatFlagsNoWrap in GdipMeasureString.
Evan Stade [Wed, 15 Aug 2007 23:22:04 +0000 (16:22 -0700)] 
gdiplus: Handle StringFormatFlagsNoWrap in GdipMeasureString.

16 years agogdiplus: Handle StringFormatFlagsNoWrap in GdipDrawString.
Evan Stade [Wed, 15 Aug 2007 23:22:00 +0000 (16:22 -0700)] 
gdiplus: Handle StringFormatFlagsNoWrap in GdipDrawString.

16 years agogdiplus: Fixed 2 GdipDrawString bugs.
Evan Stade [Wed, 15 Aug 2007 23:21:56 +0000 (16:21 -0700)] 
gdiplus: Fixed 2 GdipDrawString bugs.

16 years agogdiplus: Added GdipMeasureString.
Evan Stade [Wed, 15 Aug 2007 23:21:52 +0000 (16:21 -0700)] 
gdiplus: Added GdipMeasureString.

16 years agoriched20: Constify some variables.
Andrew Talbot [Wed, 15 Aug 2007 20:35:51 +0000 (21:35 +0100)] 
riched20: Constify some variables.

16 years agowined3d: Fix WINED3DFMT_A4L4.
Stefan Dösinger [Sat, 11 Aug 2007 18:02:01 +0000 (20:02 +0200)] 
wined3d: Fix WINED3DFMT_A4L4.

16 years agowined3d: Reinstall the internal reference on the current index buffer.
Stefan Dösinger [Tue, 14 Aug 2007 12:46:38 +0000 (14:46 +0200)] 
wined3d: Reinstall the internal reference on the current index buffer.

16 years agowined3d: Release the stateblock before destroying the swapchain.
Stefan Dösinger [Tue, 14 Aug 2007 12:44:41 +0000 (14:44 +0200)] 
wined3d: Release the stateblock before destroying the swapchain.

16 years agowined3d: Do not advertize A8R3R3B2 support.
Stefan Dösinger [Sat, 11 Aug 2007 15:29:10 +0000 (17:29 +0200)] 
wined3d: Do not advertize A8R3R3B2 support.

16 years agowined3d: Fix WINED3DFMT_R3G3B2.
Stefan Dösinger [Sat, 11 Aug 2007 15:26:29 +0000 (17:26 +0200)] 
wined3d: Fix WINED3DFMT_R3G3B2.

16 years agoshell32/tests: Use GetModuleHandle instead of LoadLibrary.
Paul Vriens [Wed, 15 Aug 2007 19:00:06 +0000 (21:00 +0200)] 
shell32/tests: Use GetModuleHandle instead of LoadLibrary.

16 years agoriched20: Add missing scroll bar update.
Lei Zhang [Wed, 15 Aug 2007 17:45:07 +0000 (10:45 -0700)] 
riched20: Add missing scroll bar update.

16 years agoriched20: Properly calculate control display height.
Lei Zhang [Wed, 15 Aug 2007 17:39:43 +0000 (10:39 -0700)] 
riched20: Properly calculate control display height.

16 years agowinealsa: Add support for playing dsound capture buffer.
Maarten Lankhorst [Wed, 15 Aug 2007 14:24:07 +0000 (16:24 +0200)] 
winealsa: Add support for playing dsound capture buffer.

16 years agowinealsa: Add support for opening/closing 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.

16 years agowinealsa: Add IDsCaptureDriverBuffer stub.
Maarten Lankhorst [Wed, 15 Aug 2007 14:11:38 +0000 (16:11 +0200)] 
winealsa: Add IDsCaptureDriverBuffer stub.

16 years agowinealsa: Implement IDsCaptureDriverImpl_Open.
Maarten Lankhorst [Wed, 15 Aug 2007 14:02:36 +0000 (16:02 +0200)] 
winealsa: Implement IDsCaptureDriverImpl_Open.

16 years agowinealsa: Add initial dscapturedriver stub.
Maarten Lankhorst [Wed, 15 Aug 2007 14:01:46 +0000 (16:01 +0200)] 
winealsa: Add initial dscapturedriver stub.

16 years agodsound: Handle failing of obtaining IDsDriverNotify.
Maarten Lankhorst [Wed, 15 Aug 2007 14:43:41 +0000 (16:43 +0200)] 
dsound: Handle failing of obtaining IDsDriverNotify.

16 years agoriched20: Add some test for EM_GETTEXTLENGTHEX and fix the single line edit cases.
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.

16 years agoprintui: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 15 Aug 2007 12:52:34 +0000 (14:52 +0200)] 
printui: Update win32.api to fix the winapi_check warnings.

16 years agontprint: 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.

16 years agontoskrnel.exe: Better match the PSDK types and 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.

16 years agontdll: 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.

16 years agonddeapi: Update win32.api to 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.

16 years agokernel32/tests: Remove a redundant RegSetValueExA() call.
Francois Gouget [Wed, 15 Aug 2007 12:51:42 +0000 (14:51 +0200)] 
kernel32/tests: Remove a redundant RegSetValueExA() call.

16 years agomshtml: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 15 Aug 2007 12:51:36 +0000 (14:51 +0200)] 
mshtml: Update win32.api to fix the winapi_check warnings.

16 years agouser32/tests: Run tests on win95 again.
Paul Vriens [Wed, 15 Aug 2007 12:23:45 +0000 (14:23 +0200)] 
user32/tests: Run tests on win95 again.

16 years agosecur32/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.

16 years agomshtml: Call setup_nswindow on load event.
Jacek Caban [Wed, 15 Aug 2007 10:40:19 +0000 (12:40 +0200)] 
mshtml: Call setup_nswindow on load event.

16 years agokernel32: Return error code if WOWCallback16Ex of a real-mode function failed.
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.

16 years agogdiplus: Added GdipDeleteStringFormat.
Evan Stade [Wed, 15 Aug 2007 02:01:23 +0000 (19:01 -0700)] 
gdiplus: Added GdipDeleteStringFormat.

16 years agogdiplus: Added GdipSetStringFormatLineAlign/GdipGetStringFormatLineAlign.
Evan Stade [Wed, 15 Aug 2007 02:01:15 +0000 (19:01 -0700)] 
gdiplus: Added GdipSetStringFormatLineAlign/GdipGetStringFormatLineAlign.

16 years agogdiplus: Allow null-terminated strings in GdipDrawString.
Evan Stade [Wed, 15 Aug 2007 02:01:07 +0000 (19:01 -0700)] 
gdiplus: Allow null-terminated strings in GdipDrawString.

16 years agogdiplus: Added GdipSetLineBlend stub.
Evan Stade [Wed, 15 Aug 2007 02:01:00 +0000 (19:01 -0700)] 
gdiplus: Added GdipSetLineBlend stub.

16 years agogdiplus: Added GdipSetStringFormatHotkeyPrefix/GdipGetStringFormatHotkeyPrefix.
Evan Stade [Wed, 15 Aug 2007 02:00:53 +0000 (19:00 -0700)] 
gdiplus: Added GdipSetStringFormatHotkeyPrefix/GdipGetStringFormatHotkeyPrefix.

16 years agogdiplus: Added GdipGetStringFormatTrimming/GdipSetStringFormatTrimming.
Evan Stade [Wed, 15 Aug 2007 02:00:40 +0000 (19:00 -0700)] 
gdiplus: Added GdipGetStringFormatTrimming/GdipSetStringFormatTrimming.

16 years agogdiplus: Added GdipGetStringFormatAlign/GdipSetStringFormatAlign.
Evan Stade [Wed, 15 Aug 2007 02:00:32 +0000 (19:00 -0700)] 
gdiplus: Added GdipGetStringFormatAlign/GdipSetStringFormatAlign.

16 years agogdiplus: Added GdipAddPathLineI.
Evan Stade [Wed, 15 Aug 2007 02:00:21 +0000 (19:00 -0700)] 
gdiplus: Added GdipAddPathLineI.

16 years agogdiplus: Added GdipSetTextRenderingHint/GdipGetTextRenderingHint.
Evan Stade [Wed, 15 Aug 2007 02:00:09 +0000 (19:00 -0700)] 
gdiplus: Added GdipSetTextRenderingHint/GdipGetTextRenderingHint.

16 years agogdiplus: Added GdipAddPathBezierI.
Evan Stade [Wed, 15 Aug 2007 02:00:02 +0000 (19:00 -0700)] 
gdiplus: Added GdipAddPathBezierI.

16 years agogdiplus: Added string format constructor.
Evan Stade [Wed, 15 Aug 2007 01:59:48 +0000 (18:59 -0700)] 
gdiplus: Added string format constructor.

16 years agogdiplus: Save elements of font's style.
Evan Stade [Wed, 15 Aug 2007 01:59:35 +0000 (18:59 -0700)] 
gdiplus: Save elements of font's style.

16 years agogdiplus: Added more font tests.
Evan Stade [Wed, 15 Aug 2007 01:59:22 +0000 (18:59 -0700)] 
gdiplus: Added more font tests.

16 years agogdiplus: Added GdipDeleteFont.
Evan Stade [Wed, 15 Aug 2007 01:59:15 +0000 (18:59 -0700)] 
gdiplus: Added GdipDeleteFont.

16 years agogdiplus: Fixed conformance of font constructor.
Evan Stade [Wed, 15 Aug 2007 01:59:08 +0000 (18:59 -0700)] 
gdiplus: Fixed conformance of font constructor.

16 years agogdiplus: Added font tests.
Evan Stade [Wed, 15 Aug 2007 01:58:59 +0000 (18:58 -0700)] 
gdiplus: Added font tests.

16 years agogdiplus: Added GdipGetLogFontW.
Evan Stade [Wed, 15 Aug 2007 01:58:52 +0000 (18:58 -0700)] 
gdiplus: Added GdipGetLogFontW.

16 years agogdiplus: Added GdipDrawString.
Evan Stade [Wed, 15 Aug 2007 01:58:39 +0000 (18:58 -0700)] 
gdiplus: Added GdipDrawString.

16 years agomsvcrt/tests: Remove wrong FreeLibrary and fix typo's.
Paul Vriens [Tue, 14 Aug 2007 18:46:32 +0000 (20:46 +0200)] 
msvcrt/tests: Remove wrong FreeLibrary and fix typo's.

16 years agocrypt32/tests: Use GetModuleHandle and skip.
Paul Vriens [Tue, 14 Aug 2007 18:38:51 +0000 (20:38 +0200)] 
crypt32/tests: Use GetModuleHandle and skip.

16 years agocrypt32: Set return value on exception.
Juan Lang [Tue, 14 Aug 2007 18:32:33 +0000 (11:32 -0700)] 
crypt32: Set return value on exception.

Spotted by Paul Vriens.

16 years agocrypt32: Initial implementation of CertGetCertificateChain and CertFreeCertificateChain.
Juan Lang [Tue, 14 Aug 2007 22:15:02 +0000 (15:15 -0700)] 
crypt32: Initial implementation of CertGetCertificateChain and CertFreeCertificateChain.

16 years agocrypt32: Add a chain test with real certificates.
Juan Lang [Tue, 14 Aug 2007 22:10:35 +0000 (15:10 -0700)] 
crypt32: Add a chain test with real certificates.

16 years agocrypt32: Add initial tests for certificate chains.
Juan Lang [Tue, 14 Aug 2007 21:36:29 +0000 (14:36 -0700)] 
crypt32: Add initial tests for certificate chains.

16 years agocrypt32: Set output chain to NULL.
Juan Lang [Tue, 14 Aug 2007 21:35:31 +0000 (14:35 -0700)] 
crypt32: Set output chain to NULL.

16 years agocrypt32: Add stub for CertFreeCertificateChain.
Juan Lang [Tue, 14 Aug 2007 21:34:59 +0000 (14:34 -0700)] 
crypt32: Add stub for CertFreeCertificateChain.

16 years agocrypt32: Move CertGetCertificateChain to chain.c.
Juan Lang [Tue, 14 Aug 2007 21:30:42 +0000 (14:30 -0700)] 
crypt32: Move CertGetCertificateChain to chain.c.

16 years agocrypt32: Fix typo.
Juan Lang [Tue, 14 Aug 2007 21:30:07 +0000 (14:30 -0700)] 
crypt32: Fix typo.

16 years agocrypt32: Fix typo.
Juan Lang [Tue, 14 Aug 2007 21:29:41 +0000 (14:29 -0700)] 
crypt32: Fix typo.

16 years agowintrust: Forward WinVerifyTrustEx to WinVerifyTrust.
Juan Lang [Tue, 14 Aug 2007 17:17:41 +0000 (10:17 -0700)] 
wintrust: Forward WinVerifyTrustEx to WinVerifyTrust.

16 years agowintrust: Implement WTHelperProvDataFromStateData.
Juan Lang [Tue, 14 Aug 2007 17:16:43 +0000 (10:16 -0700)] 
wintrust: Implement WTHelperProvDataFromStateData.