Vincas Miliūnas
96e4e21997
msvcp90: Added basic_string<wchar_t>::swap implementation.
2010-11-17 14:01:11 +01:00
Vincas Miliūnas
af780d888f
msvcp90/tests: Added basic_string<char>::swap tests.
2010-11-17 14:01:11 +01:00
Vincas Miliūnas
676d0d41f5
msvcp90: Added basic_string<char>::swap implementation.
2010-11-17 14:01:11 +01:00
Jörg Höhle
129778803e
mciseq: Bogus sizeof led to incorrect positioning.
2010-11-17 14:01:11 +01:00
Jörg Höhle
896b74380b
mciseq: Rework MCI notification system.
2010-11-17 14:01:10 +01:00
Nikolay Sivov
119860b05f
comctl32/listview: Use a code set by dispinfo holder to convert data encoding after LVN_GETDISPINFO.
2010-11-17 11:19:32 +01:00
Juan Lang
107a95d86b
crypt32: Add CertFindChainInStore stub.
2010-11-17 11:16:58 +01:00
Vincent Povirk
e883aeb394
ole32: Cache the contents of one extended big block depot block.
2010-11-16 21:54:18 +01:00
Alexandre Julliard
14a77db43f
user32: Add a stub for IsGUIThread().
2010-11-16 21:54:18 +01:00
Alexandre Julliard
30554d4ef1
user32: Check structure size in GetGUIThreadInfo.
2010-11-16 21:54:03 +01:00
Hans Leidekker
b8d0c0dcc7
winspool.drv: Return success from the AddPrintProcessorW stub.
2010-11-16 18:07:06 +01:00
Piotr Caban
b1c1ace81a
shell32/tests: Added SHPropStg* tests.
2010-11-16 18:06:04 +01:00
Piotr Caban
b490803b37
shell32: Added partial implementation of SHPropStgWriteMultiple.
2010-11-16 15:27:53 +01:00
Piotr Caban
c148c0419d
shell32: Added partial implementation of SHPropStgReadMultiple.
2010-11-16 15:27:49 +01:00
Piotr Caban
bfaae9bf7d
shell32: Added SHPropStgCreate implementation.
2010-11-16 15:27:45 +01:00
Piotr Caban
14b13f77af
shell32: Added SHPropStg* stubs.
2010-11-16 15:27:41 +01:00
Jacek Caban
0c6f2a6d2a
ole32: Skip more tests on win9x.
2010-11-16 15:12:43 +01:00
Henri Verbeet
f024e2372f
d3d8: Fix some return values.
2010-11-16 13:48:54 +01:00
Henri Verbeet
06581b4513
d3d9: Fix some return values.
2010-11-16 13:48:51 +01:00
Henri Verbeet
fadd192cba
wined3d: buffer_get_sysmem() potentially invalidates the current element array buffer binding.
...
This fixes a regression introduced by commit
2a7a237170
.
2010-11-16 13:48:46 +01:00
Henri Verbeet
4dc28005eb
wined3d: Remove a redundant flag in IWineD3DSurfaceImpl_SetMem().
2010-11-16 13:48:42 +01:00
Borut Razem
828fd598b0
msvcrt: popen: stderr from the child process should not be redirected to the parent's stdin.
2010-11-16 13:28:06 +01:00
Eric Pouech
d38196a0ff
msvcrt: Use the macros for parameter checking for wcsncat_s (and fix the test).
2010-11-16 12:02:00 +01:00
Eric Pouech
beca1d73a8
msvcrt: Implemented _i64to[aw]_s.
2010-11-16 12:01:43 +01:00
Eric Pouech
28884a8faa
msvcrt: Implemented _ltoa_s.
2010-11-16 12:01:23 +01:00
Greg Geldorp
b53edc6dcc
ws2_32/tests: NT4 and Win2000 print IPv6 addresses a little bit differently.
2010-11-16 11:59:17 +01:00
Gerald Pfeifer
7fe77b6369
msxml3: Remove practically unused variable from XDR_to_XSD_doc.
2010-11-16 11:59:14 +01:00
Adam Martinson
a1d69fcba7
msxml3: Add functions to get the dt:dt of a node.
2010-11-16 11:59:10 +01:00
Adam Martinson
4ec6da6ef1
msxml3: Add XDR datatypes enum and string table.
2010-11-16 11:59:04 +01:00
Adam Martinson
b7cdaba817
msxml3: Move schema cache into the domdoc_properties struct.
2010-11-16 11:48:55 +01:00
Adam Martinson
bc56bbfbb4
msxml3: Fix a datatypes.xsd oops.
2010-11-16 11:48:43 +01:00
Hans Leidekker
c3030532d4
msi: Forward MsiInstallMissingComponentA to MsiInstallMissingComponentW.
2010-11-16 11:48:20 +01:00
Hans Leidekker
6d13e2fd4b
msi: Components don't require a key path.
2010-11-16 11:48:14 +01:00
Hans Leidekker
7cd084d041
msi: Honor msidbComponentAttributesPermanent.
2010-11-16 11:48:08 +01:00
Hans Leidekker
b1b3252963
msi: Check component attributes before extracting the cabinet.
2010-11-16 11:48:04 +01:00
Ken Thomases
47dea9b670
loader: On Mac, reserve the process's original thread for the frameworks.
...
The frameworks expect the original thread to run its run loop, so input
sources (like distributed notifications) get processed. For example,
Core Audio on Snow Leopard doesn't track changes in the default ouput
device, such as when headphones are plugged in, without this.
2010-11-16 11:47:58 +01:00
Juan Lang
c2b42758da
wininet: Verify revocation status of certificate chain.
2010-11-16 11:44:11 +01:00
Juan Lang
55aae25d35
winhttp: Verify revocation status of certificate chain.
2010-11-16 11:44:08 +01:00
Michael Stefaniuc
fa4c8c0900
msxml3/tests: Remove redundant NULL check before SysFreeString (smatch).
2010-11-16 11:43:20 +01:00
Alexandre Julliard
20bc10c354
winex11: Properly forget about a foreign window when it's destroyed through DestroyWindow().
2010-11-15 20:41:07 +01:00
Jacek Caban
9de2ed97c9
oleaut32: Added LoadTypeLib failure test.
2010-11-15 19:29:17 +01:00
Austin Lund
a9aafec28a
gdi32/tests: Skip GetGlyphIndices tests for non-ANSI codepages.
2010-11-15 17:21:36 +01:00
Eryk Wieliczko
37cf8dc57d
msvcrt: Implement strncat_s.
2010-11-15 17:21:16 +01:00
Henri Verbeet
745126b05d
wined3d: Properly recreate the sysmem resource location in IWineD3DSurfaceImpl_SetMem().
...
Otherwise we could end up with surfaces that have SFLAG_INSYSMEM set, but no
actual system memory allocated. This was exposed by
3bbe658ef1
.
2010-11-15 15:04:41 +01:00
Henri Verbeet
44b9712cd6
wined3d: Add a trace to IWineD3DSurfaceImpl_SetMem().
2010-11-15 15:04:36 +01:00
Henri Verbeet
60b5dc04b7
wined3d: Rename the IWineD3DPaletteImpl "Flags" field to "flags".
2010-11-15 15:04:32 +01:00
Jörg Höhle
3412b41924
mciavi: MCI_OPEN @NNNN should use an open AVIFile/Stream handle.
2010-11-15 15:04:06 +01:00
Jörg Höhle
2e54019391
winecoreaudio: OSStatus is not necessarily a FOURCC.
2010-11-15 15:03:49 +01:00
Jacek Caban
29692adf40
urlmon: Make Binding object IUri-based.
2010-11-15 15:03:33 +01:00
Jacek Caban
fcc1dd01f7
urlmon: Make get_protocol_handler IUri-based.
2010-11-15 15:03:28 +01:00
Jacek Caban
b54ac3c628
urlmon: Store BindProtocol as IInternetProtocolEx.
2010-11-15 15:03:22 +01:00
Jacek Caban
5c61a34a7a
urlmon: BindProocol's protocol handler doesn't need IInternetProtocolEx iface.
2010-11-15 15:03:16 +01:00
Jacek Caban
0d4287b2e8
urlmon: Don't forward StartEx call to protocol handler in BindProtocol.
2010-11-15 15:03:09 +01:00
Jacek Caban
8c634443d0
urlmon: Don't forward Start call to protocol handler in BindProtocol.
2010-11-15 15:03:05 +01:00
Thomas Mullaly
41c58b5a2a
urlmon: Added pluggable protocol support to CoInternetCombineUrlEx.
2010-11-15 14:55:50 +01:00
Thomas Mullaly
90738c3464
urlmon: Implemented CoInternetCombineUrlEx.
2010-11-15 14:55:47 +01:00
Thomas Mullaly
4d9d4b10e0
urlmon: Added stub for CoInternetCombineUrlEx.
2010-11-15 14:55:44 +01:00
Detlef Riekenberg
48f3335ffa
ntdll: Add semi stub for TokenElevationType in NtQueryInformationToken.
2010-11-15 14:55:24 +01:00
Cheer Xiao
f73654a24b
shell32: Update Simplified Chinese translation.
2010-11-15 14:54:41 +01:00
Cheer Xiao
9b17796772
comdlg32: Update Simplified Chinese translation.
2010-11-15 14:53:46 +01:00
Detlef Riekenberg
e0a6a78cde
ntoskrnl.exe: Forward more functions to ntdll.
2010-11-15 14:52:01 +01:00
Detlef Riekenberg
776c53d9e4
msvcr90: Forward getenv_s to msvcrt.
2010-11-15 14:51:58 +01:00
Amine Khaldi
79231148fc
activeds: Properly stub some exports.
2010-11-15 14:51:54 +01:00
Matteo Bruni
0b4969f841
d3dx9: Add color key support to D3DXLoadSurfaceFromMemory.
2010-11-15 14:51:47 +01:00
Marcus Meissner
da8c179d61
ntdll: Fixed file view mapping in regards to no-exec.
2010-11-15 13:20:09 +01:00
Jacek Caban
a215ab64ff
mshtml: Added document fragment cloneNode implementation.
2010-11-15 13:20:09 +01:00
Jacek Caban
5caf8c3187
mshtml: Correctly handle NULL nsdoc in IHTMLDocument2::get_location.
2010-11-15 13:20:08 +01:00
Jacek Caban
c481fb4bb8
mshtml: Correctly handle NULL nsdoc in IHTMLDocument2::get_body.
2010-11-15 13:20:08 +01:00
Jacek Caban
22ba44b401
mshtml: Correctly handle DOCUMENT_FRAGMENT_NODE in IHTMLDOMNode::get_nodeType.
2010-11-15 13:20:08 +01:00
Jacek Caban
04ad732114
mshtml: Added createDocumentFragment tests.
2010-11-15 13:20:07 +01:00
Jacek Caban
d9aacfd989
mshtml: Added IHTMLDocument3::createDocumentFragment implementation.
2010-11-15 13:20:07 +01:00
Jacek Caban
cb99f716a7
mshtml: Use custom get_readyState implementations for object and frame elements.
2010-11-15 13:20:07 +01:00
Jacek Caban
f351dc5e74
mshtml: Moved cloneNode implementation to vtbl.
2010-11-15 13:20:06 +01:00
Jacek Caban
6a37caaecb
mshtml: Use IUri for nsIURI::GetSpec implementation.
2010-11-15 13:20:06 +01:00
Jacek Caban
3f383bac3b
mshtml: Use IUriBuilder for nsIURI::SetPath implementation.
2010-11-15 13:20:06 +01:00
Paul Vriens
e21115187e
msi/tests: Cleanup properly on Win9x.
2010-11-15 13:20:06 +01:00
Paul Vriens
dc2306de5a
msxml3/tests: Fix some test failures on Win98/WinMe.
2010-11-15 13:20:05 +01:00
Jacek Caban
7aa159275f
shdocvw: Get rid of remaining *_THIS macros.
2010-11-15 13:20:05 +01:00
Jacek Caban
2450a2d834
shdocvw: Get rid of *_THIS macros in navigate.c.
2010-11-15 13:20:05 +01:00
Jacek Caban
538a870b89
shdocvw: Get rid of DocHost-related *_THIS macros.
2010-11-15 13:20:04 +01:00
Jacek Caban
ca353c9b7e
shdocvw: Get rid of CLIENTSITE_THIS.
2010-11-15 13:20:04 +01:00
Jacek Caban
12be198815
shdocvw: Get rid of remaining WebBrowser object's *_THIS macros.
2010-11-15 13:20:04 +01:00
Jacek Caban
7149f04b4e
shdocvw: Get rid of more *_THIS macros.
2010-11-15 13:20:04 +01:00
Jacek Caban
8767356d12
shdocvw: Get rid of WEBBROWSER_THIS macro and InternetExplorer to IWebBowser2 casts.
2010-11-15 13:20:03 +01:00
Jacek Caban
878c5d043e
shdocvw: Get rid of WEBBROWSER_THIS macro and WebBrowser to IWebBowser2 casts.
2010-11-15 13:20:03 +01:00
Adam Martinson
2c451f869a
msxml3: Use built-in urn:schemas-microsoft-com:datatypes schema for validation.
2010-11-15 13:19:57 +01:00
Adam Martinson
5fc439a7f8
msxml3: XDR schema support.
2010-11-15 13:03:06 +01:00
Adam Martinson
2a4c07a7e2
msxml3/tests: XDR schema tests.
2010-11-15 13:02:45 +01:00
Adam Martinson
89679f904a
msxml3: Add urn:schemas-microsoft-com:datatypes schema.
2010-11-15 13:02:34 +01:00
Adam Martinson
82f73c8652
msxml3: Add our own xmlFirstElementChild() for older libxml2 versions.
2010-11-15 13:01:35 +01:00
Adam Martinson
865995cf1f
msxml3: Store the DLL instance handle.
2010-11-15 13:00:12 +01:00
Jeff Latimer
7d3d21a894
atl: Fix a comment.
2010-11-15 13:00:01 +01:00
Andrew Eikum
b75b9fab2f
shell32: PIDLs should be checked recursively in SHChangeNotify.
2010-11-15 12:59:05 +01:00
Andrew Eikum
71fad7d18d
shell32/tests: Make SHChangeNotify tests more easily extendible.
2010-11-15 12:59:03 +01:00
Vincent Povirk
32bbb0bbcf
gdiplus: Correctly store the given stride in created bitmaps.
2010-11-12 17:47:43 +01:00
Vincent Povirk
9c238d181d
mscoree: Add a trace to _CorExeMain.
2010-11-12 17:00:18 +01:00
Vincent Povirk
3b76a0bed1
mscoree: Implement ClrCreateManagedInstance.
2010-11-12 17:00:09 +01:00
Vincent Povirk
d2d743efbb
mscoree: Search the Global Assembly Cache for required assemblies.
2010-11-12 16:59:41 +01:00
Hans Leidekker
9d46ba417e
msi: Don't use a temporary directory for local assemblies.
2010-11-12 16:59:24 +01:00
Detlef Riekenberg
41bd5d4efa
kernel32: Add a stub for SetProcessDEPPolicy.
2010-11-12 15:49:48 +01:00