wine
15 years agowinhttp: Check environment if the registry settings are present but bogus.
Juan Lang [Tue, 21 Jul 2009 18:38:54 +0000 (11:38 -0700)] 
winhttp: Check environment if the registry settings are present but bogus.

15 years agowinhttp: Strip scheme from http_proxy environment variable.
Juan Lang [Tue, 21 Jul 2009 18:36:52 +0000 (11:36 -0700)] 
winhttp: Strip scheme from http_proxy environment variable.

15 years agowinhttp: Fix crash when proxy bypass is unset.
Juan Lang [Tue, 21 Jul 2009 18:22:03 +0000 (11:22 -0700)] 
winhttp: Fix crash when proxy bypass is unset.

15 years agomsctf.idl: Added more interfaces.
Jacek Caban [Tue, 21 Jul 2009 15:31:34 +0000 (17:31 +0200)] 
msctf.idl: Added more interfaces.

15 years agoshell32: Fix German folder names.
André Hentschel [Tue, 21 Jul 2009 15:41:26 +0000 (17:41 +0200)] 
shell32: Fix German folder names.

15 years agojscript: Add German translation.
André Hentschel [Tue, 21 Jul 2009 15:41:21 +0000 (17:41 +0200)] 
jscript: Add German translation.

15 years agojscript: Add Lithuanian translation.
Aurimas Fišeras [Tue, 21 Jul 2009 15:17:47 +0000 (18:17 +0300)] 
jscript: Add Lithuanian translation.

15 years agojscript: Add French translation.
Frédéric Delanoy [Tue, 21 Jul 2009 15:15:59 +0000 (17:15 +0200)] 
jscript: Add French translation.

15 years agowinecfg: Fixed Dutch translation.
Vincent Beers [Mon, 20 Jul 2009 17:21:28 +0000 (19:21 +0200)] 
winecfg: Fixed Dutch translation.

15 years agomountmgr: Create volumes for non-removable volumes reported by HAL/Disk Arbitration.
Alexandre Julliard [Tue, 21 Jul 2009 18:33:17 +0000 (20:33 +0200)] 
mountmgr: Create volumes for non-removable volumes reported by HAL/Disk Arbitration.

15 years agomountmgr: Add support for creating volumes without an associated drive.
Alexandre Julliard [Tue, 21 Jul 2009 18:30:43 +0000 (20:30 +0200)] 
mountmgr: Add support for creating volumes without an associated drive.

15 years agouser32/tests: Fix for a test failure on win98/NT4.
Rein Klazes [Tue, 21 Jul 2009 13:28:45 +0000 (15:28 +0200)] 
user32/tests: Fix for a test failure on win98/NT4.

15 years agowordpad: Align resources with the English ones.
Paul Vriens [Tue, 21 Jul 2009 11:03:21 +0000 (13:03 +0200)] 
wordpad: Align resources with the English ones.

15 years agoshdoclc: Fix Portuguese (Portugal) translation.
Paul Vriens [Tue, 21 Jul 2009 10:47:17 +0000 (12:47 +0200)] 
shdoclc: Fix Portuguese (Portugal) translation.

15 years agowinecfg: Fix Portuguese (Portugal) translation.
Paul Vriens [Tue, 21 Jul 2009 10:41:15 +0000 (12:41 +0200)] 
winecfg: Fix Portuguese (Portugal) translation.

15 years agowined3d: Remove the useless lastThread field from IWineD3DDeviceImpl.
Henri Verbeet [Tue, 21 Jul 2009 09:51:12 +0000 (11:51 +0200)] 
wined3d: Remove the useless lastThread field from IWineD3DDeviceImpl.

15 years agowined3d: Get rid of lastActiveRenderTarget.
Henri Verbeet [Tue, 21 Jul 2009 09:51:11 +0000 (11:51 +0200)] 
wined3d: Get rid of lastActiveRenderTarget.

