wine
15 years agoriched32: Test EM_LINELENGTH between carriage return & line feed.
Dylan Smith [Tue, 27 Jan 2009 08:38:56 +0000 (03:38 -0500)] 
riched32: Test EM_LINELENGTH between carriage return & line feed.

Previously this wasn't properly tested for, since all the lines had
text of the same length, so it wasn't properly testing to see which
line length it was getting.

15 years agorichedit: End of line sequence limited to 2 carriage returns.
Dylan Smith [Tue, 27 Jan 2009 08:38:49 +0000 (03:38 -0500)] 
richedit: End of line sequence limited to 2 carriage returns.

riched32.dll does preserve the carriage returns and line feeds unlike
later versions of the richedit control, however the tests previously
missed the fact that a sequence of carriage returns followed by a line
feed (e.g. \r\r\r\n) can actually cause multiple paragraph breaks.

15 years agoriched32: Modified tests to show paragraph break inconsistency.
Dylan Smith [Tue, 27 Jan 2009 08:38:43 +0000 (03:38 -0500)] 
riched32: Modified tests to show paragraph break inconsistency.

Several carriage returns followed by a line break were being handled as
a single paragraph break, when actually native richedit controls may
count this as several line breaks.

15 years agoconfigure: Fix <netinet/tcp_var.h> detection on OpenBSD.
Austin English [Tue, 27 Jan 2009 05:47:49 +0000 (23:47 -0600)] 
configure: Fix <netinet/tcp_var.h> detection on OpenBSD.

15 years agoconfigure: Fix <netinet/in_pcb.h> detection on OpenBSD.
Austin English [Tue, 27 Jan 2009 05:34:42 +0000 (23:34 -0600)] 
configure: Fix <netinet/in_pcb.h> detection on OpenBSD.

15 years agotools/wine.inf: Add a placeholder for stdole2.tlb.
Austin English [Tue, 27 Jan 2009 00:33:19 +0000 (18:33 -0600)] 
tools/wine.inf: Add a placeholder for stdole2.tlb.

15 years agod3dx9_40: Implement d3dx9_40 and forward the functions to d3dx9_36.
Rico Schüller [Mon, 26 Jan 2009 20:33:25 +0000 (21:33 +0100)] 
d3dx9_40: Implement d3dx9_40 and forward the functions to d3dx9_36.

15 years agod3dx9_39: Fix version information.
Rico Schüller [Mon, 26 Jan 2009 20:42:42 +0000 (21:42 +0100)] 
d3dx9_39: Fix version information.

15 years agod3dx9_38: Fix version information.
Rico Schüller [Mon, 26 Jan 2009 20:42:42 +0000 (21:42 +0100)] 
d3dx9_38: Fix version information.

15 years agokernel32: Initialize events correctly.
Marcus Meissner [Mon, 26 Jan 2009 20:52:39 +0000 (21:52 +0100)] 
kernel32: Initialize events correctly.

15 years agoshell32: Added missing fclose (Coverity).
Marcus Meissner [Mon, 26 Jan 2009 16:44:08 +0000 (17:44 +0100)] 
shell32: Added missing fclose (Coverity).

15 years agoddrawex: Use stack ctx instead of uninitialized variable.
Marcus Meissner [Mon, 26 Jan 2009 17:06:24 +0000 (18:06 +0100)] 
ddrawex: Use stack ctx instead of uninitialized variable.

15 years agoiphlpapi: Fix includes for NetBSD.
Austin English [Mon, 26 Jan 2009 17:37:04 +0000 (11:37 -0600)] 
iphlpapi: Fix includes for NetBSD.

15 years agosetupapi: Add stub for SetupDiGetClassImageList.
Ricardo Filipe [Sat, 24 Jan 2009 14:52:51 +0000 (14:52 +0000)] 
setupapi: Add stub for SetupDiGetClassImageList.

15 years agontdll: Add stub for RtlCompressBuffer.
Ricardo Filipe [Sat, 24 Jan 2009 14:40:01 +0000 (14:40 +0000)] 
ntdll: Add stub for RtlCompressBuffer.

