wine
12 years agowined3d: Also recognise the "classic" Mesa Nouveau driver for GeForce 4 and earlier...
Henri Verbeet [Sun, 11 Mar 2012 21:03:10 +0000 (22:03 +0100)] 
wined3d: Also recognise the "classic" Mesa Nouveau driver for GeForce 4 and earlier cards.

12 years agowined3d: surface_cpu_blt() should always receive valid source and destination rectangles.
Henri Verbeet [Sun, 11 Mar 2012 21:03:09 +0000 (22:03 +0100)] 
wined3d: surface_cpu_blt() should always receive valid source and destination rectangles.

12 years agowined3d: Pass correctly offset pointers to surface_cpu_blt_compressed().
Henri Verbeet [Sun, 11 Mar 2012 21:03:08 +0000 (22:03 +0100)] 
wined3d: Pass correctly offset pointers to surface_cpu_blt_compressed().

This was debugged by Alexey Loukianov.

12 years agogdiplus: Create GDI bitmap only when needed.
Dmitry Timoshkov [Sun, 11 Mar 2012 06:58:08 +0000 (14:58 +0800)] 
gdiplus: Create GDI bitmap only when needed.

12 years agokernel32: Make CreateFile called with creation == 0 work when opening a vxd in win9x...
Dmitry Timoshkov [Sun, 11 Mar 2012 05:41:31 +0000 (13:41 +0800)] 
kernel32: Make CreateFile called with creation == 0 work when opening a vxd in win9x mode.

12 years agod3dcompiler/tests: Add test for comments containing quotation marks.
Józef Kucia [Sat, 10 Mar 2012 18:58:44 +0000 (19:58 +0100)] 
d3dcompiler/tests: Add test for comments containing quotation marks.

12 years agowpp: Reset lexer state after unexpected end of file.
Józef Kucia [Sat, 10 Mar 2012 18:58:43 +0000 (19:58 +0100)] 
wpp: Reset lexer state after unexpected end of file.

12 years agowinedbg: Respect Thumb mode when adjusting PC on ARM.
André Hentschel [Sat, 10 Mar 2012 17:26:05 +0000 (18:26 +0100)] 
winedbg: Respect Thumb mode when adjusting PC on ARM.

12 years agowinemaker: Fix conversion of C++ filenames into object names.
André Hentschel [Sat, 10 Mar 2012 16:46:35 +0000 (17:46 +0100)] 
winemaker: Fix conversion of C++ filenames into object names.

12 years agoadvapi32: Correct tests under WOW64.
Alistair Leslie-Hughes [Sun, 12 Feb 2012 00:22:03 +0000 (11:22 +1100)] 
advapi32: Correct tests under WOW64.

12 years agocomctl32: Update thumb position on WM_MOUSEMOVE instead of deferring it.
Nikolay Sivov [Fri, 9 Mar 2012 16:09:35 +0000 (19:09 +0300)] 
comctl32: Update thumb position on WM_MOUSEMOVE instead of deferring it.

12 years agommsystem.dll16: Drop the WINE_ prefix from a FIXME.
Michael Stefaniuc [Fri, 9 Mar 2012 15:18:15 +0000 (16:18 +0100)] 
mmsystem.dll16: Drop the WINE_ prefix from a FIXME.

12 years agoriched20: Drop the WINE_ prefix from a FIXME.
Michael Stefaniuc [Fri, 9 Mar 2012 15:17:32 +0000 (16:17 +0100)] 
riched20: Drop the WINE_ prefix from a FIXME.

12 years agomsxml3: Accept names in predicate expressions for XSLPattern queries.
Nikolay Sivov [Fri, 9 Mar 2012 14:37:14 +0000 (17:37 +0300)] 
msxml3: Accept names in predicate expressions for XSLPattern queries.

12 years agod3d9/tests: Add shader model 2 fog tests.
Matteo Bruni [Thu, 8 Mar 2012 17:22:19 +0000 (18:22 +0100)] 
d3d9/tests: Add shader model 2 fog tests.