15 years agowined3d: Get rid of lastActiveRenderTarget in FindContext().
Henri Verbeet [Tue, 21 Jul 2009 09:51:10 +0000 (11:51 +0200)] 
wined3d: Get rid of lastActiveRenderTarget in FindContext().

15 years agowined3d: Call ModifyLocation on "target" in IWineD3DDeviceImpl_ClearSurface().
Henri Verbeet [Tue, 21 Jul 2009 09:51:09 +0000 (11:51 +0200)] 
wined3d: Call ModifyLocation on "target" in IWineD3DDeviceImpl_ClearSurface().

This is the same pointer, but lastActiveRenderTarget will go away.

15 years agowined3d: Keep track of a context's current render target.
Henri Verbeet [Tue, 21 Jul 2009 09:51:08 +0000 (11:51 +0200)] 
wined3d: Keep track of a context's current render target.

15 years agowined3d: Pass NULL to ActivateContext() when we don't need a specific target.
Henri Verbeet [Tue, 21 Jul 2009 09:51:07 +0000 (11:51 +0200)] 
wined3d: Pass NULL to ActivateContext() when we don't need a specific target.

Once we keep track of the wined3d context for each thread,
lastActiveRenderTarget won't do what we want here.

15 years agokernel32: Try to load a 32-bit builtin in WinExec16 if the file doesn't exist.
Alexandre Julliard [Tue, 21 Jul 2009 10:22:01 +0000 (12:22 +0200)] 
kernel32: Try to load a 32-bit builtin in WinExec16 if the file doesn't exist.

15 years agojscript: Add Error_number handling to constructor and error throwing functions.
Piotr Caban [Mon, 20 Jul 2009 16:18:22 +0000 (18:18 +0200)] 
jscript: Add Error_number handling to constructor and error throwing functions.

15 years agojscript: Added Error_number and Error_description implementation.
Piotr Caban [Mon, 20 Jul 2009 16:18:19 +0000 (18:18 +0200)] 
jscript: Added Error_number and Error_description implementation.

15 years agojscript: Added Error_description and Error_number stubs.
Piotr Caban [Mon, 20 Jul 2009 16:18:17 +0000 (18:18 +0200)] 
jscript: Added Error_description and Error_number stubs.

15 years agojscript: Throw errors in Number functions.
Piotr Caban [Mon, 20 Jul 2009 16:18:15 +0000 (18:18 +0200)] 
jscript: Throw errors in Number functions.

15 years agojscript: Throw TypeError in call_expression_eval.
Piotr Caban [Mon, 20 Jul 2009 16:18:12 +0000 (18:18 +0200)] 
jscript: Throw TypeError in call_expression_eval.

15 years agojscript: Throw more errors in Date functions.
Piotr Caban [Mon, 20 Jul 2009 16:18:09 +0000 (18:18 +0200)] 
jscript: Throw more errors in Date functions.

15 years agojscript: Throw type errors in Date functions.
Piotr Caban [Mon, 20 Jul 2009 16:18:07 +0000 (18:18 +0200)] 
jscript: Throw type errors in Date functions.

15 years agojscript: Throw type errors in Boolean functions.
Piotr Caban [Mon, 20 Jul 2009 16:18:05 +0000 (18:18 +0200)] 
jscript: Throw type errors in Boolean functions.

15 years agojscript: Throw range errors in Array functions.
Piotr Caban [Mon, 20 Jul 2009 16:18:02 +0000 (18:18 +0200)] 
jscript: Throw range errors in Array functions.

15 years agojscript: Add error throwing functions.
Piotr Caban [Mon, 20 Jul 2009 16:18:00 +0000 (18:18 +0200)] 
jscript: Add error throwing functions.

15 years agojscript: Add Error_toString implementation.
Piotr Caban [Mon, 20 Jul 2009 16:17:57 +0000 (18:17 +0200)] 
jscript: Add Error_toString implementation.

