wine
12 years agoversion: Add verrsrc.h and make it so it does not need other headers to be used in...
Francois Gouget [Mon, 7 Nov 2011 11:21:30 +0000 (12:21 +0100)] 
version: Add verrsrc.h and make it so it does not need other headers to be used in resource files.

12 years agoversion: Add some macros and prototypes to winver.h.
Francois Gouget [Mon, 7 Nov 2011 11:17:56 +0000 (12:17 +0100)] 
version: Add some macros and prototypes to winver.h.

12 years agowined3d: YUY2 and UYVY are block based.
Stefan Dösinger [Fri, 14 Oct 2011 14:27:53 +0000 (16:27 +0200)] 
wined3d: YUY2 and UYVY are block based.

12 years agod3d9/tests: Test partial block locks.
Stefan Dösinger [Fri, 14 Oct 2011 10:54:37 +0000 (12:54 +0200)] 
d3d9/tests: Test partial block locks.

12 years agoexpand: No longer use Unix stdio functions, but rather the kernel32 equivalent.
Eric Pouech [Fri, 4 Nov 2011 20:14:05 +0000 (21:14 +0100)] 
expand: No longer use Unix stdio functions, but rather the kernel32 equivalent.

12 years agoexpand: Remove extraneous curly braces from switch statements.
Eric Pouech [Fri, 4 Nov 2011 20:13:57 +0000 (21:13 +0100)] 
expand: Remove extraneous curly braces from switch statements.

12 years agomscoree: Move clearing of processes to Terminate.
Alistair Leslie-Hughes [Wed, 2 Nov 2011 22:35:06 +0000 (09:35 +1100)] 
mscoree: Move clearing of processes to Terminate.

12 years agogdi32: Retrieve the brush pattern bits from the cache for enhanced metafiles.
Alexandre Julliard [Tue, 1 Nov 2011 21:06:23 +0000 (22:06 +0100)] 
gdi32: Retrieve the brush pattern bits from the cache for enhanced metafiles.

12 years agogdi32: Retrieve the brush pattern bits from the cache for metafiles.
Alexandre Julliard [Tue, 1 Nov 2011 21:05:16 +0000 (22:05 +0100)] 
gdi32: Retrieve the brush pattern bits from the cache for metafiles.

12 years agogdi32: Fix positioning of font underlines and strikeouts.
Alexandre Julliard [Mon, 7 Nov 2011 12:41:18 +0000 (13:41 +0100)] 
gdi32: Fix positioning of font underlines and strikeouts.

12 years agosecur32: Superfluous semicolons fix.
Andrew Talbot [Sat, 5 Nov 2011 20:54:50 +0000 (20:54 +0000)] 
secur32: Superfluous semicolons fix.

12 years agomsvcp90: Superfluous semicolons fix.
Andrew Talbot [Sat, 5 Nov 2011 20:54:30 +0000 (20:54 +0000)] 
msvcp90: Superfluous semicolons fix.

12 years agowined3d: Remove extraneous braces from switch statements.
Andrew Talbot [Sat, 5 Nov 2011 20:54:17 +0000 (20:54 +0000)] 
wined3d: Remove extraneous braces from switch statements.

12 years agosane.ds: Remove extraneous braces from switch statement.
Andrew Talbot [Sat, 5 Nov 2011 20:54:08 +0000 (20:54 +0000)] 
sane.ds: Remove extraneous braces from switch statement.

12 years agooledlg: Remove extraneous braces from switch statement.
Andrew Talbot [Sat, 5 Nov 2011 20:53:59 +0000 (20:53 +0000)] 
oledlg: Remove extraneous braces from switch statement.

12 years agomsi: Remove extraneous braces from switch statement.
Andrew Talbot [Sat, 5 Nov 2011 20:53:52 +0000 (20:53 +0000)] 
msi: Remove extraneous braces from switch statement.

12 years agokernel32: Remove extraneous braces from switch statement.
Andrew Talbot [Sat, 5 Nov 2011 20:53:46 +0000 (20:53 +0000)] 
kernel32: Remove extraneous braces from switch statement.

