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
Vincent Povirk
7b43123762
ole32: Remove the BIG_BLOCK_SIZE define.
...
Big block sizes can be 512 or 4096, so we define arrays that are large
enough in either case.
2010-03-15 13:46:19 +01:00
Vincent Povirk
b90ab46a82
ole32: Remove the unused BlockBits structures from BigBlockFile objects.
2010-03-15 13:46:07 +01:00
Vincent Povirk
4b7e7bd77f
ole32: Fix the big block offset calculation.
...
Use the actual big block size from the open storage file. Also, remove a
special case that was only used for reading/writing the header.
2010-03-15 13:45:55 +01:00
Vincent Povirk
f3db25fc25
ole32: Don't treat the header as a big block in StorageImpl_SaveFileHeader.
2010-03-15 13:45:36 +01:00
Vincent Povirk
7f3211f383
ole32: Don't treat the header as a big block in StorageImpl_LoadFileHeader.
...
The header is always 512 bytes, regardless of the big block size.
2010-03-15 13:45:30 +01:00
Andrew Nguyen
671136693b
wine.inf: Add LSA key under the HKLM control key.
2010-03-15 13:44:43 +01:00
Yann Droneaud
dd33ee99b9
configure: Fixed <linux/ppdev.h> test.
2010-03-15 13:43:41 +01:00
Yann Droneaud
727df7a2ef
cmd: Fixed uninitialised field in WCMD_addCommand() (Valgrind).
2010-03-15 13:42:08 +01:00
Gerald Pfeifer
dfa200d1e8
ntdll: Avoid compiler warning in the default case in append_entry.
2010-03-15 13:41:39 +01:00
Gerald Pfeifer
3ecea9f826
comdlg32: Remove unused parameters from CFn_WMMeasureItem and CFn_WMDrawItem.
2010-03-15 13:41:17 +01:00
Gerald Pfeifer
27b7f25968
comdlg32: Removed unused parameters from FILEDLG95_OnWMSize, FILEDLG95_OnWMCommand, and FD32_WMMeasureItem.
2010-03-15 13:41:10 +01:00
Gerald Pfeifer
4b25c6e6ad
comdlg32: Removed unused parameters from PRINTDLG_WMInitDialogW and PRINTDLG_WMInitDialogA.
2010-03-15 13:41:03 +01:00
Juan Lang
984c3b2ccb
iphlpapi: Check for ifr_hwaddr member of struct ifreq.
2010-03-15 13:28:26 +01:00
Paul Vriens
2448b8da9b
shlwapi/tests: Fix a test failure on NT4.
2010-03-15 13:28:26 +01:00
André Hentschel
a26c3bc033
documentation: Keep README.de in sync.
2010-03-15 13:28:26 +01:00
Huw Davies
547e97a461
wineps.drv: Retrieve the full printer name to avoid truncation when the name is 32 characters or longer.
2010-03-15 13:28:25 +01:00
Roderick Colenbrander
e18afef774
opengl32: Add OpenGL 3.3/4.0 extensions.
2010-03-15 13:28:25 +01:00
Roderick Colenbrander
22a247047d
wgl: Add more OpenGL diagnosing checks.
2010-03-15 13:28:24 +01:00
Dmitry Timoshkov
c7b45aa8d3
gdi32: Fix GDI locking in SetBitmapBits.
2010-03-15 13:28:24 +01:00
Maarten Lankhorst
1719f8faf1
dsound: Improve underrun behavior.
2010-03-15 13:28:24 +01:00
Michael Stefaniuc
67a2751b94
ddraw: Remove redundant memset.
2010-03-15 13:28:24 +01:00
André Hentschel
db020d58d1
oleaut32/tests: Remove a todo_wine from a dead test.
2010-03-15 13:28:23 +01:00
Nicolas Le Cam
40680e8af9
wine.inf: Define the Win64 DefaultInstall.Services section.
2010-03-15 13:28:23 +01:00
Vincent Povirk
1b25a80870
include: Add definitions for IWICBitmap.
2010-03-15 13:28:23 +01:00
Vincent Povirk
c1c555e3df
gdiplus: Zero the MetafileHeader structure in GetMetafileHeader.
...
Since we return success, we should at least make sure the result is not
uninitialized memory.
2010-03-15 13:28:23 +01:00
Vincent Povirk
89e5c26236
gdiplus: Add a test for GdipGetMetafileHeaderFromMetafile.
2010-03-15 13:28:23 +01:00
Vincent Povirk
69e9de1867
gdiplus: Don't crash when creating a texture with NULL imageattributes.
2010-03-15 13:28:23 +01:00
Paul Vriens
13762e233d
oleaut32/tests: Don't add typelib information to the registry.
2010-03-15 13:28:23 +01:00
Paul Vriens
0b994d0aee
advapi32/tests: Restore default cryptographic provider after the tests.
2010-03-15 13:28:23 +01:00
Christian Costa
e6d540d5c8
d3dx9_36/tests: Fix contant table header in ctab data.
2010-03-15 13:19:08 +01:00
Christian Costa
2a933cb016
d3dx9: Add some shader definitions.
2010-03-15 13:18:59 +01:00
Christian Costa
8991b214b6
d3dx9: Fix typo in ID3DXConstantTable_SetMatrixTranspose macro.
2010-03-15 13:18:53 +01:00
Christian Costa
c29f186fe0
d3dx9_36: Rename variables in D3DXGetShaderConstantTable(Ex) to match naming convention used in the file.
2010-03-15 13:18:44 +01:00
Christian Costa
c37ada25bb
d3dxof: Avoid using strlen for specifying templates or objects size.
2010-03-15 13:18:29 +01:00
Christian Costa
41fdff866d
d3dxof: Fix tzip and bzip files tests on all windows platform.
2010-03-15 13:18:17 +01:00
Henry Kroll III
d3369086ed
notepad: Don't prompt to save empty Untitled file.
2010-03-15 13:18:05 +01:00
Paul Vriens
e5c182f0df
msi/tests: Remove a key after running tests.
2010-03-15 13:17:38 +01:00
Vincent Povirk
8d58a91fa3
ole32: Allow CopyTo to succeed in spite of already open source streams.
2010-03-15 13:17:34 +01:00
Alexandre Julliard
2bb93d39be
kernel32: Abstract the key creation routine and move the key existence check to the top-level function.
2010-03-13 19:24:46 +01:00
Alexandre Julliard
8e9f7a30b6
makefiles: Don't recurse for the testclean target.
2010-03-13 18:44:58 +01:00