wine
16 years agocomctl32: Make the status control height dpi and theme aware.
Detlef Riekenberg [Sun, 1 Feb 2009 10:59:11 +0000 (11:59 +0100)] 
comctl32: Make the status control height dpi and theme aware.

16 years agodmime: Added missing NULL ptr check (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 22:40:05 +0000 (23:40 +0100)] 
dmime: Added missing NULL ptr check (Coverity).

16 years agoitss: Move buffer initialization a bit up (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 22:50:30 +0000 (23:50 +0100)] 
itss: Move buffer initialization a bit up (Coverity).

16 years agodmstyle: Another NULL ptr check added (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 22:30:59 +0000 (23:30 +0100)] 
dmstyle: Another NULL ptr check added (Coverity).

16 years agowinhlp32: Check hlpfile for being NULL (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 21:24:51 +0000 (22:24 +0100)] 
winhlp32: Check hlpfile for being NULL (Coverity).

16 years agodbghelp: Check for wImageName being NULL (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 12:23:35 +0000 (13:23 +0100)] 
dbghelp: Check for wImageName being NULL (Coverity).

16 years agomsctf: Add ITfDocumentMgr interface.
Aric Stewart [Fri, 30 Jan 2009 20:27:06 +0000 (14:27 -0600)] 
msctf: Add ITfDocumentMgr interface.

16 years agocomctl32: Fix propsheet size calculation.
Vitaliy Margolen [Fri, 30 Jan 2009 16:06:03 +0000 (09:06 -0700)] 
comctl32: Fix propsheet size calculation.

16 years agorichedit: Fixed EM_FINDTEXT to pass todo tests.
Dylan Smith [Mon, 2 Feb 2009 06:32:36 +0000 (01:32 -0500)] 
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.

16 years agorichedit: Implement EM_GETTEXTMODE.
Dylan Smith [Mon, 2 Feb 2009 06:32:29 +0000 (01:32 -0500)] 
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.

16 years agorichedit: Use width from EM_SETTARGETDEVICE for wrapping.
Dylan Smith [Mon, 2 Feb 2009 06:32:20 +0000 (01:32 -0500)] 
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.

16 years agod3dx8: Implement D3DXFresnelTerm.
David Adam [Sat, 31 Jan 2009 13:57:13 +0000 (14:57 +0100)] 
d3dx8: Implement D3DXFresnelTerm.

16 years agod3dx8: Simplify some functions.
David Adam [Sat, 31 Jan 2009 10:19:47 +0000 (11:19 +0100)] 
d3dx8: Simplify some functions.

16 years agod3dx8: Allow output pointer to be equal to input pointer.
David Adam [Sat, 31 Jan 2009 10:17:45 +0000 (11:17 +0100)] 
d3dx8: Allow output pointer to be equal to input pointer.

16 years agod3dx9_36: Fix failing tests in Windows.
David Adam [Sat, 31 Jan 2009 11:04:55 +0000 (12:04 +0100)] 
d3dx9_36: Fix failing tests in Windows.

16 years agodinput: Move gain support from effect to device.
Vincent Pelletier [Thu, 29 Jan 2009 20:26:30 +0000 (21:26 +0100)] 
dinput: Move gain support from effect to device.

16 years agojscript: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 2 Feb 2009 10:01:02 +0000 (11:01 +0100)] 
jscript: Remove superfluous pointer casts.

16 years agodmloader: Fixed some pointer read/write checks (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 22:36:44 +0000 (23:36 +0100)] 
dmloader: Fixed some pointer read/write checks (Coverity).

16 years agowrc: Free type to avoid leaks (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 21:14:57 +0000 (22:14 +0100)] 
wrc: Free type to avoid leaks (Coverity).

16 years agomsacm32: Add missing HeapALloc failure checks (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 20:53:36 +0000 (21:53 +0100)] 
msacm32: Add missing HeapALloc failure checks (Coverity).