15 years agocrypt32: Fix typo.
Juan Lang [Sun, 25 Jan 2009 01:48:21 +0000 (17:48 -0800)] 
crypt32: Fix typo.

15 years agocryptui: Export all selected certificates when requested from the certificate manager...
Juan Lang [Sun, 25 Jan 2009 00:41:04 +0000 (16:41 -0800)] 
cryptui: Export all selected certificates when requested from the certificate manager, not just the first one.

15 years agocryptui: Set default export file name based on input in CryptUIWizExport.
Juan Lang [Sat, 24 Jan 2009 22:16:19 +0000 (14:16 -0800)] 
cryptui: Set default export file name based on input in CryptUIWizExport.

15 years agocryptui: Move code for enabling the PFX export format to the correct dialog proc.
Juan Lang [Sat, 24 Jan 2009 22:13:44 +0000 (14:13 -0800)] 
cryptui: Move code for enabling the PFX export format to the correct dialog proc.

15 years agocryptui: Select export format based on input in CryptUIWizExport.
Juan Lang [Sat, 24 Jan 2009 22:11:24 +0000 (14:11 -0800)] 
cryptui: Select export format based on input in CryptUIWizExport.

15 years agocryptui: Implement CryptUIWizExport for CRYPTUI_WIZ_EXPORT_CERT_STORE_CERTIFICATES_ONLY.
Juan Lang [Sat, 24 Jan 2009 21:58:46 +0000 (13:58 -0800)] 
cryptui: Implement CryptUIWizExport for CRYPTUI_WIZ_EXPORT_CERT_STORE_CERTIFICATES_ONLY.

15 years agocrypt32: Close file when appropriate in CertSaveStore.
Juan Lang [Sat, 24 Jan 2009 21:08:21 +0000 (13:08 -0800)] 
crypt32: Close file when appropriate in CertSaveStore.

15 years agocrypt32: Set save function in switch statement rather than with trinary conditional...
Juan Lang [Sat, 24 Jan 2009 21:07:02 +0000 (13:07 -0800)] 
crypt32: Set save function in switch statement rather than with trinary conditional operator.

15 years agocryptui: Add support for exporting a serialized store from CryptUIWizExport.
Juan Lang [Sat, 24 Jan 2009 20:54:53 +0000 (12:54 -0800)] 
cryptui: Add support for exporting a serialized store from CryptUIWizExport.

15 years agoinclude: Add missing type to union.
Juan Lang [Sat, 24 Jan 2009 20:52:34 +0000 (12:52 -0800)] 
include: Add missing type to union.

15 years agocryptui: Add error checking to CryptUIWizExport.
Juan Lang [Sat, 24 Jan 2009 20:02:35 +0000 (12:02 -0800)] 
cryptui: Add error checking to CryptUIWizExport.

15 years agocryptui: Default to exporting in DER format.
Juan Lang [Sat, 24 Jan 2009 19:46:56 +0000 (11:46 -0800)] 
cryptui: Default to exporting in DER format.

15 years agocryptui: Always initialize export wizard's export options.
Juan Lang [Sat, 24 Jan 2009 19:46:30 +0000 (11:46 -0800)] 
cryptui: Always initialize export wizard's export options.

15 years agod3dx9_39: Implement this dll and forward the functions to d3dx9_36.
David Adam [Sun, 25 Jan 2009 12:29:33 +0000 (13:29 +0100)] 
d3dx9_39: Implement this dll and forward the functions to d3dx9_36.

15 years agod3dx9_38: Implement the dll and forward the functions to d3dx9_36.
David Adam [Sun, 25 Jan 2009 10:38:20 +0000 (11:38 +0100)] 
d3dx9_38: Implement the dll and forward the functions to d3dx9_36.

15 years agorasdlg: Initial stub dll.
Aric Stewart [Fri, 23 Jan 2009 17:43:16 +0000 (11:43 -0600)] 
rasdlg: Initial stub dll.

15 years agokernel32/tests: "none" debugger test needs user interaction.
Ge van Geldorp [Mon, 26 Jan 2009 11:21:16 +0000 (12:21 +0100)] 
kernel32/tests: "none" debugger test needs user interaction.

