wine
15 years agomsi: Fix a copy and paste error.
James Hawkins [Mon, 20 Oct 2008 09:20:40 +0000 (04:20 -0500)] 
msi: Fix a copy and paste error.

15 years agomsi: Strip the file off the parent path if it's not a directory.
James Hawkins [Mon, 20 Oct 2008 09:20:37 +0000 (04:20 -0500)] 
msi: Strip the file off the parent path if it's not a directory.

15 years agomsi: Only check the file signature if the candidate file is not a directory.
James Hawkins [Mon, 20 Oct 2008 09:20:30 +0000 (04:20 -0500)] 
msi: Only check the file signature if the candidate file is not a directory.

15 years agomsi: Append the next directory to search to the current directory when recursing.
James Hawkins [Mon, 20 Oct 2008 09:20:25 +0000 (04:20 -0500)] 
msi: Append the next directory to search to the current directory when recursing.

15 years agomsi: Only append a backslash to directories.
James Hawkins [Mon, 20 Oct 2008 09:20:20 +0000 (04:20 -0500)] 
msi: Only append a backslash to directories.

15 years agomsi: Don't get rid of the file signature when searching the DrLocator table.
James Hawkins [Mon, 20 Oct 2008 09:20:15 +0000 (04:20 -0500)] 
msi: Don't get rid of the file signature when searching the DrLocator table.

15 years agomsi: Simplify and clean up ACTION_RecurseSearchDirectory.
James Hawkins [Mon, 20 Oct 2008 09:20:10 +0000 (04:20 -0500)] 
msi: Simplify and clean up ACTION_RecurseSearchDirectory.

15 years agomsi: Handle searching for directories in the IniLocator part of the AppSearch action.
James Hawkins [Mon, 20 Oct 2008 09:20:06 +0000 (04:20 -0500)] 
msi: Handle searching for directories in the IniLocator part of the AppSearch action.

15 years agomsi: Handle searching for a file with no signature.
James Hawkins [Mon, 20 Oct 2008 09:19:57 +0000 (04:19 -0500)] 
msi: Handle searching for a file with no signature.

15 years agomsi: Add more tests for the RegLocator part of the AppSearch action.
James Hawkins [Mon, 20 Oct 2008 09:19:49 +0000 (04:19 -0500)] 
msi: Add more tests for the RegLocator part of the AppSearch action.

15 years agomsi: Check the file version when a version is provided in the signature.
James Hawkins [Mon, 20 Oct 2008 09:19:30 +0000 (04:19 -0500)] 
msi: Check the file version when a version is provided in the signature.

15 years agomsi: Add more tests for the AppSearch action.
James Hawkins [Mon, 20 Oct 2008 09:19:26 +0000 (04:19 -0500)] 
msi: Add more tests for the AppSearch action.

15 years agomsi: Return the requested ini field.
James Hawkins [Mon, 20 Oct 2008 09:19:22 +0000 (04:19 -0500)] 
msi: Return the requested ini field.

15 years agomsi: Pass the correct view to get_row.
James Hawkins [Mon, 20 Oct 2008 09:19:18 +0000 (04:19 -0500)] 
msi: Pass the correct view to get_row.

15 years agocryptui: Add a partial implementation of CryptUIWizImport.
Hans Leidekker [Mon, 20 Oct 2008 08:16:45 +0000 (10:16 +0200)] 
cryptui: Add a partial implementation of CryptUIWizImport.

This is just enough to make importing a certificate in Outlook 2007 work.

15 years agouser32: Fix a typo.
Dmitry Timoshkov [Sun, 19 Oct 2008 23:26:52 +0000 (08:26 +0900)] 
user32: Fix a typo.

15 years agowinecfg: Fix compilation on older gcc versions.
Michael Stefaniuc [Sun, 19 Oct 2008 22:25:49 +0000 (00:25 +0200)] 
winecfg: Fix compilation on older gcc versions.

15 years agowined3d: Set the sampler only once in shader_glsl_select_depth_blt().
Henri Verbeet [Sun, 19 Oct 2008 22:15:13 +0000 (00:15 +0200)] 
wined3d: Set the sampler only once in shader_glsl_select_depth_blt().

It (obviously) never changes.

15 years agowined3d: Add support for EXT_framebuffer_multisample.
Henri Verbeet [Sun, 19 Oct 2008 22:15:13 +0000 (00:15 +0200)] 
wined3d: Add support for EXT_framebuffer_multisample.

15 years agosecur32: Implement schannel InitializeSecurityContextW.
Henri Verbeet [Mon, 20 Oct 2008 07:26:45 +0000 (09:26 +0200)] 
secur32: Implement schannel InitializeSecurityContextW.

