wine
14 years agoappwiz.cpl: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Thu, 16 Jul 2009 19:06:52 +0000 (12:06 -0700)] 
appwiz.cpl: Update Portuguese translation and convert to UTF8.

14 years agocmd: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Thu, 16 Jul 2009 17:53:50 +0000 (22:53 +0500)] 
cmd: Convert the Russian resources to UTF-8.

14 years agows2_32: Make sure sockaddr is big enough when formatting an IPv6 address.
Juan Lang [Thu, 16 Jul 2009 15:48:32 +0000 (08:48 -0700)] 
ws2_32: Make sure sockaddr is big enough when formatting an IPv6 address.

14 years agows2_32: Remove an unnecessary cast.
Juan Lang [Thu, 16 Jul 2009 15:46:20 +0000 (08:46 -0700)] 
ws2_32: Remove an unnecessary cast.

14 years agouuid: Include some more headers.
Alexandre Julliard [Thu, 16 Jul 2009 14:36:38 +0000 (16:36 +0200)] 
uuid: Include some more headers.

14 years agogdi32/tests: Added tests for BitBlt.
Joel Holdsworth [Wed, 15 Jul 2009 21:08:45 +0000 (22:08 +0100)] 
gdi32/tests: Added tests for BitBlt.

14 years agowinhttp: Fix a crash on Vista and higher.
Paul Vriens [Thu, 16 Jul 2009 13:47:38 +0000 (15:47 +0200)] 
winhttp: Fix a crash on Vista and higher.

14 years agoshell32: Export IsUserAnAdmin by name as well.
Vitaliy Margolen [Thu, 16 Jul 2009 13:15:22 +0000 (07:15 -0600)] 
shell32: Export IsUserAnAdmin by name as well.

14 years agowined3d: Recognize the SM4 dp4 opcode.
Henri Verbeet [Thu, 16 Jul 2009 11:08:25 +0000 (13:08 +0200)] 
wined3d: Recognize the SM4 dp4 opcode.

14 years agowined3d: Recognize the SM4 dp3 opcode.
Henri Verbeet [Thu, 16 Jul 2009 11:08:24 +0000 (13:08 +0200)] 
wined3d: Recognize the SM4 dp3 opcode.

14 years agowined3d: Recognize the SM4 rsq opcode.
Henri Verbeet [Thu, 16 Jul 2009 11:08:23 +0000 (13:08 +0200)] 
wined3d: Recognize the SM4 rsq opcode.

14 years agowined3d: Recognize the SM4 constant buffer register type.
Henri Verbeet [Thu, 16 Jul 2009 11:08:22 +0000 (13:08 +0200)] 
wined3d: Recognize the SM4 constant buffer register type.

14 years agowined3d: Recognize SM4 arrays.
Henri Verbeet [Thu, 16 Jul 2009 11:08:21 +0000 (13:08 +0200)] 
wined3d: Recognize SM4 arrays.

This is for SM4 constant buffers, which look like cb<x>[<y>]. At some later
point we should probably translate pre-SM4 constants to constant buffers.

14 years agod3dx9: Remove a failing test in Windows.
David Adam [Wed, 15 Jul 2009 19:14:00 +0000 (21:14 +0200)] 
d3dx9: Remove a failing test in Windows.

14 years agod3dx9: Fix D3DXQuaternionToAxisAngle to make tests pass in Windows.
David Adam [Wed, 15 Jul 2009 19:04:01 +0000 (21:04 +0200)] 
d3dx9: Fix D3DXQuaternionToAxisAngle to make tests pass in Windows.

14 years agot2embed: Implement TTLoadEmbeddedFont as a stub.
Andrew Nguyen [Thu, 16 Jul 2009 03:00:22 +0000 (22:00 -0500)] 
t2embed: Implement TTLoadEmbeddedFont as a stub.

14 years agojscript: Fix create_exec_ctx implementation.
Piotr Caban [Wed, 15 Jul 2009 23:17:00 +0000 (01:17 +0200)] 
jscript: Fix create_exec_ctx implementation.