15 years agojscript: Add Error_message implementation.
Piotr Caban [Mon, 20 Jul 2009 16:17:54 +0000 (18:17 +0200)] 
jscript: Add Error_message implementation.

15 years agojscript: Add Error object stub.
Piotr Caban [Mon, 20 Jul 2009 16:17:51 +0000 (18:17 +0200)] 
jscript: Add Error object stub.

15 years agodplayx/tests: Host migration when session host leaves.
Ismael Barros [Mon, 20 Jul 2009 15:52:49 +0000 (17:52 +0200)] 
dplayx/tests: Host migration when session host leaves.

15 years agorichedit: Added missing return to ME_EnsureVisible.
Dylan Smith [Tue, 21 Jul 2009 04:22:12 +0000 (00:22 -0400)] 
richedit: Added missing return to ME_EnsureVisible.

The missing return was to prevent automatic vertically scrolling when
style for it is not set, but is set for the horizontal scrollbar. I
initially missed this by testing with no autoscrolling on either
scrollbar.

15 years agoshell32: Execute control panel applets in separate process.
Owen Rudge [Mon, 20 Jul 2009 20:03:58 +0000 (17:03 -0300)] 
shell32: Execute control panel applets in separate process.

15 years agoshell32: Check if a numerical value has been passed inside quotes in Control_DoLaunch.
Owen Rudge [Mon, 20 Jul 2009 20:03:47 +0000 (17:03 -0300)] 
shell32: Check if a numerical value has been passed inside quotes in Control_DoLaunch.

15 years agoadvapi32: Test a combination of CreateServiceA and GetSecurityInfo.
Stefan Leichter [Mon, 20 Jul 2009 19:21:16 +0000 (21:21 +0200)] 
advapi32: Test a combination of CreateServiceA and GetSecurityInfo.

15 years agoshell32: Fix English folder names.
Austin English [Mon, 20 Jul 2009 18:19:26 +0000 (13:19 -0500)] 
shell32: Fix English folder names.

15 years agod3dx9: Add forgotten copyrights.
David Adam [Mon, 20 Jul 2009 14:20:03 +0000 (16:20 +0200)] 
d3dx9: Add forgotten copyrights.

15 years agomountmgr: Always set the mount point id as a separate step from the mount point creation.
Alexandre Julliard [Mon, 20 Jul 2009 19:00:33 +0000 (21:00 +0200)] 
mountmgr: Always set the mount point id as a separate step from the mount point creation.

15 years agomountmgr: Retrieve the volume uuid through HAL/DiskArbitration when creating a device.
Alexandre Julliard [Mon, 20 Jul 2009 14:11:17 +0000 (16:11 +0200)] 
mountmgr: Retrieve the volume uuid through HAL/DiskArbitration when creating a device.

15 years agomountmgr: Add support for setting the drive UUID instead of having it always hardcoded.
Alexandre Julliard [Mon, 20 Jul 2009 14:05:04 +0000 (16:05 +0200)] 
mountmgr: Add support for setting the drive UUID instead of having it always hardcoded.

15 years agomountmgr: Create a separate structure for volume information.
Alexandre Julliard [Mon, 20 Jul 2009 13:56:26 +0000 (15:56 +0200)] 
mountmgr: Create a separate structure for volume information.

15 years agomountmgr: Create a separate structure for disk device information, independent from...
Alexandre Julliard [Mon, 20 Jul 2009 13:46:34 +0000 (15:46 +0200)] 
mountmgr: Create a separate structure for disk device information, independent from the DOS drive.

15 years agoConvert English resources to UTF-8 where necessary.
Alexandre Julliard [Mon, 20 Jul 2009 12:46:48 +0000 (14:46 +0200)] 
Convert English resources to UTF-8 where necessary.

15 years agowinecfg: Fix quote characters in English resource.
Alexandre Julliard [Mon, 20 Jul 2009 12:46:34 +0000 (14:46 +0200)] 
winecfg: Fix quote characters in English resource.

