Hans Leidekker [Thu, 15 Nov 2012 13:09:48 +0000 (14:09 +0100)]
windowscodecs: Add tests for IWICColorContext.
Hans Leidekker [Thu, 15 Nov 2012 13:09:15 +0000 (14:09 +0100)]
windowscodecs: Implement IWICColorContext::GetProfileBytes.
Hans Leidekker [Thu, 15 Nov 2012 13:08:47 +0000 (14:08 +0100)]
windowscodecs: Implement IWICColorContext::GetExifColorSpace.
Hans Leidekker [Thu, 15 Nov 2012 13:08:21 +0000 (14:08 +0100)]
windowscodecs: Implement IWICColorContext::InitializeFromExifColorSpace.
Hans Leidekker [Thu, 15 Nov 2012 13:07:49 +0000 (14:07 +0100)]
windowscodecs: Implement IWICColorContext::InitializeFromMemory.
Hans Leidekker [Thu, 15 Nov 2012 13:07:23 +0000 (14:07 +0100)]
windowscodecs: Implement IWICColorContext::GetType.
Hans Leidekker [Thu, 15 Nov 2012 13:07:00 +0000 (14:07 +0100)]
windowscodecs: Implement IWICBitmapFrameDecode::GetColorContexts for PNG images.
Hans Leidekker [Thu, 15 Nov 2012 13:06:25 +0000 (14:06 +0100)]
windowscodecs: Add a stub IWICColorContext implementation.
Hans Leidekker [Thu, 15 Nov 2012 13:06:10 +0000 (14:06 +0100)]
windowscodecs: Implement WICCreateColorContext_Proxy.
Jacek Caban [Thu, 15 Nov 2012 11:32:21 +0000 (12:32 +0100)]
cmd: Make allocation unfailable.
Jacek Caban [Thu, 15 Nov 2012 10:21:57 +0000 (11:21 +0100)]
atl: Properly fail on an aggregation attempt.
Dmitry Timoshkov [Thu, 15 Nov 2012 08:44:43 +0000 (16:44 +0800)]
fonts: Update 10-pixel cyrillic bitmaps for Tahoma.
Alexandre Julliard [Thu, 15 Nov 2012 16:46:37 +0000 (17:46 +0100)]
winex11: Move the screen saver support to a new SystemParametersInfo entry point.
Alexandre Julliard [Thu, 15 Nov 2012 16:38:21 +0000 (17:38 +0100)]
user32: Forward SystemParametersInfo calls to the user driver first.
Alexandre Julliard [Thu, 15 Nov 2012 15:18:16 +0000 (16:18 +0100)]
user32: Check the length of the loaded registry key for system parameters.
Alexandre Julliard [Thu, 15 Nov 2012 14:55:09 +0000 (15:55 +0100)]
user32: Simplify initialization of the desktop wallpaper.
Alexandre Julliard [Thu, 15 Nov 2012 14:54:52 +0000 (15:54 +0100)]
user32: Add parameter entry objects for the desktop wallpaper and pattern.
Alexandre Julliard [Thu, 15 Nov 2012 12:28:54 +0000 (13:28 +0100)]
user32: Use parameter entry objects for the non-client metrics parameters.
Alexandre Julliard [Thu, 15 Nov 2012 12:28:22 +0000 (13:28 +0100)]
user32: Use the default GUI font for unspecified font parameters.
Alexandre Julliard [Thu, 15 Nov 2012 12:29:21 +0000 (13:29 +0100)]
gdi32: Don't load bitmap glyphs when using subpixel rendering in GetGlyphOutline.
Nikolay Sivov [Wed, 14 Nov 2012 22:42:16 +0000 (17:42 -0500)]
msi: Remove unnecessary casts and argument from script site creation helper.
Nikolay Sivov [Wed, 14 Nov 2012 22:32:47 +0000 (17:32 -0500)]
msi: Make it clear where script type mask comes from.
Nikolay Sivov [Wed, 14 Nov 2012 22:08:14 +0000 (17:08 -0500)]
msi: COM cleanup for IActiveScriptSite.
Henri Verbeet [Wed, 14 Nov 2012 22:06:00 +0000 (23:06 +0100)]
d3d10core: Fix the stream index in d3d10_device_IASetVertexBuffers().
Henri Verbeet [Wed, 14 Nov 2012 22:05:59 +0000 (23:05 +0100)]
wined3d: Add support for geometry shaders to the GLSL shader backend.
Henri Verbeet [Wed, 14 Nov 2012 22:05:58 +0000 (23:05 +0100)]
ddraw: Avoid LPDIRECT3DLIGHT.
Henri Verbeet [Wed, 14 Nov 2012 22:05:57 +0000 (23:05 +0100)]
ddraw: Avoid LPDIRECT3DDEVICE.
Henri Verbeet [Wed, 14 Nov 2012 22:05:56 +0000 (23:05 +0100)]
ddraw: Avoid LPDIRECT3DDEVICE2.
Detlef Riekenberg [Tue, 13 Nov 2012 22:50:15 +0000 (23:50 +0100)]
netapi32/tests: Fix workstation test failures on XP.
Detlef Riekenberg [Tue, 13 Nov 2012 22:50:13 +0000 (23:50 +0100)]
kernel32/tests: Fix 32-bit thread test failures on NT 5.x 64bit.
Detlef Riekenberg [Tue, 13 Nov 2012 22:50:14 +0000 (23:50 +0100)]
netapi32/tests: Fix an access test failure on XP.
Nikolay Sivov [Wed, 14 Nov 2012 05:26:14 +0000 (00:26 -0500)]
msi: Store object function pointers with type id.
Nikolay Sivov [Wed, 14 Nov 2012 04:45:02 +0000 (23:45 -0500)]
msi: Cache ITypeInfo instances for automation objects instead of reloading every time.
Jacek Caban [Wed, 14 Nov 2012 14:49:46 +0000 (15:49 +0100)]
jscript: Use proper object as 'this' when function is called on an activation object.
Piotr Caban [Wed, 14 Nov 2012 14:39:55 +0000 (15:39 +0100)]
msvcp60: Added iostream tests.
Piotr Caban [Wed, 14 Nov 2012 14:39:41 +0000 (15:39 +0100)]
msvcp60: Fixed basic_istream::getline(basic_string) implementation.
Piotr Caban [Wed, 14 Nov 2012 14:39:31 +0000 (15:39 +0100)]
msvcp60: Fixed basic_istream::seekg implementation.
Piotr Caban [Wed, 14 Nov 2012 14:39:19 +0000 (15:39 +0100)]
msvcp60: Fixed basic_istream::ipfx implementation.
Piotr Caban [Wed, 14 Nov 2012 14:39:08 +0000 (15:39 +0100)]
msvcp60: Fixed num_put::fput implementation.
Piotr Caban [Wed, 14 Nov 2012 14:38:54 +0000 (15:38 +0100)]
msvcp60: Fixed num_get class implementataion.
Piotr Caban [Wed, 14 Nov 2012 14:38:39 +0000 (15:38 +0100)]
msvcp60: Remove mutex class.
Piotr Caban [Wed, 14 Nov 2012 14:38:20 +0000 (15:38 +0100)]
msvcp60: Added basic_string tests.
Piotr Caban [Wed, 14 Nov 2012 14:37:54 +0000 (15:37 +0100)]
msvcp60: Fixed basic_string::c_str implementation.
Piotr Caban [Wed, 14 Nov 2012 14:37:42 +0000 (15:37 +0100)]
msvcp60: Fixed basic_filebuf<short> implementation.
Piotr Caban [Wed, 14 Nov 2012 14:37:25 +0000 (15:37 +0100)]
msvcp60: Fixed basic_filebuf<char> implementation.
Piotr Caban [Wed, 14 Nov 2012 14:33:42 +0000 (15:33 +0100)]
msvcp90: Fixed basic_istream_char_read_uint64 tests.
Michael Stefaniuc [Wed, 14 Nov 2012 11:29:59 +0000 (12:29 +0100)]
msvcp100: Avoid FALSE:TRUE conditional expressions.
Michael Stefaniuc [Wed, 14 Nov 2012 11:35:49 +0000 (12:35 +0100)]
oleaut32: Remove a superfluous TRUE:FALSE conditional expression.
Christian Costa [Tue, 13 Nov 2012 20:16:44 +0000 (21:16 +0100)]
user32: Add tests for MapWindowPoints, ClientToScreen and ScreenToClient.
Based on a patch by Rico Schüller.
Alexandre Julliard [Wed, 14 Nov 2012 15:29:39 +0000 (16:29 +0100)]
user32: Add some error checking in ScreenToClient and ClientToScreen.
Alexandre Julliard [Wed, 14 Nov 2012 15:26:13 +0000 (16:26 +0100)]
user32: Properly set last error in MapWindowPoints.
Alexandre Julliard [Wed, 14 Nov 2012 12:22:25 +0000 (13:22 +0100)]
user32: Add helper functions for loading and saving system parameter registry entries.
Alexandre Julliard [Wed, 14 Nov 2012 11:54:41 +0000 (12:54 +0100)]
user32: Support more user preference system parameters.
Alexandre Julliard [Wed, 14 Nov 2012 11:19:19 +0000 (12:19 +0100)]
user32: Add system parameter descriptors for user preference parameters.
Henri Verbeet [Tue, 13 Nov 2012 20:24:23 +0000 (21:24 +0100)]
d3d10core: Implement d3d10_device_GSGetShader().
Henri Verbeet [Tue, 13 Nov 2012 20:24:22 +0000 (21:24 +0100)]
d3d10core: Implement d3d10_device_GSSetShader().
Henri Verbeet [Tue, 13 Nov 2012 20:24:21 +0000 (21:24 +0100)]
ddraw: Avoid LPDIRECT3DDEVICE3.
Henri Verbeet [Tue, 13 Nov 2012 20:24:20 +0000 (21:24 +0100)]
ddraw: Avoid LPDIRECT3DDEVICE7.
Henri Verbeet [Tue, 13 Nov 2012 20:24:19 +0000 (21:24 +0100)]
ddraw: Avoid LPDIRECT3DVIEWPORT.
Nozomi Kodama [Mon, 12 Nov 2012 01:23:57 +0000 (15:23 -1000)]
d3dx9_36: Fix the case out = in for D3DXSHRotate.
Nozomi Kodama [Mon, 12 Nov 2012 01:21:36 +0000 (15:21 -1000)]
d3dx9_36: Implement handy computations for small orders in D3DXSHRotate.
Detlef Riekenberg [Tue, 13 Nov 2012 04:31:25 +0000 (05:31 +0100)]
advapi32/tests: Test string alias for common RID in sid strings.
Detlef Riekenberg [Tue, 13 Nov 2012 04:31:24 +0000 (05:31 +0100)]
advapi32: Allow string alias for common RID in sid strings.
Christian Costa [Fri, 9 Nov 2012 09:05:46 +0000 (10:05 +0100)]
d3drm: Implement texture SetAppData and GetAppData.
André Hentschel [Sat, 10 Nov 2012 14:57:22 +0000 (15:57 +0100)]
msxml3: Fix remaining memory leak (coverity).
André Hentschel [Sat, 10 Nov 2012 14:56:58 +0000 (15:56 +0100)]
oleaut32: Fix remaining memory leak (coverity).
Akihiro Sagawa [Mon, 12 Nov 2012 15:26:45 +0000 (00:26 +0900)]
winmm: Fix SEEK_END direction of mmio files without buffering.
Akihiro Sagawa [Mon, 12 Nov 2012 15:26:42 +0000 (00:26 +0900)]
winmm/tests: Add more mmioSeek tests.
Jörg Höhle [Tue, 6 Nov 2012 21:59:55 +0000 (22:59 +0100)]
mciavi: Fix player deadlock when starting to play.
Piotr Caban [Tue, 13 Nov 2012 15:51:51 +0000 (16:51 +0100)]
gdi32: Added GetGlyphOutlineW tests on glyph that contains empty contour.
Piotr Caban [Tue, 13 Nov 2012 15:51:29 +0000 (16:51 +0100)]
gdi32: Ignore contours containing one point in get_glyph_outline function.
Jacek Caban [Tue, 13 Nov 2012 12:35:49 +0000 (13:35 +0100)]
mshtml: Added IHTMLScriptElement::get_text implementation.
Daniel Jelinski [Mon, 12 Nov 2012 18:03:24 +0000 (19:03 +0100)]
comctl32: Move WM_SIZE handling into WM_WINDOWPOSCHANGED.
Alexandre Julliard [Tue, 13 Nov 2012 15:09:22 +0000 (16:09 +0100)]
user32: Add some defines to reduce Unicode string duplication.
Alexandre Julliard [Tue, 13 Nov 2012 14:59:37 +0000 (15:59 +0100)]
user32: Implement a number of missing system parameters.
Alexandre Julliard [Tue, 13 Nov 2012 14:10:05 +0000 (15:10 +0100)]
user32: Add structures to describe individual system parameters to reduce code duplication.
Hans Leidekker [Tue, 13 Nov 2012 09:06:20 +0000 (10:06 +0100)]
windowscodecs: Implement IWICBitmapDecoderInfo::GetFileExtensions.
Hans Leidekker [Tue, 13 Nov 2012 09:05:33 +0000 (10:05 +0100)]
mscms: Handle more bitmap formats.
Henri Verbeet [Mon, 12 Nov 2012 20:51:01 +0000 (21:51 +0100)]
d3d10core: Implement d3d10_device_PSGetShader().
Henri Verbeet [Mon, 12 Nov 2012 20:51:00 +0000 (21:51 +0100)]
d3d10core: Implement d3d10_device_VSGetShader().
Henri Verbeet [Mon, 12 Nov 2012 20:50:59 +0000 (21:50 +0100)]
ddraw: Avoid LPDIRECT3DVIEWPORT2.
Henri Verbeet [Mon, 12 Nov 2012 20:50:58 +0000 (21:50 +0100)]
ddraw: Avoid LPDIRECT3DVIEWPORT3.
Henri Verbeet [Mon, 12 Nov 2012 20:50:57 +0000 (21:50 +0100)]
ddraw: Avoid LPDIRECT3DMATERIAL.
Alexandre Julliard [Mon, 12 Nov 2012 15:35:05 +0000 (16:35 +0100)]
user32: Add helper functions to get and set dword registry values in SystemParametersInfo.
Detlef Riekenberg [Mon, 12 Nov 2012 04:50:13 +0000 (05:50 +0100)]
advapi32/tests: Fix a failure on 64bit NT 5.x.
Hwang YunSong [Mon, 12 Nov 2012 02:18:56 +0000 (11:18 +0900)]
po: Update Korean translation.
Jacek Caban [Mon, 12 Nov 2012 11:59:33 +0000 (12:59 +0100)]
ieframe: Added IWebBrowser2::Refresh tests.
Jacek Caban [Mon, 12 Nov 2012 11:59:20 +0000 (12:59 +0100)]
ieframe: Added IWebBrowser2::Refresh implementation.
Jacek Caban [Mon, 12 Nov 2012 11:59:06 +0000 (12:59 +0100)]
ieframe: Forward more DocHost::Exec calls to embedders.
Jacek Caban [Mon, 12 Nov 2012 11:58:54 +0000 (12:58 +0100)]
mshtml: Added refresh tests.
Jacek Caban [Mon, 12 Nov 2012 11:58:41 +0000 (12:58 +0100)]
mshtml: Added exec_refresh implementation.
Jacek Caban [Mon, 12 Nov 2012 11:58:27 +0000 (12:58 +0100)]
mshtml: Store embedder's IOleComandTarget iface in HTMLDocumentObj and use it in handle_navigation_error.
Jacek Caban [Mon, 12 Nov 2012 11:58:13 +0000 (12:58 +0100)]
mshtml: Added IPersistHistory tests.
Jacek Caban [Mon, 12 Nov 2012 11:57:58 +0000 (12:57 +0100)]
mshtml: Don't skip history notification for about: URLs.
Jacek Caban [Mon, 12 Nov 2012 11:57:48 +0000 (12:57 +0100)]
mshtml: Properly report history update for location.replace call.
Nikolay Sivov [Sat, 10 Nov 2012 18:36:12 +0000 (13:36 -0500)]
scrrun: Block stream reading calls if it's not in ForReading mode.
Nikolay Sivov [Sat, 10 Nov 2012 16:43:39 +0000 (11:43 -0500)]
scrrun: Improve OpenTextFile stub.
Nikolay Sivov [Sat, 10 Nov 2012 14:47:17 +0000 (09:47 -0500)]
scrrun: Use heap helpers for dictionary.
Hans Leidekker [Mon, 12 Nov 2012 10:46:53 +0000 (11:46 +0100)]
rpcrt4: Implement RpcMgmtIsServerListening.
Hans Leidekker [Mon, 12 Nov 2012 10:46:36 +0000 (11:46 +0100)]
msvcr100: Add a version resource.