14 years agojscript: Remove broken tests.
Piotr Caban [Wed, 15 Jul 2009 23:16:45 +0000 (01:16 +0200)] 
jscript: Remove broken tests.

14 years agojscript: Improve Object_toString implementation.
Piotr Caban [Wed, 15 Jul 2009 23:16:15 +0000 (01:16 +0200)] 
jscript: Improve Object_toString implementation.

14 years agowinemine: Add ellipses for IDM_CUSTOM.
Detlef Riekenberg [Wed, 15 Jul 2009 14:58:28 +0000 (16:58 +0200)] 
winemine: Add ellipses for IDM_CUSTOM.

14 years agoshdoclc: Fix Portuguese translation and convert to UTF8.
Ricardo Filipe [Wed, 15 Jul 2009 14:16:33 +0000 (07:16 -0700)] 
shdoclc: Fix Portuguese translation and convert to UTF8.

14 years agomshtml: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Wed, 15 Jul 2009 14:05:42 +0000 (07:05 -0700)] 
mshtml: Update Portuguese translation and convert to UTF8.

14 years agogphoto2.ds: Fix Portuguese translation and convert to UTF8.
Ricardo Filipe [Wed, 15 Jul 2009 13:49:34 +0000 (06:49 -0700)] 
gphoto2.ds: Fix Portuguese translation and convert to UTF8.

14 years agokernel32: Implement WTSGetActiveConsoleSessionId as a stub.
Andrew Nguyen [Thu, 16 Jul 2009 03:00:13 +0000 (22:00 -0500)] 
kernel32: Implement WTSGetActiveConsoleSessionId as a stub.

14 years agowinex11: Add a function for retrieving the bitmap GC.
Roderick Colenbrander [Thu, 9 Jul 2009 19:51:05 +0000 (21:51 +0200)] 
winex11: Add a function for retrieving the bitmap GC.

14 years agowined3d: Use the unmodified source in MOVA.
Stefan Dösinger [Wed, 15 Jul 2009 18:57:58 +0000 (20:57 +0200)] 
wined3d: Use the unmodified source in MOVA.

The code removed by this patch was a leftover from the time when we tried to
emulate MOVA with a plain ARL, which only supports one source in plain ARB.
This breaks the more sophisticated MOVA and 4 component ADDR register we have
now however.

14 years agowined3d: Don't call glGetError if nobody is listening.
Stefan Dösinger [Wed, 15 Jul 2009 16:45:03 +0000 (18:45 +0200)] 
wined3d: Don't call glGetError if nobody is listening.

14 years agocomctl32: Explicitly initialize visible order of a newly added item, force visible...
Dmitry Timoshkov [Thu, 16 Jul 2009 08:34:54 +0000 (17:34 +0900)] 
comctl32: Explicitly initialize visible order of a newly added item, force visible order recalculation on redraw.

14 years agoSet the encoding of the Romanian resources to UTF-8.
Michael Stefaniuc [Wed, 15 Jul 2009 23:12:03 +0000 (01:12 +0200)] 
Set the encoding of the Romanian resources to UTF-8.

14 years agowrc: Report an error when encountering non-ASCII characters.
Alexandre Julliard [Thu, 16 Jul 2009 09:15:15 +0000 (11:15 +0200)] 
wrc: Report an error when encountering non-ASCII characters.

14 years agowrc: Avoid a crash if a file didn't contain any resources.
Alexandre Julliard [Thu, 16 Jul 2009 09:15:00 +0000 (11:15 +0200)] 
wrc: Avoid a crash if a file didn't contain any resources.

14 years agotaskmgr: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Thu, 16 Jul 2009 00:40:49 +0000 (17:40 -0700)] 
taskmgr: Update Portuguese translation and convert to UTF8.

14 years agoreg: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Wed, 15 Jul 2009 23:05:39 +0000 (16:05 -0700)] 
reg: Update Portuguese translation and convert to UTF8.

14 years agocomctl32/dpa: Don't use start index on searching sorted array.
Nikolay Sivov [Wed, 15 Jul 2009 19:59:25 +0000 (23:59 +0400)] 
comctl32/dpa: Don't use start index on searching sorted array.