12 years agoinetcomm: Remove extraneous braces from switch statements.
Andrew Talbot [Sat, 5 Nov 2011 20:53:39 +0000 (20:53 +0000)] 
inetcomm: Remove extraneous braces from switch statements.

12 years agodplayx: Remove extraneous braces from switch statement.
Andrew Talbot [Sat, 5 Nov 2011 20:53:31 +0000 (20:53 +0000)] 
dplayx: Remove extraneous braces from switch statement.

12 years agoadvpack: Pass all the specified parameters to do_ocx_reg.
Alexandre Julliard [Mon, 7 Nov 2011 10:45:18 +0000 (11:45 +0100)] 
advpack: Pass all the specified parameters to do_ocx_reg.

12 years agoshell32/tests: Avoid some array bounds warnings.
Alexandre Julliard [Mon, 7 Nov 2011 10:44:35 +0000 (11:44 +0100)] 
shell32/tests: Avoid some array bounds warnings.

12 years agogdi32/tests: Avoid some array bounds warnings.
Alexandre Julliard [Mon, 7 Nov 2011 10:43:46 +0000 (11:43 +0100)] 
gdi32/tests: Avoid some array bounds warnings.

12 years agopo: Updated Korean translation.
Hwang YunSong [Sun, 6 Nov 2011 12:48:26 +0000 (21:48 +0900)] 
po: Updated Korean translation.

12 years agoddraw/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sun, 6 Nov 2011 23:12:09 +0000 (00:12 +0100)] 
ddraw/tests: Fix compilation on systems that don't support nameless unions.

12 years agowined3d: Make the surface parameter to blit_shader.set_shader() const.
Henri Verbeet [Sun, 6 Nov 2011 21:05:59 +0000 (22:05 +0100)] 
wined3d: Make the surface parameter to blit_shader.set_shader() const.

12 years agowined3d: Make the surface parameter to upload_palette() const.
Henri Verbeet [Sun, 6 Nov 2011 21:05:58 +0000 (22:05 +0100)] 
wined3d: Make the surface parameter to upload_palette() const.

12 years agocomctl32: Avoid using __FUNCTION__ in ranges_check.
Henri Verbeet [Sun, 6 Nov 2011 21:05:57 +0000 (22:05 +0100)] 
comctl32: Avoid using __FUNCTION__ in ranges_check.

12 years agowined3d: Remove surface_draw_overlay from wined3d_surface_ops.
Henri Verbeet [Sun, 6 Nov 2011 21:05:56 +0000 (22:05 +0100)] 
wined3d: Remove surface_draw_overlay from wined3d_surface_ops.

12 years agowined3d: Remove surface_preload from wined3d_surface_ops.
Henri Verbeet [Sun, 6 Nov 2011 21:05:55 +0000 (22:05 +0100)] 
wined3d: Remove surface_preload from wined3d_surface_ops.

12 years agowinebuild: Add support for building on powerpc64.
André Hentschel [Sun, 6 Nov 2011 16:30:33 +0000 (17:30 +0100)] 
winebuild: Add support for building on powerpc64.

With much help from Austin English.

12 years agontdll: Declare debug channel only when used.
André Hentschel [Sun, 6 Nov 2011 14:08:06 +0000 (15:08 +0100)] 
ntdll: Declare debug channel only when used.

12 years agomsvcrt: Fix MSVC build in locale.c.
Thomas Faber [Sun, 6 Nov 2011 11:15:25 +0000 (12:15 +0100)] 
msvcrt: Fix MSVC build in locale.c.

12 years agomsvcrt: Fix MSVC build in exit.c and msvcrt.h.
Thomas Faber [Sat, 5 Nov 2011 08:03:45 +0000 (09:03 +0100)] 
msvcrt: Fix MSVC build in exit.c and msvcrt.h.

12 years agomakefiles: Add manual dependencies also for testlist cross object.
Octavian Voicu [Sat, 5 Nov 2011 05:55:06 +0000 (07:55 +0200)] 
makefiles: Add manual dependencies also for testlist cross object.

12 years agoconfigure: Fix a typo.
Rafał Mużyło [Fri, 4 Nov 2011 22:20:30 +0000 (23:20 +0100)] 
configure: Fix a typo.