15 years agomsi: Initialize row (Coverity).
Marcus Meissner [Mon, 26 Jan 2009 10:14:48 +0000 (11:14 +0100)] 
msi: Initialize row (Coverity).

15 years agoadvpack: Don't test properties of a file if it can't be created.
James Hawkins [Mon, 26 Jan 2009 07:31:08 +0000 (01:31 -0600)] 
advpack: Don't test properties of a file if it can't be created.

15 years agoadvapi32: Skip tests if the default provider cannot be removed.
James Hawkins [Mon, 26 Jan 2009 07:31:00 +0000 (01:31 -0600)] 
advapi32: Skip tests if the default provider cannot be removed.

15 years agoadvpack: Skip tests for broken functions.
James Hawkins [Mon, 26 Jan 2009 07:30:49 +0000 (01:30 -0600)] 
advpack: Skip tests for broken functions.

15 years agosetupapi/tests: Make tests pass on Vista and W2K8.
Ge van Geldorp [Mon, 26 Jan 2009 00:26:52 +0000 (01:26 +0100)] 
setupapi/tests: Make tests pass on Vista and W2K8.

15 years agouxtheme/tests: Adjust error test for W2K8.
Ge van Geldorp [Mon, 26 Jan 2009 00:25:46 +0000 (01:25 +0100)] 
uxtheme/tests: Adjust error test for W2K8.

15 years agoole32/tests: Some Windows versions need the class to be registered.
Ge van Geldorp [Sun, 25 Jan 2009 19:01:54 +0000 (20:01 +0100)] 
ole32/tests: Some Windows versions need the class to be registered.

15 years agodwmapi: Add DwmEnableMMCSS stub.
Andrey Turkin [Sat, 24 Jan 2009 19:35:54 +0000 (22:35 +0300)] 
dwmapi: Add DwmEnableMMCSS stub.

15 years agowinedos: Declare some functions static.
Andrew Talbot [Sat, 24 Jan 2009 19:16:18 +0000 (19:16 +0000)] 
winedos: Declare some functions static.

15 years agowinealsa.drv: Declare a function static.
Andrew Talbot [Sat, 24 Jan 2009 19:16:14 +0000 (19:16 +0000)] 
winealsa.drv: Declare a function static.

15 years agomshtml/tests: Fix interface release (Coverity).
Nikolay Sivov [Sat, 24 Jan 2009 14:25:11 +0000 (17:25 +0300)] 
mshtml/tests: Fix interface release (Coverity).

15 years agomsi: Fix potential NULL pointer dereference in ILockBytes_Release (Coverity).
Nikolay Sivov [Sat, 24 Jan 2009 15:47:33 +0000 (18:47 +0300)] 
msi: Fix potential NULL pointer dereference in ILockBytes_Release (Coverity).

15 years agomsi: Fix NULL dereference in MsiQueryComponentStateW (Coverity).
Nikolay Sivov [Sat, 24 Jan 2009 13:56:49 +0000 (16:56 +0300)] 
msi: Fix NULL dereference in MsiQueryComponentStateW (Coverity).

15 years agosetupapi: Declare a function static.
Andrew Talbot [Sat, 24 Jan 2009 13:27:07 +0000 (13:27 +0000)] 
setupapi: Declare a function static.

15 years agosecur32: Declare a function static.
Andrew Talbot [Sat, 24 Jan 2009 13:27:03 +0000 (13:27 +0000)] 
secur32: Declare a function static.

15 years agoinetcomm: Wrap a few traces in debugstr_a() (Coverity).
Paul Vriens [Mon, 26 Jan 2009 12:50:56 +0000 (13:50 +0100)] 
inetcomm: Wrap a few traces in debugstr_a() (Coverity).

15 years agocomdlg32: Set the correct error code if there is no default printer.
Huw Davies [Mon, 26 Jan 2009 12:15:22 +0000 (12:15 +0000)] 
comdlg32: Set the correct error code if there is no default printer.

15 years agod3d8: Make some device_parent_*() functions static.
Francois Gouget [Mon, 26 Jan 2009 11:53:26 +0000 (12:53 +0100)] 
d3d8: Make some device_parent_*() functions static.

