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

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

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

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

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

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

15 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().

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

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

15 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.

15 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.

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

15 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.

15 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.

15 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.

15 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.

15 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.

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

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

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

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

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

15 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.

15 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.

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

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

15 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.

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

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

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

15 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.

15 years agod3d10: Marge parse_fx10_pass() and parse_fx10_pass_index().
Henri Verbeet [Tue, 14 Jul 2009 09:17:41 +0000 (11:17 +0200)] 
d3d10: Marge parse_fx10_pass() and parse_fx10_pass_index().

15 years agod3d10: Merge parse_fx10_technique() and parse_fx10_technique_index().
Henri Verbeet [Tue, 14 Jul 2009 09:17:40 +0000 (11:17 +0200)] 
d3d10: Merge parse_fx10_technique() and parse_fx10_technique_index().

15 years agod3d10: Parse local buffer names.
Henri Verbeet [Tue, 14 Jul 2009 09:17:39 +0000 (11:17 +0200)] 
d3d10: Parse local buffer names.

15 years agod3d10: Parse local buffers.
Henri Verbeet [Tue, 14 Jul 2009 09:17:38 +0000 (11:17 +0200)] 
d3d10: Parse local buffers.

15 years agod3d10: Add the ID3D10EffectMatrixVariable interface.
Henri Verbeet [Tue, 14 Jul 2009 09:17:37 +0000 (11:17 +0200)] 
d3d10: Add the ID3D10EffectMatrixVariable interface.

15 years agomsvcrt: Add an errno mapping for ERROR_SHARING_VIOLATION.
Alexandre Julliard [Tue, 14 Jul 2009 10:18:15 +0000 (12:18 +0200)] 
msvcrt: Add an errno mapping for ERROR_SHARING_VIOLATION.

15 years agoddraw/tests: Properly release surfaces even if we can't get the texture object.
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.

15 years agoddraw/tests: Fix a failing test on 64-bit.
Alexandre Julliard [Tue, 14 Jul 2009 09:28:37 +0000 (11:28 +0200)] 
ddraw/tests: Fix a failing test on 64-bit.

15 years agoinclude: Add IWbemStatusCodeText and IWbemLocator interfaces.
Hans Leidekker [Mon, 13 Jul 2009 14:10:07 +0000 (16:10 +0200)] 
include: Add IWbemStatusCodeText and IWbemLocator interfaces.

15 years agojscript: Added Date_getYear implementation.
Piotr Caban [Mon, 13 Jul 2009 23:37:11 +0000 (01:37 +0200)] 
jscript: Added Date_getYear implementation.

15 years agojscript: Added String_fromCharCode implementation.
Piotr Caban [Mon, 13 Jul 2009 23:36:58 +0000 (01:36 +0200)] 
jscript: Added String_fromCharCode implementation.

15 years agojscript: Added Array_slice implementation.
Piotr Caban [Mon, 13 Jul 2009 23:36:43 +0000 (01:36 +0200)] 
jscript: Added Array_slice implementation.

15 years agojscript: Added call_expression_eval implementation for EXPRVAL_VARIANT values.
Piotr Caban [Mon, 13 Jul 2009 23:36:27 +0000 (01:36 +0200)] 
jscript: Added call_expression_eval implementation for EXPRVAL_VARIANT values.

15 years agojscript: Added implementation of Array constructor called as a function.
Piotr Caban [Mon, 13 Jul 2009 23:36:13 +0000 (01:36 +0200)] 
jscript: Added implementation of Array constructor called as a function.

15 years agojscript: Added Array length setting implementation.
Piotr Caban [Tue, 14 Jul 2009 00:06:59 +0000 (02:06 +0200)] 
jscript: Added Array length setting implementation.

15 years agowinex11: Use set_xrender_transformation in AlphaBlend.
Roderick Colenbrander [Mon, 13 Jul 2009 21:33:15 +0000 (23:33 +0200)] 
winex11: Use set_xrender_transformation in AlphaBlend.

15 years agodbghelp: Constify some variables.
Andrew Talbot [Mon, 13 Jul 2009 21:12:01 +0000 (22:12 +0100)] 
dbghelp: Constify some variables.

15 years agoshell32: Fix folder names for Dutch locale.
Austin English [Mon, 13 Jul 2009 16:43:46 +0000 (11:43 -0500)] 
shell32: Fix folder names for Dutch locale.

