Commit Graph

73130 Commits

Author SHA1 Message Date
Nikolay Sivov 21fddfe235 msxml3: Use proper naming and types for IObject* interfaces. 2010-10-25 14:30:59 +02:00
Nikolay Sivov b9956f75a9 msxml3: Add ::Unadvise(). 2010-10-25 14:30:40 +02:00
Nikolay Sivov fe3ff2ea9f msxml3: Add ::GetConnectionPointContainer(). 2010-10-25 14:30:35 +02:00
Nikolay Sivov eb23a4df25 msxml3: Add ::GetConnectionInterface(). 2010-10-25 14:30:31 +02:00
Nikolay Sivov 2a080e85e4 msxml3: Add stub IConnectionPoint, return points for supported IIDs. 2010-10-25 14:30:26 +02:00
Nikolay Sivov 0f2c996092 msxml3: Add stub connection container support. 2010-10-25 14:30:11 +02:00
Henri Verbeet 20043c0a46 dxgi: Try to create a software adapter when no regular adapters are found as well. 2010-10-25 14:29:44 +02:00
Henri Verbeet bbc7b5ac20 d3d10core: Try to create a software adapter when no regular adapters are found as well. 2010-10-25 14:29:42 +02:00
Henri Verbeet 5ef7a8c242 wined3d: Explicitly pass parameters to shader_load_np2fixup_constants(). 2010-10-25 14:29:37 +02:00
Henri Verbeet 6dd9109358 wined3d: Pass a sub-resource index instead of a face + miplevel to cube texture methods. 2010-10-25 14:29:31 +02:00
Henri Verbeet f0a0714ecd wined3d: Pass a sub-resource index instead of a miplevel to 2D texture methods. 2010-10-25 14:29:21 +02:00
Austin Lund ae0a484945 gdiplus/tests: Fix GetLogFont charset tests for Asian platforms. 2010-10-25 13:52:51 +02:00
Austin Lund 86c39000a4 kernel32/tests: Increase timeouts to avoid test failures in CreateRemoteThread. 2010-10-25 13:52:51 +02:00
Austin Lund d732cd7412 user32/tests: Fix some combo box tests for different font sizes. 2010-10-25 13:52:51 +02:00
Paul Vriens bc1f5c4a36 write: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-10-25 13:52:51 +02:00
Paul Vriens 77c67b9c80 inetcpl.cpl: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-10-25 13:52:51 +02:00
Anders Jonsson 07e25b3fdf taskmgr: Update Swedish translation. 2010-10-25 13:52:51 +02:00
Alexandre Julliard 0a50c10d34 shlwapi: Make more functions available by name. 2010-10-25 13:52:51 +02:00
Alexandre Julliard 8451598014 shell32: Make more functions available by name. 2010-10-25 13:52:51 +02:00
Alexandre Julliard 478d35fa75 comctl32: Make more functions available by name. 2010-10-25 13:52:51 +02:00
Alexandre Julliard 1379269587 kernel32: Fix a FAT format sanity check for floppies. 2010-10-25 13:52:51 +02:00
Piotr Caban 3b7a5d410e msvcr90/tests: Make some tests fail if invalid_parameter_handler was not invoked. 2010-10-25 13:52:51 +02:00
Jacek Caban 70edd9a7fb msxml3: Don't use xmlnode's IXMLDOMNode iface for a few stub functions. 2010-10-25 13:52:51 +02:00
Jacek Caban 16647d42db msxml3: Remove unused xmlnode_* functions. 2010-10-25 13:52:50 +02:00
Detlef Riekenberg 0fda52b8d7 shdocvw: Add a stub for ImportPrivacySettings. 2010-10-25 13:52:50 +02:00
Juan Lang dd7a45be7c crypt32: Check revocation status of chain element-by-element.
Due to a quirk in CertVerifyRevocation (see its tests), checking an
entire chain doesn't appear to be supported, even though the API would
appear to support doing so.  Checking element by element allows
revocation to be checked for the entire chain.
2010-10-25 13:52:50 +02:00
Juan Lang 8714c11247 crypt32: Pass additional store to CertVerifyRevocation. 2010-10-25 13:52:50 +02:00
Marcus Meissner c7f158824f winspool.drv: Check return value of EnumPrintersA. 2010-10-25 13:52:50 +02:00
Marcus Meissner e2eb5e2348 regedit: Fixed a wrong buffer size. 2010-10-25 12:41:42 +02:00
Marcus Meissner a2dfa7d8a6 wineboot: Fixed 2 buffer sizes. 2010-10-25 12:41:42 +02:00
Marcus Meissner 243d458909 ipconfig: Fixed buffer size to MultiByteToWideChar. 2010-10-25 12:41:42 +02:00
Marcus Meissner f5518eb3d8 shell32: Pass correct size to MultiByteToWideChar. 2010-10-25 12:41:42 +02:00
Marcus Meissner 5b09820d7c comdlg32: Fixed bad size to GetModuleFilenameW. 2010-10-25 12:41:42 +02:00
Nikolay Sivov 2c91ccede6 oleaut32: Fix properties type conversion on property bag load. 2010-10-25 12:41:42 +02:00
Nikolay Sivov 71a3fe3c94 oleaut32: Remove some useless null checks. 2010-10-25 12:41:41 +02:00
Nikolay Sivov 88136e6897 shlwapi: Allow IUnknown_SetSite() to be requested by name. 2010-10-25 12:41:41 +02:00
Nikolay Sivov 4633fc5c03 comctl32/treeview: Fix TVN_DELETEITEM to use item that is about to be deleted. 2010-10-25 12:41:41 +02:00
Nikolay Sivov 04e5e9cfa0 comctl32/treeview: Accept null item handle as a root for TVM_DELETEITEM. 2010-10-25 12:41:41 +02:00
Nikolay Sivov 198f6e75ee mshtml: Remove useless initialization. 2010-10-25 12:41:40 +02:00
Jacek Caban faf9be0267 jscript: Pass script_ctx_t instead of exec_ctx_t to eval functions. 2010-10-25 12:41:40 +02:00
Anders Jonsson 7665d27b95 kernel32: Add Swedish translation. 2010-10-25 12:41:40 +02:00
Anders Jonsson 952ef503d7 cryptui: Fix typo in Swedish translation. 2010-10-25 12:41:40 +02:00
Anders Jonsson 3e532d52d7 progman: Fix typos in Swedish translation. 2010-10-25 12:15:06 +02:00
Amine Khaldi f0ea473b2a comdlg32: Fix translations. 2010-10-25 12:14:38 +02:00
Yaron Shahrabani bf948338ae comdlg32: Added Hebrew translation. 2010-10-25 12:14:34 +02:00
Aric Stewart ae7e5b145f qcap: Make use of a few more strmbase implementations. 2010-10-25 12:13:59 +02:00
Vincent Povirk b782417707 windowscodecs: Implement conversion from 16bppBGRA to 32bppBGRA. 2010-10-25 12:13:42 +02:00
Vincent Povirk b26d789db2 windowscodecs: Implement CopyPalette for the TGA decoder. 2010-10-25 12:13:39 +02:00
Alexandre Julliard 38da464ed1 mofcomp: Remove obsolete variables in makefile. 2010-10-23 10:44:43 +02:00
Alexandre Julliard 9db3ccd0dd winegstreamer: Fix module name and remove obsolete variables in makefile. 2010-10-23 10:44:34 +02:00