Commit Graph

59814 Commits

Author SHA1 Message Date
Juan Lang 3469a021be winhttp: Implement WinHttpSetDefaultProxyConfiguration. 2009-07-15 14:06:40 +02:00
Juan Lang 461b124015 winhttp: Add tests for WinHttpSetDefaultProxyConfiguration. 2009-07-15 14:06:32 +02:00
Vladimir Pankratov 585e8dfbb4 comctl32: Fix division by zero. 2009-07-15 14:04:12 +02:00
Piotr Caban f421746980 jscript: Added RegExp_test stub. 2009-07-15 13:54:08 +02:00
Piotr Caban 1cffc0eb73 jscript: Improve Number_toString implementation. 2009-07-15 13:54:02 +02:00
Piotr Caban 15b07c2a36 jscript: Improve to_string implementation. 2009-07-15 13:53:27 +02:00
Henri Verbeet a5d9536542 d3d10: Implement ID3D10Effect::GetVariableByName(). 2009-07-15 13:25:35 +02:00
Henri Verbeet f58405f647 d3d10: Parse effect variables. 2009-07-15 13:25:27 +02:00
Henri Verbeet ddc948b974 d3d10: Do all effect object parsing in parse_fx10_object(). 2009-07-15 13:25:21 +02:00
Rico Schüller 2dd1b37922 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.
2009-07-15 13:25:15 +02:00
Henri Verbeet ae8e8ac73f wined3d: Check the return values for some wgl calls. 2009-07-15 13:24:24 +02:00
Henri Verbeet 476c83522b wined3d: Remove the remains of an ATI_fragment_shader hack.
This was originally added as a workaround for a Mesa bug by commit
ddf52dda15. 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.
2009-07-15 13:24:19 +02:00
Paul Vriens 3c876de7a4 winedbg: Remove an unneeded pragma from the Swedish translation. 2009-07-15 13:24:06 +02:00
Austin English ccfcf8dd21 shell32: More Dutch translations fixes.
Translations by Vincent Beers.
2009-07-15 13:23:37 +02:00
Michael Stefaniuc 9949661c65 Set the encoding of the remaining German resources to UTF-8. 2009-07-15 13:23:29 +02:00
Michael Stefaniuc 0692f0eba4 taskmgr: Convert the German resources to UTF-8. 2009-07-15 13:23:22 +02:00
Michael Stefaniuc f92afb8768 shell32: Convert the German resources to UTF-8. 2009-07-15 13:23:19 +02:00
Michael Stefaniuc 88a58a3e1f user32: Update the German resources and switch them to UTF-8. 2009-07-15 13:23:17 +02:00
Michael Stefaniuc 47b479d5b6 winecfg: Convert the German resources to UTF-8. 2009-07-15 13:23:14 +02:00
Andrew Talbot f4d2db4c54 dbghelp: Constify some variables. 2009-07-15 13:23:00 +02:00
Stefan Dösinger 3c2fa6aea4 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.
2009-07-15 13:17:12 +02:00
Stefan Dösinger 387d337a70 wined3d: EXP and EXPP are scalar operations. 2009-07-15 13:17:02 +02:00
André Hentschel 7d16eed02f cmd: Update German translation. 2009-07-15 13:16:51 +02:00
Owen Rudge bf3574a4e1 appwiz.cpl: Execute installer when Modify clicked. 2009-07-15 13:16:45 +02:00
Owen Rudge 812e604765 appwiz.cpl: Enable/disable Modify button, and modify title on Remove button, as appropriate. 2009-07-15 13:16:41 +02:00
Owen Rudge 2f54154299 appwiz.cpl: Read modification path from registry. 2009-07-15 13:16:25 +02:00
Owen Rudge 051e85d39f appwiz.cpl: Replace Add/Remove button with separate Modify and Remove buttons. 2009-07-15 13:16:18 +02:00
Nikolay Sivov ce372ca4db comctl32/header: Fix hittesting flags, extend tests a bit. 2009-07-15 13:16:03 +02:00
Aric Stewart af6de9d7a3 devenum: Add Japanese resource. 2009-07-15 13:15:56 +02:00
Aric Stewart e9037ebe40 iccvid: Add Japanese resource. 2009-07-15 13:15:52 +02:00
Aric Stewart 0d932a88d4 msvidc32: Add Japanese resource. 2009-07-15 13:15:47 +02:00
Aric Stewart 33f8f2b37d sane: Add Japanese resource. 2009-07-15 13:15:41 +02:00
Aric Stewart 75050bba25 taskmgr: Update Japanese resource. 2009-07-14 16:29:03 +02:00
Mike Kaplinskiy 1dd1ea2e17 ws2/tests: Test AcceptEx with a deferred socket. 2009-07-14 16:28:59 +02:00
Eric Pouech f2b7ec1c2c dbghelp: Fixed regressions introduced by growing arrays exponentially instead of linearly. 2009-07-14 15:16:08 +02:00
Hans Leidekker 8013e45e4c wmiutils: Register interfaces. 2009-07-14 15:15:45 +02:00
Hans Leidekker ceee3ddf47 wmiutils: Add class factory. 2009-07-14 15:15:29 +02:00
Hans Leidekker 0520defecc wmiutils: Add a stub implementation of IWbemStatusCodeText. 2009-07-14 15:15:24 +02:00
Hans Leidekker dd1d8cab3a wmiutils: New dll. 2009-07-14 15:15:16 +02:00
Hans Leidekker a4717d0d4c wbemprox: Register interfaces. 2009-07-14 15:13:34 +02:00
Hans Leidekker a73b9d9b02 wbemprox: Add class factory. 2009-07-14 15:13:11 +02:00
Hans Leidekker 2182dd1fa7 wbemprox: Add a stub implementation of IWbemLocator. 2009-07-14 15:13:01 +02:00
Henri Verbeet b4da7ebd3e d3d10: Marge parse_fx10_pass() and parse_fx10_pass_index(). 2009-07-14 12:21:56 +02:00
Henri Verbeet c481e0a7d4 d3d10: Merge parse_fx10_technique() and parse_fx10_technique_index(). 2009-07-14 12:21:51 +02:00
Henri Verbeet 34ab5431e8 d3d10: Parse local buffer names. 2009-07-14 12:21:46 +02:00
Henri Verbeet 710b57a5aa d3d10: Parse local buffers. 2009-07-14 12:21:32 +02:00
Henri Verbeet 74ec910397 d3d10: Add the ID3D10EffectMatrixVariable interface. 2009-07-14 12:21:25 +02:00
Alexandre Julliard b5d86403a4 msvcrt: Add an errno mapping for ERROR_SHARING_VIOLATION. 2009-07-14 12:18:15 +02:00
Alexandre Julliard 60d389670a ddraw/tests: Properly release surfaces even if we can't get the texture object. 2009-07-14 11:29:47 +02:00
Alexandre Julliard 340f5734bf ddraw/tests: Fix a failing test on 64-bit. 2009-07-14 11:29:47 +02:00