15 years agoddraw: Make some device_parent_*() functions static.
Francois Gouget [Mon, 26 Jan 2009 11:53:22 +0000 (12:53 +0100)] 
ddraw: Make some device_parent_*() functions static.

15 years agod3d10core: Make some device_parent_*() functions static.
Francois Gouget [Mon, 26 Jan 2009 11:53:17 +0000 (12:53 +0100)] 
d3d10core: Make some device_parent_*() functions static.

15 years agoregedit: Make some functions static.
Francois Gouget [Mon, 26 Jan 2009 11:53:12 +0000 (12:53 +0100)] 
regedit: Make some functions static.

15 years agoregedit: We don't bother unregistering window classes on exit, so remove HexEdit_Unre...
Francois Gouget [Mon, 26 Jan 2009 11:53:03 +0000 (12:53 +0100)] 
regedit: We don't bother unregistering window classes on exit, so remove HexEdit_Unregister().

15 years agowinecfg: Make enumerate_valuesW() static.
Francois Gouget [Mon, 26 Jan 2009 11:52:34 +0000 (12:52 +0100)] 
winecfg: Make enumerate_valuesW() static.

15 years agowineconsole: WINECON_GetHistory{Mode,Size}() are unused so remove them.
Francois Gouget [Mon, 26 Jan 2009 11:51:37 +0000 (12:51 +0100)] 
wineconsole: WINECON_GetHistory{Mode,Size}() are unused so remove them.

15 years agoquartz: Make the IMemInputPin functions static.
Francois Gouget [Mon, 26 Jan 2009 11:50:31 +0000 (12:50 +0100)] 
quartz: Make the IMemInputPin functions static.

15 years agowinex11: Flush the display after releasing the capture to make sure it happens right...
Alexandre Julliard [Mon, 26 Jan 2009 14:12:55 +0000 (15:12 +0100)] 
winex11: Flush the display after releasing the capture to make sure it happens right away.

15 years agorpcrt4: Don't align the buffer pointer in ComplexStructMemorySize for alignment formats.
Alexandre Julliard [Mon, 26 Jan 2009 14:12:07 +0000 (15:12 +0100)] 
rpcrt4: Don't align the buffer pointer in ComplexStructMemorySize for alignment formats.

15 years agogdi32: Avoid some pointer casts.
Alexandre Julliard [Mon, 26 Jan 2009 14:09:18 +0000 (15:09 +0100)] 
gdi32: Avoid some pointer casts.

15 years agouser32: Make sure the submenu is valid in MENU_HideSubPopups.
Alexandre Julliard [Mon, 26 Jan 2009 14:09:07 +0000 (15:09 +0100)] 
user32: Make sure the submenu is valid in MENU_HideSubPopups.

15 years agouser32: Use a finally handler to make sure capture is always released when exiting...
Alexandre Julliard [Mon, 26 Jan 2009 14:08:49 +0000 (15:08 +0100)] 
user32: Use a finally handler to make sure capture is always released when exiting the menu loop.

15 years agoinclude: Update the comments about the Wine exception macros.
Alexandre Julliard [Mon, 26 Jan 2009 14:07:50 +0000 (15:07 +0100)] 
include: Update the comments about the Wine exception macros.

15 years agocomctl32: Fix missing void in empty parameter list.
Alasdair Sinclair [Sun, 25 Jan 2009 22:27:28 +0000 (22:27 +0000)] 
comctl32: Fix missing void in empty parameter list.

15 years agocomctl32/tests: Fix missing void in empty parameter list.
Alasdair Sinclair [Sun, 25 Jan 2009 22:27:18 +0000 (22:27 +0000)] 
comctl32/tests: Fix missing void in empty parameter list.

15 years agoadvapi32/tests: Fix missing void in empty parameter list.
Alasdair Sinclair [Sun, 25 Jan 2009 22:27:04 +0000 (22:27 +0000)] 
advapi32/tests: Fix missing void in empty parameter list.

