wine
12 years agogdiplus: Do not rely on an enumerated font size being equal to otmEMSquare.
Dmitry Timoshkov [Tue, 24 Apr 2012 08:02:59 +0000 (17:02 +0900)] 
gdiplus: Do not rely on an enumerated font size being equal to otmEMSquare.

12 years agoamstream: Add IAudioMediaStream stub implementation.
Christian Costa [Mon, 23 Apr 2012 19:44:28 +0000 (21:44 +0200)] 
amstream: Add IAudioMediaStream stub implementation.

12 years agoamstream: Use proper constructor name for ddraw mediastream.
Christian Costa [Mon, 23 Apr 2012 19:44:19 +0000 (21:44 +0200)] 
amstream: Use proper constructor name for ddraw mediastream.

12 years agojscript: Store source code range in function_code_t.
Jacek Caban [Tue, 24 Apr 2012 15:39:40 +0000 (17:39 +0200)] 
jscript: Store source code range in function_code_t.

12 years agojscript: Store function name in function_code_t.
Jacek Caban [Tue, 24 Apr 2012 15:39:25 +0000 (17:39 +0200)] 
jscript: Store function name in function_code_t.

12 years agojscript: Use compiler-generated struct for representing function code.
Jacek Caban [Tue, 24 Apr 2012 15:39:09 +0000 (17:39 +0200)] 
jscript: Use compiler-generated struct for representing function code.

12 years agowinspool: Don't leak the handle returned by AddPrinter.
Huw Davies [Tue, 24 Apr 2012 11:55:48 +0000 (12:55 +0100)] 
winspool: Don't leak the handle returned by AddPrinter.

12 years agogdi32: Fix coordinates for row copies in mirrored vertical stretching.
Alexandre Julliard [Tue, 24 Apr 2012 10:38:09 +0000 (12:38 +0200)] 
gdi32: Fix coordinates for row copies in mirrored vertical stretching.

12 years agomapistub: Forward MAPISendMailW.
Owen Rudge [Mon, 23 Apr 2012 13:29:02 +0000 (14:29 +0100)] 
mapistub: Forward MAPISendMailW.

12 years agomapi32: Add stub implementation of MAPISendMailW.
Owen Rudge [Mon, 23 Apr 2012 13:05:49 +0000 (14:05 +0100)] 
mapi32: Add stub implementation of MAPISendMailW.

12 years agoinclude: Add MAPISendMailW definition and structures.
Owen Rudge [Mon, 23 Apr 2012 13:05:43 +0000 (14:05 +0100)] 
include: Add MAPISendMailW definition and structures.

12 years agomsxml3: Implement getURI() for IMXAttributes.
Nikolay Sivov [Tue, 24 Apr 2012 07:32:51 +0000 (11:32 +0400)] 
msxml3: Implement getURI() for IMXAttributes.

12 years agomsxml3: Implement getLocalName() for IMXAttributes.
Nikolay Sivov [Tue, 24 Apr 2012 07:30:24 +0000 (11:30 +0400)] 
msxml3: Implement getLocalName() for IMXAttributes.

12 years agogdiplus: Implement accessors for graphics rendering origin.
Vincent Povirk [Mon, 23 Apr 2012 18:12:05 +0000 (13:12 -0500)] 
gdiplus: Implement accessors for graphics rendering origin.

12 years agomscoree: Always call mono_thread_attach before invoking managed code.
Vincent Povirk [Mon, 23 Apr 2012 19:55:52 +0000 (14:55 -0500)] 
mscoree: Always call mono_thread_attach before invoking managed code.

12 years agodmusic: Internal functions don't need to be WINAPI.
Alexandre Julliard [Tue, 24 Apr 2012 09:37:20 +0000 (11:37 +0200)] 
dmusic: Internal functions don't need to be WINAPI.

12 years agoinclude: Add dmksctrl.h with definition of KSDATAFORMAT_SUBTYPE_DIRECTMUSIC needed...
Christian Costa [Mon, 23 Apr 2012 19:26:24 +0000 (21:26 +0200)] 
include: Add dmksctrl.h with definition of KSDATAFORMAT_SUBTYPE_DIRECTMUSIC needed by DirectMusic.