14 years agogdi32: In init_system_links, reinitialize val_len and data_len before continuing.
Aric Stewart [Wed, 15 Jul 2009 19:31:17 +0000 (14:31 -0500)] 
gdi32: In init_system_links, reinitialize val_len and data_len before continuing.

14 years agoinclude: Added netcon.idl.
Jacek Caban [Wed, 15 Jul 2009 22:58:25 +0000 (00:58 +0200)] 
include: Added netcon.idl.

14 years agoappwiz.cpl: Fix French UI display and wording.
Frédéric Delanoy [Wed, 15 Jul 2009 21:36:15 +0000 (23:36 +0200)] 
appwiz.cpl: Fix French UI display and wording.

14 years agowinhttp: Use the correct address length when connecting.
Juan Lang [Wed, 15 Jul 2009 20:03:19 +0000 (13:03 -0700)] 
winhttp: Use the correct address length when connecting.

14 years agowinhttp: Fix a comment typo.
Juan Lang [Wed, 15 Jul 2009 15:40:51 +0000 (08:40 -0700)] 
winhttp: Fix a comment typo.

14 years agoappwiz.cpl: Update Lithuanian translation.
Aurimas Fišeras [Wed, 15 Jul 2009 15:59:04 +0000 (18:59 +0300)] 
appwiz.cpl: Update Lithuanian translation.

14 years agoshell32: Correct German language.
André Hentschel [Wed, 15 Jul 2009 15:45:44 +0000 (17:45 +0200)] 
shell32: Correct German language.

14 years agoappwiz.cpl: Correct German language.
André Hentschel [Wed, 15 Jul 2009 15:25:14 +0000 (17:25 +0200)] 
appwiz.cpl: Correct German language.

14 years agosane: Remove BOM from Japanese resource.
Aric Stewart [Wed, 15 Jul 2009 15:06:45 +0000 (10:06 -0500)] 
sane: Remove BOM from Japanese resource.

14 years agocomctl32: Do not redraw treeview in TVM_INSERTITEM handler if bRedraw is not set...
Dmitry Timoshkov [Wed, 15 Jul 2009 12:21:26 +0000 (21:21 +0900)] 
comctl32: Do not redraw treeview in TVM_INSERTITEM handler if bRedraw is not set, trigger the redraw on WM_SETREDRAW/TRUE.

14 years agocrypt32: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Wed, 15 Jul 2009 11:56:18 +0000 (04:56 -0700)] 
crypt32: Update Portuguese translation and convert to UTF8.

14 years agowindowscodecs: Register BMP decoder as a bitmap decoder.
Vincent Povirk [Mon, 6 Jul 2009 22:53:36 +0000 (17:53 -0500)] 
windowscodecs: Register BMP decoder as a bitmap decoder.

14 years agomsi: Build a proper tab chain by walking through the controls list.
Alexandre Julliard [Wed, 15 Jul 2009 12:22:14 +0000 (14:22 +0200)] 
msi: Build a proper tab chain by walking through the controls list.

Simply changing Z-order as we encounter windows is not sufficient to
ensure correct ordering, we have to rebuild the list from scratch.

14 years agowinhttp: Issue CONNECT command to connect to a secure server through a proxy server.
Juan Lang [Tue, 14 Jul 2009 20:05:01 +0000 (13:05 -0700)] 
winhttp: Issue CONNECT command to connect to a secure server through a proxy server.

14 years agowinhttp: Don't set port number to a default before scheme is known.
Juan Lang [Tue, 14 Jul 2009 20:04:42 +0000 (13:04 -0700)] 
winhttp: Don't set port number to a default before scheme is known.

14 years agowinhttp: Allow full path in addition to relative path in headers to accomodate proxy...
Juan Lang [Tue, 14 Jul 2009 20:04:20 +0000 (13:04 -0700)] 
winhttp: Allow full path in addition to relative path in headers to accomodate proxy servers.

14 years agowinhttp: Use proxy server when redirecting.
Juan Lang [Tue, 14 Jul 2009 20:03:52 +0000 (13:03 -0700)] 
winhttp: Use proxy server when redirecting.