15 years agouser32: Ignore the MFT_BITMAP flag when testing menu items for 'magic' bitmap handles.
Rein Klazes [Sun, 19 Jul 2009 07:12:38 +0000 (09:12 +0200)] 
user32: Ignore the MFT_BITMAP flag when testing menu items for 'magic' bitmap handles.

15 years agoadvapi32: Fix parameter types of CreateServiceA/W in spec file.
Stefan Leichter [Sat, 18 Jul 2009 07:49:05 +0000 (09:49 +0200)] 
advapi32: Fix parameter types of CreateServiceA/W in spec file.

15 years agows2_32/tests: Fix test failures on NT4/x86_64.
Mike Kaplinskiy [Mon, 20 Jul 2009 01:02:10 +0000 (21:02 -0400)] 
ws2_32/tests: Fix test failures on NT4/x86_64.

15 years agows2_32/tests: Test closing listener during pending AcceptEx.
Mike Kaplinskiy [Mon, 20 Jul 2009 00:52:50 +0000 (20:52 -0400)] 
ws2_32/tests: Test closing listener during pending AcceptEx.

15 years agows2_32/tests: Test AcceptEx during pending AcceptEx call.
Mike Kaplinskiy [Mon, 20 Jul 2009 00:54:03 +0000 (20:54 -0400)] 
ws2_32/tests: Test AcceptEx during pending AcceptEx call.

15 years agowined3d: Remove an unused struct member.
Henri Verbeet [Mon, 20 Jul 2009 10:21:49 +0000 (12:21 +0200)] 
wined3d: Remove an unused struct member.

15 years agowined3d: Skip some unnecessary FBO binds.
Henri Verbeet [Mon, 20 Jul 2009 10:21:48 +0000 (12:21 +0200)] 
wined3d: Skip some unnecessary FBO binds.

15 years agowined3d: Recognize the SM4 log opcode.
Henri Verbeet [Mon, 20 Jul 2009 10:21:47 +0000 (12:21 +0200)] 
wined3d: Recognize the SM4 log opcode.

15 years agonet: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Mon, 20 Jul 2009 10:27:07 +0000 (15:27 +0500)] 
net: Convert the Russian resources to UTF-8.

15 years agoreg: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Mon, 20 Jul 2009 10:27:46 +0000 (15:27 +0500)] 
reg: Convert the Russian resources to UTF-8.

15 years agoprogman: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Mon, 20 Jul 2009 10:27:31 +0000 (15:27 +0500)] 
progman: Convert the Russian resources to UTF-8.

15 years agooleview: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Mon, 20 Jul 2009 10:27:17 +0000 (15:27 +0500)] 
oleview: Convert the Russian resources to UTF-8.

15 years agonotepad: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Mon, 20 Jul 2009 10:26:55 +0000 (15:26 +0500)] 
notepad: Convert the Russian resources to UTF-8.

15 years agocmdlgtst: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Mon, 20 Jul 2009 10:26:38 +0000 (15:26 +0500)] 
cmdlgtst: Convert the Russian resources to UTF-8.

15 years agoclock: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Mon, 20 Jul 2009 10:26:18 +0000 (15:26 +0500)] 
clock: Convert the Russian resources to UTF-8.

15 years agowined3d: Set the highest dirty marker after marking shader constants dirty.
Stefan Dösinger [Fri, 17 Jul 2009 13:26:44 +0000 (15:26 +0200)] 
wined3d: Set the highest dirty marker after marking shader constants dirty.

15 years agowined3d: Don't activate a context unless we need one.
Stefan Dösinger [Fri, 17 Jul 2009 09:48:32 +0000 (11:48 +0200)] 
wined3d: Don't activate a context unless we need one.

15 years agoshell32: Adjust shell folders to more closely match Windows.
Austin English [Sun, 19 Jul 2009 23:44:59 +0000 (18:44 -0500)] 
shell32: Adjust shell folders to more closely match Windows.