12 years agodmusic: COM clean-up of IDirectMusicBuffer.
Christian Costa [Mon, 23 Apr 2012 19:26:02 +0000 (21:26 +0200)] 
dmusic: COM clean-up of IDirectMusicBuffer.

12 years agodmusic: Pass creation parameters to DMUSIC_CreateDirectMusicBufferImpl then allocate...
Christian Costa [Mon, 23 Apr 2012 19:25:53 +0000 (21:25 +0200)] 
dmusic: Pass creation parameters to DMUSIC_CreateDirectMusicBufferImpl then allocate data buffer and set format accordingly.

12 years agostrmbase: We cannot hold the RenderLock during QualityControlRender_WaitFor.
Aric Stewart [Mon, 23 Apr 2012 16:24:53 +0000 (11:24 -0500)] 
strmbase: We cannot hold the RenderLock during QualityControlRender_WaitFor.

12 years agod3d9: Merge cubetexture.c into texture.c.
Henri Verbeet [Mon, 23 Apr 2012 19:24:57 +0000 (21:24 +0200)] 
d3d9: Merge cubetexture.c into texture.c.

12 years agod3d9: Get rid of IDirect3DVolumeTexture9Impl.
Henri Verbeet [Mon, 23 Apr 2012 19:24:56 +0000 (21:24 +0200)] 
d3d9: Get rid of IDirect3DVolumeTexture9Impl.

12 years agod3d9: Properly retrieve an interface pointer in IDirect3DSwapChain9Impl_GetBackBuffer().
Henri Verbeet [Mon, 23 Apr 2012 19:24:55 +0000 (21:24 +0200)] 
d3d9: Properly retrieve an interface pointer in IDirect3DSwapChain9Impl_GetBackBuffer().

12 years agod3d8: Properly retrieve an interface pointer in IDirect3DDevice8Impl_GetStreamSource().
Henri Verbeet [Mon, 23 Apr 2012 19:24:54 +0000 (21:24 +0200)] 
d3d8: Properly retrieve an interface pointer in IDirect3DDevice8Impl_GetStreamSource().

12 years agod3d8: Properly retrieve an interface pointer in IDirect3DDevice8Impl_GetIndices().
Henri Verbeet [Mon, 23 Apr 2012 19:24:53 +0000 (21:24 +0200)] 
d3d8: Properly retrieve an interface pointer in IDirect3DDevice8Impl_GetIndices().

12 years agomsi: Check supported languages in the AppSearch action.
Hans Leidekker [Mon, 23 Apr 2012 13:47:15 +0000 (15:47 +0200)] 
msi: Check supported languages in the AppSearch action.

12 years agomsi: Remove child folders first in the RemoveFolders action.
Hans Leidekker [Mon, 23 Apr 2012 13:46:50 +0000 (15:46 +0200)] 
msi: Remove child folders first in the RemoveFolders action.

12 years agomsi: Dynamically allocate the path buffer in MsiQueryComponentStateW.
Hans Leidekker [Mon, 23 Apr 2012 13:46:41 +0000 (15:46 +0200)] 
msi: Dynamically allocate the path buffer in MsiQueryComponentStateW.

12 years agomsi: Initialize hkey in msi_comp_find_prod_key.
Hans Leidekker [Mon, 23 Apr 2012 13:46:30 +0000 (15:46 +0200)] 
msi: Initialize hkey in msi_comp_find_prod_key.

12 years agomsi: Reduce the indentation level in ACTION_GetComponentInstallStates.
Hans Leidekker [Mon, 23 Apr 2012 13:46:12 +0000 (15:46 +0200)] 
msi: Reduce the indentation level in ACTION_GetComponentInstallStates.

12 years agowinhttp: Trace accept types in WinHttpOpenRequest.
Jacek Caban [Mon, 23 Apr 2012 12:50:15 +0000 (14:50 +0200)] 
winhttp: Trace accept types in WinHttpOpenRequest.

12 years agomshtml: Accept different VARIANT types in document_write.
Jacek Caban [Mon, 23 Apr 2012 10:48:58 +0000 (12:48 +0200)] 
mshtml: Accept different VARIANT types in document_write.