12 years agomsxml3: Fix collection index based support for IXMLDOMSelection.
Nikolay Sivov [Fri, 4 Nov 2011 16:00:47 +0000 (19:00 +0300)] 
msxml3: Fix collection index based support for IXMLDOMSelection.

12 years agomsxml3: Add IDispatchEx support for IXMLDOMNamedNodeMap.
Nikolay Sivov [Fri, 4 Nov 2011 15:59:05 +0000 (18:59 +0300)] 
msxml3: Add IDispatchEx support for IXMLDOMNamedNodeMap.

12 years agomsxml3: Support IDispatch in IXMLElement.
Nikolay Sivov [Fri, 4 Nov 2011 09:11:36 +0000 (12:11 +0300)] 
msxml3: Support IDispatch in IXMLElement.

12 years agomsxml3: Fix IDispatch support for IXMLDocument.
Nikolay Sivov [Fri, 4 Nov 2011 08:46:45 +0000 (11:46 +0300)] 
msxml3: Fix IDispatch support for IXMLDocument.

12 years agoRelease 1.3.32. wine-1.3.32
Alexandre Julliard [Fri, 4 Nov 2011 19:02:31 +0000 (20:02 +0100)] 
Release 1.3.32.

12 years agodpnet/tests: Fix another test failure on Windows.
Alexandre Julliard [Fri, 4 Nov 2011 16:19:51 +0000 (17:19 +0100)] 
dpnet/tests: Fix another test failure on Windows.

12 years agoicinfo: No longer use stdio functions, but direct kernel32 ones.
Eric Pouech [Thu, 3 Nov 2011 20:54:11 +0000 (21:54 +0100)] 
icinfo: No longer use stdio functions, but direct kernel32 ones.

12 years agoicinfo: Compile the IcInfo program as a command-line app.
Eric Pouech [Thu, 3 Nov 2011 20:54:05 +0000 (21:54 +0100)] 
icinfo: Compile the IcInfo program as a command-line app.

12 years agowineps: Fix the font escapement when coordinates are being mirrored.
Alexandre Julliard [Fri, 4 Nov 2011 15:08:29 +0000 (16:08 +0100)] 
wineps: Fix the font escapement when coordinates are being mirrored.

12 years agows2_32: Remove unneeded address-of operator from array name.
Andrew Talbot [Thu, 3 Nov 2011 23:03:22 +0000 (23:03 +0000)] 
ws2_32: Remove unneeded address-of operator from array name.

12 years agowined3d: Remove unneeded address-of operators from array names.
Andrew Talbot [Thu, 3 Nov 2011 23:03:18 +0000 (23:03 +0000)] 
wined3d: Remove unneeded address-of operators from array names.

12 years agoinclude: Make "long" numeric constants LP64/LLP64 proof (oledlg.h).
Michael Stefaniuc [Thu, 3 Nov 2011 22:59:47 +0000 (23:59 +0100)] 
include: Make "long" numeric constants LP64/LLP64 proof (oledlg.h).

12 years agoinclude: Make "long" numeric constants LP64/LLP64 proof (winver.h).
Michael Stefaniuc [Thu, 3 Nov 2011 22:58:54 +0000 (23:58 +0100)] 
include: Make "long" numeric constants LP64/LLP64 proof (winver.h).

12 years agoinclude: Make "long" numeric constants LP64/LLP64 proof (msacm.h).
Michael Stefaniuc [Thu, 3 Nov 2011 22:56:46 +0000 (23:56 +0100)] 
include: Make "long" numeric constants LP64/LLP64 proof (msacm.h).

12 years agoinclude: Make "long" numeric constants LP64/LLP64 proof (wingdi.h).
Michael Stefaniuc [Thu, 3 Nov 2011 22:52:42 +0000 (23:52 +0100)] 
include: Make "long" numeric constants LP64/LLP64 proof (wingdi.h).

12 years agoinclude: Drop gratuitous l modifier from numeric constants in corerror.h.
Michael Stefaniuc [Thu, 3 Nov 2011 22:50:55 +0000 (23:50 +0100)] 
include: Drop gratuitous l modifier from numeric constants in corerror.h.

12 years agogdi32: Set the mono color map in BitBlt also for the initial PutImage attempt.
Alexandre Julliard [Fri, 4 Nov 2011 12:24:03 +0000 (13:24 +0100)] 
gdi32: Set the mono color map in BitBlt also for the initial PutImage attempt.