16 years agowinedbg: Check for buffer being NULL.
Marcus Meissner [Sat, 31 Jan 2009 18:53:19 +0000 (19:53 +0100)] 
winedbg: Check for buffer being NULL.

16 years agooleaut32: Removed useless NULL ptr check (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 12:15:32 +0000 (13:15 +0100)] 
oleaut32: Removed useless NULL ptr check (Coverity).

16 years agokernel32: Handle username conversion failure (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 10:50:21 +0000 (11:50 +0100)] 
kernel32: Handle username conversion failure (Coverity).

16 years agoservices: Handle realloc failures better (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 10:44:12 +0000 (11:44 +0100)] 
services: Handle realloc failures better (Coverity).

16 years agoadvapi32: Fixed NULL ptr deref in QueryServiceConfig2A (Coverity).
Marcus Meissner [Sat, 31 Jan 2009 10:40:02 +0000 (11:40 +0100)] 
advapi32: Fixed NULL ptr deref in QueryServiceConfig2A (Coverity).

16 years agoshell32: Fixed potential buffer overwrite in execute_from_key (Coverity).
Marcus Meissner [Fri, 30 Jan 2009 21:01:18 +0000 (22:01 +0100)] 
shell32: Fixed potential buffer overwrite in execute_from_key (Coverity).

16 years agocomctl32: Simplify four functions by removing unused parameters.
Gerald Pfeifer [Fri, 30 Jan 2009 21:42:29 +0000 (22:42 +0100)] 
comctl32: Simplify four functions by removing unused parameters.

16 years agogdiplus: Implemented GdipTranslateClip/GdipTranslateClipI.
Nikolay Sivov [Fri, 30 Jan 2009 21:07:30 +0000 (00:07 +0300)] 
gdiplus: Implemented GdipTranslateClip/GdipTranslateClipI.

16 years agogdiplus: Implemented GdipGetRegionBounds/GdipGetRegionBoundsI.
Nikolay Sivov [Fri, 30 Jan 2009 20:56:01 +0000 (23:56 +0300)] 
gdiplus: Implemented GdipGetRegionBounds/GdipGetRegionBoundsI.

16 years agogdiplus: Implemented GdipTranslateRegionI.
Nikolay Sivov [Fri, 30 Jan 2009 20:03:17 +0000 (23:03 +0300)] 
gdiplus: Implemented GdipTranslateRegionI.

16 years agogdiplus: Implemented GdipTranslateRegion.
Nikolay Sivov [Fri, 30 Jan 2009 20:01:14 +0000 (23:01 +0300)] 
gdiplus: Implemented GdipTranslateRegion.

16 years agogdiplus: Implemented GdipIsEqualRegion.
Nikolay Sivov [Fri, 30 Jan 2009 19:19:22 +0000 (22:19 +0300)] 
gdiplus: Implemented GdipIsEqualRegion.

16 years agoconfigure.ac: Check for icps_outhist struct.
Austin English [Fri, 30 Jan 2009 16:18:10 +0000 (10:18 -0600)] 
configure.ac: Check for icps_outhist struct.

16 years agodinput: Consume mouse & keyboard events in exclusive mode.
Vitaliy Margolen [Sun, 1 Feb 2009 20:11:46 +0000 (13:11 -0700)] 
dinput: Consume mouse & keyboard events in exclusive mode.

16 years agoconfigure: Remove no longer needed check for -fshort-wchar.
Alexandre Julliard [Mon, 2 Feb 2009 11:27:56 +0000 (12:27 +0100)] 
configure: Remove no longer needed check for -fshort-wchar.

16 years agowinegcc: Support -b option for cross-compiling.
Alexandre Julliard [Mon, 2 Feb 2009 11:25:37 +0000 (12:25 +0100)] 
winegcc: Support -b option for cross-compiling.

