Jacek Caban [Thu, 2 Oct 2008 13:27:17 +0000 (15:27 +0200)]
mshtml: Added IHTMLElement2::get_currentStyle implementation.
Jacek Caban [Thu, 2 Oct 2008 10:37:44 +0000 (12:37 +0200)]
mshtml: Added IHTMLStyle2 to IDispatchEx support.
Jacek Caban [Thu, 2 Oct 2008 10:37:35 +0000 (12:37 +0200)]
mshtml: Added IHTMStyle2 stub implementation.
Jacek Caban [Thu, 2 Oct 2008 10:37:15 +0000 (12:37 +0200)]
mshtml.idl: Added IHTMLStyle2 interface declaration.
Jeff Zaroyko [Tue, 30 Sep 2008 05:34:51 +0000 (15:34 +1000)]
msvcrt: Avoid a NULL pointer deref in ctime.
John Klehm [Mon, 29 Sep 2008 22:20:15 +0000 (17:20 -0500)]
wintab32: Handle negative output context range for y-axe.
John Klehm [Wed, 1 Oct 2008 16:26:05 +0000 (11:26 -0500)]
wintab32: Improve tracing of LOGCONTEXT struct.
Andrey Turkin [Wed, 1 Oct 2008 15:53:23 +0000 (19:53 +0400)]
dwmapi: Add a few stub implementations.
Piotr Caban [Wed, 1 Oct 2008 17:52:48 +0000 (19:52 +0200)]
msxml: Fix implementation of ISAXContentHandler_characters.
Piotr Caban [Wed, 1 Oct 2008 17:52:36 +0000 (19:52 +0200)]
msxml: Partial implementation of ISAXXMLReader_putProperty.
Andrew Nguyen [Wed, 1 Oct 2008 18:05:51 +0000 (13:05 -0500)]
wine.inf: Add entry for fake wintab32.dll.
Paul Vriens [Wed, 1 Oct 2008 20:25:11 +0000 (22:25 +0200)]
comctl32/tests: Don't crash on some win9x boxes.
Dylan Smith [Thu, 2 Oct 2008 05:59:46 +0000 (01:59 -0400)]
richedit: Print hex string for strcmp test failing on Windows 95, 98 & NT4.
Dmitry Timoshkov [Wed, 1 Oct 2008 19:00:18 +0000 (04:00 +0900)]
winex11.drv: Add support for _NET_WORKAREA.
Alexandre Julliard [Thu, 2 Oct 2008 15:30:55 +0000 (10:30 -0500)]
inetcomm: Add missing license header.
Aric Stewart [Thu, 2 Oct 2008 12:52:55 +0000 (07:52 -0500)]
user32/tests: GetMenuItemCount returns INT so check for -1 (Coverity 542).
Aric Stewart [Thu, 2 Oct 2008 12:42:34 +0000 (07:42 -0500)]
user32/tests: GetMenuItemCount returns an INT which can be -1 (Coverity 543).
Aric Stewart [Thu, 2 Oct 2008 12:20:01 +0000 (07:20 -0500)]
mlang: Correct use of uninitialized rfcstr value (Coverity 796).
Rob Shearman [Thu, 2 Oct 2008 10:38:45 +0000 (11:38 +0100)]
wininet: Move internet time tests from http.c to internet.c.
Rob Shearman [Thu, 2 Oct 2008 10:38:38 +0000 (11:38 +0100)]
wininet: Fix behaviour of InternetTimeFromSystemTimeA/W when a buffer that is too small is passed in.
Rob Shearman [Thu, 2 Oct 2008 10:38:30 +0000 (11:38 +0100)]
wininet: Add tests for InternetTimeFromSystemTimeW with insufficient buffer.
Rob Shearman [Thu, 2 Oct 2008 10:38:05 +0000 (11:38 +0100)]
oleaut32: Make the code in copy_to_variant and copy_from_variant more portable.
The typeof keyword isn't available on all compilers so avoid it if at
all possible.
Lei Zhang [Thu, 2 Oct 2008 08:35:59 +0000 (01:35 -0700)]
regedit: Check return values, don't request unneeded value which always fails.
Lei Zhang [Thu, 2 Oct 2008 08:30:22 +0000 (01:30 -0700)]
regedit: Use W version of TreeView_GetItem.
Jeff Zaroyko [Thu, 2 Oct 2008 05:10:27 +0000 (15:10 +1000)]
hhctrl.ocx: Always set WS_OVERLAPPEDWINDOW.
Juan Lang [Thu, 2 Oct 2008 04:46:47 +0000 (21:46 -0700)]
wintrust: Implement OpenPersonalTrustDBDialog.
Dmitry Timoshkov [Wed, 1 Oct 2008 21:16:26 +0000 (06:16 +0900)]
gdi32: Do not skip the font metrics update after the DC transform change.
Dmitry Timoshkov [Wed, 1 Oct 2008 19:48:44 +0000 (04:48 +0900)]
wine.inf: Correct the Pacific SA Standard Time entry.
Huw Davies [Wed, 1 Oct 2008 18:43:37 +0000 (13:43 -0500)]
rpcrt4: Actually set an unmarshalled object ptr to NULL when a NULL pointer id is received.
Aric Stewart [Sun, 28 Sep 2008 19:48:40 +0000 (14:48 -0500)]
mlang/tests: windows 2008's version of mlang E_FAILs when you pass in a rgelt in IEnumCodePage::Next.
Aric Stewart [Sun, 28 Sep 2008 19:48:29 +0000 (14:48 -0500)]
mlang/tests: Skip testing a codepage returning the buggy, legacy unicodeFEFF charset (only appears to exist on windows 2008).
Aric Stewart [Sun, 28 Sep 2008 15:52:20 +0000 (10:52 -0500)]
mlang/tests: GetLastError may not be set if Japanese conversions fail with S_FAIL so do not require that to skip the Japanese tests.
Aric Stewart [Sun, 28 Sep 2008 14:03:03 +0000 (09:03 -0500)]
mlang/tests: Some versions of native mlang return E_FAIL when source string is NULL and a source length is supplied.
Aric Stewart [Sat, 27 Sep 2008 21:10:51 +0000 (16:10 -0500)]
mlang/tests: IMultiLanguage2_GetRfc1766FromLcid can return S_FALSE on partial name matching so deal with this properly.
Aric Stewart [Sat, 27 Sep 2008 18:30:43 +0000 (13:30 -0500)]
imm32: ImmConfigureIME should return 0 when the type is IME_CONFIG_REGISTERWORD and the data is NULL.
Rob Shearman [Wed, 1 Oct 2008 10:19:58 +0000 (11:19 +0100)]
include: Generate error codes with correct type in urlmon.idl.
Use the _HRESULT_TYPEDEF_ macro to ensure that the error codes get the
correct type.
Rob Shearman [Wed, 1 Oct 2008 10:20:03 +0000 (11:20 +0100)]
wininet: Make WININET_AllocHandle 64-bit safe by using the correct type in the sizeof expression.
Rob Shearman [Wed, 1 Oct 2008 10:21:11 +0000 (11:21 +0100)]
quartz: Fix placement of WINAPI attribute in fnFoundSeek typedef.
MSVC requires that calling conventions appear inside the brackets.
Rob Shearman [Wed, 1 Oct 2008 10:21:04 +0000 (11:21 +0100)]
quartz: Don't use strlenW in array size declaration.
Use ARRAYSIZE() on the constant string arrays instead.
Rob Shearman [Wed, 1 Oct 2008 10:20:53 +0000 (11:20 +0100)]
winedos: Compare HRESULT value explicitly against S_OK instead of using an implicit != 0 comparison.
Rob Shearman [Wed, 1 Oct 2008 10:20:49 +0000 (11:20 +0100)]
wininet: Compare HRESULT values explicitly against S_OK instead of using an implicit != 0 comparison.
Rob Shearman [Wed, 1 Oct 2008 10:20:43 +0000 (11:20 +0100)]
urlmon: Compare HRESULT value explicitly against S_OK instead of using an implicit != 0 comparison.
Rob Shearman [Wed, 1 Oct 2008 10:20:31 +0000 (11:20 +0100)]
winhttp: Fix compilation with MinGW/MSVC.
Rob Shearman [Wed, 1 Oct 2008 10:20:09 +0000 (11:20 +0100)]
include: Wrap uses of u_* types in ws2tcpip.h with WS() macro.
Rob Shearman [Wed, 1 Oct 2008 10:19:53 +0000 (11:19 +0100)]
include: Define DD_OK to S_OK instead of 0.
Add define for DD_FALSE.
Rob Shearman [Wed, 1 Oct 2008 10:19:31 +0000 (11:19 +0100)]
cabinet: Check buffer size before copying in NONEfdi_decomp.
Check that the data will fit into the fixed sized buffer CAB(outbuf)
and return an error if not before copying.
Alistair Leslie-Hughes [Wed, 1 Oct 2008 04:23:05 +0000 (14:23 +1000)]
msxml3: Correct cast.
James Hawkins [Wed, 1 Oct 2008 01:57:27 +0000 (20:57 -0500)]
comctl32: Only log system messages.
James Hawkins [Wed, 1 Oct 2008 01:57:09 +0000 (20:57 -0500)]
comctl32: Fix several test failures in win2k.
James Hawkins [Wed, 1 Oct 2008 01:56:45 +0000 (20:56 -0500)]
comctl32: Only log system messages.
James Hawkins [Wed, 1 Oct 2008 01:56:34 +0000 (20:56 -0500)]
msi: Fix a test that fails in win95.
James Hawkins [Wed, 1 Oct 2008 01:56:27 +0000 (20:56 -0500)]
msi: Forward MsiDatabaseMergeA to MsiDatabaseMergeW.
James Hawkins [Wed, 1 Oct 2008 01:55:55 +0000 (20:55 -0500)]
msi: Add a stub implementation of MsiDatabaseMerge.
Dylan Smith [Tue, 30 Sep 2008 21:42:21 +0000 (17:42 -0400)]
richedit: Made sure table row gap/offset is copied on append row.
Dylan Smith [Tue, 30 Sep 2008 21:11:36 +0000 (17:11 -0400)]
richedit: Fixed a bug preventing streaming out nested table properties.
Dylan Smith [Tue, 30 Sep 2008 21:11:49 +0000 (17:11 -0400)]
richedit: Added code to stream out table border properties.
This code was simply missing, since the table border properties are
already stored and displayed.
Dylan Smith [Tue, 30 Sep 2008 21:11:41 +0000 (17:11 -0400)]
richedit: Prevent assertion failure when streaming out nested tables.
The table properties are streamed out at the start of the table for
non-nested tables, and at the end of the table for nested tables. The
assertion caught the fact that I didn't get the start of the table row
for nested tables before trying to stream out the properties.
The call to ME_GetTableRowStart will handle both of these cases by
getting the table row start paragraph and asserting that it is found.
This call was also the reason for removing the const qualifier on one
of the parameters.
Dylan Smith [Tue, 30 Sep 2008 21:11:29 +0000 (17:11 -0400)]
richedit: Prevent font or colour buffer overflow on stream out.
Static sized buffers are used for storing the colours and fonts, so
there needs to be a check to prevent these buffer from overflowing.
Dylan Smith [Tue, 30 Sep 2008 21:11:19 +0000 (17:11 -0400)]
richedit: Make sure border properties are saved for undo/redo.
Previously the paragraph and cell border properties were lost when
deleting the text, then undoing the deletion. This would cause tables
to lose the colour and width of the table border.
Jacek Caban [Tue, 30 Sep 2008 15:48:45 +0000 (17:48 +0200)]
jscript: Added delete expression for EXPRVAL_IDREF implementation.
Jacek Caban [Tue, 30 Sep 2008 15:48:36 +0000 (17:48 +0200)]
jscript: Added IDispatchEx::GeleteMemberByDispID implementation.
Jacek Caban [Tue, 30 Sep 2008 15:48:18 +0000 (17:48 +0200)]
jscript: Added Date constructor object implementation.
Jacek Caban [Tue, 30 Sep 2008 15:47:55 +0000 (17:47 +0200)]
jscript: Don't clear uninitialized variable.
Jacek Caban [Tue, 30 Sep 2008 15:47:40 +0000 (17:47 +0200)]
jscript: Allocate variables when entering execution context.
Jacek Caban [Tue, 30 Sep 2008 15:47:24 +0000 (17:47 +0200)]
jscript: Optimize GetDispID usage.
Jacek Caban [Tue, 30 Sep 2008 15:46:30 +0000 (17:46 +0200)]
mshtml: Ignore IDispatchJS in QueryInterface.
Jacek Caban [Tue, 30 Sep 2008 15:46:02 +0000 (17:46 +0200)]
mshtml: Added IHTMLTableRow::get_cells implementation.
Jacek Caban [Tue, 30 Sep 2008 15:45:48 +0000 (17:45 +0200)]
mshtml: Added IHTMLTable::get_rows implementation.
Jacek Caban [Tue, 30 Sep 2008 15:45:25 +0000 (17:45 +0200)]
mshtml: Store nsIDOMHTMLTableElement in HTMLTable.
Jacek Caban [Tue, 30 Sep 2008 15:45:08 +0000 (17:45 +0200)]
mshtml: Use create_all_collection in IHTMLElement::get_all implementation.
Jacek Caban [Tue, 30 Sep 2008 15:44:50 +0000 (17:44 +0200)]
mshtml: Use create_collection_from_nodelist in IHTMLElement::get_children implementation.
Jacek Caban [Tue, 30 Sep 2008 15:41:45 +0000 (17:41 +0200)]
mshtml: Move IHTMLElementCollection to separated file.
Jacek Caban [Tue, 30 Sep 2008 15:41:20 +0000 (17:41 +0200)]
mshtml: Don't use IHTMLControlElement in IDispatchEx implementations.
Jacek Caban [Tue, 30 Sep 2008 15:40:58 +0000 (17:40 +0200)]
mshtml: Added IDispatchEx support to IHTMLTable.
Jacek Caban [Tue, 30 Sep 2008 15:42:34 +0000 (17:42 +0200)]
mshtml: Added IDispatchEx support to HTMLTableRow.
Jacek Caban [Tue, 30 Sep 2008 15:40:19 +0000 (17:40 +0200)]
mshtml: Added IHTMLTableRow stub implementation.
Andrew Talbot [Tue, 30 Sep 2008 19:41:08 +0000 (20:41 +0100)]
dsound: Sign-compare warnings fix.
Andrew Talbot [Tue, 30 Sep 2008 19:41:03 +0000 (20:41 +0100)]
ddraw: Sign-compare warning fix.
Dmitry Timoshkov [Tue, 30 Sep 2008 18:09:02 +0000 (03:09 +0900)]
gdi32: Make the PS_NULL test pass under Wine.
Juan Lang [Tue, 30 Sep 2008 17:11:30 +0000 (10:11 -0700)]
wintrust: Implement WTHelperGetKnownUsages.
Juan Lang [Tue, 30 Sep 2008 17:11:00 +0000 (10:11 -0700)]
wintrust: Add tests for WTHelperGetKnownUsages.
Juan Lang [Tue, 30 Sep 2008 17:10:35 +0000 (10:10 -0700)]
wintrust: Add stub for WTHelperGetKnownUsages.
Eric Pouech [Mon, 29 Sep 2008 19:32:38 +0000 (21:32 +0200)]
dbghelp: Add support for the newest line number information in pdb files.
Eric Pouech [Mon, 29 Sep 2008 19:32:29 +0000 (21:32 +0200)]
dbghelp: Rewrote the linetab access so that we don't need to allocate intermediate information.
Eric Pouech [Mon, 29 Sep 2008 19:32:21 +0000 (21:32 +0200)]
winedump: First stab at dumping the "new" line information out of pdb files.
Eric Pouech [Mon, 29 Sep 2008 19:32:09 +0000 (21:32 +0200)]
winedump: Now dumping codeview source line information.
Eric Pouech [Mon, 29 Sep 2008 19:32:00 +0000 (21:32 +0200)]
dbghelp: Added support for real80 (aka long double) in inner codeview types.
Eric Pouech [Mon, 29 Sep 2008 19:31:53 +0000 (21:31 +0200)]
dbghelp: Now fully reading the leafs as variant for constants.
Also added missing creation for V3 constants.
Eric Pouech [Mon, 29 Sep 2008 19:31:47 +0000 (21:31 +0200)]
winedump: Improved a bit the MS Tool V3 description.
Eric Pouech [Mon, 29 Sep 2008 19:31:41 +0000 (21:31 +0200)]
dbghelp,winedump: Added support for symbol symbol.
Eric Pouech [Mon, 29 Sep 2008 19:31:35 +0000 (21:31 +0200)]
dbghelp,winedump: Added support for symbol 0x113c.
Eric Pouech [Mon, 29 Sep 2008 19:31:29 +0000 (21:31 +0200)]
dbghelp,winedump: Added support for 0x113d symbol.
Eric Pouech [Mon, 29 Sep 2008 19:31:21 +0000 (21:31 +0200)]
dbghelp: Silence symbol 0x1139.
Eric Pouech [Mon, 29 Sep 2008 19:31:15 +0000 (21:31 +0200)]
winedump: Add preliminary dumping of 0x1136 and 0x1137 symbols.
Eric Pouech [Mon, 29 Sep 2008 19:31:08 +0000 (21:31 +0200)]
winedump: Dump a bit more of information from procedures.
Eric Pouech [Mon, 29 Sep 2008 19:31:01 +0000 (21:31 +0200)]
winedump: Added support for dumping long long constants.
Eric Pouech [Mon, 29 Sep 2008 19:30:55 +0000 (21:30 +0200)]
dbghelp,winedump: Added support for symbol 0x1012.
Eric Pouech [Mon, 29 Sep 2008 19:30:48 +0000 (21:30 +0200)]
dbghelp,winedump: Added support for symbol 0x113a.
Eric Pouech [Mon, 29 Sep 2008 19:30:42 +0000 (21:30 +0200)]
dbghelp: Added stub for SymSetScopeFromAddr.
Eric Pouech [Mon, 29 Sep 2008 19:30:35 +0000 (21:30 +0200)]
dbghelp: Added the latest stubs.