Vladimir Pankratov [Tue, 14 Jul 2009 09:01:23 +0000 (14:01 +0500)]
comctl32: Fix division by zero.
Piotr Caban [Wed, 15 Jul 2009 10:51:43 +0000 (12:51 +0200)]
jscript: Added RegExp_test stub.
Piotr Caban [Wed, 15 Jul 2009 10:51:21 +0000 (12:51 +0200)]
jscript: Improve Number_toString implementation.
Piotr Caban [Wed, 15 Jul 2009 10:50:43 +0000 (12:50 +0200)]
jscript: Improve to_string implementation.
Henri Verbeet [Wed, 15 Jul 2009 10:21:21 +0000 (12:21 +0200)]
d3d10: Implement ID3D10Effect::GetVariableByName().
Henri Verbeet [Wed, 15 Jul 2009 10:21:20 +0000 (12:21 +0200)]
d3d10: Parse effect variables.
Henri Verbeet [Wed, 15 Jul 2009 10:21:19 +0000 (12:21 +0200)]
d3d10: Do all effect object parsing in parse_fx10_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.
Henri Verbeet [Wed, 15 Jul 2009 10:21:17 +0000 (12:21 +0200)]
wined3d: Check the return values for some wgl calls.
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.
Paul Vriens [Wed, 15 Jul 2009 10:19:05 +0000 (12:19 +0200)]
winedbg: Remove an unneeded pragma from the Swedish translation.
Austin English [Wed, 15 Jul 2009 03:23:44 +0000 (22:23 -0500)]
shell32: More Dutch translations fixes.
Translations by Vincent Beers.
Michael Stefaniuc [Wed, 15 Jul 2009 09:52:49 +0000 (11:52 +0200)]
Set the encoding of the remaining 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.
Michael Stefaniuc [Tue, 14 Jul 2009 23:45:39 +0000 (01:45 +0200)]
shell32: Convert the German resources 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.
Michael Stefaniuc [Tue, 14 Jul 2009 23:46:07 +0000 (01:46 +0200)]
winecfg: Convert the German resources to UTF-8.
Andrew Talbot [Tue, 14 Jul 2009 22:01:31 +0000 (23:01 +0100)]
dbghelp: Constify some variables.
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.
Stefan Dösinger [Tue, 14 Jul 2009 21:20:13 +0000 (23:20 +0200)]
wined3d: EXP and EXPP are scalar operations.
André Hentschel [Tue, 14 Jul 2009 20:35:13 +0000 (22:35 +0200)]
cmd: Update German translation.
Owen Rudge [Tue, 14 Jul 2009 20:24:51 +0000 (17:24 -0300)]
appwiz.cpl: Execute installer when Modify clicked.
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.
Owen Rudge [Tue, 14 Jul 2009 20:24:29 +0000 (17:24 -0300)]
appwiz.cpl: Read modification path from registry.
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.
Nikolay Sivov [Tue, 14 Jul 2009 20:11:12 +0000 (00:11 +0400)]
comctl32/header: Fix hittesting flags, extend tests a bit.
Aric Stewart [Tue, 14 Jul 2009 18:46:09 +0000 (13:46 -0500)]
devenum: Add Japanese resource.
Aric Stewart [Tue, 14 Jul 2009 18:38:34 +0000 (13:38 -0500)]
iccvid: Add Japanese resource.
Aric Stewart [Tue, 14 Jul 2009 18:38:23 +0000 (13:38 -0500)]
msvidc32: Add Japanese resource.
Aric Stewart [Tue, 14 Jul 2009 18:23:21 +0000 (13:23 -0500)]
sane: Add Japanese resource.
Aric Stewart [Tue, 14 Jul 2009 13:26:13 +0000 (08:26 -0500)]
taskmgr: Update Japanese resource.
Mike Kaplinskiy [Tue, 14 Jul 2009 01:35:33 +0000 (21:35 -0400)]
ws2/tests: Test AcceptEx with a deferred socket.
Eric Pouech [Tue, 14 Jul 2009 10:17:22 +0000 (12:17 +0200)]
dbghelp: Fixed regressions introduced by growing arrays exponentially instead of linearly.
Hans Leidekker [Tue, 14 Jul 2009 10:28:50 +0000 (12:28 +0200)]
wmiutils: Register interfaces.
Hans Leidekker [Tue, 14 Jul 2009 10:28:29 +0000 (12:28 +0200)]
wmiutils: Add class factory.
Hans Leidekker [Tue, 14 Jul 2009 10:28:09 +0000 (12:28 +0200)]
wmiutils: Add a stub implementation of IWbemStatusCodeText.
Hans Leidekker [Tue, 14 Jul 2009 10:27:46 +0000 (12:27 +0200)]
wmiutils: New dll.
Hans Leidekker [Tue, 14 Jul 2009 10:27:21 +0000 (12:27 +0200)]
wbemprox: Register interfaces.
Hans Leidekker [Tue, 14 Jul 2009 10:26:59 +0000 (12:26 +0200)]
wbemprox: Add class factory.
Hans Leidekker [Tue, 14 Jul 2009 10:26:38 +0000 (12:26 +0200)]
wbemprox: Add a stub implementation of IWbemLocator.
Henri Verbeet [Tue, 14 Jul 2009 09:17:41 +0000 (11:17 +0200)]
d3d10: Marge parse_fx10_pass() and parse_fx10_pass_index().
Henri Verbeet [Tue, 14 Jul 2009 09:17:40 +0000 (11:17 +0200)]
d3d10: Merge parse_fx10_technique() and parse_fx10_technique_index().
Henri Verbeet [Tue, 14 Jul 2009 09:17:39 +0000 (11:17 +0200)]
d3d10: Parse local buffer names.
Henri Verbeet [Tue, 14 Jul 2009 09:17:38 +0000 (11:17 +0200)]
d3d10: Parse local buffers.
Henri Verbeet [Tue, 14 Jul 2009 09:17:37 +0000 (11:17 +0200)]
d3d10: Add the ID3D10EffectMatrixVariable interface.
Alexandre Julliard [Tue, 14 Jul 2009 10:18:15 +0000 (12:18 +0200)]
msvcrt: Add an errno mapping for ERROR_SHARING_VIOLATION.
Alexandre Julliard [Tue, 14 Jul 2009 09:29:02 +0000 (11:29 +0200)]
ddraw/tests: Properly release surfaces even if we can't get the texture object.
Alexandre Julliard [Tue, 14 Jul 2009 09:28:37 +0000 (11:28 +0200)]
ddraw/tests: Fix a failing test on 64-bit.
Hans Leidekker [Mon, 13 Jul 2009 14:10:07 +0000 (16:10 +0200)]
include: Add IWbemStatusCodeText and IWbemLocator interfaces.
Piotr Caban [Mon, 13 Jul 2009 23:37:11 +0000 (01:37 +0200)]
jscript: Added Date_getYear implementation.
Piotr Caban [Mon, 13 Jul 2009 23:36:58 +0000 (01:36 +0200)]
jscript: Added String_fromCharCode implementation.
Piotr Caban [Mon, 13 Jul 2009 23:36:43 +0000 (01:36 +0200)]
jscript: Added Array_slice implementation.
Piotr Caban [Mon, 13 Jul 2009 23:36:27 +0000 (01:36 +0200)]
jscript: Added call_expression_eval implementation for EXPRVAL_VARIANT values.
Piotr Caban [Mon, 13 Jul 2009 23:36:13 +0000 (01:36 +0200)]
jscript: Added implementation of Array constructor called as a function.
Piotr Caban [Tue, 14 Jul 2009 00:06:59 +0000 (02:06 +0200)]
jscript: Added Array length setting implementation.
Roderick Colenbrander [Mon, 13 Jul 2009 21:33:15 +0000 (23:33 +0200)]
winex11: Use set_xrender_transformation in AlphaBlend.
Andrew Talbot [Mon, 13 Jul 2009 21:12:01 +0000 (22:12 +0100)]
dbghelp: Constify some variables.
Austin English [Mon, 13 Jul 2009 16:43:46 +0000 (11:43 -0500)]
shell32: Fix folder names for Dutch locale.
André Hentschel [Mon, 13 Jul 2009 15:24:02 +0000 (17:24 +0200)]
cmd: Fix German translation.
Andrew Nguyen [Mon, 13 Jul 2009 04:55:43 +0000 (23:55 -0500)]
server: Remap the EROFS errno value to STATUS_ACCESS_DENIED.
Piotr Caban [Sun, 12 Jul 2009 17:52:31 +0000 (19:52 +0200)]
jscript: Inherit Function_valueOf from Object.
Piotr Caban [Sun, 12 Jul 2009 17:52:21 +0000 (19:52 +0200)]
jscript: Fix String_match implementation.
Piotr Caban [Sun, 12 Jul 2009 17:52:10 +0000 (19:52 +0200)]
jscript: Make String_toUpperCase generic.
Piotr Caban [Sun, 12 Jul 2009 17:52:02 +0000 (19:52 +0200)]
jscript: Make String_toLowerCase generic.
Piotr Caban [Sun, 12 Jul 2009 17:51:54 +0000 (19:51 +0200)]
jscript: Make String_substring generic.
Piotr Caban [Sun, 12 Jul 2009 17:51:47 +0000 (19:51 +0200)]
jscript: Make String_split generic.
Piotr Caban [Sun, 12 Jul 2009 17:51:36 +0000 (19:51 +0200)]
jscript: Make String_slice generic.
Piotr Caban [Sun, 12 Jul 2009 17:51:28 +0000 (19:51 +0200)]
jscript: Make String_replace generic.
Piotr Caban [Sun, 12 Jul 2009 17:51:15 +0000 (19:51 +0200)]
jscript: Make String_match generic.
Piotr Caban [Sun, 12 Jul 2009 17:51:08 +0000 (19:51 +0200)]
jscript: Make String_indexOf generic.
Piotr Caban [Sun, 12 Jul 2009 20:05:57 +0000 (22:05 +0200)]
jscript: Make String_charCodeAt generic.
Piotr Caban [Sun, 12 Jul 2009 17:50:50 +0000 (19:50 +0200)]
jscript: Make String_charAt generic.
Piotr Caban [Sun, 12 Jul 2009 20:05:00 +0000 (22:05 +0200)]
jscript: Make do_attribute_tag_format generic.
Piotr Caban [Sun, 12 Jul 2009 17:50:22 +0000 (19:50 +0200)]
jscript: Change do_attributeless_tag_format so it works on non string objects.
Roderick Colenbrander [Thu, 9 Jul 2009 19:20:12 +0000 (21:20 +0200)]
winex11: Add an XRender based GetSrcAreaStretch.
Roderick Colenbrander [Mon, 6 Jul 2009 21:01:07 +0000 (23:01 +0200)]
winex11: Add a helper function for converting a random color to a XRenderColor.
David Adam [Sat, 11 Jul 2009 16:14:09 +0000 (18:14 +0200)]
include: Remove useless headers.
David Adam [Sat, 11 Jul 2009 16:12:12 +0000 (18:12 +0200)]
d3dx8: Remove the d3dx8 dll.
David Adam [Sat, 11 Jul 2009 16:12:43 +0000 (18:12 +0200)]
dxguid: Remove the useless d3dx8 include.
David Adam [Sat, 11 Jul 2009 16:09:40 +0000 (18:09 +0200)]
d3dx9: Remove the useless d3dx8 import.
David Adam [Sat, 11 Jul 2009 16:08:31 +0000 (18:08 +0200)]
d3dx9: Merge d3dx8 math tests into d3dx9.
David Adam [Sat, 11 Jul 2009 16:07:57 +0000 (18:07 +0200)]
d3dx9: Clean-up the spec file.
David Adam [Sat, 11 Jul 2009 16:06:44 +0000 (18:06 +0200)]
d3dx9: Merge d3dx8 math into d3dx9.
David Adam [Sat, 11 Jul 2009 16:03:46 +0000 (18:03 +0200)]
d3dx9: Merge d3dx8 mesh tests into d3dx9.
David Adam [Sat, 11 Jul 2009 16:01:59 +0000 (18:01 +0200)]
d3dx9: Merge d3dx8 mesh into d3dx9.
David Adam [Sat, 11 Jul 2009 16:00:20 +0000 (18:00 +0200)]
d3dx9: Merge d3dx8 core into d3dx9.
David Adam [Sat, 11 Jul 2009 15:59:27 +0000 (17:59 +0200)]
d3dx9: Add d3dx9.h in dxguid.
David Adam [Sat, 11 Jul 2009 15:58:54 +0000 (17:58 +0200)]
d3dx9: Fix the prototype of some functions.
Yuri Khan [Fri, 10 Jul 2009 00:53:00 +0000 (07:53 +0700)]
winex11.drv: Handle clipboard on an auxiliary thread for windowless apps.
Maarten Lankhorst [Sun, 12 Jul 2009 18:11:55 +0000 (20:11 +0200)]
winealsa.drv: Add support for indirect read/write in directsound support.
Allows pulseaudio to use the idsdriver interface, making it almost as
fast as using native pulseaudio calls for as far as directsound is
concerned. Prevents the creation of separate winmm feeder threads.
Frédéric Delanoy [Sun, 12 Jul 2009 11:14:30 +0000 (13:14 +0200)]
kernel32: Fix typos in English errors messages.
Frédéric Delanoy [Sun, 12 Jul 2009 12:07:18 +0000 (14:07 +0200)]
kernel32: Convert German error msgs resources to UTF-8.
Frédéric Delanoy [Fri, 10 Jul 2009 16:36:57 +0000 (18:36 +0200)]
kernel32: Convert French resources to UTF-8.
Vincent Povirk [Thu, 9 Jul 2009 16:24:42 +0000 (11:24 -0500)]
windowscodecs: Don't leak memory when BmpFrameDecode_CopyPalette fails.
Dylan Smith [Sat, 11 Jul 2009 03:54:01 +0000 (23:54 -0400)]
richedit: Add more tests for WM_SETTEXT RTF support.
Dylan Smith [Sat, 11 Jul 2009 03:54:34 +0000 (23:54 -0400)]
richedit: Support ascii RTF in WM_SETTEXT even for unicode messages.
WM_SETTEXT seems to check for {\rtf or {\urtf to determine if it is an
ascii RTF string, even if it is a unicode message. So I removed the
check to see if it is a unicode message, and added a check for {\urtf.
Huw Davies [Fri, 10 Jul 2009 13:47:50 +0000 (14:47 +0100)]
gdi32/tests: Allow a small tolerance when comparing scaling values.
Jacek Caban [Sun, 12 Jul 2009 23:46:44 +0000 (01:46 +0200)]
wininet: Rename WININETFTPFILEW to ftp_file_t.
Jacek Caban [Sun, 12 Jul 2009 23:45:53 +0000 (01:45 +0200)]
wininet: Rename WININETFTPSESSIONW to ftp_session_t.
Jacek Caban [Sun, 12 Jul 2009 23:45:06 +0000 (01:45 +0200)]
wininet: Rename WININETAPPINFOW to appinfo_t.