16 years agowinegcc: Make platform-specific behaviors depend on variables instead of #ifdefs.
Alexandre Julliard [Mon, 2 Feb 2009 11:19:11 +0000 (12:19 +0100)] 
winegcc: Make platform-specific behaviors depend on variables instead of #ifdefs.

16 years agokernel32/tests: Fix remaining failures on Win9x and WinME.
Paul Vriens [Sat, 31 Jan 2009 14:37:59 +0000 (15:37 +0100)] 
kernel32/tests: Fix remaining failures on Win9x and WinME.

16 years agokernel32/tests: Fix some test failures on Win9x and WinME.
Paul Vriens [Sat, 31 Jan 2009 14:23:33 +0000 (15:23 +0100)] 
kernel32/tests: Fix some test failures on Win9x and WinME.

16 years agokernel32/tests: Fix some tests on Win9x and WinME (GetPrivateProfileSection).
Paul Vriens [Sat, 31 Jan 2009 14:03:13 +0000 (15:03 +0100)] 
kernel32/tests: Fix some tests on Win9x and WinME (GetPrivateProfileSection).

16 years agokernel32/tests: Fill the buffer and check for double-NULL to show a bug in Wine.
Paul Vriens [Sat, 31 Jan 2009 13:50:02 +0000 (14:50 +0100)] 
kernel32/tests: Fill the buffer and check for double-NULL to show a bug in Wine.

16 years agowintrust: Declare a functions static.
Andrew Talbot [Sat, 31 Jan 2009 13:02:39 +0000 (13:02 +0000)] 
wintrust: Declare a functions static.

16 years agowinmm: Declare some functions static.
Andrew Talbot [Sat, 31 Jan 2009 13:02:34 +0000 (13:02 +0000)] 
winmm: Declare some functions static.

16 years agowininet: Declare some functions static.
Andrew Talbot [Sat, 31 Jan 2009 13:02:20 +0000 (13:02 +0000)] 
wininet: Declare some functions static.

16 years agooleaut32/tests: Add a VarFormat test for date and time.
Lei Zhang [Sat, 31 Jan 2009 04:05:15 +0000 (20:05 -0800)] 
oleaut32/tests: Add a VarFormat test for date and time.

16 years agomlang: Export a couple of functions by ordinal.
Hans Leidekker [Fri, 30 Jan 2009 16:10:32 +0000 (17:10 +0100)] 
mlang: Export a couple of functions by ordinal.

16 years agomlang: Implement IMLangFontLink2_GetScriptFontInfo.
Hans Leidekker [Fri, 30 Jan 2009 16:09:41 +0000 (17:09 +0100)] 
mlang: Implement IMLangFontLink2_GetScriptFontInfo.

16 years agomapi32: Fix many test failures on Win9x.
Juan Lang [Fri, 30 Jan 2009 16:14:00 +0000 (08:14 -0800)] 
mapi32: Fix many test failures on Win9x.

16 years agocrypt32: Remove test of a corner case that failed on older crypt32 versions.
Juan Lang [Fri, 30 Jan 2009 16:02:42 +0000 (08:02 -0800)] 
crypt32: Remove test of a corner case that failed on older crypt32 versions.

16 years agowininet/tests: Fix tests failures on W2K and below and some early XP.
Paul Vriens [Fri, 30 Jan 2009 15:48:43 +0000 (16:48 +0100)] 
wininet/tests: Fix tests failures on W2K and below and some early XP.

16 years agooleaut32: Initialise more of the context passed into user marshal functions in the...
Rob Shearman [Fri, 30 Jan 2009 13:48:38 +0000 (13:48 +0000)] 
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.

16 years agoole32: Initialise more of the context passed into user marshaling functions in the...
Rob Shearman [Fri, 30 Jan 2009 13:47:02 +0000 (13:47 +0000)] 
ole32: Initialise more of the context passed into user marshaling functions in the tests for these functions.

