Andrew Eikum
e60b2ec907
shlwapi: Improve error handling in UrlGetPart.
2010-03-15 15:08:26 +01:00
Jeff Latimer
ee891d3b59
usp10: Change default glyph returned from 0xffff to 0.
2010-03-15 15:08:02 +01:00
Jörg Höhle
3f529a6e70
mcicda: Prevent crash when closing while playing.
2010-03-15 15:07:29 +01:00
Jörg Höhle
22569e6dce
mciavi: Prevent deadlock when closing while playing or when paused.
2010-03-15 15:07:26 +01:00
Dmitry Timoshkov
52ebbb8aa7
user32: Restore special handling of monochrome bitmaps removed by c2202929ab
.
2010-03-15 15:07:15 +01:00
Juan Lang
8447844d81
include: Add a few missing OIDs.
2010-03-15 15:06:11 +01:00
Juan Lang
972031643f
rsaenh: Add simple tests for SHA-256, SHA-384, and SHA-512.
2010-03-15 15:00:58 +01:00
Juan Lang
5ebe73ef61
rsaenh: Fix some test failures on Win9x/NT4.
2010-03-15 15:00:48 +01:00
Roderick Colenbrander
604caf0caa
wined3d: Remove oversize texture support.
2010-03-15 14:23:15 +01:00
Roderick Colenbrander
74bf524a99
wined3d: Use surface_get_blt_info to compute texture coordinates for surface_blt_to_drawable.
2010-03-15 14:22:57 +01:00
Roderick Colenbrander
360384277b
wined3d: Extend surface_get_depth_blt_info with texture coordinate code from surface_blt_to_drawable.
2010-03-15 14:22:44 +01:00
Nikolay Sivov
2060d80d24
msxml3: Treat input BSTR as general WCHAR string for ::loadXML().
2010-03-15 14:18:06 +01:00
Nikolay Sivov
b1b54ae39f
comctl32/datetime: Use user locale for format.
2010-03-15 14:18:06 +01:00
Nikolay Sivov
da550ed257
quartz: Don't cast WSTR to BSTR, convert properly instead.
2010-03-15 14:18:06 +01:00
Nikolay Sivov
c8cd150258
shlwapi: Don't cast WCHAR string to BSTR.
2010-03-15 14:18:06 +01:00
Nikolay Sivov
5c6de7957e
msi: Convert IWineMsiRemoteDatabase BSTR parameters to LPCWSTR to avoid typecast.
2010-03-15 14:18:06 +01:00
Nikolay Sivov
bc87dd6026
avifil32: Registry access calls don't return HRESULT codes.
2010-03-15 14:18:06 +01:00
Nikolay Sivov
533f7558aa
shlwapi: Partially implement SHGetObjectCompatFlags with tests.
2010-03-15 14:18:06 +01:00
Nikolay Sivov
82a4b85424
shell32: Add SHCreateFileExtractIconW stub.
2010-03-15 14:18:06 +01:00
Nikolay Sivov
345ab7d591
shell32/shellview: Don't crash on ::DragLeave called without droptraget.
2010-03-15 14:18:06 +01:00
Nikolay Sivov
78c909fb08
shell32/shellview: Implement IFolderView::ItemCount for SVGIO_ALLVIEW flag.
2010-03-15 14:18:06 +01:00
Nikolay Sivov
b8220e727c
shell32/shellview: Implement IFolderView::GetFolder() for IID_IShellFolder.
2010-03-15 14:18:06 +01:00
Nikolay Sivov
8c92ba009d
shell32/shellview: Implemented IFolderView::GetFocusedItem.
2010-03-15 14:18:06 +01:00
Nikolay Sivov
90b9c2fd39
shell32/shellview: Implemented IFolderView::GetSelectionMarkedItem() with basic test.
2010-03-15 14:18:06 +01:00
Nikolay Sivov
4261aaffd7
shell32/shellview: Remove unneeded memset, release browser reference on failure.
2010-03-15 14:18:06 +01:00
Nikolay Sivov
537e3821d5
shell32: Initial test file for IShellView/IFolderView, implemented IFolderView::GetSpacing.
2010-03-15 14:18:06 +01:00
Nikolay Sivov
5308dfb396
shell32/shellview: Use W-calls for menu handling, same for SendMessage to ListView window.
2010-03-15 14:18:06 +01:00
Nikolay Sivov
571159d5ff
shell32/shellview: Improve error handling on some helpers, fix possible leak.
2010-03-15 14:18:06 +01:00
Jacek Caban
115efbed69
mshtml: Use user agent string in IOmNavigator::get_appVersion.
2010-03-15 14:18:05 +01:00
Jacek Caban
42a80aeac0
mshtml: Forward setting document.location to window object.
2010-03-15 14:18:05 +01:00
Jacek Caban
400d8897f6
mshtml: Return S_OK from IHTMLDocument2::get_referrer.
2010-03-15 14:18:05 +01:00
Jacek Caban
9389184d1f
mshtml: Ignore load event on detached documents.
2010-03-15 14:18:05 +01:00
Jacek Caban
d69297c4b7
shdocvw: Added more navigation tests.
2010-03-15 14:18:05 +01:00
Jacek Caban
172f82e1a5
shdocvw: Use IHTMLPrivateWindow for navigation in navigate_url if available.
2010-03-15 14:18:05 +01:00
Jacek Caban
94c5df06c3
shdocvw: Use IHTMLPrivateWindow for navigation in navigate_hlink if available.
2010-03-15 14:18:05 +01:00
Jacek Caban
271993e279
shdocvw: Pass post data as SAFEARRAY to on_before_navigate2.
2010-03-15 14:18:05 +01:00
Jacek Caban
4ecf80fd0b
shdocvw: Separate document state from control state.
2010-03-15 14:18:05 +01:00
Jacek Caban
fab9304721
shdocvw: Store object passed in DOCHOST_DOCCANNAVIGATE command.
2010-03-15 14:18:05 +01:00
Jacek Caban
c5e53bd665
shdocvw: Use heap_alloc_zero to allocate DocHost objects.
2010-03-15 14:18:05 +01:00
Jacek Caban
355b9b6605
mshtml: Ignore EndLoad call if document is already detached.
2010-03-15 14:18:05 +01:00
Jacek Caban
92ff4bb7c2
mshtml: Fixed ref count leak.
2010-03-15 14:18:05 +01:00
Paul Chitescu
029bc761db
qedit: Implement buffering in SampleGrabber.
2010-03-15 14:18:05 +01:00
Paul Chitescu
2ad03b9b74
qedit: SampleGrabber pins should enumerate a preferred format only after the input pin is connected and a fully defined format is known.
2010-03-15 14:18:05 +01:00
Paul Chitescu
5650a9eb8b
qedit: In SampleGrabber ReceiveConnection check early the format type, return VFW_E_INVALIDMEDIATYPE like native.
2010-03-15 14:18:05 +01:00
Juan Lang
e3c0e30db1
iphlpapi: Implement GetAdaptersAddresses for IPv6 addresses.
2010-03-15 14:18:05 +01:00
Juan Lang
00fb356990
iphlpapi: Pass address family to adapterAddressesFromIndex.
2010-03-15 14:18:04 +01:00
Juan Lang
00f1c3d395
iphlpapi: Rename a function and variables to make it clearer they're related to IPv4 addresses.
2010-03-15 14:18:04 +01:00
Vincent Povirk
93c2256cff
ole32: Allow storage files with a block size of 4096 to open.
2010-03-15 13:46:59 +01:00
Vincent Povirk
5ceb003a24
ole32: Remove knowledge of block sizes from the BigBlockFile object.
...
We can't determine the correct block size until we read the header, and we
can't create the BigBlockFile until we know the correct block size. To
solve this dilemma, have StorageImpl calculate the file size it needs instead
of asking the BigBlockFile to "ensure a big block exists".
2010-03-15 13:46:48 +01:00
Vincent Povirk
926669741e
ole32: Remove the NUM_BLOCKS_PER_DEPOT_BLOCK define.
...
This should always be calculated based on the big block size.
2010-03-15 13:46:31 +01:00