70972 Commits

Author SHA1 Message Date
André Hentschel
40bc5f646f ntdll: Add more error codes. 2010-08-17 11:55:39 +02:00
Frédéric Delanoy
80e85cdb89 jscript: Update French translation. 2010-08-17 11:55:33 +02:00
Vincent Povirk
728aaf2902 gdiplus: Add tests for the HDC's we get from bitmap objects. 2010-08-17 11:55:33 +02:00
Vincent Povirk
2a345f36e3 gdiplus: Use the software method to draw HBITMAP-less bitmaps. 2010-08-17 11:55:33 +02:00
Vincent Povirk
1a710ac36f gdiplus: Stub GdipGetPathGradientTransform. 2010-08-17 11:55:33 +02:00
Vincent Povirk
41f4263277 gdiplus: Stub GdipSetPathGradientLinearBlend. 2010-08-17 11:55:33 +02:00
Vincent Povirk
462c599335 gdiplus: Stub GdipScalePathGradientTransform. 2010-08-17 11:55:33 +02:00
Vincent Povirk
b56f3c3b21 gdiplus: Stub GdipRotatePathGradientTransform. 2010-08-17 11:55:33 +02:00
Vincent Povirk
1fdecda9da gdiplus: Stub GdipSetPathGradientTransform. 2010-08-17 11:55:33 +02:00
Vincent Povirk
9a6eabf0b5 gdiplus: Create HBITMAP-less bitmap objects for exotic pixel formats. 2010-08-17 11:55:33 +02:00
Vincent Povirk
963c7090d5 gdiplus: Don't require an HDC to get the resolution of a graphics object. 2010-08-17 11:55:33 +02:00
Vincent Povirk
c3ca6be2b9 gdiplus: Give a nice warning when we try to draw to an HDC-less graphics. 2010-08-17 11:55:33 +02:00
Vincent Povirk
5601860b76 gdiplus: Don't require an HDC in get_graphics_bounds. 2010-08-17 11:55:33 +02:00
Vincent Povirk
85a5710688 gdiplus: Don't require an HDC for the convert_unit function. 2010-08-17 11:55:33 +02:00
Aurimas Fišeras
e2b4d4e713 jscript: Update Lithuanian translation. 2010-08-17 11:55:33 +02:00
Henri Verbeet
5c99f4ec6d mmdevapi: Remove the useless CINTERFACE definitions. 2010-08-17 11:55:33 +02:00
Henri Verbeet
049edc9587 dsound: Remove the useless CINTERFACE definition. 2010-08-17 11:55:33 +02:00
Henri Verbeet
368e5eb87a wined3d: Avoid IWineD3DSurface_GetContainer(). 2010-08-17 11:55:32 +02:00
Henri Verbeet
8292c687d8 wined3d: Get rid of the now redundant SFLAG_SWAPCHAIN surface flag. 2010-08-17 11:55:32 +02:00
Henri Verbeet
0b24db5db5 wined3d: Also store the subresource container type. 2010-08-17 11:55:32 +02:00
Henri Verbeet
b0fb388edb wined3d: A volume's container is always a volume texture. 2010-08-17 11:55:32 +02:00
Henri Verbeet
61db577a4b wined3d: Remove SetContainer() from the public IWineD3DSurface interface. 2010-08-17 11:55:32 +02:00
Henri Verbeet
89e6a60732 wined3d: Remove SetContainer() from the public IWineD3DVolume interface. 2010-08-17 11:55:32 +02:00
André Hentschel
56d024fd5e jscript: Update German translation. 2010-08-17 11:48:08 +02:00
Rico Schüller
1394627fcc d3d10: Forward D3D10CreateBlob to d3dcompiler_43.dll. 2010-08-17 11:42:39 +02:00
Rico Schüller
fa456a61bc d3dcompiler: Implement ID3DBlob::GetBufferSize(). 2010-08-17 11:42:39 +02:00
Rico Schüller
d889800beb d3dcompiler: Implement ID3DBlob::GetBufferPointer(). 2010-08-17 11:42:39 +02:00
Rico Schüller
d511f18f9e d3dcompiler: Implement D3DCreateBlob(). 2010-08-17 11:42:26 +02:00
Rico Schüller
09b347aeda d3d10: Fix d3dcommon.h inclusion. 2010-08-17 11:38:00 +02:00
Jacek Caban
1a1ffe60fd dbghelp: Silence template related dwarf FIXMEs. 2010-08-16 17:28:58 +02:00
Matteo Bruni
b6637eb89f wined3d: Remove isInDraw hack from context_setup_target.
It is conceptually wrong and actually broken too (as the comment there
said). Just remove the hack now and properly fix any regression that
may come up later by explicitely acquiring the right context where
needed (so, in surface_internal_preload and its callees).
2010-08-16 17:28:58 +02:00
Matteo Bruni
c1450356a7 wined3d: Fix context_apply_clear_state with ORM = backbuffer. 2010-08-16 17:28:58 +02:00
Matteo Bruni
e0528084b1 wined3d: Call set_render_offscreen at the end of context_setup_target.
This fixes a regression caused by 20f51c29a99299384e840e148f02aae66bfb45be.
2010-08-16 17:28:57 +02:00
Piotr Caban
084d4ec652 msvcp90: Added 64-bit char_traits tests. 2010-08-16 17:28:57 +02:00
Piotr Caban
96c622dfc8 msvcp90: Added char_traits<unsigned short> 64-bit exports. 2010-08-16 17:28:57 +02:00
Piotr Caban
fad0f817ee msvcp90: Added char_traits<wchar_t> 64-bit exports. 2010-08-16 17:28:57 +02:00
Piotr Caban
2ef0077d6b msvcp90: Added char_traits<char> 64-bit exports. 2010-08-16 17:28:56 +02:00
Gerald Pfeifer
f781be07fc d3dx9_36: minwidth and minheight are set but not used in point_filter_simple_data; remove them. 2010-08-16 17:28:55 +02:00
Austin Lund
5b27cdf93b dmime: Ensure IDirectMusicPort is initialised when calling IDirectMusicPerformance::PChannelInfo. 2010-08-16 17:28:55 +02:00
Austin Lund
203272eafa dmime/tests: Added tests for IDirectMusicPerformance. 2010-08-16 17:28:55 +02:00
Juan Lang
d6c9c7a08b crypt32: Honor SECURITY_FLAG_IGNORE_CERT_CN_INVALID. 2010-08-16 17:28:55 +02:00
Juan Lang
e922faec4a crypt32/tests: Add a test of SSL_EXTRA_CERT_CHAIN_POLICY_PARA's fdwChecks field. 2010-08-16 17:28:55 +02:00
André Hentschel
aef6e3d232 user32: Use a macro instead of direct values. 2010-08-16 17:28:55 +02:00
Andrew Eikum
dcfdfbaa54 regedit: Improve importing of REG_SZ with invalid quoting. 2010-08-16 17:28:42 +02:00
Juan Lang
5e87ca772e kernel32: Implement GetErrorMode/SetErrorMode on top of NTDLL. 2010-08-16 16:39:58 +02:00
Juan Lang
a4331aaf5d ntdll: Implement NtSetInformationProcess for ProcessDefaultHardErrorMode. 2010-08-16 16:39:53 +02:00
Juan Lang
9cb3664bb7 ntdll: Implement NtQueryInformationProcess for ProcessDefaultHardErrorMode. 2010-08-16 16:39:49 +02:00
Detlef Riekenberg
c8c1266881 include: Add inaddr.h. 2010-08-16 16:38:03 +02:00
Jacek Caban
6caca88ae1 shdocvw: Ignore invalid NULL PostData. 2010-08-16 15:54:23 +02:00
Jacek Caban
d6648e4f6a jscript: Throw TypeError in in_eval. 2010-08-16 15:54:23 +02:00