15 years agocmd: Fix German translation.
André Hentschel [Mon, 13 Jul 2009 15:24:02 +0000 (17:24 +0200)] 
cmd: Fix German translation.

15 years agoserver: Remap the EROFS errno value to STATUS_ACCESS_DENIED.
Andrew Nguyen [Mon, 13 Jul 2009 04:55:43 +0000 (23:55 -0500)] 
server: Remap the EROFS errno value to STATUS_ACCESS_DENIED.

15 years agojscript: Inherit Function_valueOf from Object.
Piotr Caban [Sun, 12 Jul 2009 17:52:31 +0000 (19:52 +0200)] 
jscript: Inherit Function_valueOf from Object.

15 years agojscript: Fix String_match implementation.
Piotr Caban [Sun, 12 Jul 2009 17:52:21 +0000 (19:52 +0200)] 
jscript: Fix String_match implementation.

15 years agojscript: Make String_toUpperCase generic.
Piotr Caban [Sun, 12 Jul 2009 17:52:10 +0000 (19:52 +0200)] 
jscript: Make String_toUpperCase generic.

15 years agojscript: Make String_toLowerCase generic.
Piotr Caban [Sun, 12 Jul 2009 17:52:02 +0000 (19:52 +0200)] 
jscript: Make String_toLowerCase generic.

15 years agojscript: Make String_substring generic.
Piotr Caban [Sun, 12 Jul 2009 17:51:54 +0000 (19:51 +0200)] 
jscript: Make String_substring generic.

15 years agojscript: Make String_split generic.
Piotr Caban [Sun, 12 Jul 2009 17:51:47 +0000 (19:51 +0200)] 
jscript: Make String_split generic.

15 years agojscript: Make String_slice generic.
Piotr Caban [Sun, 12 Jul 2009 17:51:36 +0000 (19:51 +0200)] 
jscript: Make String_slice generic.

15 years agojscript: Make String_replace generic.
Piotr Caban [Sun, 12 Jul 2009 17:51:28 +0000 (19:51 +0200)] 
jscript: Make String_replace generic.

15 years agojscript: Make String_match generic.
Piotr Caban [Sun, 12 Jul 2009 17:51:15 +0000 (19:51 +0200)] 
jscript: Make String_match generic.

15 years agojscript: Make String_indexOf generic.
Piotr Caban [Sun, 12 Jul 2009 17:51:08 +0000 (19:51 +0200)] 
jscript: Make String_indexOf generic.

15 years ago jscript: Make String_charCodeAt generic.
Piotr Caban [Sun, 12 Jul 2009 20:05:57 +0000 (22:05 +0200)] 
 jscript: Make String_charCodeAt generic.

15 years agojscript: Make String_charAt generic.
Piotr Caban [Sun, 12 Jul 2009 17:50:50 +0000 (19:50 +0200)] 
jscript: Make String_charAt generic.

15 years agojscript: Make do_attribute_tag_format generic.
Piotr Caban [Sun, 12 Jul 2009 20:05:00 +0000 (22:05 +0200)] 
jscript: Make do_attribute_tag_format generic.

15 years agojscript: Change do_attributeless_tag_format so it works on non string objects.
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.

15 years agowinex11: Add an XRender based GetSrcAreaStretch.
Roderick Colenbrander [Thu, 9 Jul 2009 19:20:12 +0000 (21:20 +0200)] 
winex11: Add an XRender based GetSrcAreaStretch.

15 years agowinex11: Add a helper function for converting a random color to a XRenderColor.
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.

15 years agoinclude: Remove useless headers.
David Adam [Sat, 11 Jul 2009 16:14:09 +0000 (18:14 +0200)] 
include: Remove useless headers.

15 years agod3dx8: Remove the d3dx8 dll.
David Adam [Sat, 11 Jul 2009 16:12:12 +0000 (18:12 +0200)] 
d3dx8: Remove the d3dx8 dll.

15 years agodxguid: Remove the useless d3dx8 include.
David Adam [Sat, 11 Jul 2009 16:12:43 +0000 (18:12 +0200)] 
dxguid: Remove the useless d3dx8 include.

15 years agod3dx9: Remove the useless d3dx8 import.
David Adam [Sat, 11 Jul 2009 16:09:40 +0000 (18:09 +0200)] 
d3dx9: Remove the useless d3dx8 import.

