Jacek Caban
3d3574eba0
mshtml: Pass the right 'this' argument to event handlers.
2008-10-13 11:15:43 +02:00
Jacek Caban
28d918f581
mshtml: Added IHTMLWindow2::get_event implementation.
2008-10-13 11:15:37 +02:00
Jacek Caban
a0c162cc4a
mshtml: Added event bubbling implementation.
2008-10-13 11:15:32 +02:00
Jacek Caban
364b12609c
mshtml: Added get_onmouseover implementations.
2008-10-13 11:15:22 +02:00
Jacek Caban
3cae9a7778
mshtml: Added IHTMLDocument2::put_onmouseover implementation.
2008-10-13 11:15:15 +02:00
Jacek Caban
4a2db7cc9b
mshtml: Added IHTMLElement::put_onmouseover implementation.
2008-10-13 11:15:05 +02:00
Alexandre Julliard
19966f8c0e
comcat: Moved all the implementation to ole32 where it belongs.
2008-10-11 13:30:08 +02:00
Alexandre Julliard
67fe27d036
comcat: Get rid of the redundant IUnknown vtable for the manager implementation.
2008-10-11 13:23:52 +02:00
Alexandre Julliard
f8ff1bd6fb
comcat: Simplify the class factory implementation and make it more similar to the other ones in ole32.
2008-10-11 13:11:49 +02:00
Alexandre Julliard
d4f107f54b
comcat: Moved dll registration to ole32.
2008-10-11 13:08:22 +02:00
Alexandre Julliard
e5299ac7ba
comcat: Get rid of NULL checks on the This pointer.
2008-10-11 11:57:39 +02:00
Francois Gouget
0f38a60dd3
Assorted spelling fixes.
2008-10-10 14:14:05 +02:00
Francois Gouget
7e77ecdf30
cryptdlg: Fix compilation on systems that don't support nameless unions.
2008-10-10 14:14:01 +02:00
Francois Gouget
516ff4c6eb
mshtml/tests: Add a trailing '\n' to an ok() call.
2008-10-10 14:13:58 +02:00
Roderick Colenbrander
a3dff8af94
opengl32: Add a test case for WGL_ARB_create_context/opengl3.
2008-10-10 14:13:54 +02:00
Alistair Leslie-Hughes
abd7056bd0
mshtml: Implement IHTMLStyle put/get borderWidth.
2008-10-10 14:13:13 +02:00
Jacek Caban
2b0013128f
mshtml: Moved events declaration to separated file.
2008-10-10 13:05:23 +02:00
Jacek Caban
70bb5b0749
mshtml: Added IDispatchEx support to HTMLEventObj.
2008-10-10 12:56:12 +02:00
Jacek Caban
37b7a217f3
mshtml: Don't use IDispatchEx for timer callbacks.
2008-10-10 12:55:59 +02:00
Jacek Caban
b0ff8f7e95
mshtml: Added IHTMLSelectElement::[get|put]_disabled implementation.
2008-10-10 12:55:55 +02:00
Jacek Caban
9306e9b657
mshtml: Use IHTMLElement3 in IDispatchEx.
2008-10-10 12:55:50 +02:00
Jacek Caban
f462e4140f
mshtml: Added IHTMLElement3::[get|put]_implementation.
2008-10-10 12:55:44 +02:00
Jacek Caban
cd345c10ba
mshtml: Forward IHTMLelement3::[get|put]_disabled to child object if possible.
2008-10-10 12:55:38 +02:00
Jacek Caban
27eb80cc3a
mshtml: Get rid of setup_nswindow.
...
It's no longer needed.
2008-10-10 12:55:30 +02:00
Jacek Caban
8162797af0
mshtml: Use stored nsdoc in IHTMLOptionElementFactory::create.
2008-10-10 12:55:24 +02:00
Jacek Caban
c3ea7272a3
mshtml: Use stored nsdoc in IHTMOptionElement::put_text.
2008-10-10 12:55:19 +02:00
Jacek Caban
4283f5ac40
mshtml: Use stored nsdoc in IHTMLElement::insertAdjacentText.
2008-10-10 12:55:14 +02:00
Jacek Caban
ccef2eab80
mshtml: Use stored nsdoc in IHTMLElement::insertAdjacentHTML.
2008-10-10 12:55:08 +02:00
Jacek Caban
8423450ccf
mshtml: Use stored nsdoc in exec_indent.
2008-10-10 12:54:58 +02:00
Jacek Caban
08efe6de3e
mshtml: Use stored nsdoc in IHTMLTxtRange::expand.
2008-10-10 12:54:53 +02:00
Dmitry Timoshkov
5d24cb4565
winmm: The buffer provided by an application is valid only in the mmioOpen(FOURCC_MEM) case.
2008-10-10 12:54:41 +02:00
James Hawkins
a7762476f2
comctl32: Fix MCM_SETFIRSTDAYOFWEEK when the first day set is greater than max allowed.
2008-10-10 12:28:11 +02:00
Juan Lang
c2921eda4a
crypt32: Fix some test failures on Win9x.
2008-10-10 12:27:52 +02:00
Paul Vriens
a8c44d9aaf
spoolss/tests: Fix a failure on Vista/W2K8.
2008-10-10 12:27:46 +02:00
Paul Vriens
c0e4e2da1e
winmm/tests: Fix some failures on Vista and W2K8.
2008-10-10 12:27:39 +02:00
Paul Vriens
6c0467c18c
winmm/tests: Fix the failures on Win9x and WinMe.
2008-10-10 12:27:36 +02:00
Henri Verbeet
8299df900c
ddraw: Remove a few more redundant inits (LLVM/Clang).
2008-10-10 12:27:28 +02:00
Henri Verbeet
a98b19cef5
wined3d: Pass the correct RECT to LoadLocation() in LockRect().
2008-10-10 12:27:21 +02:00
Henri Verbeet
cb472a3be7
wined3d: Declare diffuseColor and specularColor inside their respective blocks (LLVM/Clang).
2008-10-10 12:27:17 +02:00
Aric Stewart
f2dbaeff64
mlang/tests: Make sure a given codepage has 'abc' before depending on that conversion to detect if a codepage is convertable.
2008-10-10 12:27:09 +02:00
Michael Karcher
9fe98546e4
msxml3: Text node should not aggregate element.
2008-10-10 12:26:52 +02:00
Michael Karcher
64e44d1156
msxml3: _domtext->element is in fact a IXMLDOMNode.
2008-10-10 12:26:45 +02:00
Hans Leidekker
addcf866cb
usp10: Store glyph mappings and widths in the script cache.
2008-10-10 12:26:41 +02:00
Stefan Leichter
fa6a31ab84
winscard: Add stubs for SCardAddReaderToGroupA/W.
2008-10-09 14:40:13 +02:00
Alexandre Julliard
87e21fe585
msi/tests: Clean up the binary.dat file.
2008-10-09 14:27:21 +02:00
Juan Lang
1627377d1b
inetmib1: Fix remaining failure on Win9x/NT4.
2008-10-09 14:20:05 +02:00
Juan Lang
52e64b155e
inetmib1: Fix some test failures on Win9x/NT4.
2008-10-09 14:20:01 +02:00
Juan Lang
04a65b3cb8
wintrust: Fix test failures on Win9x.
2008-10-09 14:19:54 +02:00
Alistair Leslie-Hughes
bcc1fda727
msxml3: Add IXMLHTTPRequest support.
2008-10-09 13:15:16 +02:00
Alexander Morozov
7541ecbf4c
ntoskrnl.exe: Fix trace typo.
2008-10-09 13:14:49 +02:00
Paul Vriens
4ac4401c41
user32/tests: Don't crash on NT4.
2008-10-09 13:14:44 +02:00
Paul Vriens
b7787ec0c8
wintrust/tests: Vista/W2K8 have some extra struct members.
2008-10-09 13:01:50 +02:00
Paul Vriens
025a39e209
shell32/tests: Fix a failure on NT4.
2008-10-09 13:01:47 +02:00
Paul Vriens
6d15749d14
ole32/tests: Fix two failures on NT4.
2008-10-09 13:01:40 +02:00
James Hawkins
68268dc3df
msi: Initialize the count variable to zero.
2008-10-09 13:01:31 +02:00
James Hawkins
451aff9ae5
msi: Add extra constraints on the formatting string of edit path text.
2008-10-09 13:01:25 +02:00
James Hawkins
1484c6272d
msi: Add a stub implementation of MsiDetermineApplicablePatches.
2008-10-09 13:01:18 +02:00
James Hawkins
8128d97fd4
msi: Replace lengthy calls to MSI_DatabaseOpenView with MSI_OpenQuery.
2008-10-09 12:58:47 +02:00
James Hawkins
f03889ae82
msi: Add initial implementation of MsiDatabaseMerge, with tests.
2008-10-09 12:58:25 +02:00
James Hawkins
c9ec69db02
msi: Add tests for converting record fields between strings and ints.
2008-10-09 12:58:12 +02:00
James Hawkins
b187008345
msi: Remove a part of a debugging statement that was accidentally left in.
2008-10-09 12:58:09 +02:00
Dmitry Timoshkov
7c1397412b
gdi32: Revert incorrect fix introduced in a5d288f08c
.
...
The real fix has been provided in 41aad2dce2
.
2008-10-09 12:58:03 +02:00
Dmitry Timoshkov
f898547b77
gdi32: Remove the code which bypasses the DC transformation checks.
...
If it's absolutely required to check the child list first, that should be
done inside of find_in_cache using the same comparisons as done there.
2008-10-09 12:57:54 +02:00
Jacek Caban
f3e7637139
jscript: Added '%=' expression implementation.
2008-10-09 12:57:40 +02:00
Jacek Caban
065581b236
jscript: Added '%' expression implementation.
2008-10-09 12:57:38 +02:00
Alexandre Julliard
fe7c5d86e7
ws2_32: Allow arbitrary-sized iovecs again in WSASendTo and WSARecvFrom.
2008-10-09 12:57:33 +02:00
Juan Lang
cb341f3717
crypt32: Fix error handling for cyclic chains.
2008-10-09 12:29:44 +02:00
Juan Lang
742c1a37f3
crypt32: Remove an error that no longer fails.
2008-10-09 12:29:38 +02:00
Juan Lang
dd74ac0ce5
crypt32: Fix some chain failures on Win9x/NT4.
2008-10-09 12:29:32 +02:00
Juan Lang
5fc947e0b6
crypt32: Fix test failures on NT4.
2008-10-09 12:29:26 +02:00
Jacek Caban
e5604b7ba3
mshtml: Use stored nsdoc in IHTMLTxtRange::put_text.
2008-10-09 12:28:52 +02:00
Jacek Caban
16f2965eb9
mshtml: Use stored nsdoc in prev_node.
2008-10-09 12:28:48 +02:00
Jacek Caban
f1ff6b0993
mshtml: Use stored nsdoc in IHTMLDocument3::getElementById.
2008-10-09 12:28:40 +02:00
Jacek Caban
08257acea2
mshtml: Use stored nselem in get_documentElement.
2008-10-09 12:28:36 +02:00
Jacek Caban
4f08c4f09b
mshtml: Use stored nsdoc in createTextNode.
2008-10-09 12:28:31 +02:00
Jacek Caban
9f1d3b21da
mshtml: Use stored nsdoc in IHTMLDocument2::get_styleSheets.
2008-10-09 12:28:26 +02:00
Jacek Caban
9fbc40f8bb
mshtml: Use stored nsdoc in IHTMLDocument2::createElement.
2008-10-09 12:28:21 +02:00
Jacek Caban
c451ac27f2
mshtml: Use stored nsdoc in IHTMLDocument2::write.
2008-10-09 12:28:16 +02:00
Jacek Caban
c5adad12fe
mshtml: Use stored nsdoc in IHTMLDocument2::get_title.
2008-10-09 12:28:10 +02:00
Jacek Caban
0a79d9c690
mshtml: Use stored nsdoc in IHTMLDocument2::put_title.
2008-10-09 12:28:06 +02:00
Jacek Caban
567fbd5d36
mshtml: Use stored nsdoc in IHTMLDocument2::get_body.
2008-10-09 12:28:01 +02:00
Jacek Caban
5629945cb7
mshtml: Use stored nsdoc in IHTMDocument2::get_all.
2008-10-09 12:27:57 +02:00
Jacek Caban
502532ee23
mshtml: Use stored nsdoc in HTMLCurrentStyle_Create.
2008-10-09 12:27:48 +02:00
Jacek Caban
408024a2d1
mshtml: Use stored nsdoc in createTextRange.
2008-10-09 12:27:42 +02:00
Jacek Caban
7c7b7f0ae7
mshtml: Use stored nsdoc in exec_hyperlink.
2008-10-09 12:27:36 +02:00
Jacek Caban
23937c4704
mshtml: Use stored nsdoc in set_font_size.
2008-10-09 12:27:27 +02:00
Jacek Caban
427610da89
mshtml: Use stored nsdoc in get_doc_string.
2008-10-09 12:26:56 +02:00
Jacek Caban
e90386b27b
mshtml: Use stored nsdoc in createRange.
2008-10-09 12:25:47 +02:00
Jacek Caban
7a74f5b5ae
mshtml: Use stored nsdoc in get_compatMode.
2008-10-09 12:25:35 +02:00
Jacek Caban
e604ae3e0c
mshtml: Use stored nsdoc in handle_load.
2008-10-09 12:24:28 +02:00
Jacek Caban
98789edc3e
mshtml: Store nsIDOMHTMLDocument in HTMLDocument.
2008-10-09 12:24:21 +02:00
Juan Lang
04841e1f35
wintrust: Don't hardcode supported OIDs, let CryptDecodeObject handle it directly.
2008-10-09 12:15:03 +02:00
Juan Lang
dc34bb9eb0
crypt32: Implement CryptSIPRetrieveSubjectGuid for .cat files.
2008-10-09 12:14:57 +02:00
Juan Lang
a4eb01d2d7
wintrust: Implement CryptSIPGetSignedDataMsg for .cat files.
2008-10-09 12:14:51 +02:00
Paul Vriens
46fd5620cf
lz32/tests: Change a trace into a skip.
2008-10-09 12:14:44 +02:00
Paul Vriens
eba92bd7ee
wininet/tests: Don't crash on W2K and below.
2008-10-09 12:14:37 +02:00
Paul Vriens
b1105d49f6
shlwapi/tests: Don't crash on NT4.
2008-10-09 12:14:33 +02:00
Henri Verbeet
3643d59d5b
wined3d: Make sure some variables are always initialized.
2008-10-09 12:14:26 +02:00
Henri Verbeet
9aaccfe77f
wined3d: Correct some swizzles and write masks in arb_program_shader.
2008-10-09 12:14:21 +02:00
Henri Verbeet
af6636c21c
wined3d: Don't do GL calls without a context.
2008-10-09 12:14:15 +02:00
Henri Verbeet
3b2ac77e12
wined3d: Set the correct pow2Matrix for cube textures when NPOT textures are supported.
2008-10-09 12:14:08 +02:00
Henri Verbeet
8985b7a755
wined3d: Get rid of some redundant assignments (LLVM/Clang).
2008-10-09 12:14:01 +02:00
Henri Verbeet
937ceda47f
wined3d: Remove a redundant initialization of cfgs in CheckDepthStencilCapability (LLVM/Clang).
2008-10-09 12:13:53 +02:00
Henri Verbeet
e9daf92ae6
wined3d: Assign the correct "levels" variable (LLVM/Clang).
2008-10-09 12:13:43 +02:00
Aric Stewart
19d18f0e5c
browseui: Update AutoComplete Multi to have a stub implemntation of CLSID_ACListISF and IID_IACList2.
2008-10-08 15:09:23 +02:00
Austin English
a1e615813f
ntdll: Quiet a noisy fixme.
2008-10-08 14:26:56 +02:00
Andrey Turkin
7ba54ab45c
kernel32: Add ExitProcess wrapper to please Shrinker.
2008-10-08 14:26:19 +02:00
Jan-Peter Nilsson
b261836709
wininet: Fix HTTP_ProcessCookies only processing one cookie.
2008-10-08 14:17:08 +02:00
Kjell Rune Skaaraas
ed96dd72e3
wined3d: Implement IWineD3DResourceImpl_GetPriority and IWineD3DResourceImpl_SetPriority for resource management.
2008-10-08 14:17:03 +02:00
Joris Huizer
af08680037
version/tests: Corrected memset placement.
2008-10-08 14:10:50 +02:00
Piotr Caban
b84e4789af
msxml: Added CDATA related events handling.
2008-10-08 14:08:49 +02:00
Piotr Caban
db2761a8d6
msxml: Added ISAXLexicalHandler_comment event.
2008-10-08 14:08:45 +02:00
Piotr Caban
1596a1acbf
msxml: Fix parsing <.../> elements.
2008-10-08 14:08:41 +02:00
Piotr Caban
c801c18ad2
msxml: Rewrite ISAXContentHandler_characters.
2008-10-08 14:08:38 +02:00
Michael Stefaniuc
ca0074e706
shell32/tests: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:43:27 +02:00
Michael Stefaniuc
0c07d3ba37
oleaut32: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:43:22 +02:00
Michael Stefaniuc
704ebf280e
msi: Use the right FAILED/SUCCEEDED macro instead of negating the opposite.
2008-10-08 13:43:17 +02:00
Michael Stefaniuc
f67256fb2f
itss/tests: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:43:09 +02:00
Michael Stefaniuc
256ce911be
msxml3/tests: Use SUCCEEDED instead of !FAILED.
2008-10-08 13:43:04 +02:00
Michael Stefaniuc
9d0a8b34a8
d3dxof: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:42:55 +02:00
Michael Stefaniuc
7fe70f2c2b
dxdiagn: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:42:51 +02:00
Michael Stefaniuc
15e5f6844a
comctl32: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:42:47 +02:00
Michael Stefaniuc
689895702a
shdocvw: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:42:43 +02:00
Michael Stefaniuc
2f6df7c2a5
qcap: Use the right FAILED/SUCCEEDED macro instead of negating the opposite.
2008-10-08 13:42:38 +02:00
Michael Stefaniuc
4afe790387
dplayx: Use SUCCEEDED instead of !FAILED.
2008-10-08 13:42:34 +02:00
Michael Stefaniuc
0312b96474
shlwapi: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:42:29 +02:00
Michael Stefaniuc
6a908eb149
d3d9/tests: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:42:25 +02:00
Michael Stefaniuc
05d397283a
mshtml/tests: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:42:20 +02:00
Michael Stefaniuc
10ebc51fa4
urlmon/tests: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:42:15 +02:00
Michael Stefaniuc
ff5a860c0c
ddraw/tests: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:42:11 +02:00
Michael Stefaniuc
56c6f7670b
quartz: Use the right FAILED/SUCCEEDED macro instead of negating the opposite.
2008-10-08 13:42:06 +02:00
Michael Stefaniuc
dd843b87b6
qmgr: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:42:01 +02:00
Michael Stefaniuc
3ed8ffcc99
ole32: Use the right FAILED/SUCCEEDED macro instead of negating the opposite.
2008-10-08 13:41:58 +02:00
Michael Stefaniuc
f6baf97629
shell32: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:41:52 +02:00
Jacek Caban
7918196ee8
mshtml: Added IHTMLStyle::[get|put]_filter implementation.
2008-10-08 13:20:38 +02:00
Jacek Caban
4d822f4408
mshtml: Added IHTMLStyle::[get|put]_textAlign implementation.
2008-10-08 13:20:34 +02:00
Jacek Caban
cbc186b865
mshtml: Added support for accessing style attributes by CSS syntax.
2008-10-08 13:20:27 +02:00
Jacek Caban
844d1cfc15
mshtml: Added IHTMLStyle::[get|put]_zIndex implementation.
2008-10-08 13:20:20 +02:00
Jacek Caban
712c4d9af2
mshtml: Added IDispatchEx support for HTMLIFrame.
2008-10-08 13:20:14 +02:00
Jacek Caban
2e52c61c4c
mshtml: Added HTMLIFrame stub implementation.
2008-10-08 13:20:08 +02:00
Jacek Caban
536fac7c1b
mshtml: Added IHTMLElement3 stub implementation.
2008-10-08 13:19:56 +02:00
Jacek Caban
c67952ae14
mshtml: Added IHTMLElement::get_offsetWidth implementation.
2008-10-08 13:19:40 +02:00
Paul Vriens
880f785747
gdi32/tests: Skip some tests on Win9x/WinMe.
2008-10-08 12:20:38 +02:00
Paul Vriens
3d8180a2fc
shell32/tests: Compare instead of assign.
2008-10-08 12:20:31 +02:00
Paul Vriens
59f8cd533d
msxml3/tests: Compare instead of assign.
2008-10-08 12:20:28 +02:00
Paul Vriens
682890ae4d
inetmib1/tests: Compare instead of assign.
2008-10-08 12:20:24 +02:00
Paul Vriens
b27db86ca4
advapi2/tests: Compare instead of assign.
2008-10-08 12:20:21 +02:00
Christian Costa
06c8d49e3e
d3dxof: Enable referencing of named subobjects too.
2008-10-08 12:19:54 +02:00
Christian Costa
9d64f82554
d3dxof: Store number of subojects for all top level objects.
2008-10-08 12:19:46 +02:00
Christian Costa
ded68e8a4f
d3dxof: Enumerate only 2 levels of objects obtained from a reference.
2008-10-08 12:19:41 +02:00
Christian Costa
b12be1ce78
d3dxof: Allow omission of comma which separates array elements.
2008-10-08 12:19:36 +02:00
Jacek Caban
b67e875eed
jscript: Added String.split implementation for non-regexp arguments.
2008-10-08 12:18:45 +02:00
Jacek Caban
67af45be7d
jscript: Added encodeURI implementation.
2008-10-08 12:18:40 +02:00
Jacek Caban
bb08e971ed
jscript: Fixed numeric escapes unescaping.
2008-10-08 12:18:35 +02:00
Jacek Caban
80bd994bc7
jscript: Added Array.pop implementation.
2008-10-08 12:18:31 +02:00
Jacek Caban
4783dd1e54
jscript: Fixed list literal length calculation.
2008-10-08 12:18:25 +02:00
Jacek Caban
7a8cfdee6d
jscript: Fixed copy&paste bug in disp_propget.
2008-10-08 12:18:21 +02:00
Juan Lang
6b8fb4ed9b
cryptnet: Set cache expiration time of objects that have an expiration time to the object's expiration time, rather than relying on the HTTP Expires header.
2008-10-08 12:18:09 +02:00
Juan Lang
da605a935b
cryptnet: Don't access URL cache entry before it's been read.
2008-10-08 12:18:00 +02:00
Juan Lang
f50b2c237d
wininet: Fix trace typo.
2008-10-08 12:17:52 +02:00
Juan Lang
9189bf3d72
wininet: Don't call URL_LocalFileNameToPathA when asked for a unicode string and URL_LocalFileNameToPathW fails.
2008-10-08 12:17:45 +02:00
Juan Lang
024c13c174
wininet: Trace the cache file entry's local file name rather than the passed-in cache entry info's local file name, as the caller may have passed a NULL pointer.
2008-10-08 12:17:37 +02:00
Rob Shearman
0715d9c123
wininet: Fix crash when calling HttpQueryInfoA/W(HTTP_QUERY_RAW_HEADERS) before any response has been received from a server.
2008-10-08 12:17:11 +02:00
Rob Shearman
dbd1800ab2
wininet: Get rid of rc variable in InternetReadFile_test.
...
All of the tested functions return BOOLs, not DWORDs so use res instead of rc.
2008-10-08 12:17:05 +02:00
Rob Shearman
0c75ead3e8
wininet: Validate parameters passed to RetrieveUrlCacheEntryInfoA/W.
...
Add tests for this.
2008-10-08 12:16:59 +02:00
Henri Verbeet
31d6dbfd74
wined3d: Cleanup CreateAdditionalSwapChain error handling a bit (LLVM/Clang).
2008-10-08 12:16:54 +02:00
Henri Verbeet
0420f17b1f
wined3d: Remove a redundant initialization of cfgs in WineD3D_ChoosePixelFormat.
2008-10-08 12:16:48 +02:00
Henri Verbeet
d8c40f7641
wined3d: Print an error when drawStridedSlow() is called with 0 idxSize and non-NULL idxData (CID 509).
2008-10-08 12:16:35 +02:00
Henri Verbeet
d19bb78329
comdlg32: Add a test for AbortProc handling.
2008-10-08 12:16:26 +02:00
Henri Verbeet
4f2a3c2c28
gdi32: Call AbortProc from StartDoc instead of EndPage.
2008-10-08 12:16:00 +02:00
Alexandre Julliard
e20ef50139
msvcrt: Pass the command interpreter as exe name from _wpopen.
2008-10-07 15:36:44 +02:00
Eric Pouech
3a2dda11e9
msvcrt: Implemented splitpath_s.
2008-10-07 15:24:00 +02:00
Aric Stewart
3b3ed7a020
oleaut32: In variants check bOverflow to make sure not to accidently overun static buffers in an overflow case (Coverity 313).
2008-10-07 15:22:30 +02:00
Aric Stewart
f7cacc1f09
d3d8: Initialize IDirect3DDevice8 *device to NULL in case of immediate cleanup (Coverity 795).
2008-10-07 15:21:20 +02:00
Aric Stewart
e3e9bc30fd
wineoss: Don't dereference a potentially NULL value in the WARN statement (Coverity 93).
2008-10-07 15:20:29 +02:00
Paul Vriens
839b5400cd
kernel32/tests: Add a missing newline.
2008-10-07 15:20:24 +02:00
John Klehm
3496d17018
wintab32: Send notification when z-order changes.
2008-10-07 15:20:19 +02:00
Michael Karcher
57ee10ff12
msxml3: Revert "Simplify IXMLDOMNode::removeChild".
...
The simplification was bad, native msxml works if interface pointers
to the wrong interface are passed in. Tests included.
2008-10-07 13:45:40 +02:00
Michael Karcher
91513caa16
msxml3: Handle all variant types in IXMLDOMDocument::createNode.
2008-10-07 13:42:16 +02:00
Michael Karcher
27e9a98350
msxml3: replaceNode accepts IXMLDOMElement instead of IXMLDOMNode.
2008-10-07 13:42:05 +02:00
Michael Karcher
6fe686f599
msxml3: Basic implementation of IXMLDOMNode::replaceChild.
2008-10-07 13:41:54 +02:00
Michael Karcher
2a21579b08
msxml3/tests: Valgrind fix.
2008-10-07 13:41:43 +02:00
Alexander Morozov
2e917e3a3c
ntoskrnl.exe: Implement some functions.
2008-10-07 12:52:38 +02:00
Alexander Morozov
1be805bee5
ntoskrnl.exe: Initialize StackSize field of DEVICE_OBJECT structure.
2008-10-07 12:42:49 +02:00
Jacek Caban
0c20b1d0a1
jscript: Fixed compare function check in Array.sort (Coverity).
2008-10-07 12:17:34 +02:00
Jacek Caban
ec35d3ab38
jscript: Added a few missing allocation checks (Coverity).
2008-10-07 12:17:26 +02:00
Jacek Caban
43c7907f31
jscript: Added String.indexOf implementation.
2008-10-07 12:16:56 +02:00
James Hawkins
e88b09a342
msi: Don't update the table columns if there are no more columns.
...
This should fix the heap corruption that caused intermittent crashes
for patchwatcher.
2008-10-07 12:14:03 +02:00
James Hawkins
7cd6736886
msi: Add tests for dropping tables with multiple columns.
2008-10-07 12:13:52 +02:00
James Hawkins
374c042880
msi: Remove the columns in reverse order.
2008-10-07 12:13:46 +02:00
James Hawkins
aa230a6267
msi: Remove a break that kept other columns from getting the table name.
2008-10-07 12:13:39 +02:00
James Hawkins
d15fddf6f5
msi: Resolve file source paths dynamically, as the source directory can be changed.
2008-10-07 12:13:33 +02:00
Dmitry Timoshkov
15c8206118
winex11.drv: Use the monitor work area to decide whether a window should be made managed.
2008-10-07 12:13:03 +02:00
Jacek Caban
417134709d
msi: Added MsiInstallMissingComponentW stub implementation.
2008-10-07 12:12:54 +02:00
Paul Vriens
cf829959b1
user32/tests: Fix failures on W2K and below.
2008-10-07 12:12:09 +02:00
Paul Vriens
63f15d4400
user32/tests: Run tests on win95 again.
2008-10-07 12:12:04 +02:00
Paul Vriens
81f75c1840
kernel32/tests: Fix failures on WinMe.
2008-10-07 12:11:59 +02:00
Paul Vriens
b16983c1bc
kernel32/tests: We need the return value.
2008-10-07 12:11:52 +02:00
Henri Verbeet
5780b9b56d
d3d9: Use more reasonable texture dimensions.
...
caps.MaxTextureWidth / caps.MaxTextureHeight can potentially be very
large, which could cause a driver to run out of memory. Arguably the
driver shouldn't report such large limits, but there's no reason for
us to create a texture larger than 1024x1024 either.
2008-10-07 12:11:40 +02:00
Henri Verbeet
420cb678e1
secur32: Forward schannel InitializeSecurityContextA to InitializeSecurityContextW.
2008-10-07 12:10:23 +02:00
Henri Verbeet
937488c298
secur32: Improve error handling for gnutls_certificate_allocate_credentials().
2008-10-07 12:10:07 +02:00
Henri Verbeet
79d88ffe56
secur32: Use ~0UL instead of -1 for invalid schannel handles.
2008-10-07 12:09:50 +02:00
Jacek Caban
7db77df36d
mshtml: Fixed handing non-element nodes in IHTMLElementCollection.
2008-10-07 12:08:59 +02:00
Jacek Caban
a06ef64036
mshtml: Added INVOKE_FUNC support to InvokeEx.
2008-10-07 12:08:56 +02:00
Jacek Caban
c8b3a164c6
mshtml: Added IHTMLStyle2::[get|put]_position.
2008-10-07 12:08:41 +02:00
Jacek Caban
7a8043d399
mshtml: Added IHTMLStyle::[get|put]_height implementation.
2008-10-07 12:08:34 +02:00
Jacek Caban
91cb239f33
mshtml: Added IHTMLStyle::[get|put]_verticalAlign implementation.
2008-10-07 12:08:26 +02:00
Jacek Caban
173f7f57d7
mshtml: Added IHTMLStyle::[put|get]_top implementation.
2008-10-07 12:08:19 +02:00
Jacek Caban
d7e693cdfa
mshtml: Added IHTMLStyle::[get|put]_cursor implementation.
2008-10-07 12:08:13 +02:00
Jacek Caban
d7d2587c62
mshtml: Added IHTMLStyle::[get|put]_left implementation.
2008-10-07 12:08:05 +02:00
Jacek Caban
cc528d2698
mshtml: Added IHTMLStyle::[get|put]_border implementation.
2008-10-07 12:07:58 +02:00
Jacek Caban
b381951e7c
mshtml: Release nsstyle when destroying HTMLStyle.
2008-10-07 12:06:31 +02:00
Jacek Caban
9a665ec2b1
mshtml: Added IHTMLCurrentStyle::get_display implementation.
2008-10-07 12:06:25 +02:00
Jacek Caban
72fc799d18
mshtml: Store nsIDOMCSSStyleDeclaration in HTMLCurrentStyle.
2008-10-07 12:06:10 +02:00
Jacek Caban
e9475aab4a
mshtml: Use IDs instead of strings in HTMLStyle implementation.
2008-10-07 12:05:56 +02:00
Jacek Caban
596206f054
mshtml: Moved HTMLStyle to separated header file.
2008-10-07 12:05:43 +02:00
Jacek Caban
9b657fa0e7
mshtml: Added IDispatchEx support to HTMLCurrentStyle.
2008-10-07 12:05:31 +02:00
Hans Leidekker
128b8a5e0c
wininet: Avoid a crash on certain buffer size queries in HTTP_HttpQueryInfoW.
2008-10-07 12:03:12 +02:00
Hans Leidekker
096fa3b9f5
wininet: Option INTERNET_OPTION_CALLBACK is not settable.
2008-10-07 12:02:54 +02:00
Hans Leidekker
b981387383
wldap32: Add tests for ldap_parse_sort_control and make them pass.
2008-10-07 12:02:44 +02:00
Hans Leidekker
927e9e0892
wldap32: Return an error when ldap_parse_sort_control or ldap_parse_vlv_control is called with NULL control array.
2008-10-07 11:59:22 +02:00
Aric Stewart
a3c2c50809
quartz: Check hr so we are not incrementing a NULL (Coverity 106).
2008-10-07 11:59:14 +02:00
Alexandre Julliard
4d958a1cb3
ntdll: Preserve the 2K block size returned for CDROMs.
2008-10-06 17:52:23 +02:00
Paul Vriens
a1131786e4
kernel32/tests: Add some skips to fix failures on WinMe.
2008-10-06 15:31:04 +02:00
Dmitry Timoshkov
0d1470575d
gdi32: Allow a rounding error in the text justification test.
2008-10-06 15:30:40 +02:00
Dmitry Timoshkov
c8d5730610
gdi32: Add a test for a font being selected into 2 DCs with different transformations.
2008-10-06 15:30:36 +02:00
Dmitry Timoshkov
0467d4e4c6
gdi32: Make test_font_metrics require the font being selected into the DC.
2008-10-06 15:30:31 +02:00
Michael Karcher
9d65ec2702
msxml3: Parameter validation for IXMLDOMNode::replaceChild and tests.
2008-10-06 14:19:37 +02:00
Michael Karcher
3bdf45534b
msxml3: Simplify IXMLDOMNode::removeChild.
2008-10-06 14:19:23 +02:00
Michael Karcher
30351482e8
msxml3: Fail a bit earlier on removeChild(...,NULL,...).
2008-10-06 14:19:11 +02:00
Michael Karcher
75606f3583
msxml3: removeChild can only delete direct children.
2008-10-06 14:19:04 +02:00
Michael Karcher
d1c8083b93
msxml3/tests: Clean up test_removeChild.
...
Rename variables to help the reader following the xml traversal. While doing
that, I encountered a possible typo, as node_list2 was never used after being
acquired. This version now really tries to delete a grandchild and expects
a failure.
2008-10-06 14:18:55 +02:00
Aric Stewart
2cc258f6c9
winealsa: Don't dereference a potentially NULL value in the WARN statement (Coverity 93).
2008-10-06 14:18:32 +02:00
Kirill K. Smirnov
a03cc957e1
oleaut32: Add tests for metafiles, make them pass under Wine.
2008-10-06 14:15:01 +02:00
Eric Pouech
096991428f
msvcrt: Implemented wcsncpy_s.
2008-10-06 14:11:53 +02:00
Aric Stewart
6d652ddc4f
x11drv: ime: In the update functions if we get a null string with a len report this and fix len to be 0 (Coverity 656 and 655).
2008-10-06 14:11:24 +02:00
Aric Stewart
ea08576820
version: Check for out of memory in VerInstallFileA/W conversion (Coverity 635).
2008-10-06 14:11:04 +02:00
Paul Vriens
32af90d53a
kernel32/tests: Fix some failures on win9x.
2008-10-06 13:55:15 +02:00
Paul Vriens
cc57b863b5
kernel32/tests: Fix the remaining errors on win95.
2008-10-06 13:55:12 +02:00
Dylan Smith
1d21d24a51
richedit: Show arrow cursor over scrollbar.
2008-10-06 13:54:49 +02:00
Dylan Smith
936191887e
user32: Converted rcScrollBar to screen coordinates.
2008-10-06 13:54:44 +02:00
Marcus Meissner
49c1f1f464
advapi32: Check for NULL ptr.
2008-10-06 13:54:09 +02:00
Dylan Smith
4785c2fa2d
richedit: ES_AUTOHSCROLL window style disables word wrapping.
2008-10-06 13:52:25 +02:00
Aric Stewart
39b2c1eb50
ole32: Handle GetMenuItemCount returning -1 by changing UINT to INT (Coverity 228).
2008-10-06 13:51:06 +02:00
Alistair Leslie-Hughes
4b6cc6e3fd
gdiplus: Stub GdipRecordMetafileFileName and GdipRecordMetafileFileNameI.
2008-10-06 13:49:47 +02:00
Dylan Smith
bdf181b4d3
richedit: Use RTF reader for text starting with {\urtf.
2008-10-06 13:49:12 +02:00
Andrew Talbot
44be6c7cbf
gdi32: Sign-compare warnings fix.
2008-10-06 13:48:53 +02:00
Dmitry Timoshkov
53160b600f
user32: Print the expected and received rectangles.
2008-10-06 13:48:14 +02:00
Paul Vriens
4bf5c5f8a2
gdi32/tests: Fix a few failures on win9x.
2008-10-06 13:09:05 +02:00
Marcus Meissner
e4198d473c
gdiplus: Also handle 32bpp bitmaps.
2008-10-06 13:08:58 +02:00
Maarten Lankhorst
717df5b297
winealsa.drv: Don't hang on last few bytes not played.
...
Fixes winmm:wave test hanging.
2008-10-06 13:08:50 +02:00
Maarten Lankhorst
a4a9d50dd9
dsound: Fix volume and panning for primary buffer.
...
Fixes failing dsound tests in wine.
2008-10-06 13:08:46 +02:00
Rob Shearman
7ffaafb265
wininet: Fix behaviour of InternetTimeFromSystemTimeA/W when dealing with invalid parameters.
2008-10-06 13:07:56 +02:00
Rob Shearman
2584323ff9
wininet: Add tests for passing invalid parameters into InternetTimeFromSystemTimeA/W.
2008-10-06 13:07:49 +02:00
Rob Shearman
ab849ee297
wininet: Fix GetUrlCacheEntryInfoA/W when a NULL lpCacheEntryInfo parameter is passed in.
2008-10-06 13:07:43 +02:00
Rob Shearman
d929cdef97
wininet: Return error codes explicitly from URLCache functions instead of returning a BOOL and storing the error code in the last error value.
...
This makes the code more efficient and allows errors from functions to
be ignored without side-effects.
2008-10-06 13:07:36 +02:00
Rob Shearman
0f236745a9
d3d8/9: Use WINED3D_OK instead of D3D_OK in vertexshader.c.
2008-10-06 13:07:02 +02:00
Rob Shearman
87175c61f5
Add configure check for dirent.h and readdir.
2008-10-06 13:06:57 +02:00
Henri Verbeet
c5fbf98ed2
wined3d: Enable lights on the correct swapchain.
2008-10-06 13:06:44 +02:00
Dylan Smith
e6c3a2beee
richedit: Unsigned cast char to avoid EOF equality.
2008-10-06 13:06:38 +02:00
Dylan Smith
930f8f5af6
richedit: Removed invalid assertion.
...
The assertion was not valid, because it neglected to take into account
the situation where a line break is forced with a MERF_ENDROW run
(caused by \line control word or pressing Shift-Enter). This means
that spaces can cause a line wrap after a forced line break as well as
after a paragraph break, so we cannot assert that it is the first row
in the paragraph.
2008-10-06 13:06:24 +02:00
Dylan Smith
af47ac09d5
richedit: Avoided testing for undocumented behaviour causing test to fail.
...
The test for EM_GETLINE was testing to make sure the null terminating
character was written at the end of the text as long as the buffer was
long enough, and also tested to make sure that no other bytes were
written after this null terminating character. This is consistent with
Windows 2000 and up, but not for previous versions of Windows.
2008-10-06 13:06:13 +02:00
Dylan Smith
0589b61848
richedit: Swapped the expected and destination buffers in a test.
2008-10-06 13:06:04 +02:00
James Hawkins
62c544cf4f
msi: Implement the DROP TABLE sql command.
2008-10-06 13:05:52 +02:00
Jacek Caban
68525652a1
jscript: Added possibility to run test scripts from file.
...
With this patch it's possible to test scripts by running
wine jscript_test.exe.so run <file_name>
Although it's not what Wine tests are for, it proved to be very useful
for me.
2008-10-06 13:05:27 +02:00
Jacek Caban
31b3071552
jscript: Fixed backslash handling in regular expressions.
2008-10-06 13:04:45 +02:00
Jacek Caban
383de2d79a
jscript: Fixed conflict in Block statement that caused problems with empty blocks.
2008-10-06 13:04:42 +02:00
Jacek Caban
47b842bff7
jscript: Don't initialize variables without initialiser to undefined in variable_list_eval.
2008-10-06 13:04:39 +02:00
Huw Davies
ec73ad29e0
ole32: Remove an unneeded WINAPI and remove some useless comments.
2008-10-06 12:51:53 +02:00
Jacek Caban
56d1e9ec86
mshtml: Added IHTMLElement2::get_currentStyle implementation.
2008-10-06 12:51:47 +02:00
Jacek Caban
3203524bb5
mshtml: Added IHTMLStyle2 to IDispatchEx support.
2008-10-06 12:51:31 +02:00
Jacek Caban
239f7f70e7
mshtml: Added IHTMStyle2 stub implementation.
2008-10-06 12:51:27 +02:00
Jeff Zaroyko
82f77cc17a
msvcrt: Avoid a NULL pointer deref in ctime.
2008-10-02 11:24:01 -05:00
John Klehm
b77f0a1672
wintab32: Handle negative output context range for y-axe.
2008-10-02 11:23:57 -05:00
John Klehm
bf1f0568d0
wintab32: Improve tracing of LOGCONTEXT struct.
2008-10-02 10:43:32 -05:00
Andrey Turkin
a8790e55fd
dwmapi: Add a few stub implementations.
2008-10-02 10:43:08 -05:00
Piotr Caban
2a55b8d8e7
msxml: Fix implementation of ISAXContentHandler_characters.
2008-10-02 10:42:32 -05:00
Piotr Caban
c7fc926552
msxml: Partial implementation of ISAXXMLReader_putProperty.
2008-10-02 10:42:27 -05:00
Paul Vriens
d0dfd9d784
comctl32/tests: Don't crash on some win9x boxes.
2008-10-02 10:41:26 -05:00
Dylan Smith
5157798836
richedit: Print hex string for strcmp test failing on Windows 95, 98 & NT4.
2008-10-02 10:41:02 -05:00
Dmitry Timoshkov
9aaa24091f
winex11.drv: Add support for _NET_WORKAREA.
2008-10-02 10:40:13 -05:00
Alexandre Julliard
1e344db7a6
inetcomm: Add missing license header.
2008-10-02 10:30:55 -05:00
Aric Stewart
a7e48d7d98
user32/tests: GetMenuItemCount returns INT so check for -1 (Coverity 542).
2008-10-02 10:30:42 -05:00
Aric Stewart
6aa6fc8a46
user32/tests: GetMenuItemCount returns an INT which can be -1 (Coverity 543).
2008-10-02 10:30:33 -05:00
Aric Stewart
52b2b5b7b0
mlang: Correct use of uninitialized rfcstr value (Coverity 796).
2008-10-02 10:29:52 -05:00
Rob Shearman
f55afa8a59
wininet: Move internet time tests from http.c to internet.c.
2008-10-02 10:29:31 -05:00
Rob Shearman
fa066c74e3
wininet: Fix behaviour of InternetTimeFromSystemTimeA/W when a buffer that is too small is passed in.
2008-10-02 10:29:19 -05:00
Rob Shearman
ef0e3792bb
wininet: Add tests for InternetTimeFromSystemTimeW with insufficient buffer.
2008-10-02 10:29:15 -05:00
Rob Shearman
5910626aa2
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.
2008-10-02 10:29:11 -05:00
Jeff Zaroyko
8595ffadd9
hhctrl.ocx: Always set WS_OVERLAPPEDWINDOW.
2008-10-02 10:28:53 -05:00
Juan Lang
0f43beaa7b
wintrust: Implement OpenPersonalTrustDBDialog.
2008-10-02 10:28:45 -05:00
Dmitry Timoshkov
b31d7dbe8e
gdi32: Do not skip the font metrics update after the DC transform change.
2008-10-02 10:28:36 -05:00
Huw Davies
c74de4a1ce
rpcrt4: Actually set an unmarshalled object ptr to NULL when a NULL pointer id is received.
2008-10-02 10:28:19 -05:00
Aric Stewart
99c23ccf35
mlang/tests: windows 2008's version of mlang E_FAILs when you pass in a rgelt in IEnumCodePage::Next.
2008-10-01 13:50:37 -05:00
Aric Stewart
4e8dcf89e9
mlang/tests: Skip testing a codepage returning the buggy, legacy unicodeFEFF charset (only appears to exist on windows 2008).
2008-10-01 13:50:21 -05:00
Aric Stewart
c209245f17
mlang/tests: GetLastError may not be set if Japanese conversions fail with S_FAIL so do not require that to skip the Japanese tests.
2008-10-01 13:47:59 -05:00
Aric Stewart
86de5c2546
mlang/tests: Some versions of native mlang return E_FAIL when source string is NULL and a source length is supplied.
2008-10-01 13:47:35 -05:00
Aric Stewart
b91783c341
mlang/tests: IMultiLanguage2_GetRfc1766FromLcid can return S_FALSE on partial name matching so deal with this properly.
2008-10-01 13:47:13 -05:00
Aric Stewart
d63eccc602
imm32: ImmConfigureIME should return 0 when the type is IME_CONFIG_REGISTERWORD and the data is NULL.
2008-10-01 13:46:08 -05:00
Rob Shearman
573abdca4a
wininet: Make WININET_AllocHandle 64-bit safe by using the correct type in the sizeof expression.
2008-10-01 11:44:25 -05:00