Nikolay Sivov [Mon, 25 Jan 2010 18:55:02 +0000 (21:55 +0300)]
xmllite/tests: Add test for XML declaration parsing.
Andrew Nguyen [Mon, 25 Jan 2010 12:44:57 +0000 (06:44 -0600)]
shlwapi: Only check for NULL pointers in HashData.
Andrew Nguyen [Mon, 25 Jan 2010 18:44:43 +0000 (12:44 -0600)]
shlwapi/tests: Add tests for HashData.
Henri Verbeet [Mon, 25 Jan 2010 18:51:32 +0000 (19:51 +0100)]
wined3d: Move some macros to directx.c.
Nothing GL specific about these.
Henri Verbeet [Mon, 25 Jan 2010 18:51:31 +0000 (19:51 +0100)]
wined3d: Add support for ARB_vertex_array_bgra.
Henri Verbeet [Mon, 25 Jan 2010 18:51:30 +0000 (19:51 +0100)]
wined3d: Add an ARB_sync implementation of event queries.
Henri Verbeet [Mon, 25 Jan 2010 18:51:29 +0000 (19:51 +0100)]
wined3d: Add support for ARB_sync.
Henri Verbeet [Mon, 25 Jan 2010 18:51:28 +0000 (19:51 +0100)]
wined3d: Get rid of some unnecessary casts to specific shader types.
Jason Edmeades [Sun, 24 Jan 2010 20:56:11 +0000 (12:56 -0800)]
user32: Preselect all editbox text when combo gets focus.
Jason Edmeades [Sun, 24 Jan 2010 20:37:59 +0000 (12:37 -0800)]
user32/tests: Combo should preselect all text on first WM_SETFOCUS.
André Hentschel [Sun, 24 Jan 2010 19:14:48 +0000 (20:14 +0100)]
oleaut32: Fix a crash in VB6.
Paul Vriens [Mon, 25 Jan 2010 14:14:32 +0000 (15:14 +0100)]
shell32/tests: Fix test failures on old shell32 for FO_MOVE.
Paul Vriens [Mon, 25 Jan 2010 13:18:43 +0000 (14:18 +0100)]
shell32/tests: Skip FO_COPY tests on old shell32.
Paul Vriens [Mon, 25 Jan 2010 12:13:54 +0000 (13:13 +0100)]
shell32/tests: Fix FO_RENAME tests for old shell32.
Andrew Eikum [Mon, 25 Jan 2010 16:17:31 +0000 (10:17 -0600)]
wininet: Handle PROXY_TYPE_PROXY | PROXY_TYPE_DIRECT per-connection flags.
Alexandre Julliard [Mon, 25 Jan 2010 14:02:31 +0000 (15:02 +0100)]
ntdll: Use the heap flags instead of debug channels to test for enabled debug features.
Andrew Nguyen [Mon, 25 Jan 2010 12:44:45 +0000 (06:44 -0600)]
shlwapi: Change a magic HRESULT value to the appropriate name.
Hans Leidekker [Mon, 25 Jan 2010 13:00:08 +0000 (14:00 +0100)]
winhttp: Store the context passed to WinHttpSendRequest.
Nikolay Sivov [Sat, 23 Jan 2010 20:03:14 +0000 (23:03 +0300)]
xmllite: Initial support for just created reader state.
Nikolay Sivov [Sat, 23 Jan 2010 16:05:50 +0000 (19:05 +0300)]
xmllite: Implement a query through IXmlReaderInput for underlying stream interface,.
Rico Schüller [Sun, 24 Jan 2010 13:26:54 +0000 (14:26 +0100)]
d3d10: Add D3D10_EOO_PARSED_OBJECT_INDEX in parse_fx10_object().
Rico Schüller [Sun, 24 Jan 2010 13:26:46 +0000 (14:26 +0100)]
d3d10: Add D3D10_EOO_PARSED_OBJECT in parse_fx10_object().
Rico Schüller [Sun, 24 Jan 2010 13:26:39 +0000 (14:26 +0100)]
d3d10: Implement ID3D10EffectType::IsValid().
Rico Schüller [Sun, 24 Jan 2010 13:26:21 +0000 (14:26 +0100)]
d3d10: Implement ID3D10EffectPass::GetPixelShaderDesc().
Rico Schüller [Sun, 24 Jan 2010 13:26:13 +0000 (14:26 +0100)]
d3d10: Implement ID3D10EffectPass::GetGeometryShaderDesc().
Rico Schüller [Sun, 24 Jan 2010 13:25:52 +0000 (14:25 +0100)]
d3d10: Implement ID3D10EffectPass::GetVertexShaderDesc().
Rico Schüller [Sun, 24 Jan 2010 13:25:42 +0000 (14:25 +0100)]
d3d10: Parse shaders in parse_fx10_local_variable().
Rico Schüller [Sun, 24 Jan 2010 13:25:19 +0000 (14:25 +0100)]
d3d10: Add anonymous shaders.
Hans Leidekker [Mon, 25 Jan 2010 11:26:58 +0000 (12:26 +0100)]
winhttp: Adjust connect timeout to the value observed on Windows.
Hans Leidekker [Mon, 25 Jan 2010 11:26:24 +0000 (12:26 +0100)]
include: Add some missing prototypes.
Hans Leidekker [Mon, 25 Jan 2010 11:25:47 +0000 (12:25 +0100)]
pdh: Add a stub implementation of PdhSetDefaultRealTimeDataSource.
Dmitry Timoshkov [Mon, 25 Jan 2010 09:40:55 +0000 (17:40 +0800)]
winmm: Add a bunch of new mmio tests which discover some bugs in mmio handling.
Stefano Guidoni [Mon, 25 Jan 2010 00:13:46 +0000 (01:13 +0100)]
winemp3: Fix incorrect stream handling.
Dylan Smith [Mon, 25 Jan 2010 06:27:30 +0000 (01:27 -0500)]
richedit: Initialize fields for windowless richedit controls.
Caught by valgrind.
Dylan Smith [Mon, 25 Jan 2010 06:27:24 +0000 (01:27 -0500)]
richedit: Prevent uninitialized value from being used.
NULL may be returned by ITextHost::TxGetDC. Caught by valgrind.
Piotr Caban [Mon, 25 Jan 2010 02:49:49 +0000 (03:49 +0100)]
jscript: Fix jsdisp_propget_idx implementation.
Piotr Caban [Mon, 25 Jan 2010 02:49:24 +0000 (03:49 +0100)]
jscript: Fix array.reverse implementation.
Vincent Povirk [Sun, 24 Jan 2010 21:18:46 +0000 (15:18 -0600)]
gdiplus: Prefer the builtin version.
Jacek Caban [Sun, 24 Jan 2010 20:39:30 +0000 (21:39 +0100)]
mshtml: Code clean up.
Jacek Caban [Sun, 24 Jan 2010 20:39:01 +0000 (21:39 +0100)]
mshtml: Improved IHTMLWindow::GetIDsOfNames implementation.
Jacek Caban [Sun, 24 Jan 2010 20:38:20 +0000 (21:38 +0100)]
mshtml: Added semi-stub IHTMLSelectElement::add implementation.
Jacek Caban [Sun, 24 Jan 2010 20:37:52 +0000 (21:37 +0100)]
mshtml: Added support for pure IDispatch event handlers.
Jacek Caban [Sun, 24 Jan 2010 20:37:15 +0000 (21:37 +0100)]
mshtml: Call attached event handlers in reversed order.
Henri Verbeet [Sun, 24 Jan 2010 20:16:14 +0000 (21:16 +0100)]
wined3d: Add support for EXT_gpu_shader4 provided sampling functions with explicit derivatives.
Henri Verbeet [Sun, 24 Jan 2010 20:16:13 +0000 (21:16 +0100)]
wined3d: Store a pointer to the GL info in the shader context.
Henri Verbeet [Sun, 24 Jan 2010 20:16:12 +0000 (21:16 +0100)]
wined3d: Use the correct GLSL functions for sampling Rect textures with explicit derivatives.
Also kill the obsolete comment.
Henri Verbeet [Sun, 24 Jan 2010 20:16:11 +0000 (21:16 +0100)]
wined3d: Use the GLSL round() function when available.
Henri Verbeet [Sun, 24 Jan 2010 20:16:10 +0000 (21:16 +0100)]
wined3d: Add support for EXT_gpu_shader4.
Vincent Povirk [Sun, 24 Jan 2010 19:11:51 +0000 (13:11 -0600)]
ole32: IStorage_Revert has no effect for non-transacted storages.
Vincent Povirk [Fri, 18 Dec 2009 22:30:26 +0000 (16:30 -0600)]
gdiplus: Add traces to unimplemented functions in pen.c.
Vincent Povirk [Fri, 18 Dec 2009 22:22:25 +0000 (16:22 -0600)]
gdiplus: Always trace pixel formats in hex.
Vincent Povirk [Fri, 18 Dec 2009 22:19:34 +0000 (16:19 -0600)]
gdiplus: Add traces to unimplemented functions in imageattributes.c.
André Hentschel [Sun, 24 Jan 2010 15:31:19 +0000 (16:31 +0100)]
kernel32: Implement IsThreadAFiber function.
André Hentschel [Sun, 24 Jan 2010 15:31:02 +0000 (16:31 +0100)]
kernel32/tests: Test Fiber callback count.
André Hentschel [Sun, 24 Jan 2010 15:30:49 +0000 (16:30 +0100)]
kernel32/tests: Test Fiber Local Storage functions.
André Hentschel [Sun, 24 Jan 2010 15:30:36 +0000 (16:30 +0100)]
kernel32/tests: Test IsThreadAFiber function.
André Hentschel [Sun, 24 Jan 2010 15:30:16 +0000 (16:30 +0100)]
kernel32/tests: Test fiber Ex functions.
André Hentschel [Sun, 24 Jan 2010 15:29:30 +0000 (16:29 +0100)]
kernel32/tests: Run fiber tests on more platforms.
Justin Chevrier [Sun, 24 Jan 2010 07:07:09 +0000 (02:07 -0500)]
user32: EnumDisplayDevicesW, populate DeviceID member.
Jacek Caban [Sat, 23 Jan 2010 22:58:23 +0000 (23:58 +0100)]
jscript: Skip tests on old jscript.dll.
Jacek Caban [Sat, 23 Jan 2010 22:57:55 +0000 (23:57 +0100)]
jscript: Moved resetting lastIndex to do_regexp_match_next.
Jacek Caban [Sat, 23 Jan 2010 22:57:20 +0000 (23:57 +0100)]
jscript: Added String.replace implementation.
Jacek Caban [Sat, 23 Jan 2010 22:56:48 +0000 (23:56 +0100)]
jscript: Make RegExp contructor implementation more generic.
Eric Pouech [Sat, 23 Jan 2010 21:13:25 +0000 (22:13 +0100)]
dbghelp: For PE modules, when no debug info is present, also try to load symbols out of COFF symbol table.
Eric Pouech [Sat, 23 Jan 2010 21:13:18 +0000 (22:13 +0100)]
dbghelp: Removed some unused fields for public symbol description.
Eric Pouech [Sat, 23 Jan 2010 17:56:50 +0000 (18:56 +0100)]
winmm: For MCI parsing, use 64bit compatible variables.
Eric Pouech [Sat, 23 Jan 2010 17:56:45 +0000 (18:56 +0100)]
winmm: In mmio manipulation, always ensure that we use a HFILE for mmio internal handlers (and not a HANDLE).
Eric Pouech [Sat, 23 Jan 2010 17:56:36 +0000 (18:56 +0100)]
winmm: A couple of simple fixes for winmm compilation on 64bit platforms.
André Hentschel [Sat, 23 Jan 2010 15:46:09 +0000 (16:46 +0100)]
kernel32/tests: Fix header comments.
Freddie Tilley [Sat, 23 Jan 2010 10:09:28 +0000 (11:09 +0100)]
ntdll: Detect more cpu features in get_cpuinfo.
André Hentschel [Fri, 22 Jan 2010 20:08:34 +0000 (21:08 +0100)]
winegcc: Update comments.
Jacek Caban [Fri, 22 Jan 2010 16:12:57 +0000 (17:12 +0100)]
shdocvw: Moved WebBrowser client site realizing to separated function and release more interfaces in SetClientSite.
Jacek Caban [Fri, 22 Jan 2010 16:12:26 +0000 (17:12 +0100)]
shdocvw: Moved DocHost client site releasing to separated function and release more interfaces in SetClientSite.
Alexandre Julliard [Sat, 23 Jan 2010 19:33:37 +0000 (20:33 +0100)]
makefiles: Cross-compile all static libraries and import libs to .cross.a files to avoid conflicts.
Alexandre Julliard [Sat, 23 Jan 2010 19:51:27 +0000 (20:51 +0100)]
Avoid using wine/port.h in static libraries.
Alexandre Julliard [Sat, 23 Jan 2010 19:26:49 +0000 (20:26 +0100)]
makefiles: Add rules for cross-compiling static libraries.
Alexandre Julliard [Sat, 23 Jan 2010 19:25:14 +0000 (20:25 +0100)]
winegcc: Add support for specifying a custom static library suffix.
Alexandre Julliard [Sat, 23 Jan 2010 17:00:54 +0000 (18:00 +0100)]
makefiles: Move some of the cross-compile rules to the main rules file.
Alexandre Julliard [Sat, 23 Jan 2010 13:24:23 +0000 (14:24 +0100)]
makefiles: Remove the obsolete rule for .spec.o files.
Alexandre Julliard [Sat, 23 Jan 2010 13:24:06 +0000 (14:24 +0100)]
makefiles: Disable 16-bit specific modules from make_makefiles.
Alexandre Julliard [Sat, 23 Jan 2010 13:15:43 +0000 (14:15 +0100)]
configure: Add specific creation macros for the various types of makefiles.
Alexandre Julliard [Fri, 22 Jan 2010 16:54:11 +0000 (17:54 +0100)]
Release 1.1.37.
Huw Davies [Fri, 22 Jan 2010 12:08:47 +0000 (12:08 +0000)]
shell32: Add a test to show the IShellLink_GetIDList returns a copy of the IDList, remove an incorrect comment and fix a memory leak.
Found by Valgrind.
Hans Leidekker [Fri, 22 Jan 2010 11:49:44 +0000 (12:49 +0100)]
msi: Add tests for updating rows in join tables.
Hans Leidekker [Fri, 22 Jan 2010 11:49:11 +0000 (12:49 +0100)]
msi: Add support for updating rows in join tables.
Peter Dons Tychsen [Thu, 21 Jan 2010 01:45:46 +0000 (02:45 +0100)]
comctl32: Handle WM_NOTIFY correctly when the parent returns zero.
Paul Vriens [Fri, 22 Jan 2010 10:33:30 +0000 (11:33 +0100)]
msvcrtd/tests: Fix a memory leak (Valgrind).
Paul Vriens [Fri, 22 Jan 2010 10:22:37 +0000 (11:22 +0100)]
rpcrt4/tests: Fix some memory leaks (Valgrind).
Paul Vriens [Fri, 22 Jan 2010 09:03:28 +0000 (10:03 +0100)]
xmllite/tests: Remove some tests that make Vista SP0 crash.
Nikolay Sivov [Thu, 21 Jan 2010 18:05:25 +0000 (21:05 +0300)]
xmllite: Basic input object creation on IXmlReader::SetInput().
Nikolay Sivov [Thu, 21 Jan 2010 15:19:20 +0000 (18:19 +0300)]
xmllite: Add IXmlReaderInput stub implementation.
Nikolay Sivov [Thu, 21 Jan 2010 14:47:03 +0000 (17:47 +0300)]
xmllite/tests: Test query for supported interface sequence while creating IXmlReaderInput instance.
Alexandre Julliard [Fri, 22 Jan 2010 11:44:59 +0000 (12:44 +0100)]
winex11: Use the thread connection to clear the systray icon window.
Alexandre Julliard [Fri, 22 Jan 2010 11:33:24 +0000 (12:33 +0100)]
kernel32/tests: Add tests for the global flag and its influence on the heap flags.
Alexandre Julliard [Fri, 22 Jan 2010 11:33:03 +0000 (12:33 +0100)]
ntdll: Set the heap debug flags based on the GlobalFlag value.
Alexandre Julliard [Fri, 22 Jan 2010 11:32:40 +0000 (12:32 +0100)]
ntdll: Make it possible to use RtlGetNtGlobalFlags before the TEB is initialized.
Jacek Caban [Fri, 22 Jan 2010 00:25:30 +0000 (01:25 +0100)]
jscript: Skip tests on too old jscript.dll.
Jacek Caban [Thu, 21 Jan 2010 13:48:43 +0000 (14:48 +0100)]
mshtml: Added IDispatchEx support for frame element.
Jacek Caban [Thu, 21 Jan 2010 13:48:11 +0000 (14:48 +0100)]
mshtml: Added IHTMLFrameElement3::get_contentDocument implementation.
Jacek Caban [Thu, 21 Jan 2010 13:47:37 +0000 (14:47 +0100)]
mshtml: Added IHTMLFrameElement3 stub implementation.