15 years agosecur32: Improve error handling for gnutls_global_init().
Henri Verbeet [Sun, 19 Oct 2008 22:15:13 +0000 (00:15 +0200)] 
secur32: Improve error handling for gnutls_global_init().

15 years agosecur32: Don't leak the credentials handle when pgnutls_certificate_allocate_credenti...
Henri Verbeet [Sun, 19 Oct 2008 22:15:13 +0000 (00:15 +0200)] 
secur32: Don't leak the credentials handle when pgnutls_certificate_allocate_credentials() fails.

15 years agosecur32: Don't make the pBuffer parameter to schan_QueryCredentialsAttributes() const.
Henri Verbeet [Sun, 19 Oct 2008 22:15:12 +0000 (00:15 +0200)] 
secur32: Don't make the pBuffer parameter to schan_QueryCredentialsAttributes() const.

15 years agowldap32: Map Unix error codes to Windows ones for all functions.
Alexandre Julliard [Mon, 20 Oct 2008 10:22:13 +0000 (12:22 +0200)] 
wldap32: Map Unix error codes to Windows ones for all functions.

15 years agowldap32/tests: Don't crash if ldap_search_ext_sA fails.
Alexandre Julliard [Mon, 20 Oct 2008 10:20:48 +0000 (12:20 +0200)] 
wldap32/tests: Don't crash if ldap_search_ext_sA fails.

15 years agoopengl32: Add some updates for recent opengl extensions.
Roderick Colenbrander [Sun, 19 Oct 2008 23:17:57 +0000 (23:17 +0000)] 
opengl32: Add some updates for recent opengl extensions.

15 years agowined3d: Remove ENTER_GL/LEAVE_GL from VolumeTexture_PreLoad because it doesn't make...
Roderick Colenbrander [Sun, 19 Oct 2008 00:13:20 +0000 (00:13 +0000)] 
wined3d: Remove ENTER_GL/LEAVE_GL from VolumeTexture_PreLoad because it doesn't make any GL calls.

15 years agowined3d: Protect gl calls in Volume_LoadTexture with ENTER_GL/LEAVE_GL.
Roderick Colenbrander [Sun, 19 Oct 2008 00:07:49 +0000 (00:07 +0000)] 
wined3d: Protect gl calls in Volume_LoadTexture with ENTER_GL/LEAVE_GL.

15 years agowined3d: Fix recursive ENTER_GL in UpdateSurface.
Roderick Colenbrander [Sun, 19 Oct 2008 00:05:10 +0000 (00:05 +0000)] 
wined3d: Fix recursive ENTER_GL in UpdateSurface.

15 years agowined3d: ActivateContext caused a lot of recursive ENTER_GL calls while it is especia...
Roderick Colenbrander [Sat, 18 Oct 2008 23:57:36 +0000 (23:57 +0000)] 
wined3d: ActivateContext caused a lot of recursive ENTER_GL calls while it is especially dangerous in here as this function can indirectly trigger GDI calls.

15 years agowined3d: Fix recursive ENTER_GL in LoadLocation.
Roderick Colenbrander [Sat, 18 Oct 2008 23:29:42 +0000 (23:29 +0000)] 
wined3d: Fix recursive ENTER_GL in LoadLocation.

15 years agowined3d: Fix a recursive ENTER_GL in read_from_framebuffer.
Roderick Colenbrander [Sat, 18 Oct 2008 23:21:46 +0000 (23:21 +0000)] 
wined3d: Fix a recursive ENTER_GL in read_from_framebuffer.

15 years agowined3d: Prevent a recursive ENTER_GL before calling blitter->free_private.
Roderick Colenbrander [Sat, 18 Oct 2008 23:21:06 +0000 (23:21 +0000)] 
wined3d: Prevent a recursive ENTER_GL before calling blitter->free_private.

15 years agowined3d: Add ENTER_GL/LEAVE_GL to gen_yuv_shader.
Roderick Colenbrander [Sat, 18 Oct 2008 17:39:06 +0000 (17:39 +0000)] 
wined3d: Add ENTER_GL/LEAVE_GL to gen_yuv_shader.

15 years agowined3d: arbfp_blit_unset should call ENTER_GL/LEAVE_GL instead of the caller.
Roderick Colenbrander [Sat, 18 Oct 2008 17:35:45 +0000 (17:35 +0000)] 
wined3d: arbfp_blit_unset should call ENTER_GL/LEAVE_GL instead of the caller.