14 years agowinhttp: Use a helper function to set connect_t's servername and port.
Juan Lang [Tue, 14 Jul 2009 20:03:26 +0000 (13:03 -0700)] 
winhttp: Use a helper function to set connect_t's servername and port.

14 years agowinhttp: Connect to the proxy port rather than the host port.
Juan Lang [Tue, 14 Jul 2009 20:03:10 +0000 (13:03 -0700)] 
winhttp: Connect to the proxy port rather than the host port.

14 years agowinhttp: When connecting via a proxy include full hostname and scheme in path.
Juan Lang [Tue, 14 Jul 2009 20:02:48 +0000 (13:02 -0700)] 
winhttp: When connecting via a proxy include full hostname and scheme in path.

14 years agowinhttp: Set connect_t's servername and port based on proxy settings.
Juan Lang [Tue, 14 Jul 2009 20:02:29 +0000 (13:02 -0700)] 
winhttp: Set connect_t's servername and port based on proxy settings.

14 years agowinhttp: Honor WINHTTP_ACCESS_TYPE_DEFAULT_PROXY in WinHttpOpen.
Juan Lang [Tue, 14 Jul 2009 20:01:48 +0000 (13:01 -0700)] 
winhttp: Honor WINHTTP_ACCESS_TYPE_DEFAULT_PROXY in WinHttpOpen.

14 years agowinhttp: Support getting the default proxy settings from the http_proxy environment...
Juan Lang [Tue, 14 Jul 2009 20:01:26 +0000 (13:01 -0700)] 
winhttp: Support getting the default proxy settings from the http_proxy environment variable.

14 years agowinhttp: Implement WinHttpGetDefaultProxyConfiguration.
Juan Lang [Tue, 14 Jul 2009 20:00:38 +0000 (13:00 -0700)] 
winhttp: Implement WinHttpGetDefaultProxyConfiguration.

14 years agowinhttp: Implement WinHttpSetDefaultProxyConfiguration.
Juan Lang [Tue, 14 Jul 2009 19:53:14 +0000 (12:53 -0700)] 
winhttp: Implement WinHttpSetDefaultProxyConfiguration.

14 years agowinhttp: Add tests for WinHttpSetDefaultProxyConfiguration.
Juan Lang [Tue, 14 Jul 2009 19:36:41 +0000 (12:36 -0700)] 
winhttp: Add tests for WinHttpSetDefaultProxyConfiguration.

14 years agocomctl32: Fix division by zero.
Vladimir Pankratov [Tue, 14 Jul 2009 09:01:23 +0000 (14:01 +0500)] 
comctl32: Fix division by zero.

14 years agojscript: Added RegExp_test stub.
Piotr Caban [Wed, 15 Jul 2009 10:51:43 +0000 (12:51 +0200)] 
jscript: Added RegExp_test stub.

14 years agojscript: Improve Number_toString implementation.
Piotr Caban [Wed, 15 Jul 2009 10:51:21 +0000 (12:51 +0200)] 
jscript: Improve Number_toString implementation.

14 years agojscript: Improve to_string implementation.
Piotr Caban [Wed, 15 Jul 2009 10:50:43 +0000 (12:50 +0200)] 
jscript: Improve to_string implementation.

14 years agod3d10: Implement ID3D10Effect::GetVariableByName().
Henri Verbeet [Wed, 15 Jul 2009 10:21:21 +0000 (12:21 +0200)] 
d3d10: Implement ID3D10Effect::GetVariableByName().

14 years agod3d10: Parse effect variables.
Henri Verbeet [Wed, 15 Jul 2009 10:21:20 +0000 (12:21 +0200)] 
d3d10: Parse effect variables.

14 years agod3d10: Do all effect object parsing in parse_fx10_object().
Henri Verbeet [Wed, 15 Jul 2009 10:21:19 +0000 (12:21 +0200)] 
d3d10: Do all effect object parsing in parse_fx10_object().

14 years agod3d10: Rename struct d3d10_effect_variable to struct d3d10_effect_object.
Rico Schüller [Wed, 15 Jul 2009 10:21:18 +0000 (12:21 +0200)] 
d3d10: Rename struct d3d10_effect_variable to struct d3d10_effect_object.