15 years agonotepad: English resource fixes.
Austin English [Mon, 20 Jul 2009 00:23:24 +0000 (19:23 -0500)] 
notepad: English resource fixes.

15 years agonotepad: French resources fixes.
Frédéric Delanoy [Mon, 20 Jul 2009 08:50:03 +0000 (10:50 +0200)] 
notepad: French resources fixes.

15 years agowingdi.h: Fix RGBQUAD and RGBTRIPLE to match PSDK.
Nikolay Sivov [Sun, 19 Jul 2009 19:59:19 +0000 (23:59 +0400)] 
wingdi.h: Fix RGBQUAD and RGBTRIPLE to match PSDK.

15 years agoVarious small Lithuanian translation fixes.
Aurimas Fišeras [Sun, 19 Jul 2009 15:42:46 +0000 (18:42 +0300)] 
Various small Lithuanian translation fixes.

15 years agotextstor.idl: Added more error code declarations.
Jacek Caban [Sun, 19 Jul 2009 16:20:45 +0000 (18:20 +0200)] 
textstor.idl: Added more error code declarations.

15 years agowininet: Code clean up by using heap_strdup* functions.
Jacek Caban [Sun, 19 Jul 2009 16:10:14 +0000 (18:10 +0200)] 
wininet: Code clean up by using heap_strdup* functions.

15 years agowininet: Code clean up by using heap_strdup* functions.
Jacek Caban [Sun, 19 Jul 2009 16:09:10 +0000 (18:09 +0200)] 
wininet: Code clean up by using heap_strdup* functions.

15 years agows2_32: Fixed buffer size to MultiByteToWideChar.
Marcus Meissner [Sun, 19 Jul 2009 13:31:28 +0000 (15:31 +0200)] 
ws2_32: Fixed buffer size to MultiByteToWideChar.

15 years agowinealsa.drv: Re-allow fallback to waveout (regression in dsound).
Erich Hoover [Sun, 19 Jul 2009 05:51:33 +0000 (23:51 -0600)] 
winealsa.drv: Re-allow fallback to waveout (regression in dsound).

15 years agojscript: Initialize val_str to NULL (Coverity).
Marcus Meissner [Sat, 18 Jul 2009 20:45:32 +0000 (22:45 +0200)] 
jscript: Initialize val_str to NULL (Coverity).

15 years agowmc: Duplicate wine_cp_wcstombs check here too (Coverity).
Marcus Meissner [Sat, 18 Jul 2009 20:23:45 +0000 (22:23 +0200)] 
wmc: Duplicate wine_cp_wcstombs check here too (Coverity).

15 years agoclock: Updated Italian translation.
Davide Pizzetti [Sat, 18 Jul 2009 17:14:14 +0000 (19:14 +0200)] 
clock: Updated Italian translation.

15 years agokernel32: Update French translation of error messages.
Frédéric Delanoy [Fri, 17 Jul 2009 12:43:11 +0000 (14:43 +0200)] 
kernel32: Update French translation of error messages.

15 years agorichedit: Properly restore style after end of rtf group.
Dylan Smith [Fri, 17 Jul 2009 17:24:13 +0000 (13:24 -0400)] 
richedit: Properly restore style after end of rtf group.

Rich text files have groupings of text, where styles are pushed onto
the stack when encountering a start of the group, then popped at the
end of the group.  This was being handled improperly before, because a
single styleChanged flag was being stored to keep track of whether the
style needed to be restored at the end of a group. This fails to work
properly since the single flag isn't keeping track of all the levels
of the stack, so some styles are not restored properly.

15 years agod3dx9: Fix D3DXMatrixStack_RotateAxisLocal to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 16:01:03 +0000 (18:01 +0200)] 
d3dx9: Fix D3DXMatrixStack_RotateAxisLocal to make tests pass in Windows.

15 years agod3dx9: Fix D3DXMatrixStack_RotateAxis to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 15:58:36 +0000 (17:58 +0200)] 
d3dx9: Fix D3DXMatrixStack_RotateAxis to make tests pass in Windows.