16 years agoChange parameter type from size_t to SIZE_T for MIDL_user_allocate.
Rob Shearman [Fri, 30 Jan 2009 13:46:17 +0000 (13:46 +0000)] 
Change parameter type from size_t to SIZE_T for MIDL_user_allocate.

16 years agoRelease 1.1.14. wine-1.1.14
Alexandre Julliard [Fri, 30 Jan 2009 16:54:01 +0000 (17:54 +0100)] 
Release 1.1.14.

16 years agomsvcrt/tests: Remove a space before a '\n'.
Francois Gouget [Fri, 30 Jan 2009 10:37:51 +0000 (11:37 +0100)] 
msvcrt/tests: Remove a space before a '\n'.

16 years agotwain_32/tests: Add a trailing '\n' to ok() calls.
Francois Gouget [Fri, 30 Jan 2009 10:38:03 +0000 (11:38 +0100)] 
twain_32/tests: Add a trailing '\n' to ok() calls.

16 years agoserver: Don't return a value from a void function.
Alexandre Julliard [Fri, 30 Jan 2009 13:04:56 +0000 (14:04 +0100)] 
server: Don't return a value from a void function.

16 years agoconfigure: Check for xinpgen struct.
Austin English [Thu, 29 Jan 2009 14:28:37 +0000 (08:28 -0600)] 
configure: Check for xinpgen struct.

16 years agoconfigure: Include net/if.h to check for netinet headers on Solaris.
Alexandre Julliard [Fri, 30 Jan 2009 13:01:12 +0000 (14:01 +0100)] 
configure: Include net/if.h to check for netinet headers on Solaris.

16 years agoshell32: Fix a mem leak in SHBrowseForFolder.
Diaa Sami [Thu, 29 Jan 2009 19:54:29 +0000 (19:54 +0000)] 
shell32: Fix a mem leak in SHBrowseForFolder.

16 years agomsi: Fix compiler warning on older gcc.
Alexandre Julliard [Fri, 30 Jan 2009 12:44:06 +0000 (13:44 +0100)] 
msi: Fix compiler warning on older gcc.

16 years agogdiplus: Implemented GdipCreateRegionHrgn for rectangular regions.
Nikolay Sivov [Fri, 30 Jan 2009 00:49:54 +0000 (03:49 +0300)] 
gdiplus: Implemented GdipCreateRegionHrgn for rectangular regions.

16 years agooleaut32: Implement de/serialize_param of types VT_ARRAY|<type>.
Aric Stewart [Thu, 29 Jan 2009 15:52:29 +0000 (09:52 -0600)] 
oleaut32: Implement de/serialize_param of types VT_ARRAY|<type>.

16 years agomlang: Implementation of base functionality of IMultiLanguage2::ValidateCodePage...
Aric Stewart [Wed, 28 Jan 2009 13:38:11 +0000 (07:38 -0600)] 
mlang: Implementation of base functionality of IMultiLanguage2::ValidateCodePage and IMultiLanguage2::ValidateCodePageEx.

Does not handle automatically installing language packs.
With help from Dmitry Timoshkov.

16 years agorsaenh/tests: Fix the remaining test failures on Win9x up to W2K.
Paul Vriens [Fri, 30 Jan 2009 08:49:40 +0000 (09:49 +0100)] 
rsaenh/tests: Fix the remaining test failures on Win9x up to W2K.

16 years agoriched20: Remove superfluous pointer casts.
Michael Stefaniuc [Fri, 30 Jan 2009 09:40:02 +0000 (10:40 +0100)] 
riched20: Remove superfluous pointer casts.

16 years agopsapi: Remove superfluous pointer casts.
Michael Stefaniuc [Fri, 30 Jan 2009 09:39:42 +0000 (10:39 +0100)] 
psapi: Remove superfluous pointer casts.

16 years agoshell32: Allow PIDLs to have alternate types to support more recent versions of Windows.
Juan Lang [Fri, 30 Jan 2009 02:06:33 +0000 (18:06 -0800)] 
shell32: Allow PIDLs to have alternate types to support more recent versions of Windows.