15 years agoinclude: Add definition of OBJECT_NAME_INFORMATION.
Juan Lang [Sun, 25 Jan 2009 18:46:02 +0000 (10:46 -0800)] 
include: Add definition of OBJECT_NAME_INFORMATION.

15 years agowinmm: Make the return behavior of waveOutPrepareHeader consistent for 16-bit and...
Andrew Nguyen [Sun, 25 Jan 2009 08:56:48 +0000 (02:56 -0600)] 
winmm: Make the return behavior of waveOutPrepareHeader consistent for 16-bit and 32-bit.

15 years agod3d10core: Add a small test for CreateRenderTargetView().
Henri Verbeet [Mon, 26 Jan 2009 08:38:14 +0000 (09:38 +0100)] 
d3d10core: Add a small test for CreateRenderTargetView().

15 years agod3d10core: Handle a NULL view desc in CreateRenderTargetView().
Henri Verbeet [Mon, 26 Jan 2009 08:38:14 +0000 (09:38 +0100)] 
d3d10core: Handle a NULL view desc in CreateRenderTargetView().

15 years agod3d10core: Implement ID3D10Buffer::GetType().
Henri Verbeet [Mon, 26 Jan 2009 08:38:14 +0000 (09:38 +0100)] 
d3d10core: Implement ID3D10Buffer::GetType().

15 years agod3d10core: Implement ID3D10Texture2D::GetType().
Henri Verbeet [Mon, 26 Jan 2009 08:38:14 +0000 (09:38 +0100)] 
d3d10core: Implement ID3D10Texture2D::GetType().

15 years agod3d10core: Implement ID3D10Texture2D::GetDesc().
Henri Verbeet [Mon, 26 Jan 2009 08:38:14 +0000 (09:38 +0100)] 
d3d10core: Implement ID3D10Texture2D::GetDesc().

15 years agodinput: Clamp lMagnitude to -10000..10000 range.
Vincent Pelletier [Sat, 24 Jan 2009 02:45:11 +0000 (03:45 +0100)] 
dinput: Clamp lMagnitude to -10000..10000 range.

15 years agodinput: Fix gain-related bugs.
Vincent Pelletier [Fri, 23 Jan 2009 23:59:48 +0000 (00:59 +0100)] 
dinput: Fix gain-related bugs.

15 years agogdi32: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 26 Jan 2009 10:01:12 +0000 (11:01 +0100)] 
gdi32: Remove superfluous pointer casts.

15 years agoitss: Remove some superfluous pointer casts.
Michael Stefaniuc [Mon, 26 Jan 2009 10:01:19 +0000 (11:01 +0100)] 
itss: Remove some superfluous pointer casts.

15 years agocrypt32: Remove some more superfluous pointer casts.
Michael Stefaniuc [Mon, 26 Jan 2009 10:01:47 +0000 (11:01 +0100)] 
crypt32: Remove some more superfluous pointer casts.

15 years agomsxml3: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 26 Jan 2009 10:01:02 +0000 (11:01 +0100)] 
msxml3: Remove superfluous pointer casts.

15 years agosetupapi: Implement SetupInstallFileExA/W.
Hans Leidekker [Mon, 26 Jan 2009 10:03:50 +0000 (11:03 +0100)] 
setupapi: Implement SetupInstallFileExA/W.

15 years agorpcrt4: Fix buffer overflow in UUID tests.
Rob Shearman [Sun, 25 Jan 2009 17:07:20 +0000 (17:07 +0000)] 
rpcrt4: Fix buffer overflow in UUID tests.

15 years agocomctl32: Don't generate a fixme message for the TBSTYLE_EX_DOUBLEBUFFER extended...
Reece Dunn [Sun, 25 Jan 2009 12:37:06 +0000 (12:37 +0000)] 
comctl32: Don't generate a fixme message for the TBSTYLE_EX_DOUBLEBUFFER extended style.

15 years agomsi: Remove redundant pointer check (Coverity).
Nikolay Sivov [Sun, 25 Jan 2009 12:08:58 +0000 (15:08 +0300)] 
msi: Remove redundant pointer check (Coverity).