15 years agowined3d: arbfp_set_shader_blit should handle ENTER_GL/LEAVE_GL instead of the caller.
Roderick Colenbrander [Sat, 18 Oct 2008 17:33:15 +0000 (17:33 +0000)] 
wined3d: arbfp_set_shader_blit should handle ENTER_GL/LEAVE_GL instead of the caller.

15 years agoconfigure: Force -m32 option on x86_64 even if CC is already defined.
Alexandre Julliard [Mon, 20 Oct 2008 09:37:08 +0000 (11:37 +0200)] 
configure: Force -m32 option on x86_64 even if CC is already defined.

15 years agoAssorted spelling fixes.
Francois Gouget [Sun, 19 Oct 2008 16:55:26 +0000 (18:55 +0200)] 
Assorted spelling fixes.

15 years agoriched20/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Sun, 19 Oct 2008 16:54:58 +0000 (18:54 +0200)] 
riched20/tests: Add a trailing '\n' to an ok() call.

15 years agodirent.h is a conditional include now.
Francois Gouget [Sun, 19 Oct 2008 16:55:13 +0000 (18:55 +0200)] 
dirent.h is a conditional include now.

15 years agoinclude: Fix the level of indirection for the umd_version parameter of the CheckInter...
Rob Shearman [Sun, 19 Oct 2008 16:13:39 +0000 (17:13 +0100)] 
include: Fix the level of indirection for the umd_version parameter of the CheckInterfaceSupport method of IDXGIAdapter.

15 years agowrc: Don't accept "0" as a valid codepage in "#pragma code_page" directives.
Rob Shearman [Sun, 19 Oct 2008 09:59:32 +0000 (10:59 +0100)] 
wrc: Don't accept "0" as a valid codepage in "#pragma code_page" directives.

15 years agorichedit: Use the DefWindowProc to implement WM_SETREDRAW.
Dylan Smith [Sun, 19 Oct 2008 08:43:17 +0000 (04:43 -0400)] 
richedit: Use the DefWindowProc to implement WM_SETREDRAW.

15 years agorichedit: Prevent EN_UPDATE notifications when window isn't visible.
Dylan Smith [Sun, 19 Oct 2008 08:43:07 +0000 (04:43 -0400)] 
richedit: Prevent EN_UPDATE notifications when window isn't visible.

15 years agorichedit: Test to see if WM_SETREDRAW removes the windows visibility.
Dylan Smith [Sun, 19 Oct 2008 08:42:57 +0000 (04:42 -0400)] 
richedit: Test to see if WM_SETREDRAW removes the windows visibility.

15 years agorichedit: Test for EN_UPDATE notification when window isn't visible.
Dylan Smith [Sun, 19 Oct 2008 08:42:42 +0000 (04:42 -0400)] 
richedit: Test for EN_UPDATE notification when window isn't visible.

15 years agowineinstall: Remove bashisms, make sh compatible.
Austin English [Sat, 18 Oct 2008 02:27:37 +0000 (21:27 -0500)] 
wineinstall: Remove bashisms, make sh compatible.

15 years agoreg.exe: Added Portuguese translation.
Ricardo Filipe [Sun, 19 Oct 2008 00:18:35 +0000 (17:18 -0700)] 
reg.exe: Added Portuguese translation.

15 years agomshtml: Sign-compare warnings fix.
Andrew Talbot [Sat, 18 Oct 2008 15:08:41 +0000 (16:08 +0100)] 
mshtml: Sign-compare warnings fix.

15 years agowintrust: Implement WVTAsn1CatNameValueDecode.
Juan Lang [Fri, 17 Oct 2008 22:34:12 +0000 (15:34 -0700)] 
wintrust: Implement WVTAsn1CatNameValueDecode.

15 years agowintrust: Add tests for WVTAsn1CatNameValueDecode.
Juan Lang [Fri, 17 Oct 2008 22:33:46 +0000 (15:33 -0700)] 
wintrust: Add tests for WVTAsn1CatNameValueDecode.

15 years agowintrust: Add stub for WVTAsn1CatNameValueDecode.
Juan Lang [Fri, 17 Oct 2008 22:33:27 +0000 (15:33 -0700)] 
wintrust: Add stub for WVTAsn1CatNameValueDecode.

15 years agowintrust: Implement WVTAsn1CatNameValueEncode.
Juan Lang [Fri, 17 Oct 2008 22:31:12 +0000 (15:31 -0700)] 
wintrust: Implement WVTAsn1CatNameValueEncode.

15 years agowintrust: Add tests for WVTAsn1CatNameValueEncode.
Juan Lang [Fri, 17 Oct 2008 21:43:05 +0000 (14:43 -0700)] 
wintrust: Add tests for WVTAsn1CatNameValueEncode.

