James Hawkins [Mon, 20 Oct 2008 09:20:40 +0000 (04:20 -0500)]
msi: Fix a copy and paste error.
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.
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.
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.
James Hawkins [Mon, 20 Oct 2008 09:20:20 +0000 (04:20 -0500)]
msi: Only append a backslash to directories.
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.
James Hawkins [Mon, 20 Oct 2008 09:20:10 +0000 (04:20 -0500)]
msi: Simplify and clean up ACTION_RecurseSearchDirectory.
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.
James Hawkins [Mon, 20 Oct 2008 09:19:57 +0000 (04:19 -0500)]
msi: Handle searching for a file with no signature.
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.
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.
James Hawkins [Mon, 20 Oct 2008 09:19:26 +0000 (04:19 -0500)]
msi: Add more tests for the AppSearch action.
James Hawkins [Mon, 20 Oct 2008 09:19:22 +0000 (04:19 -0500)]
msi: Return the requested ini field.
James Hawkins [Mon, 20 Oct 2008 09:19:18 +0000 (04:19 -0500)]
msi: Pass the correct view to get_row.
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.
Dmitry Timoshkov [Sun, 19 Oct 2008 23:26:52 +0000 (08:26 +0900)]
user32: Fix a typo.
Michael Stefaniuc [Sun, 19 Oct 2008 22:25:49 +0000 (00:25 +0200)]
winecfg: Fix compilation on older gcc versions.
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.
Henri Verbeet [Sun, 19 Oct 2008 22:15:13 +0000 (00:15 +0200)]
wined3d: Add support for EXT_framebuffer_multisample.
Henri Verbeet [Mon, 20 Oct 2008 07:26:45 +0000 (09:26 +0200)]
secur32: Implement schannel InitializeSecurityContextW.
Henri Verbeet [Sun, 19 Oct 2008 22:15:13 +0000 (00:15 +0200)]
secur32: Improve error handling for gnutls_global_init().
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.
Henri Verbeet [Sun, 19 Oct 2008 22:15:12 +0000 (00:15 +0200)]
secur32: Don't make the pBuffer parameter to schan_QueryCredentialsAttributes() const.
Alexandre Julliard [Mon, 20 Oct 2008 10:22:13 +0000 (12:22 +0200)]
wldap32: Map Unix error codes to Windows ones for all functions.
Alexandre Julliard [Mon, 20 Oct 2008 10:20:48 +0000 (12:20 +0200)]
wldap32/tests: Don't crash if ldap_search_ext_sA fails.
Roderick Colenbrander [Sun, 19 Oct 2008 23:17:57 +0000 (23:17 +0000)]
opengl32: Add some updates for recent opengl extensions.
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.
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.
Roderick Colenbrander [Sun, 19 Oct 2008 00:05:10 +0000 (00:05 +0000)]
wined3d: Fix recursive ENTER_GL in UpdateSurface.
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.
Roderick Colenbrander [Sat, 18 Oct 2008 23:29:42 +0000 (23:29 +0000)]
wined3d: Fix recursive ENTER_GL in LoadLocation.
Roderick Colenbrander [Sat, 18 Oct 2008 23:21:46 +0000 (23:21 +0000)]
wined3d: Fix a recursive ENTER_GL in read_from_framebuffer.
Roderick Colenbrander [Sat, 18 Oct 2008 23:21:06 +0000 (23:21 +0000)]
wined3d: Prevent a recursive ENTER_GL before calling blitter->free_private.
Roderick Colenbrander [Sat, 18 Oct 2008 17:39:06 +0000 (17:39 +0000)]
wined3d: Add ENTER_GL/LEAVE_GL to gen_yuv_shader.
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.
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.
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.
Francois Gouget [Sun, 19 Oct 2008 16:55:26 +0000 (18:55 +0200)]
Assorted spelling fixes.
Francois Gouget [Sun, 19 Oct 2008 16:54:58 +0000 (18:54 +0200)]
riched20/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Sun, 19 Oct 2008 16:55:13 +0000 (18:55 +0200)]
dirent.h is a conditional include now.
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.
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.
Dylan Smith [Sun, 19 Oct 2008 08:43:17 +0000 (04:43 -0400)]
richedit: Use the DefWindowProc to implement WM_SETREDRAW.
Dylan Smith [Sun, 19 Oct 2008 08:43:07 +0000 (04:43 -0400)]
richedit: Prevent EN_UPDATE notifications when window isn't visible.
Dylan Smith [Sun, 19 Oct 2008 08:42:57 +0000 (04:42 -0400)]
richedit: Test to see if WM_SETREDRAW removes the windows visibility.
Dylan Smith [Sun, 19 Oct 2008 08:42:42 +0000 (04:42 -0400)]
richedit: Test for EN_UPDATE notification when window isn't visible.
Austin English [Sat, 18 Oct 2008 02:27:37 +0000 (21:27 -0500)]
wineinstall: Remove bashisms, make sh compatible.
Ricardo Filipe [Sun, 19 Oct 2008 00:18:35 +0000 (17:18 -0700)]
reg.exe: Added Portuguese translation.
Andrew Talbot [Sat, 18 Oct 2008 15:08:41 +0000 (16:08 +0100)]
mshtml: Sign-compare warnings fix.
Juan Lang [Fri, 17 Oct 2008 22:34:12 +0000 (15:34 -0700)]
wintrust: Implement WVTAsn1CatNameValueDecode.
Juan Lang [Fri, 17 Oct 2008 22:33:46 +0000 (15:33 -0700)]
wintrust: Add tests for WVTAsn1CatNameValueDecode.
Juan Lang [Fri, 17 Oct 2008 22:33:27 +0000 (15:33 -0700)]
wintrust: Add stub for WVTAsn1CatNameValueDecode.
Juan Lang [Fri, 17 Oct 2008 22:31:12 +0000 (15:31 -0700)]
wintrust: Implement WVTAsn1CatNameValueEncode.
Juan Lang [Fri, 17 Oct 2008 21:43:05 +0000 (14:43 -0700)]
wintrust: Add tests for WVTAsn1CatNameValueEncode.
Juan Lang [Fri, 17 Oct 2008 21:40:05 +0000 (14:40 -0700)]
wintrust: Add stub for WVTAsn1CatNameValueEncode.
Vitaliy Margolen [Sat, 18 Oct 2008 16:48:24 +0000 (10:48 -0600)]
wined3d: Add one more FBO error status code.
Rob Shearman [Sat, 18 Oct 2008 10:51:02 +0000 (11:51 +0100)]
wrc: Check for overflows 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.
Dylan Smith [Sat, 18 Oct 2008 01:29:55 +0000 (21:29 -0400)]
richedit: Scroll cursor into view even with redraw turned off.
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.
Dylan Smith [Sat, 18 Oct 2008 01:29:45 +0000 (21:29 -0400)]
richedit: Test to see if wrapping happens with redraw 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.
Juan Lang [Fri, 17 Oct 2008 21:32:59 +0000 (14:32 -0700)]
wintrust: Implement WVTAsn1CatMemberInfoDecode.
Juan Lang [Fri, 17 Oct 2008 21:12:55 +0000 (14:12 -0700)]
wintrust: Add tests for WVTAsn1CatMemberInfoDecode.
Juan Lang [Fri, 17 Oct 2008 21:08:45 +0000 (14:08 -0700)]
wintrust: Add stub for WVTAsn1CatMemberInfoDecode.
Juan Lang [Fri, 17 Oct 2008 21:07:03 +0000 (14:07 -0700)]
wintrust: Implement WVTAsn1CatMemberInfoEncode.
Juan Lang [Fri, 17 Oct 2008 21:06:26 +0000 (14:06 -0700)]
wintrust: Add tests for WVTAsn1CatMemberInfoEncode.
Juan Lang [Fri, 17 Oct 2008 18:42:43 +0000 (11:42 -0700)]
wintrust: Add stub for WVTAsn1CatMemberInfoEncode.
Jacek Caban [Fri, 17 Oct 2008 22:04:45 +0000 (17:04 -0500)]
jscript: Added Number.valueOf implementation.
Nicolas Le Cam [Thu, 16 Oct 2008 21:53:36 +0000 (23:53 +0200)]
netapi32/tests: Fix a failing test on localized Windows.
Nicolas Le Cam [Thu, 16 Oct 2008 21:51:02 +0000 (23:51 +0200)]
netapi32: Fix well known account RIDs in NetQueryDisplayInformation Level 1.
Nicolas Le Cam [Thu, 16 Oct 2008 21:47:31 +0000 (23:47 +0200)]
netapi32/tests: Add a test for well known account RIDs.
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.
Reece Dunn [Fri, 17 Oct 2008 19:41:38 +0000 (20:41 +0100)]
include: Fixed the tom constant values.
Dylan Smith [Fri, 17 Oct 2008 18:07:16 +0000 (14:07 -0400)]
richedit: Added test for auto scroll behaviour with redraw disabled.
Alexandre Julliard [Sat, 18 Oct 2008 17:23:08 +0000 (19:23 +0200)]
Convert remaining 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.
Alexandre Julliard [Sat, 18 Oct 2008 17:22:26 +0000 (19:22 +0200)]
server: 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.
Alexandre Julliard [Sat, 18 Oct 2008 17:22:02 +0000 (19:22 +0200)]
include: 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.
Alexandre Julliard [Sat, 18 Oct 2008 17:21:31 +0000 (19:21 +0200)]
winedos: 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.
Alexandre Julliard [Sat, 18 Oct 2008 17:21:00 +0000 (19:21 +0200)]
user32: 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.
Alexandre Julliard [Sat, 18 Oct 2008 17:20:44 +0000 (19:20 +0200)]
rpcrt4: 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.
Alexandre Julliard [Sat, 18 Oct 2008 17:20:18 +0000 (19:20 +0200)]
msrle32: 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.
Alexandre Julliard [Sat, 18 Oct 2008 17:20:02 +0000 (19:20 +0200)]
kernel32: 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.
Alexandre Julliard [Sat, 18 Oct 2008 17:19:45 +0000 (19:19 +0200)]
ddraw: 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.
Alexandre Julliard [Sat, 18 Oct 2008 17:19:02 +0000 (19:19 +0200)]
avifil32: Convert source files to utf-8.
Alexandre Julliard [Sat, 18 Oct 2008 10:12:05 +0000 (12:12 +0200)]
winecrt0: Add missing WINAPI on driver entry point.
Juan Lang [Fri, 17 Oct 2008 00:35:19 +0000 (17:35 -0700)]
crypt32: Fix expected/got mixup.
Juan Lang [Thu, 16 Oct 2008 23:56:56 +0000 (16:56 -0700)]
crypt32: Correct another chain status discrepancy with Windows.
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.
Hans Leidekker [Fri, 17 Oct 2008 14:24:15 +0000 (16:24 +0200)]
wininet: Fix buffer size query for InternetQueryOption(INTERNET_OPTION_PROXY).
Rob Shearman [Fri, 17 Oct 2008 14:01:28 +0000 (15:01 +0100)]
kernel32: Fix some Esperanto day and month names.