12 years agod3d8/tests: Port fog_with_shader_test() from d3d9 tests.
Matteo Bruni [Thu, 8 Mar 2012 17:22:18 +0000 (18:22 +0100)] 
d3d8/tests: Port fog_with_shader_test() from d3d9 tests.

12 years agod3d9/tests: Reenable a VS fog test.
Matteo Bruni [Thu, 8 Mar 2012 17:22:17 +0000 (18:22 +0100)] 
d3d9/tests: Reenable a VS fog test.

12 years agowined3d: Clamp fog coordinate in the ARB backend too.
Matteo Bruni [Thu, 8 Mar 2012 17:22:16 +0000 (18:22 +0100)] 
wined3d: Clamp fog coordinate in the ARB backend too.

12 years agowined3d: Clamp fog coordinate in the vertex shader.
Matteo Bruni [Thu, 8 Mar 2012 17:22:15 +0000 (18:22 +0100)] 
wined3d: Clamp fog coordinate in the vertex shader.

12 years agourlmon/tests: Show that text/plain and application/octet-stream mimes suggestions...
Piotr Caban [Fri, 9 Mar 2012 11:39:10 +0000 (12:39 +0100)] 
urlmon/tests: Show that text/plain and application/octet-stream mimes suggestions are ignorred.

12 years agourlmon/tests: Mark results returned by older urlmon broken in FindMimeFromData tests.
Piotr Caban [Fri, 9 Mar 2012 11:38:51 +0000 (12:38 +0100)] 
urlmon/tests: Mark results returned by older urlmon broken in FindMimeFromData tests.

12 years agourlmon/tests: Added text/xml mime filer tests.
Piotr Caban [Fri, 9 Mar 2012 11:38:37 +0000 (12:38 +0100)] 
urlmon/tests: Added text/xml mime filer tests.

12 years agourlmon: Reorganize FindMimeFromData implementation.
Piotr Caban [Fri, 9 Mar 2012 11:38:20 +0000 (12:38 +0100)] 
urlmon: Reorganize FindMimeFromData implementation.

12 years agourlmon: Added text/xml filter.
Piotr Caban [Fri, 9 Mar 2012 11:38:05 +0000 (12:38 +0100)] 
urlmon: Added text/xml filter.

12 years agomsvcrt: Export __C_specific handler in other msvcrt versions too.
Alexandre Julliard [Fri, 9 Mar 2012 12:27:29 +0000 (13:27 +0100)] 
msvcrt: Export __C_specific handler in other msvcrt versions too.

12 years agogdi32: Fix rounding error for odd ellipse sizes in CreateRoundRectRgn.
Alexandre Julliard [Fri, 9 Mar 2012 10:38:12 +0000 (11:38 +0100)] 
gdi32: Fix rounding error for odd ellipse sizes in CreateRoundRectRgn.

12 years agowinex11: Ignore FocusOut event on destroyed windows.
Alexandre Julliard [Fri, 9 Mar 2012 10:37:15 +0000 (11:37 +0100)] 
winex11: Ignore FocusOut event on destroyed windows.

12 years agowine.inf: Avoid creating empty registry values.
Alexandre Julliard [Fri, 9 Mar 2012 10:36:54 +0000 (11:36 +0100)] 
wine.inf: Avoid creating empty registry values.

12 years agomsident: Added stub DLL.
Jacek Caban [Fri, 9 Mar 2012 10:12:25 +0000 (11:12 +0100)] 
msident: Added stub DLL.

12 years agomshtml: Recognize UTF-8 BOM.
Jacek Caban [Fri, 9 Mar 2012 09:51:48 +0000 (10:51 +0100)] 
mshtml: Recognize UTF-8 BOM.

12 years agomsxml3: Add stub ISAXAttributes for MXAttributes implementation.
Nikolay Sivov [Fri, 9 Mar 2012 08:55:03 +0000 (11:55 +0300)] 
msxml3: Add stub ISAXAttributes for MXAttributes implementation.

12 years agomsxml3: Stub support for IMXAttributes.
Nikolay Sivov [Thu, 8 Mar 2012 20:11:45 +0000 (23:11 +0300)] 
msxml3: Stub support for IMXAttributes.