15 years agowintrust: Add stub for WVTAsn1CatNameValueEncode.
Juan Lang [Fri, 17 Oct 2008 21:40:05 +0000 (14:40 -0700)] 
wintrust: Add stub for WVTAsn1CatNameValueEncode.

15 years agowined3d: Add one more FBO error status code.
Vitaliy Margolen [Sat, 18 Oct 2008 16:48:24 +0000 (10:48 -0600)] 
wined3d: Add one more FBO error status code.

15 years agowrc: Check for overflows when parsing integer constants.
Rob Shearman [Sat, 18 Oct 2008 10:51:02 +0000 (11:51 +0100)] 
wrc: Check for overflows when parsing integer constants.

15 years agowidl: Check for overflow when parsing integer constants.
Rob Shearman [Sat, 18 Oct 2008 10:50:20 +0000 (11:50 +0100)] 
widl: Check for overflow when parsing integer constants.

15 years agorichedit: Scroll cursor into view even with redraw turned off.
Dylan Smith [Sat, 18 Oct 2008 01:29:55 +0000 (21:29 -0400)] 
richedit: Scroll cursor into view even with redraw turned off.

15 years agorichedit: Test changes in scrollbar's visibility with redraw disabled.
Dylan Smith [Sat, 18 Oct 2008 01:29:48 +0000 (21:29 -0400)] 
richedit: Test changes in scrollbar's visibility with redraw disabled.

Test to verify that the scrollbar does need to be shown or hidden while
redraw is disabled.

15 years agorichedit: Test to see if wrapping happens with redraw disabled.
Dylan Smith [Sat, 18 Oct 2008 01:29:45 +0000 (21:29 -0400)] 
richedit: Test to see if wrapping happens with redraw disabled.

15 years agorichedit: Tests for notifications while redraw is disabled.
Dylan Smith [Sat, 18 Oct 2008 01:29:42 +0000 (21:29 -0400)] 
richedit: Tests for notifications while redraw is disabled.

There were some notifications that weren't sent in ME_UpdateRepaint
while redraw was disabled, so this verifies that they are not sent
with redraw disabled.

15 years agowintrust: Implement WVTAsn1CatMemberInfoDecode.
Juan Lang [Fri, 17 Oct 2008 21:32:59 +0000 (14:32 -0700)] 
wintrust: Implement WVTAsn1CatMemberInfoDecode.

15 years agowintrust: Add tests for WVTAsn1CatMemberInfoDecode.
Juan Lang [Fri, 17 Oct 2008 21:12:55 +0000 (14:12 -0700)] 
wintrust: Add tests for WVTAsn1CatMemberInfoDecode.

15 years agowintrust: Add stub for WVTAsn1CatMemberInfoDecode.
Juan Lang [Fri, 17 Oct 2008 21:08:45 +0000 (14:08 -0700)] 
wintrust: Add stub for WVTAsn1CatMemberInfoDecode.

15 years agowintrust: Implement WVTAsn1CatMemberInfoEncode.
Juan Lang [Fri, 17 Oct 2008 21:07:03 +0000 (14:07 -0700)] 
wintrust: Implement WVTAsn1CatMemberInfoEncode.

15 years agowintrust: Add tests for WVTAsn1CatMemberInfoEncode.
Juan Lang [Fri, 17 Oct 2008 21:06:26 +0000 (14:06 -0700)] 
wintrust: Add tests for WVTAsn1CatMemberInfoEncode.

15 years agowintrust: Add stub for WVTAsn1CatMemberInfoEncode.
Juan Lang [Fri, 17 Oct 2008 18:42:43 +0000 (11:42 -0700)] 
wintrust: Add stub for WVTAsn1CatMemberInfoEncode.

15 years agojscript: Added Number.valueOf implementation.
Jacek Caban [Fri, 17 Oct 2008 22:04:45 +0000 (17:04 -0500)] 
jscript: Added Number.valueOf implementation.

15 years agonetapi32/tests: Fix a failing test on localized Windows.
Nicolas Le Cam [Thu, 16 Oct 2008 21:53:36 +0000 (23:53 +0200)] 
netapi32/tests: Fix a failing test on localized Windows.

15 years agonetapi32: Fix well known account RIDs in NetQueryDisplayInformation Level 1.
Nicolas Le Cam [Thu, 16 Oct 2008 21:51:02 +0000 (23:51 +0200)] 
netapi32: Fix well known account RIDs in NetQueryDisplayInformation Level 1.

15 years agonetapi32/tests: Add a test for well known account RIDs.
Nicolas Le Cam [Thu, 16 Oct 2008 21:47:31 +0000 (23:47 +0200)] 
netapi32/tests: Add a test for well known account RIDs.