12 years agogdi32: Return failure when GetPixel is not supported.
Alexandre Julliard [Fri, 4 Nov 2011 10:00:57 +0000 (11:00 +0100)] 
gdi32: Return failure when GetPixel is not supported.

12 years agowined3d: Recognize Northern Islands cards with AMD binary drivers.
Matteo Bruni [Thu, 3 Nov 2011 14:26:37 +0000 (15:26 +0100)] 
wined3d: Recognize Northern Islands cards with AMD binary drivers.

12 years agowined3d: Test more thoroughly for post-pixelshader blending support, try on more...
Matteo Bruni [Thu, 3 Nov 2011 14:26:36 +0000 (15:26 +0100)] 
wined3d: Test more thoroughly for post-pixelshader blending support, try on more texture formats.

12 years agowined3d: Add filtering flag to more texture formats.
Matteo Bruni [Thu, 3 Nov 2011 14:26:35 +0000 (15:26 +0100)] 
wined3d: Add filtering flag to more texture formats.

12 years agowined3d: Make the shader parameter to shader_arb_generate_pshader() const.
Henri Verbeet [Thu, 3 Nov 2011 18:37:30 +0000 (19:37 +0100)] 
wined3d: Make the shader parameter to shader_arb_generate_pshader() const.

12 years agowined3d: Make the shader parameter to shader_arb_generate_vshader() const.
Henri Verbeet [Thu, 3 Nov 2011 18:37:29 +0000 (19:37 +0100)] 
wined3d: Make the shader parameter to shader_arb_generate_vshader() const.

12 years agowined3d: Make the shader parameter to init_output_registers() const.
Henri Verbeet [Thu, 3 Nov 2011 18:37:28 +0000 (19:37 +0100)] 
wined3d: Make the shader parameter to init_output_registers() const.

12 years agowined3d: Make some parameters to shader_generate_arb_declarations() const.
Henri Verbeet [Thu, 3 Nov 2011 18:37:27 +0000 (19:37 +0100)] 
wined3d: Make some parameters to shader_generate_arb_declarations() const.

12 years agowined3d: Merge surface_getdc() and gdi_surface_getdc().
Henri Verbeet [Thu, 3 Nov 2011 18:37:26 +0000 (19:37 +0100)] 
wined3d: Merge surface_getdc() and gdi_surface_getdc().

12 years agowined3d: Add fallbacks for d3d9 and d3d10 cards in select_card_amd_mesa().
Henri Verbeet [Thu, 3 Nov 2011 18:37:25 +0000 (19:37 +0100)] 
wined3d: Add fallbacks for d3d9 and d3d10 cards in select_card_amd_mesa().

12 years agowined3d: Avoid a drawable -> texture transfer through sysmem in arbfp_blit_surface...
Henri Verbeet [Thu, 3 Nov 2011 18:37:24 +0000 (19:37 +0100)] 
wined3d: Avoid a drawable -> texture transfer through sysmem in arbfp_blit_surface() with backbuffer ORM.

12 years agopo: Update Polish translation.
Łukasz Wojniłowicz [Thu, 3 Nov 2011 17:13:48 +0000 (18:13 +0100)] 
po: Update Polish translation.

12 years agowined3d: Rename nVidia GTX560 to GTX560TI, add GTX560 with correct device id.
Claudio Fontana [Thu, 3 Nov 2011 00:03:37 +0000 (01:03 +0100)] 
wined3d: Rename nVidia GTX560 to GTX560TI, add GTX560 with correct device id.

12 years agourlmon: Add some more tests for FindMimeFromData().
Austin English [Wed, 2 Nov 2011 05:17:45 +0000 (22:17 -0700)] 
urlmon: Add some more tests for FindMimeFromData().

12 years agowininet: Add a stub for ShowClientAuthCerts.
Austin English [Mon, 31 Oct 2011 18:37:47 +0000 (11:37 -0700)] 
wininet: Add a stub for ShowClientAuthCerts.

12 years agomshtml: Fixed ref count leaks.
Jacek Caban [Thu, 3 Nov 2011 18:26:07 +0000 (19:26 +0100)] 
mshtml: Fixed ref count leaks.