12 years agowinemaker: Abort on unhandled file formats.
André Hentschel [Thu, 8 Mar 2012 21:29:29 +0000 (22:29 +0100)] 
winemaker: Abort on unhandled file formats.

12 years agowinedbg: Use copy of be_i386_fetch_float for be_arm_fetch_float (except of long double).
André Hentschel [Thu, 8 Mar 2012 21:28:26 +0000 (22:28 +0100)] 
winedbg: Use copy of be_i386_fetch_float for be_arm_fetch_float (except of long double).

12 years agodbghelp: Silence arm_fetch_minidump_module.
André Hentschel [Thu, 8 Mar 2012 21:27:54 +0000 (22:27 +0100)] 
dbghelp: Silence arm_fetch_minidump_module.

12 years agodbghelp: Add arm_fetch_minidump_thread implementation.
André Hentschel [Thu, 8 Mar 2012 21:27:07 +0000 (22:27 +0100)] 
dbghelp: Add arm_fetch_minidump_thread implementation.

12 years agomciqtz: Actually assign result to the output structure.
Andrew Eikum [Thu, 8 Mar 2012 21:08:41 +0000 (15:08 -0600)] 
mciqtz: Actually assign result to the output structure.

12 years agoadvapi32: Implement CredMarshalCredential and CredUnmarshalCredential.
Hans Leidekker [Thu, 8 Mar 2012 19:27:37 +0000 (20:27 +0100)] 
advapi32: Implement CredMarshalCredential and CredUnmarshalCredential.

12 years agoddraw: Get rid of IDirectDrawImpl.
Henri Verbeet [Thu, 8 Mar 2012 19:27:16 +0000 (20:27 +0100)] 
ddraw: Get rid of IDirectDrawImpl.

12 years agowined3d: Remove a texture dimension check in state_alpha().
Henri Verbeet [Thu, 8 Mar 2012 19:27:15 +0000 (20:27 +0100)] 
wined3d: Remove a texture dimension check in state_alpha().

I don't think there's any reason color-keying shouldn't work on e.g. cube
textures, although it probably isn't very common either.

12 years agowined3d: Use ARB_texture_rg for WINED3DFMT_R16G16_UNORM textures when available.
Henri Verbeet [Thu, 8 Mar 2012 19:27:14 +0000 (20:27 +0100)] 
wined3d: Use ARB_texture_rg for WINED3DFMT_R16G16_UNORM textures when available.

12 years agod3dx9/tests: Add some tests for loading luminance/alpha data.
Henri Verbeet [Thu, 8 Mar 2012 19:27:13 +0000 (20:27 +0100)] 
d3dx9/tests: Add some tests for loading luminance/alpha data.

12 years agod3dx9: Implement loading luminance/alpha data in D3DXLoadSurfaceFromMemory().
Henri Verbeet [Thu, 8 Mar 2012 19:27:12 +0000 (20:27 +0100)] 
d3dx9: Implement loading luminance/alpha data in D3DXLoadSurfaceFromMemory().

12 years agojscript: Removed no longer needed disp_propput caller argument.
Jacek Caban [Thu, 8 Mar 2012 13:29:01 +0000 (14:29 +0100)] 
jscript: Removed no longer needed disp_propput caller argument.

12 years agojscript: Removed no longer needed disp_propget caller argument.
Jacek Caban [Thu, 8 Mar 2012 13:28:48 +0000 (14:28 +0100)] 
jscript: Removed no longer needed disp_propget caller argument.

12 years agojscript: Removed no longer needed caller argument of disp_call function.
Jacek Caban [Thu, 8 Mar 2012 13:28:33 +0000 (14:28 +0100)] 
jscript: Removed no longer needed caller argument of disp_call function.

12 years agojscript: Pass proper caller argument to InvokeEx.
Jacek Caban [Thu, 8 Mar 2012 13:28:16 +0000 (14:28 +0100)] 
jscript: Pass proper caller argument to InvokeEx.

12 years agojscript: Properly handle NULL strings in add_eval.
Jacek Caban [Thu, 8 Mar 2012 13:28:02 +0000 (14:28 +0100)] 
jscript: Properly handle NULL strings in add_eval.