12 years agogdi32: Fix some typos in the 4-bpp shrink_row function.
Alexandre Julliard [Mon, 23 Apr 2012 12:58:12 +0000 (14:58 +0200)] 
gdi32: Fix some typos in the 4-bpp shrink_row function.

12 years agoinclude/wine/test.h: Fix tests compilation with a PSDK compiler.
Dmitry Timoshkov [Fri, 20 Apr 2012 07:14:45 +0000 (16:14 +0900)] 
include/wine/test.h: Fix tests compilation with a PSDK compiler.

12 years agodbghelp: Assorted fixes for shadow variables.
André Hentschel [Thu, 19 Apr 2012 21:22:33 +0000 (23:22 +0200)] 
dbghelp: Assorted fixes for shadow variables.

12 years agodmusic: Fix IDirectMusic8Impl_CreateMusicBuffer buffer signature.
Christian Costa [Sat, 21 Apr 2012 12:19:35 +0000 (14:19 +0200)] 
dmusic: Fix IDirectMusic8Impl_CreateMusicBuffer buffer signature.

12 years agopo: Update Swedish translation.
Lauri Kenttä [Sun, 22 Apr 2012 10:29:47 +0000 (13:29 +0300)] 
po: Update Swedish translation.

12 years agopo: Update Finnish translation.
Lauri Kenttä [Fri, 20 Apr 2012 19:00:52 +0000 (22:00 +0300)] 
po: Update Finnish translation.

12 years agod3d9: Get rid of IDirect3DCubeTexture9Impl.
Henri Verbeet [Sun, 22 Apr 2012 20:47:44 +0000 (22:47 +0200)] 
d3d9: Get rid of IDirect3DCubeTexture9Impl.

12 years agod3d9: Get rid of IDirect3DTexture9Impl.
Henri Verbeet [Sun, 22 Apr 2012 20:47:43 +0000 (22:47 +0200)] 
d3d9: Get rid of IDirect3DTexture9Impl.

12 years agod3d8: Properly retrieve an interface pointer in IDirect3DDevice8Impl_GetTexture().
Henri Verbeet [Sun, 22 Apr 2012 20:47:42 +0000 (22:47 +0200)] 
d3d8: Properly retrieve an interface pointer in IDirect3DDevice8Impl_GetTexture().

12 years agod3d8: Properly retrieve an interface pointer in IDirect3DDevice8Impl_GetDepthStencilS...
Henri Verbeet [Sun, 22 Apr 2012 20:47:41 +0000 (22:47 +0200)] 
d3d8: Properly retrieve an interface pointer in IDirect3DDevice8Impl_GetDepthStencilSurface().

12 years agod3d8: Properly retrieve an interface pointer in IDirect3DDevice8Impl_GetRenderTarget().
Henri Verbeet [Sun, 22 Apr 2012 20:47:40 +0000 (22:47 +0200)] 
d3d8: Properly retrieve an interface pointer in IDirect3DDevice8Impl_GetRenderTarget().

12 years agomsxml3: Added getName() for IMXAttributes.
Nikolay Sivov [Sun, 22 Apr 2012 20:08:54 +0000 (00:08 +0400)] 
msxml3: Added getName() for IMXAttributes.

12 years agomsxml3: Added getValueFromName() for IMXAttributes.
Nikolay Sivov [Sun, 22 Apr 2012 20:00:24 +0000 (00:00 +0400)] 
msxml3: Added getValueFromName() for IMXAttributes.

12 years agomsxml3: getPrefix() should check all pushed contexts as well.
Nikolay Sivov [Sun, 22 Apr 2012 19:37:47 +0000 (23:37 +0400)] 
msxml3: getPrefix() should check all pushed contexts as well.

12 years agomsxml3: Implement push/pop operations for contexts.
Nikolay Sivov [Sun, 22 Apr 2012 19:30:22 +0000 (23:30 +0400)] 
msxml3: Implement push/pop operations for contexts.

12 years agomsxml3: Switch parser encoding manually when it won't be able to detect it (UTF-16...
Nikolay Sivov [Sat, 21 Apr 2012 08:32:15 +0000 (12:32 +0400)] 
msxml3: Switch parser encoding manually when it won't be able to detect it (UTF-16 case).