15 years agod3dx9: Merge d3dx8 math tests into d3dx9.
David Adam [Sat, 11 Jul 2009 16:08:31 +0000 (18:08 +0200)] 
d3dx9: Merge d3dx8 math tests into d3dx9.

15 years agod3dx9: Clean-up the spec file.
David Adam [Sat, 11 Jul 2009 16:07:57 +0000 (18:07 +0200)] 
d3dx9: Clean-up the spec file.

15 years agod3dx9: Merge d3dx8 math into d3dx9.
David Adam [Sat, 11 Jul 2009 16:06:44 +0000 (18:06 +0200)] 
d3dx9: Merge d3dx8 math into d3dx9.

15 years agod3dx9: Merge d3dx8 mesh tests into d3dx9.
David Adam [Sat, 11 Jul 2009 16:03:46 +0000 (18:03 +0200)] 
d3dx9: Merge d3dx8 mesh tests into d3dx9.

15 years agod3dx9: Merge d3dx8 mesh into d3dx9.
David Adam [Sat, 11 Jul 2009 16:01:59 +0000 (18:01 +0200)] 
d3dx9: Merge d3dx8 mesh into d3dx9.

15 years agod3dx9: Merge d3dx8 core into d3dx9.
David Adam [Sat, 11 Jul 2009 16:00:20 +0000 (18:00 +0200)] 
d3dx9: Merge d3dx8 core into d3dx9.

15 years agod3dx9: Add d3dx9.h in dxguid.
David Adam [Sat, 11 Jul 2009 15:59:27 +0000 (17:59 +0200)] 
d3dx9: Add d3dx9.h in dxguid.

15 years agod3dx9: Fix the prototype of some functions.
David Adam [Sat, 11 Jul 2009 15:58:54 +0000 (17:58 +0200)] 
d3dx9: Fix the prototype of some functions.

15 years agowinex11.drv: Handle clipboard on an auxiliary thread for windowless apps.
Yuri Khan [Fri, 10 Jul 2009 00:53:00 +0000 (07:53 +0700)] 
winex11.drv: Handle clipboard on an auxiliary thread for windowless apps.

15 years agowinealsa.drv: Add support for indirect read/write in directsound support.
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.

15 years agokernel32: Fix typos in English errors messages.
Frédéric Delanoy [Sun, 12 Jul 2009 11:14:30 +0000 (13:14 +0200)] 
kernel32: Fix typos in English errors messages.

15 years agokernel32: Convert German error msgs resources to UTF-8.
Frédéric Delanoy [Sun, 12 Jul 2009 12:07:18 +0000 (14:07 +0200)] 
kernel32: Convert German error msgs resources to UTF-8.

15 years agokernel32: Convert French 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.

15 years agowindowscodecs: Don't leak memory when BmpFrameDecode_CopyPalette fails.
Vincent Povirk [Thu, 9 Jul 2009 16:24:42 +0000 (11:24 -0500)] 
windowscodecs: Don't leak memory when BmpFrameDecode_CopyPalette fails.

15 years agorichedit: Add more tests for WM_SETTEXT RTF support.
Dylan Smith [Sat, 11 Jul 2009 03:54:01 +0000 (23:54 -0400)] 
richedit: Add more tests for WM_SETTEXT RTF support.

15 years agorichedit: Support ascii RTF in WM_SETTEXT even for unicode messages.
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.

15 years agogdi32/tests: Allow a small tolerance when comparing scaling values.
Huw Davies [Fri, 10 Jul 2009 13:47:50 +0000 (14:47 +0100)] 
gdi32/tests: Allow a small tolerance when comparing scaling values.

15 years agowininet: Rename WININETFTPFILEW to ftp_file_t.
Jacek Caban [Sun, 12 Jul 2009 23:46:44 +0000 (01:46 +0200)] 
wininet: Rename WININETFTPFILEW to ftp_file_t.

15 years agowininet: Rename WININETFTPSESSIONW to ftp_session_t.
Jacek Caban [Sun, 12 Jul 2009 23:45:53 +0000 (01:45 +0200)] 
wininet: Rename WININETFTPSESSIONW to ftp_session_t.

15 years agowininet: Rename WININETAPPINFOW to appinfo_t.
Jacek Caban [Sun, 12 Jul 2009 23:45:06 +0000 (01:45 +0200)] 
wininet: Rename WININETAPPINFOW to appinfo_t.