12 years agojscript: Added IVariantChangeType stub implementation.
Jacek Caban [Thu, 8 Mar 2012 13:27:47 +0000 (14:27 +0100)] 
jscript: Added IVariantChangeType stub implementation.

12 years agogdiplus: Create GDI brush only when needed.
Dmitry Timoshkov [Thu, 8 Mar 2012 12:32:28 +0000 (20:32 +0800)] 
gdiplus: Create GDI brush only when needed.

12 years agokernel32: Add some CreateFile disposition and access tests.
Dmitry Timoshkov [Thu, 8 Mar 2012 12:29:50 +0000 (20:29 +0800)] 
kernel32: Add some CreateFile disposition and access tests.

12 years agokernel32: Fix file test compilation with PSDK headers.
Dmitry Timoshkov [Thu, 8 Mar 2012 12:29:35 +0000 (20:29 +0800)] 
kernel32: Fix file test compilation with PSDK headers.

12 years agoinclude: Add more error codes.
André Hentschel [Wed, 7 Mar 2012 15:33:28 +0000 (16:33 +0100)] 
include: Add more error codes.

12 years agod3dx9/tests: Don't leak D3DXBuffer.
Jozef Kucia [Wed, 7 Mar 2012 20:33:37 +0000 (21:33 +0100)] 
d3dx9/tests: Don't leak D3DXBuffer.

12 years agod3d8/tests: Port the depth blit test to d3d8.
Stefan Dösinger [Wed, 7 Mar 2012 20:26:07 +0000 (21:26 +0100)] 
d3d8/tests: Port the depth blit test to d3d8.

12 years agokernel32/tests: Add more tests for WriteConsole.
Akihiro Sagawa [Tue, 6 Mar 2012 13:51:57 +0000 (22:51 +0900)] 
kernel32/tests: Add more tests for WriteConsole.

12 years agomsvcp90: Fix build with MSVC.
Thomas Faber [Wed, 7 Mar 2012 09:10:18 +0000 (10:10 +0100)] 
msvcp90: Fix build with MSVC.

12 years agomsvcp60: Fix build with MSVC.
Thomas Faber [Wed, 7 Mar 2012 08:23:50 +0000 (09:23 +0100)] 
msvcp60: Fix build with MSVC.

12 years agoconfigure: Check if version of msgfmt (from gettext) is recent enough.
Christian Costa [Mon, 5 Mar 2012 19:00:20 +0000 (20:00 +0100)] 
configure: Check if version of msgfmt (from gettext) is recent enough.

12 years agod3dxof: Check the right offset before dereferencing next byte.
Christian Costa [Thu, 8 Mar 2012 08:17:02 +0000 (09:17 +0100)] 
d3dxof: Check the right offset before dereferencing next byte.

12 years agod3dxof/tests: Improve some messages.
Christian Costa [Thu, 8 Mar 2012 08:16:54 +0000 (09:16 +0100)] 
d3dxof/tests: Improve some messages.

12 years agod3dxof/tests: Do not print the string when GetName returned 0 byte.
Christian Costa [Thu, 8 Mar 2012 08:16:46 +0000 (09:16 +0100)] 
d3dxof/tests: Do not print the string when GetName returned 0 byte.

12 years agod3dxof: Make sure the returned object pointer is null when there are no more children.
Christian Costa [Thu, 8 Mar 2012 08:16:38 +0000 (09:16 +0100)] 
d3dxof: Make sure the returned object pointer is null when there are no more children.

12 years agod3dxof: Make SaveTemplates stub return DXFILE_OK.
Christian Costa [Thu, 8 Mar 2012 08:16:29 +0000 (09:16 +0100)] 
d3dxof: Make SaveTemplates stub return DXFILE_OK.

12 years agowidl: Make headers guards compatible with midl.
Jacek Caban [Thu, 8 Mar 2012 13:52:21 +0000 (14:52 +0100)] 
widl: Make headers guards compatible with midl.

12 years agowidl: Removed unused idfile_token.
Jacek Caban [Thu, 8 Mar 2012 13:52:10 +0000 (14:52 +0100)] 
widl: Removed unused idfile_token.