12 years agows2_32: Remove unneeded shadow variable.
André Hentschel [Sun, 22 Apr 2012 17:05:05 +0000 (19:05 +0200)] 
ws2_32: Remove unneeded shadow variable.

12 years agowinevdm: Remove unneeded shadow variable.
André Hentschel [Sun, 22 Apr 2012 17:04:57 +0000 (19:04 +0200)] 
winevdm: Remove unneeded shadow variable.

12 years agowinedbg: Print all available information about branch targets in ARM disassembler.
André Hentschel [Sun, 22 Apr 2012 17:03:36 +0000 (19:03 +0200)] 
winedbg: Print all available information about branch targets in ARM disassembler.

12 years agogdiplus: Use Tahoma instead of Arial for gdiplus font tests.
Dmitry Timoshkov [Fri, 20 Apr 2012 07:44:17 +0000 (16:44 +0900)] 
gdiplus: Use Tahoma instead of Arial for gdiplus font tests.

12 years agogdiplus: Use symbolic names of font styles.
Dmitry Timoshkov [Fri, 20 Apr 2012 07:43:24 +0000 (16:43 +0900)] 
gdiplus: Use symbolic names of font styles.

12 years agogdiplus: Avoid saving negative values in pixel_size and emSize.
Dmitry Timoshkov [Thu, 19 Apr 2012 12:43:51 +0000 (21:43 +0900)] 
gdiplus: Avoid saving negative values in pixel_size and emSize.

12 years agostrmbase: Have PassThruImpl use BaseDispatch.
Aric Stewart [Fri, 20 Apr 2012 12:26:53 +0000 (07:26 -0500)] 
strmbase: Have PassThruImpl use BaseDispatch.

12 years agostrmbase: Have BaseControlVideo use BaseDispatch.
Aric Stewart [Fri, 20 Apr 2012 12:26:43 +0000 (07:26 -0500)] 
strmbase: Have BaseControlVideo use BaseDispatch.

12 years agostrmbase: Have BaseControlWindow use BaseDispatch.
Aric Stewart [Fri, 20 Apr 2012 12:26:32 +0000 (07:26 -0500)] 
strmbase: Have BaseControlWindow use BaseDispatch.

12 years agostrmbase: Implement BaseDispatch.
Aric Stewart [Fri, 20 Apr 2012 12:26:18 +0000 (07:26 -0500)] 
strmbase: Implement BaseDispatch.

12 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Thu, 19 Apr 2012 19:52:56 +0000 (22:52 +0300)] 
po: Update Lithuanian translation.

12 years agopo: Update German translation.
Julian Rüger [Fri, 20 Apr 2012 10:54:03 +0000 (12:54 +0200)] 
po: Update German translation.

12 years agopo: Update a few Yes/No/All Slovak translations.
Francois Gouget [Thu, 19 Apr 2012 20:52:23 +0000 (22:52 +0200)] 
po: Update a few Yes/No/All Slovak translations.

12 years agopo: Fix a Portuguese (Portugal) translation.
Francois Gouget [Thu, 19 Apr 2012 20:41:07 +0000 (22:41 +0200)] 
po: Fix a Portuguese (Portugal) translation.

12 years agopo: Fix some typography issues in the Chinese (PRC) translation.
Francois Gouget [Thu, 19 Apr 2012 20:35:45 +0000 (22:35 +0200)] 
po: Fix some typography issues in the Chinese (PRC) translation.

12 years agopo: Mark an incorrect Spanish translation as fuzzy.
Francois Gouget [Thu, 19 Apr 2012 20:34:50 +0000 (22:34 +0200)] 
po: Mark an incorrect Spanish translation as fuzzy.

12 years agopo: Mark an incomplete Ukrainian translation as fuzzy.
Francois Gouget [Thu, 19 Apr 2012 20:32:56 +0000 (22:32 +0200)] 
po: Mark an incomplete Ukrainian translation as fuzzy.

12 years agopo: Fix some typography issues in the Turkish translation.
Francois Gouget [Thu, 19 Apr 2012 20:32:29 +0000 (22:32 +0200)] 
po: Fix some typography issues in the Turkish translation.