15 years agoinclude: data_size on GetPrivateData should be a pointer type since it is an in/out...
Reece Dunn [Fri, 17 Oct 2008 19:56:11 +0000 (20:56 +0100)] 
include: data_size on GetPrivateData should be a pointer type since it is an in/out parameter.

15 years agoinclude: Fixed the tom constant values.
Reece Dunn [Fri, 17 Oct 2008 19:41:38 +0000 (20:41 +0100)] 
include: Fixed the tom constant values.

15 years agorichedit: Added test for auto scroll behaviour with redraw disabled.
Dylan Smith [Fri, 17 Oct 2008 18:07:16 +0000 (14:07 -0400)] 
richedit: Added test for auto scroll behaviour with redraw disabled.

15 years agoConvert remaining source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:23:08 +0000 (19:23 +0200)] 
Convert remaining source files to utf-8.

15 years agotools: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:22:54 +0000 (19:22 +0200)] 
tools: Convert source files to utf-8.

15 years agoserver: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:22:26 +0000 (19:22 +0200)] 
server: Convert source files to utf-8.

15 years agoprograms: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:22:19 +0000 (19:22 +0200)] 
programs: Convert source files to utf-8.

15 years agoinclude: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:22:02 +0000 (19:22 +0200)] 
include: Convert source files to utf-8.

15 years agowinex11: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:21:41 +0000 (19:21 +0200)] 
winex11: Convert source files to utf-8.

15 years agowinedos: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:21:31 +0000 (19:21 +0200)] 
winedos: Convert source files to utf-8.

15 years agowined3d: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:21:20 +0000 (19:21 +0200)] 
wined3d: Convert source files to utf-8.

15 years agouser32: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:21:00 +0000 (19:21 +0200)] 
user32: Convert source files to utf-8.

15 years agoshell32: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:20:53 +0000 (19:20 +0200)] 
shell32: Convert source files to utf-8.

15 years agorpcrt4: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:20:44 +0000 (19:20 +0200)] 
rpcrt4: Convert source files to utf-8.

15 years agoole32: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:20:29 +0000 (19:20 +0200)] 
ole32: Convert source files to utf-8.

15 years agomsrle32: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:20:18 +0000 (19:20 +0200)] 
msrle32: Convert source files to utf-8.

15 years agomsdmo: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:20:10 +0000 (19:20 +0200)] 
msdmo: Convert source files to utf-8.

15 years agokernel32: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:20:02 +0000 (19:20 +0200)] 
kernel32: Convert source files to utf-8.

15 years agodpnet: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:19:55 +0000 (19:19 +0200)] 
dpnet: Convert source files to utf-8.

15 years agoddraw: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:19:45 +0000 (19:19 +0200)] 
ddraw: Convert source files to utf-8.

15 years agod3d9: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:19:23 +0000 (19:19 +0200)] 
d3d9: Convert source files to utf-8.

15 years agoavifil32: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 17:19:02 +0000 (19:19 +0200)] 
avifil32: Convert source files to utf-8.

15 years agowinecrt0: Add missing WINAPI on driver entry point.
Alexandre Julliard [Sat, 18 Oct 2008 10:12:05 +0000 (12:12 +0200)] 
winecrt0: Add missing WINAPI on driver entry point.

15 years agocrypt32: Fix expected/got mixup.
Juan Lang [Fri, 17 Oct 2008 00:35:19 +0000 (17:35 -0700)] 
crypt32: Fix expected/got mixup.

15 years agocrypt32: Correct another chain status discrepancy with Windows.
Juan Lang [Thu, 16 Oct 2008 23:56:56 +0000 (16:56 -0700)] 
crypt32: Correct another chain status discrepancy with Windows.

15 years agocrypt32: Microsoft fixed a bug with name constraints, so make Wine's behavior match.
Juan Lang [Thu, 16 Oct 2008 23:42:46 +0000 (16:42 -0700)] 
crypt32: Microsoft fixed a bug with name constraints, so make Wine's behavior match.

15 years agowininet: Fix buffer size query for InternetQueryOption(INTERNET_OPTION_PROXY).
Hans Leidekker [Fri, 17 Oct 2008 14:24:15 +0000 (16:24 +0200)] 
wininet: Fix buffer size query for InternetQueryOption(INTERNET_OPTION_PROXY).

15 years agokernel32: Fix some Esperanto day and month names.
Rob Shearman [Fri, 17 Oct 2008 14:01:28 +0000 (15:01 +0100)] 
kernel32: Fix some Esperanto day and month names.