12 years agoiphlpapi: Make GetAdaptersAddresses hotpatchable.
André Hentschel [Thu, 8 Mar 2012 14:05:54 +0000 (15:05 +0100)] 
iphlpapi: Make GetAdaptersAddresses hotpatchable.

12 years agokernel32: Make Sleep hotpatchable.
André Hentschel [Thu, 8 Mar 2012 14:00:29 +0000 (15:00 +0100)] 
kernel32: Make Sleep hotpatchable.

12 years agokernel32: Make GetModuleHandleA hotpatchable.
André Hentschel [Thu, 8 Mar 2012 14:00:25 +0000 (15:00 +0100)] 
kernel32: Make GetModuleHandleA hotpatchable.

12 years agoshlwapi: Lowercase schemes in UrlCombine function.
Piotr Caban [Thu, 8 Mar 2012 12:48:01 +0000 (13:48 +0100)] 
shlwapi: Lowercase schemes in UrlCombine function.

12 years agourlmon: Use CopyBindInfo in InternetBindInfo_GetBindInfo.
Piotr Caban [Thu, 8 Mar 2012 12:45:51 +0000 (13:45 +0100)] 
urlmon: Use CopyBindInfo in InternetBindInfo_GetBindInfo.

12 years agourlmon/tests: Added CopyBindInfo tests.
Piotr Caban [Thu, 8 Mar 2012 12:45:29 +0000 (13:45 +0100)] 
urlmon/tests: Added CopyBindInfo tests.

12 years agourlmon: Added CopyBindInfo implementation.
Piotr Caban [Thu, 8 Mar 2012 12:45:12 +0000 (13:45 +0100)] 
urlmon: Added CopyBindInfo implementation.

12 years agomshtml/tests: Test HTMLDocument without MIME type reported.
Piotr Caban [Thu, 8 Mar 2012 12:02:24 +0000 (13:02 +0100)] 
mshtml/tests: Test HTMLDocument without MIME type reported.

12 years agomshtml: Set proposed MIME to text/html on main document.
Piotr Caban [Thu, 8 Mar 2012 12:02:05 +0000 (13:02 +0100)] 
mshtml: Set proposed MIME to text/html on main document.

12 years agoinclude: Added IXMLGenericParse interface definition.
Piotr Caban [Thu, 8 Mar 2012 12:01:06 +0000 (13:01 +0100)] 
include: Added IXMLGenericParse interface definition.

12 years agoinclude: Added msident.idl.
Jacek Caban [Thu, 8 Mar 2012 11:25:56 +0000 (12:25 +0100)] 
include: Added msident.idl.

12 years agowininet: Added more connection limit options tests.
Jacek Caban [Thu, 8 Mar 2012 11:21:24 +0000 (12:21 +0100)] 
wininet: Added more connection limit options tests.

12 years agowininet: Added separated function for querying global options.
Jacek Caban [Thu, 8 Mar 2012 11:21:12 +0000 (12:21 +0100)] 
wininet: Added separated function for querying global options.

12 years agowininet: Added INTERNET_OPTION_MAX_CONNS_PER_SERVER and INTERNET_OPTION_MAX_CONNS_PER...
Jacek Caban [Thu, 8 Mar 2012 11:20:53 +0000 (12:20 +0100)] 
wininet: Added INTERNET_OPTION_MAX_CONNS_PER_SERVER and INTERNET_OPTION_MAX_CONNS_PER_1_0_SERVER options setting implementation.

12 years agowininet: Use separate function for setting global options.
Jacek Caban [Thu, 8 Mar 2012 11:19:37 +0000 (12:19 +0100)] 
wininet: Use separate function for setting global options.

12 years agowininet: Added default fallback for setting handle options and use it for INTERNET_OP...
Jacek Caban [Thu, 8 Mar 2012 11:19:14 +0000 (12:19 +0100)] 
wininet: Added default fallback for setting handle options and use it for INTERNET_OPTION_CALLBACK.

12 years agomshtml: Get rid of no longer used silent argument of load_gecko.
Jacek Caban [Thu, 8 Mar 2012 11:18:04 +0000 (12:18 +0100)] 
mshtml: Get rid of no longer used silent argument of load_gecko.