12 years agopo: Fix some typography issues in the Ukrainian translation.
Francois Gouget [Thu, 19 Apr 2012 20:31:48 +0000 (22:31 +0200)] 
po: Fix some typography issues in the Ukrainian translation.

12 years agopo: Fix a couple of line feed / line wrapping issues in the Ukrainian translation.
Francois Gouget [Thu, 19 Apr 2012 20:31:11 +0000 (22:31 +0200)] 
po: Fix a couple of line feed / line wrapping issues in the Ukrainian translation.

12 years agopo: Fix some typography issues in the Danish translation.
Francois Gouget [Thu, 19 Apr 2012 20:29:39 +0000 (22:29 +0200)] 
po: Fix some typography issues in the Danish translation.

12 years agopo: Fix a couple of trailing space issues in the Korean translation.
Francois Gouget [Thu, 19 Apr 2012 20:28:00 +0000 (22:28 +0200)] 
po: Fix a couple of trailing space issues in the Korean translation.

12 years agopo: Fix some typography issues in the Esperanto translation.
Francois Gouget [Thu, 19 Apr 2012 20:27:20 +0000 (22:27 +0200)] 
po: Fix some typography issues in the Esperanto translation.

12 years agopo: Fix a few line feed / line wrapping issues in the Esperanto translation.
Francois Gouget [Thu, 19 Apr 2012 20:26:04 +0000 (22:26 +0200)] 
po: Fix a few line feed / line wrapping issues in the Esperanto translation.

12 years agopo: Mark an Esperanto translation with an invalid formatting directive as fuzzy.
Francois Gouget [Thu, 19 Apr 2012 20:25:14 +0000 (22:25 +0200)] 
po: Mark an Esperanto translation with an invalid formatting directive as fuzzy.

12 years agopo: Assorted French translation spelling fixes and tweaks.
Francois Gouget [Thu, 19 Apr 2012 20:24:13 +0000 (22:24 +0200)] 
po: Assorted French translation spelling fixes and tweaks.

12 years agopo: Fix a couple of typography issues in the Portuguese (Portugal) translation.
Francois Gouget [Thu, 19 Apr 2012 20:22:02 +0000 (22:22 +0200)] 
po: Fix a couple of typography issues in the Portuguese (Portugal) translation.

12 years agopo: A couple of line wrapping tweaks in the Czech translation.
Francois Gouget [Thu, 19 Apr 2012 20:16:39 +0000 (22:16 +0200)] 
po: A couple of line wrapping tweaks in the Czech translation.

12 years agopo: Fix some typography issues in the Czech translation.
Francois Gouget [Thu, 19 Apr 2012 20:15:47 +0000 (22:15 +0200)] 
po: Fix some typography issues in the Czech translation.

12 years agopo: Update Russian translation.
Nikolay Sivov [Fri, 20 Apr 2012 07:13:02 +0000 (11:13 +0400)] 
po: Update Russian translation.

12 years agowinspool: If CUPS is found but lists no printers assume that there really are no...
Huw Davies [Fri, 20 Apr 2012 10:19:29 +0000 (11:19 +0100)] 
winspool: If CUPS is found but lists no printers assume that there really are no printers - don't look in /etc/printcap.

12 years agowinspool: Update the default settings when deleting the default printer.
Huw Davies [Fri, 20 Apr 2012 10:19:28 +0000 (11:19 +0100)] 
winspool: Update the default settings when deleting the default printer.

12 years agomsvcr90: Fix byteswap_ulong implementation.
Piotr Caban [Fri, 20 Apr 2012 10:16:38 +0000 (12:16 +0200)] 
msvcr90: Fix byteswap_ulong implementation.

12 years agogdi32/tests: Take into account multi-monitor setups in the clip region tests.
Alexandre Julliard [Fri, 20 Apr 2012 10:12:06 +0000 (12:12 +0200)] 
gdi32/tests: Take into account multi-monitor setups in the clip region tests.

12 years agomsi: Make create_record() static.
Francois Gouget [Fri, 20 Apr 2012 06:40:15 +0000 (08:40 +0200)] 
msi: Make create_record() static.