12 years agomshtml: HTMLWindow_item code clean up.
Jacek Caban [Thu, 3 Nov 2011 18:24:09 +0000 (19:24 +0100)] 
mshtml: HTMLWindow_item code clean up.

12 years agouser32: Fix DFC_BUTTONRADIOMASK flag support in DrawFrameControl.
Piotr Caban [Thu, 3 Nov 2011 14:10:41 +0000 (15:10 +0100)] 
user32: Fix DFC_BUTTONRADIOMASK flag support in DrawFrameControl.

12 years agodpnet/tests: Fix a test that fails on Windows.
Alexandre Julliard [Thu, 3 Nov 2011 10:24:30 +0000 (11:24 +0100)] 
dpnet/tests: Fix a test that fails on Windows.

12 years agoddraw/tests: Add more attachment/detachment test cases.
Octavian Voicu [Thu, 3 Nov 2011 11:32:11 +0000 (13:32 +0200)] 
ddraw/tests: Add more attachment/detachment test cases.

12 years agoddraw/tests: Use more common pixel formats and caps for attachment tests.
Octavian Voicu [Thu, 3 Nov 2011 11:32:10 +0000 (13:32 +0200)] 
ddraw/tests: Use more common pixel formats and caps for attachment tests.

12 years agoddraw/tests: Move surface attachment tests from refcount.c to dsurface.c.
Octavian Voicu [Thu, 3 Nov 2011 11:32:09 +0000 (13:32 +0200)] 
ddraw/tests: Move surface attachment tests from refcount.c to dsurface.c.

12 years agosane.ds: Remove unneeded address-of operators from array name.
Andrew Talbot [Wed, 2 Nov 2011 22:29:07 +0000 (22:29 +0000)] 
sane.ds: Remove unneeded address-of operators from array name.

12 years agowined3d: Locking partial blocks is not allowed in DEFAULT pool resources.
Stefan Dösinger [Thu, 13 Oct 2011 21:35:38 +0000 (23:35 +0200)] 
wined3d: Locking partial blocks is not allowed in DEFAULT pool resources.

12 years agod3d9/tests: Move the double unlock test into a separate test, test other pools.
Stefan Dösinger [Thu, 13 Oct 2011 21:13:53 +0000 (23:13 +0200)] 
d3d9/tests: Move the double unlock test into a separate test, test other pools.

12 years agontdll: Make the VirtualProtect tests pass under Wine.
Dmitry Timoshkov [Mon, 31 Oct 2011 05:48:54 +0000 (13:48 +0800)] 
ntdll: Make the VirtualProtect tests pass under Wine.

12 years agontdll: Use PAGE_READWRITE access when resolving DLL imports.
Dmitry Timoshkov [Mon, 31 Oct 2011 05:48:37 +0000 (13:48 +0800)] 
ntdll: Use PAGE_READWRITE access when resolving DLL imports.

12 years agomsi: GetComputerName returns ERROR_BUFFER_OVERFLOW when the buffer is too small.
Hans Leidekker [Thu, 3 Nov 2011 10:40:16 +0000 (11:40 +0100)] 
msi: GetComputerName returns ERROR_BUFFER_OVERFLOW when the buffer is too small.

12 years agomsiexec: Preserve the first argument in process_args_from_reg.
Hans Leidekker [Thu, 3 Nov 2011 10:39:44 +0000 (11:39 +0100)] 
msiexec: Preserve the first argument in process_args_from_reg.

12 years agowined3d: Use wined3d_surface_blt() in swapchain_gl_present().
Henri Verbeet [Wed, 2 Nov 2011 21:46:54 +0000 (22:46 +0100)] 
wined3d: Use wined3d_surface_blt() in swapchain_gl_present().

12 years agowined3d: Use wined3d_surface_blt() in wined3d_swapchain_get_front_buffer_data().
Henri Verbeet [Wed, 2 Nov 2011 21:46:53 +0000 (22:46 +0100)] 
wined3d: Use wined3d_surface_blt() in wined3d_swapchain_get_front_buffer_data().