The name d3d10_effect_variable is somewhat misleading, since these
aren't actually effect variables as returned by e.g.
ID3D10Effect::GetVariableByName(), but effect objects as referenced by
effect passes.

14 years agowined3d: Check the return values for some wgl calls.
Henri Verbeet [Wed, 15 Jul 2009 10:21:17 +0000 (12:21 +0200)] 
wined3d: Check the return values for some wgl calls.

14 years agowined3d: Remove the remains of an ATI_fragment_shader hack.
Henri Verbeet [Wed, 15 Jul 2009 10:21:16 +0000 (12:21 +0200)] 
wined3d: Remove the remains of an ATI_fragment_shader hack.

This was originally added as a workaround for a Mesa bug by commit
ddf52dda15e83eae639ef2ce0ec4071b321ce34f. The other half of the hack has since
been removed. This code causes problems when wglDeleteContext() from a
different thread causes our current context to be destroyed, since
wglGetCurrentContext() will return a destroyed context in that case. That is a
flaw in our wgl implementation, since wglDeleteContext() shouldn't allow a
context that's current in a different thread to be destroyed, but this hack is
a bad idea regardless.

14 years agowinedbg: Remove an unneeded pragma from the Swedish translation.
Paul Vriens [Wed, 15 Jul 2009 10:19:05 +0000 (12:19 +0200)] 
winedbg: Remove an unneeded pragma from the Swedish translation.

14 years agoshell32: More Dutch translations fixes.
Austin English [Wed, 15 Jul 2009 03:23:44 +0000 (22:23 -0500)] 
shell32: More Dutch translations fixes.

Translations by Vincent Beers.

14 years agoSet the encoding of the remaining German resources to UTF-8.
Michael Stefaniuc [Wed, 15 Jul 2009 09:52:49 +0000 (11:52 +0200)] 
Set the encoding of the remaining German resources to UTF-8.

14 years agotaskmgr: Convert the German resources to UTF-8.
Michael Stefaniuc [Tue, 14 Jul 2009 23:45:29 +0000 (01:45 +0200)] 
taskmgr: Convert the German resources to UTF-8.

14 years agoshell32: Convert the German resources to UTF-8.
Michael Stefaniuc [Tue, 14 Jul 2009 23:45:39 +0000 (01:45 +0200)] 
shell32: Convert the German resources to UTF-8.

14 years agouser32: Update the German resources and switch them to UTF-8.
Michael Stefaniuc [Tue, 14 Jul 2009 23:45:48 +0000 (01:45 +0200)] 
user32: Update the German resources and switch them to UTF-8.

14 years agowinecfg: Convert the German resources to UTF-8.
Michael Stefaniuc [Tue, 14 Jul 2009 23:46:07 +0000 (01:46 +0200)] 
winecfg: Convert the German resources to UTF-8.

14 years agodbghelp: Constify some variables.
Andrew Talbot [Tue, 14 Jul 2009 22:01:31 +0000 (23:01 +0100)] 
dbghelp: Constify some variables.

14 years agowined3d: Set the depth blit helper texture address mode to clamp.
Stefan Dösinger [Tue, 14 Jul 2009 17:01:48 +0000 (19:01 +0200)] 
wined3d: Set the depth blit helper texture address mode to clamp.

On ATI cards we use the driver's GL_ARB_texture_non_power_of_two emulation to
support conditional NP2 textures without having to deal with the denormalized
coordinates. The default GL_TEXTURE_2D address mode is incompatible with
GL_ARB_texture_rectangle however.

14 years agowined3d: EXP and EXPP are scalar operations.
Stefan Dösinger [Tue, 14 Jul 2009 21:20:13 +0000 (23:20 +0200)] 
wined3d: EXP and EXPP are scalar operations.

14 years agocmd: Update German translation.
André Hentschel [Tue, 14 Jul 2009 20:35:13 +0000 (22:35 +0200)] 
cmd: Update German translation.

14 years agoappwiz.cpl: Execute installer when Modify clicked.
Owen Rudge [Tue, 14 Jul 2009 20:24:51 +0000 (17:24 -0300)] 
appwiz.cpl: Execute installer when Modify clicked.