12 years agogdiplus/tests: Make test_pathgradientpresetblend() static.
Francois Gouget [Fri, 20 Apr 2012 06:40:12 +0000 (08:40 +0200)] 
gdiplus/tests: Make test_pathgradientpresetblend() static.

12 years agowineoss.drv: Make get_ossdevice_from_guid() static.
Francois Gouget [Fri, 20 Apr 2012 06:40:04 +0000 (08:40 +0200)] 
wineoss.drv: Make get_ossdevice_from_guid() static.

12 years agoscrrun/tests: Make test_interfaces() static.
Francois Gouget [Fri, 20 Apr 2012 06:40:00 +0000 (08:40 +0200)] 
scrrun/tests: Make test_interfaces() static.

12 years agoquartz: Mark a bunch of functions as static.
Francois Gouget [Fri, 20 Apr 2012 06:39:55 +0000 (08:39 +0200)] 
quartz: Mark a bunch of functions as static.

12 years agod3drm/tests: Make object_load_callback() static.
Francois Gouget [Fri, 20 Apr 2012 06:39:47 +0000 (08:39 +0200)] 
d3drm/tests: Make object_load_callback() static.

12 years agomshtml: Ignore dispid 3000026 in IPropertyNotifySink::OnChanged tests.
Jacek Caban [Fri, 20 Apr 2012 09:31:46 +0000 (11:31 +0200)] 
mshtml: Ignore dispid 3000026 in IPropertyNotifySink::OnChanged tests.

12 years agojscript: Added regexp 'pre-parser' to support non-backslash-sequenced non-terminating...
Jacek Caban [Fri, 20 Apr 2012 09:08:08 +0000 (11:08 +0200)] 
jscript: Added regexp 'pre-parser' to support non-backslash-sequenced non-terminating '/' in characted classes.

12 years agomsi: Remove an unneeded assignment.
Hans Leidekker [Fri, 20 Apr 2012 08:56:46 +0000 (10:56 +0200)] 
msi: Remove an unneeded assignment.

12 years agomsi/tests: Fix some leaks.
Hans Leidekker [Fri, 20 Apr 2012 08:56:27 +0000 (10:56 +0200)] 
msi/tests: Fix some leaks.

12 years agomsi/tests: Add a test for MsiEnumProductsEx.
Hans Leidekker [Fri, 20 Apr 2012 08:56:11 +0000 (10:56 +0200)] 
msi/tests: Add a test for MsiEnumProductsEx.

12 years agomsi: Fix install state detection for registry components.
Hans Leidekker [Fri, 20 Apr 2012 08:55:52 +0000 (10:55 +0200)] 
msi: Fix install state detection for registry components.

12 years agomsxml3: Support 'namespace-prefixes' feature.
Nikolay Sivov [Fri, 20 Apr 2012 07:03:18 +0000 (11:03 +0400)] 
msxml3: Support 'namespace-prefixes' feature.

12 years agowinedbg: Add "load address" and new nops to the Thumb disassembler.
André Hentschel [Thu, 19 Apr 2012 21:05:04 +0000 (23:05 +0200)] 
winedbg: Add "load address" and new nops to the Thumb disassembler.

12 years agoddraw/tests: Add a helper function to set the viewport background material.
Henri Verbeet [Thu, 19 Apr 2012 18:45:00 +0000 (20:45 +0200)] 
ddraw/tests: Add a helper function to set the viewport background material.

12 years agodxgi: COM cleanup for the surface IUnknown interface.
Henri Verbeet [Thu, 19 Apr 2012 18:44:59 +0000 (20:44 +0200)] 
dxgi: COM cleanup for the surface IUnknown interface.

12 years agod3d8: Properly retrieve an interface pointer in IDirect3DDevice8Impl_GetBackBuffer().
Henri Verbeet [Thu, 19 Apr 2012 18:44:58 +0000 (20:44 +0200)] 
d3d8: Properly retrieve an interface pointer in IDirect3DDevice8Impl_GetBackBuffer().

12 years agod3d8: Use the surface implementation pointer in reset_enum_callback().
Henri Verbeet [Thu, 19 Apr 2012 18:44:57 +0000 (20:44 +0200)] 
d3d8: Use the surface implementation pointer in reset_enum_callback().