12 years agowined3d: Use wined3d_surface_blt() in surface_upload_from_surface().
Henri Verbeet [Wed, 2 Nov 2011 21:46:52 +0000 (22:46 +0100)] 
wined3d: Use wined3d_surface_blt() in surface_upload_from_surface().

12 years agomsxml3: Add type id placeholder for index 0 to make lookup code actually work.
Nikolay Sivov [Wed, 2 Nov 2011 20:13:24 +0000 (23:13 +0300)] 
msxml3: Add type id placeholder for index 0 to make lookup code actually work.

12 years agogdi32: Add support for pattern brushes in the DIB driver.
Alexandre Julliard [Thu, 3 Nov 2011 10:24:07 +0000 (11:24 +0100)] 
gdi32: Add support for pattern brushes in the DIB driver.

12 years agogdi32: Retrieve the bits of a pattern brush when it's selected into a different type...
Alexandre Julliard [Thu, 3 Nov 2011 10:11:14 +0000 (11:11 +0100)] 
gdi32: Retrieve the bits of a pattern brush when it's selected into a different type of DC.

12 years agogdi32: Don't free bitmap bits when changing the owner, we may still have pointers...
Alexandre Julliard [Thu, 3 Nov 2011 11:49:46 +0000 (12:49 +0100)] 
gdi32: Don't free bitmap bits when changing the owner, we may still have pointers to them.

12 years agogdi32: Pass the full brush contents in the SelectBrush driver entry point.
Alexandre Julliard [Wed, 2 Nov 2011 20:17:15 +0000 (21:17 +0100)] 
gdi32: Pass the full brush contents in the SelectBrush driver entry point.

12 years agogdi32: Store internal brush data in separate fields in the brush object.
Alexandre Julliard [Wed, 2 Nov 2011 19:58:36 +0000 (20:58 +0100)] 
gdi32: Store internal brush data in separate fields in the brush object.

12 years agojscript: Use specified expression length to trace it.
Nikolay Sivov [Wed, 2 Nov 2011 18:43:20 +0000 (21:43 +0300)] 
jscript: Use specified expression length to trace it.

12 years agontdll: Fix restart size calculation.
Grazvydas Ignotas [Wed, 2 Nov 2011 17:27:51 +0000 (19:27 +0200)] 
ntdll: Fix restart size calculation.

12 years agokernel32: Use PAGE_READWRITE access when enabling write access to resource data.
Dmitry Timoshkov [Mon, 31 Oct 2011 05:48:08 +0000 (13:48 +0800)] 
kernel32: Use PAGE_READWRITE access when enabling write access to resource data.

12 years agoopengl32: Use wrappers for wglCreateContext and wglMakeCurrent instead of directly...
Louis Lenders [Sun, 30 Oct 2011 21:13:34 +0000 (22:13 +0100)] 
opengl32: Use wrappers for wglCreateContext and wglMakeCurrent instead of directly forwarding to gdi32.

12 years agoapphelp: New dll stub.
André Hentschel [Mon, 31 Oct 2011 19:05:49 +0000 (20:05 +0100)] 
apphelp: New dll stub.

12 years agowincrypt.h: Fix a typo.
Alexander Morozov [Wed, 2 Nov 2011 11:16:07 +0000 (15:16 +0400)] 
wincrypt.h: Fix a typo.

12 years agokernel32: Make sure we reference stack data still in scope (Coverity).
Marcus Meissner [Wed, 2 Nov 2011 10:53:40 +0000 (11:53 +0100)] 
kernel32: Make sure we reference stack data still in scope (Coverity).

12 years agoinetcpl: Convert dialogs to po files.
Alexandre Julliard [Wed, 2 Nov 2011 13:55:15 +0000 (14:55 +0100)] 
inetcpl: Convert dialogs to po files.

12 years agowineconsole: Convert dialogs to po files.
Alexandre Julliard [Wed, 2 Nov 2011 13:28:22 +0000 (14:28 +0100)] 
wineconsole: Convert dialogs to po files.

12 years agomscoree: Return S_OK from CanLaunchOrAttach.
Alistair Leslie-Hughes [Mon, 17 Oct 2011 23:39:47 +0000 (10:39 +1100)] 
mscoree: Return S_OK from CanLaunchOrAttach.