14 years agoappwiz.cpl: Enable/disable Modify button, and modify title on Remove button, as appro...
Owen Rudge [Tue, 14 Jul 2009 20:24:40 +0000 (17:24 -0300)] 
appwiz.cpl: Enable/disable Modify button, and modify title on Remove button, as appropriate.

14 years agoappwiz.cpl: Read modification path from registry.
Owen Rudge [Tue, 14 Jul 2009 20:24:29 +0000 (17:24 -0300)] 
appwiz.cpl: Read modification path from registry.

14 years agoappwiz.cpl: Replace Add/Remove button with separate Modify and Remove buttons.
Owen Rudge [Tue, 14 Jul 2009 20:24:11 +0000 (17:24 -0300)] 
appwiz.cpl: Replace Add/Remove button with separate Modify and Remove buttons.

14 years agocomctl32/header: Fix hittesting flags, extend tests a bit.
Nikolay Sivov [Tue, 14 Jul 2009 20:11:12 +0000 (00:11 +0400)] 
comctl32/header: Fix hittesting flags, extend tests a bit.

14 years agodevenum: Add Japanese resource.
Aric Stewart [Tue, 14 Jul 2009 18:46:09 +0000 (13:46 -0500)] 
devenum: Add Japanese resource.

14 years agoiccvid: Add Japanese resource.
Aric Stewart [Tue, 14 Jul 2009 18:38:34 +0000 (13:38 -0500)] 
iccvid: Add Japanese resource.

14 years agomsvidc32: Add Japanese resource.
Aric Stewart [Tue, 14 Jul 2009 18:38:23 +0000 (13:38 -0500)] 
msvidc32: Add Japanese resource.

14 years agosane: Add Japanese resource.
Aric Stewart [Tue, 14 Jul 2009 18:23:21 +0000 (13:23 -0500)] 
sane: Add Japanese resource.

14 years agotaskmgr: Update Japanese resource.
Aric Stewart [Tue, 14 Jul 2009 13:26:13 +0000 (08:26 -0500)] 
taskmgr: Update Japanese resource.

14 years agows2/tests: Test AcceptEx with a deferred socket.
Mike Kaplinskiy [Tue, 14 Jul 2009 01:35:33 +0000 (21:35 -0400)] 
ws2/tests: Test AcceptEx with a deferred socket.

14 years agodbghelp: Fixed regressions introduced by growing arrays exponentially instead of...
Eric Pouech [Tue, 14 Jul 2009 10:17:22 +0000 (12:17 +0200)] 
dbghelp: Fixed regressions introduced by growing arrays exponentially instead of linearly.

14 years agowmiutils: Register interfaces.
Hans Leidekker [Tue, 14 Jul 2009 10:28:50 +0000 (12:28 +0200)] 
wmiutils: Register interfaces.

14 years agowmiutils: Add class factory.
Hans Leidekker [Tue, 14 Jul 2009 10:28:29 +0000 (12:28 +0200)] 
wmiutils: Add class factory.

14 years agowmiutils: Add a stub implementation of IWbemStatusCodeText.
Hans Leidekker [Tue, 14 Jul 2009 10:28:09 +0000 (12:28 +0200)] 
wmiutils: Add a stub implementation of IWbemStatusCodeText.

14 years agowmiutils: New dll.
Hans Leidekker [Tue, 14 Jul 2009 10:27:46 +0000 (12:27 +0200)] 
wmiutils: New dll.

14 years agowbemprox: Register interfaces.
Hans Leidekker [Tue, 14 Jul 2009 10:27:21 +0000 (12:27 +0200)] 
wbemprox: Register interfaces.

14 years agowbemprox: Add class factory.
Hans Leidekker [Tue, 14 Jul 2009 10:26:59 +0000 (12:26 +0200)] 
wbemprox: Add class factory.

14 years agowbemprox: Add a stub implementation of IWbemLocator.
Hans Leidekker [Tue, 14 Jul 2009 10:26:38 +0000 (12:26 +0200)] 
wbemprox: Add a stub implementation of IWbemLocator.