Commit Graph

102475 Commits

Author SHA1 Message Date
Jacek Caban c5af3d912b oleacc: Added CAccPropServices stub implementation. 2014-09-16 09:33:53 +02:00
Hugh McMaster 0fa8ae7b52 user32: Fix spelling in a comment. 2014-09-15 18:25:49 +02:00
Jactry Zeng 329252f88b riched20: Implement ITextSelection::GetChar. 2014-09-15 18:25:31 +02:00
Jactry Zeng 0aa433438d riched20: Implement ITextRange::GetChar. 2014-09-15 18:25:28 +02:00
Michael Müller f808da266b bcrypt: Add semi-stub for BCryptGetFipsAlgorithmMode. 2014-09-15 16:41:44 +02:00
Hans Leidekker 2884053a28 rsaenh: Fix typos in SHA-384/SHA-512 OIDs. 2014-09-15 16:41:16 +02:00
Hans Leidekker 0b366dca3c winhttp: Verify the async parameter type in IWinHttpRequest::Open. 2014-09-15 16:41:10 +02:00
Sebastian Lackner 912035f9c8 glu32: Fix wrapper function for glu[Begin|End]Polygon and gluNextContour. 2014-09-15 16:40:38 +02:00
Henri Verbeet c8f758a099 d2d1: Implement d2d_factory_CreateWicBitmapRenderTarget(). 2014-09-15 12:13:50 +02:00
Henri Verbeet 810977446a dxgi: Call wined3d_device_init_3d() on device creation. 2014-09-15 12:12:51 +02:00
Henri Verbeet 72aaaac486 dxgi: Get rid of IWineDXGIFactory. 2014-09-15 12:12:43 +02:00
Henri Verbeet 22abd896fa dxgi: Get rid of IWineDXGIAdapter. 2014-09-15 12:12:41 +02:00
Henri Verbeet 240c454089 d2d1: Simplify clip stack handling. 2014-09-15 12:12:36 +02:00
Jactry Zeng 7d06f6ccb2 riched20: Avoid invalid memory access. 2014-09-15 10:13:05 +02:00
Jactry Zeng e777e9d1ba mshtml: Add IHTMLCurrentStyle::get_textTransform implementation. 2014-09-15 10:12:46 +02:00
Francois Gouget f63fd82610 msvcrt: Prefix _set_output_format() with MSVCRT_ to avoid a collision with MinGW. 2014-09-15 10:12:24 +02:00
Marcus Meissner 97be8d027b shell32: Added stub for SHEnumerateUnreadMailAccountsW. 2014-09-15 10:12:20 +02:00
Jactry Zeng b10b39185d riched20: Stub for ITextRange interface and implement ITextDocument::Range. 2014-09-12 17:02:50 +02:00
Hans Leidekker 29baed1bc2 msi: Improve support for advertized shortcuts. 2014-09-12 15:30:13 +02:00
Piotr Caban 2b2a3338ee msvcp90: Fix FMTFLAG_showpoint handling in num_put_char__Ffmt. 2014-09-12 11:29:35 +02:00
Marko Hauptvogel 869f8fd238 iphlpapi: Add icmpv6 send stub. 2014-09-12 10:43:36 +02:00
Marko Hauptvogel 4d0ac5c5ac iphlpapi/tests: Fix typo. 2014-09-12 10:43:32 +02:00
Marko Hauptvogel f3fa809e50 iphlpapi: Implement icmpv6 create function. 2014-09-12 10:43:30 +02:00
Marko Hauptvogel 3186e72f29 winsock: Add icmpv6 protocol. 2014-09-12 10:43:24 +02:00
Austin English 70d4979437 wineconsole: Only use getmouse when HAVE_MOUSEMASK is defined. 2014-09-12 10:38:57 +02:00
Austin English 6e64ccace8 wbemprox: Include winsock.h earlier for NetBSD. 2014-09-12 10:37:59 +02:00
Daniel Lehman 27b3a5cce4 ntdll: Use the configured CriticalSection timeout in RtlpWaitForCriticalSection. 2014-09-11 19:30:42 +02:00
Jacek Caban 7ae1f45d79 oleacc: Register CAccPropServices class. 2014-09-11 16:55:32 +02:00
Jacek Caban f7733d651c oleacc: Added DllRegisterServer and DllUnregisterServer implementations. 2014-09-11 16:55:31 +02:00
Akihiro Sagawa a99d3c5bff reg: Add reg.exe test suite. 2014-09-11 16:55:28 +02:00
Francois Gouget 345b8d0e26 dpnet/tests: Make test_lobbyclient() static. 2014-09-11 13:48:42 +02:00
Jacek Caban 6b18008202 mshtml: Added semi-stub IHTMLElement4::onmousewheel propery implementation. 2014-09-11 11:48:37 +02:00
Austin English f6dad55dab ws2_32: Don't assume AI_V4MAPPED is available. 2014-09-11 10:16:11 +02:00
Alexandre Julliard e98eee8ad8 dpnet: Add a missing coclass registration. 2014-09-10 21:36:53 +02:00
Aric Stewart 15ef946f53 dwrite: Break fontfamily data into its own structure. 2014-09-10 21:36:52 +02:00
Nikolay Sivov 1228f0bba5 msvcrt: Added __dstbias() export. 2014-09-10 21:36:52 +02:00
Jacek Caban 5d2ee3ee82 mshtml: Bind events to document node instead of body element. 2014-09-10 21:36:51 +02:00
Alexandre Julliard 553ba810b8 kernel32: Pass the correct completion values in ReadFileScatter and WriteFileGather.
Test case based on a patch by Guo Jian.
2014-09-10 13:49:56 +02:00
Alistair Leslie-Hughes 213b244cb5 cmd: Dont assume cmd.exe is the first argument. 2014-09-10 12:40:02 +02:00
Vincent Povirk 4aa1af9016 mscoree: Implement CorBindToCurrentRuntime. 2014-09-10 12:29:21 +02:00
Alistair Leslie-Hughes 45c1d7c745 dpnet: Stub interface IDirectPlay8LobbyClient. 2014-09-09 19:51:47 +02:00
Jactry Zeng e402bb5642 mshtml: Add IHTMLStyle::pixelTop property implementation. 2014-09-09 17:57:16 +02:00
Jactry Zeng 042b881b27 mshtml: Add IHTMLStyle::pixelHeight property implementation. 2014-09-09 17:57:12 +02:00
Jactry Zeng 7152077b05 mshtml: Add IHTMLStyle::get_pixelWidth implementation. 2014-09-09 17:57:09 +02:00
Jactry Zeng 387257dd2c mshtml: Return E_POINTER when p is NULL in get_nsstyle_pixel_val. 2014-09-09 17:57:00 +02:00
Jactry Zeng 0cab370d11 mshtml: Add IHTMLTableCell::bgColor property implementation. 2014-09-09 17:56:25 +02:00
Sebastian Lackner 4a3e0e1e0c user32/tests: Add an additional test for GetMenuItemInfo with NULL pointer as TypeData. 2014-09-09 11:11:28 +02:00
Michael Müller 997e197f23 user32: Also set cch member in GetMenuItemInfo when passing a null pointer. 2014-09-09 11:11:27 +02:00
Jactry Zeng 4b1901d8c0 mshtml/tests: Fix typo. 2014-09-09 11:11:27 +02:00
André Hentschel 71427de963 msvcmaker: Allow ocx tests. 2014-09-09 10:46:54 +02:00