15 years agoddraw/tests: Add a few tests for ComputeShereVisibility.
David Adam [Sat, 24 Jan 2009 18:32:30 +0000 (19:32 +0100)] 
ddraw/tests: Add a few tests for ComputeShereVisibility.

15 years agooleview: Fix typo in English, Russian resources.
Anders Jonsson [Sat, 24 Jan 2009 17:08:10 +0000 (18:08 +0100)] 
oleview: Fix typo in English, Russian resources.

15 years agoshell32: Declare some functions static.
Andrew Talbot [Sat, 24 Jan 2009 16:04:27 +0000 (16:04 +0000)] 
shell32: Declare some functions static.

15 years agontdll: Add stub for RtlGetCompressionWorkSpaceSize.
Ricardo Filipe [Sat, 24 Jan 2009 13:41:37 +0000 (13:41 +0000)] 
ntdll: Add stub for RtlGetCompressionWorkSpaceSize.

15 years agouser32: DdeCreateStringHandle checks for an invalid instance Id and sets lastError...
Jeff Latimer [Sat, 24 Jan 2009 10:34:44 +0000 (21:34 +1100)] 
user32: DdeCreateStringHandle checks for an invalid instance Id and sets lastError for instances on that thread.

15 years agouser32/tests: Add tests for invalid instance passed to DdeCreateStringHandle.
Jeff Latimer [Sat, 24 Jan 2009 10:34:35 +0000 (21:34 +1100)] 
user32/tests: Add tests for invalid instance passed to DdeCreateStringHandle.

Similar the DdeCreateDataHandle, DdeCreateStringHandle behaves the same
way.  If an invalid instance Id is passed then lastError is set for all
instances of that thread.

15 years agowinefile: Avoid array overrun (coverity).
Marcus Meissner [Sat, 24 Jan 2009 08:52:36 +0000 (09:52 +0100)] 
winefile: Avoid array overrun (coverity).

15 years agogdiplus: Do not call delete_element(NULL).
Vincent Povirk [Sat, 24 Jan 2009 06:30:50 +0000 (00:30 -0600)] 
gdiplus: Do not call delete_element(NULL).

15 years agocryptui: Call CryptUIWizExport when asked to.
Juan Lang [Fri, 23 Jan 2009 21:36:12 +0000 (13:36 -0800)] 
cryptui: Call CryptUIWizExport when asked to.

15 years agocryptui: Fix a typo.
Juan Lang [Fri, 23 Jan 2009 21:26:59 +0000 (13:26 -0800)] 
cryptui: Fix a typo.

15 years agocryptui: Implement CryptUIWizExport for the no UI case.
Juan Lang [Fri, 23 Jan 2009 21:25:51 +0000 (13:25 -0800)] 
cryptui: Implement CryptUIWizExport for the no UI case.

15 years agocryptui: Use a public type rather than a private one for export options in the export...
Juan Lang [Fri, 23 Jan 2009 21:20:55 +0000 (13:20 -0800)] 
cryptui: Use a public type rather than a private one for export options in the export wizard.

15 years agocryptui: Implement saving from the export wizard.
Juan Lang [Fri, 23 Jan 2009 20:50:30 +0000 (12:50 -0800)] 
cryptui: Implement saving from the export wizard.

15 years agocryptui: Show details of export on finish page of export wizard.
Juan Lang [Fri, 23 Jan 2009 19:41:41 +0000 (11:41 -0800)] 
cryptui: Show details of export on finish page of export wizard.

15 years agocryptui: Implement browsing for a filename in the export wizard.
Juan Lang [Fri, 23 Jan 2009 19:29:59 +0000 (11:29 -0800)] 
cryptui: Implement browsing for a filename in the export wizard.

15 years agocryptui: Validate filename in export wizard.
Juan Lang [Fri, 23 Jan 2009 18:59:58 +0000 (10:59 -0800)] 
cryptui: Validate filename in export wizard.

15 years agocryptui: Enable/disable checkboxes in the format page of the export wizard depending...
Juan Lang [Fri, 23 Jan 2009 17:04:53 +0000 (09:04 -0800)] 
cryptui: Enable/disable checkboxes in the format page of the export wizard depending on selection.