16 years agoshell32: Remove a test that no longer fails on Windows Vista/2008.
Juan Lang [Fri, 30 Jan 2009 01:48:15 +0000 (17:48 -0800)] 
shell32: Remove a test that no longer fails on Windows Vista/2008.

16 years agoshell32: Fix a test on Windows Vista/2008.
Juan Lang [Fri, 30 Jan 2009 01:46:49 +0000 (17:46 -0800)] 
shell32: Fix a test on Windows Vista/2008.

16 years agorsaenh: Fix some recently introduced test failures on Win9x/NT4.
Juan Lang [Fri, 30 Jan 2009 01:39:05 +0000 (17:39 -0800)] 
rsaenh: Fix some recently introduced test failures on Win9x/NT4.

16 years agoinetmib1: Remove a test that's no longer true on Windows Vista.
Juan Lang [Fri, 30 Jan 2009 01:19:20 +0000 (17:19 -0800)] 
inetmib1: Remove a test that's no longer true on Windows Vista.

16 years agocryptnet: Skip failing tests no matter what the last error is, but only on Windows.
Juan Lang [Fri, 30 Jan 2009 00:57:45 +0000 (16:57 -0800)] 
cryptnet: Skip failing tests no matter what the last error is, but only on Windows.

16 years agocryptui: Fix a few test failures on older Windows versions.
Juan Lang [Fri, 30 Jan 2009 00:52:41 +0000 (16:52 -0800)] 
cryptui: Fix a few test failures on older Windows versions.

16 years agocrypt32: Fix CryptProtectData tests on older Windows versions.
Juan Lang [Fri, 30 Jan 2009 01:01:14 +0000 (17:01 -0800)] 
crypt32: Fix CryptProtectData tests on older Windows versions.

16 years agocrypt32: Add index of failing test to output.
Juan Lang [Fri, 30 Jan 2009 00:53:56 +0000 (16:53 -0800)] 
crypt32: Add index of failing test to output.

16 years agocrypt32: Move test for duplicating a NULL cert to existing function.
Juan Lang [Thu, 29 Jan 2009 19:20:46 +0000 (11:20 -0800)] 
crypt32: Move test for duplicating a NULL cert to existing function.

16 years agontoskrnl.exe: Remove the vectored exception handler on dll unload.
Alexandre Julliard [Fri, 30 Jan 2009 10:44:13 +0000 (11:44 +0100)] 
ntoskrnl.exe: Remove the vectored exception handler on dll unload.

16 years agod3dxof: Fix dead code.
Christian Costa [Thu, 29 Jan 2009 21:46:01 +0000 (22:46 +0100)] 
d3dxof: Fix dead code.

16 years agomsctf: Declare some variables static.
Andrew Talbot [Thu, 29 Jan 2009 22:12:30 +0000 (22:12 +0000)] 
msctf: Declare some variables static.

16 years agowinex11.drv: Declare some functions static.
Andrew Talbot [Thu, 29 Jan 2009 21:40:50 +0000 (21:40 +0000)] 
winex11.drv: Declare some functions static.

16 years agosetupapi/tests: Fix missing void in empty parameter list.
Alasdair Sinclair [Thu, 29 Jan 2009 20:58:48 +0000 (20:58 +0000)] 
setupapi/tests: Fix missing void in empty parameter list.

16 years agoriched32/tests: Fix missing void in empty parameter list.
Alasdair Sinclair [Thu, 29 Jan 2009 20:58:40 +0000 (20:58 +0000)] 
riched32/tests: Fix missing void in empty parameter list.

16 years agoriched20/tests: Fix missing void in empty parameter list.
Alasdair Sinclair [Thu, 29 Jan 2009 20:58:33 +0000 (20:58 +0000)] 
riched20/tests: Fix missing void in empty parameter list.