15 years agod3dx9: Fix D3DXMatrixStack_MultMatrixLocal to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 15:56:30 +0000 (17:56 +0200)] 
d3dx9: Fix D3DXMatrixStack_MultMatrixLocal to make tests pass in Windows.

15 years agod3dx9: Fix D3DXMatrixStack_MultMatrix to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 15:54:22 +0000 (17:54 +0200)] 
d3dx9: Fix D3DXMatrixStack_MultMatrix to make tests pass in Windows.

15 years agod3dx9: Fix D3DXMatrixStack_LoadMatrix to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 15:51:50 +0000 (17:51 +0200)] 
d3dx9: Fix D3DXMatrixStack_LoadMatrix to make tests pass in Windows.

15 years agod3dx9: Fix D3DXVec4Normalize to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 16:19:45 +0000 (18:19 +0200)] 
d3dx9: Fix D3DXVec4Normalize to make tests pass in Windows.

15 years agod3dx9: Fix D3DXVec3TransformCoord to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 16:18:32 +0000 (18:18 +0200)] 
d3dx9: Fix D3DXVec3TransformCoord to make tests pass in Windows.

15 years agod3dx9: Fix D3DXVec2TransformCoord to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 16:14:32 +0000 (18:14 +0200)] 
d3dx9: Fix D3DXVec2TransformCoord to make tests pass in Windows.

15 years agomapi32: Add version numbers to version resource.
Vincent Povirk [Fri, 17 Jul 2009 15:40:07 +0000 (10:40 -0500)] 
mapi32: Add version numbers to version resource.

15 years agowinhlp32: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Thu, 16 Jul 2009 19:22:18 +0000 (12:22 -0700)] 
winhlp32: Update Portuguese translation and convert to UTF8.

15 years agowinedbg: Add Portuguese translation.
Ricardo Filipe [Fri, 17 Jul 2009 13:57:49 +0000 (06:57 -0700)] 
winedbg: Add Portuguese translation.

15 years agooleacc: Add Portuguese translation.
Ricardo Filipe [Fri, 17 Jul 2009 13:49:07 +0000 (06:49 -0700)] 
oleacc: Add Portuguese translation.

15 years agoRelease 1.1.26. wine-1.1.26
Alexandre Julliard [Fri, 17 Jul 2009 16:38:57 +0000 (18:38 +0200)] 
Release 1.1.26.

15 years agoUpdated the authors list.
Alexandre Julliard [Fri, 17 Jul 2009 15:18:59 +0000 (17:18 +0200)] 
Updated the authors list.

15 years agokernel32: Update French translation of error messages.
Frédéric Delanoy [Fri, 17 Jul 2009 12:43:11 +0000 (14:43 +0200)] 
kernel32: Update French translation of error messages.

15 years agorichedit: Handle missing colours in rtf colour table.
Dylan Smith [Fri, 17 Jul 2009 13:17:20 +0000 (09:17 -0400)] 
richedit: Handle missing colours in rtf colour table.

When a colour table entry is empty, then the default colour is used.
For an incomplete colour table entry 0 is used for the missing colours.

Previously the -1 value used internally for missing colours was being
converted into white, where it should be using the default colour that
is normally black.

This bug could be seen by loading the following rich text into wordpad:
{\rtf{\colortbl;;}\cf1 text}

15 years agodevenum: Update Portuguese translation.
Ricardo Filipe [Fri, 17 Jul 2009 11:45:32 +0000 (04:45 -0700)] 
devenum: Update Portuguese translation.

15 years agocryptdlg: Add Portuguese translation.
Ricardo Filipe [Fri, 17 Jul 2009 11:21:13 +0000 (04:21 -0700)] 
cryptdlg: Add Portuguese translation.

15 years agowordpad: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Fri, 17 Jul 2009 10:30:55 +0000 (03:30 -0700)] 
wordpad: Update Portuguese translation and convert to UTF8.