12 years agomsxml3: Check for unsafe cast in addCollection().
Nikolay Sivov [Thu, 8 Mar 2012 09:04:41 +0000 (12:04 +0300)] 
msxml3: Check for unsafe cast in addCollection().

12 years agomsxml3: Support element declaration output in MXWriter.
Nikolay Sivov [Thu, 8 Mar 2012 09:03:27 +0000 (12:03 +0300)] 
msxml3: Support element declaration output in MXWriter.

12 years agomsxml3: Add stub support of ISAXDeclHandler for MXWriter.
Nikolay Sivov [Thu, 8 Mar 2012 08:57:48 +0000 (11:57 +0300)] 
msxml3: Add stub support of ISAXDeclHandler for MXWriter.

12 years agoddraw: Trace color keys in hex.
Henri Verbeet [Wed, 7 Mar 2012 17:38:55 +0000 (18:38 +0100)] 
ddraw: Trace color keys in hex.

12 years agowined3d: Remove an outdated comment from load_vertex_data().
Henri Verbeet [Wed, 7 Mar 2012 17:38:54 +0000 (18:38 +0100)] 
wined3d: Remove an outdated comment from load_vertex_data().

12 years agowined3d: Remove an outdated comment in state_zwritenable().
Henri Verbeet [Wed, 7 Mar 2012 17:38:53 +0000 (18:38 +0100)] 
wined3d: Remove an outdated comment in state_zwritenable().

We actually do have tests for this.

12 years agowined3d: Don't use floating point for surface height scaling.
Henri Verbeet [Wed, 7 Mar 2012 17:38:52 +0000 (18:38 +0100)] 
wined3d: Don't use floating point for surface height scaling.

This is the follow-up to commit a4e5bcff4c66aa1041ea32f971b92b40d73e7d72.

12 years agowined3d: Remove a transformed vertex loading hack in load_vertex_data().
Henri Verbeet [Wed, 7 Mar 2012 17:38:51 +0000 (18:38 +0100)] 
wined3d: Remove a transformed vertex loading hack in load_vertex_data().

This should never be used, we fall back to drawStridedSlow() for transformed vertices.

12 years agowinmm: Remove unused define.
Andrew Eikum [Wed, 7 Mar 2012 16:59:37 +0000 (10:59 -0600)] 
winmm: Remove unused define.

12 years agoRelease 1.4. wine-1.4
Alexandre Julliard [Wed, 7 Mar 2012 16:11:48 +0000 (17:11 +0100)] 
Release 1.4.

12 years agopo: Fix some typography issues in the Portuguese (Portugal) translation.
Francois Gouget [Wed, 7 Mar 2012 13:35:59 +0000 (14:35 +0100)] 
po: Fix some typography issues in the Portuguese (Portugal) translation.

12 years agopo: Fix some line wrapping issues in the Portuguese (Portugal) translation.
Francois Gouget [Wed, 7 Mar 2012 13:35:45 +0000 (14:35 +0100)] 
po: Fix some line wrapping issues in the Portuguese (Portugal) translation.

12 years agopo: Fix some typography issues in the Turkish translation.
Francois Gouget [Wed, 7 Mar 2012 12:13:43 +0000 (13:13 +0100)] 
po: Fix some typography issues in the Turkish translation.

12 years agopo: Mark a couple of Turkish translations with invalid formatting directives as fuzzy.
Francois Gouget [Wed, 7 Mar 2012 12:13:16 +0000 (13:13 +0100)] 
po: Mark a couple of Turkish translations with invalid formatting directives as fuzzy.

12 years agopo: Update German translation.
Julian Rüger [Wed, 7 Mar 2012 04:53:51 +0000 (05:53 +0100)] 
po: Update German translation.

12 years agopo: Update Czech translation.
Petr Kočandrle [Tue, 6 Mar 2012 22:13:25 +0000 (23:13 +0100)] 
po: Update Czech translation.

12 years agopo: Fix mismatched trailing full stops in Japanese translation.
Akihiro Sagawa [Tue, 6 Mar 2012 13:52:01 +0000 (22:52 +0900)] 
po: Fix mismatched trailing full stops in Japanese translation.