16 years agoquartz/tests: Fix missing void in empty parameter list.
Alasdair Sinclair [Thu, 29 Jan 2009 20:58:26 +0000 (20:58 +0000)] 
quartz/tests: Fix missing void in empty parameter list.

16 years agooleaut32/tests: Fix missing void in empty parameter list.
Alasdair Sinclair [Thu, 29 Jan 2009 20:58:17 +0000 (20:58 +0000)] 
oleaut32/tests: Fix missing void in empty parameter list.

16 years agokernel32/tests: Fix some test failures on Win9x and WinME.
Paul Vriens [Thu, 29 Jan 2009 19:23:13 +0000 (20:23 +0100)] 
kernel32/tests: Fix some test failures on Win9x and WinME.

16 years agokernel32/tests: Skip some tests on Win9x and WinME.
Paul Vriens [Thu, 29 Jan 2009 18:46:50 +0000 (19:46 +0100)] 
kernel32/tests: Skip some tests on Win9x and WinME.

16 years agocrypt32: Fix debug channel for PFX functions.
Juan Lang [Thu, 29 Jan 2009 10:07:20 +0000 (02:07 -0800)] 
crypt32: Fix debug channel for PFX functions.

16 years agowininet: Implement IsDomainLegalCookieDomainW.
Hans Leidekker [Thu, 29 Jan 2009 15:59:33 +0000 (16:59 +0100)] 
wininet: Implement IsDomainLegalCookieDomainW.

16 years agouser32/tests: Add a few optional messages for Win2K3.
Alexandre Julliard [Thu, 29 Jan 2009 21:09:11 +0000 (22:09 +0100)] 
user32/tests: Add a few optional messages for Win2K3.

16 years agontdll/tests: Add a couple of status values seen on Win2K3.
Alexandre Julliard [Thu, 29 Jan 2009 21:08:54 +0000 (22:08 +0100)] 
ntdll/tests: Add a couple of status values seen on Win2K3.

16 years agokernel32/tests: Don't test the implementation details of the SList structure.
Alexandre Julliard [Thu, 29 Jan 2009 21:08:07 +0000 (22:08 +0100)] 
kernel32/tests: Don't test the implementation details of the SList structure.

16 years agokernel32/tests: Support broken GetTempPath return value on WinME.
Alexandre Julliard [Thu, 29 Jan 2009 21:07:50 +0000 (22:07 +0100)] 
kernel32/tests: Support broken GetTempPath return value on WinME.

16 years agogdi32: Check for memory allocation failure in region functions and propagate the...
Alexandre Julliard [Thu, 29 Jan 2009 17:18:53 +0000 (18:18 +0100)] 
gdi32: Check for memory allocation failure in region functions and propagate the error correctly.

16 years agogdi32: Replace the MEMCHECK macro in the region code by a proper function.
Alexandre Julliard [Thu, 29 Jan 2009 16:44:58 +0000 (17:44 +0100)] 
gdi32: Replace the MEMCHECK macro in the region code by a proper function.

16 years agogdi32: Don't hold the GDI lock while creating regions.
Alexandre Julliard [Thu, 29 Jan 2009 16:32:06 +0000 (17:32 +0100)] 
gdi32: Don't hold the GDI lock while creating regions.

16 years agogdi32: Store the region data directly in the GDI object.
Alexandre Julliard [Thu, 29 Jan 2009 15:38:53 +0000 (16:38 +0100)] 
gdi32: Store the region data directly in the GDI object.

16 years agogdi32: Store a separate flag to mark a GDI object for delayed destruction.
Alexandre Julliard [Thu, 29 Jan 2009 15:28:57 +0000 (16:28 +0100)] 
gdi32: Store a separate flag to mark a GDI object for delayed destruction.

16 years agogdi32: Increment the reference count for the initial DC stock objects.
Alexandre Julliard [Thu, 29 Jan 2009 15:25:58 +0000 (16:25 +0100)] 
gdi32: Increment the reference count for the initial DC stock objects.