Commit Graph

54263 Commits

Author SHA1 Message Date
Henri Verbeet 407f78e9e1 ddraw: Merge texture.c into surface.c. 2010-08-19 11:17:29 +02:00
Henri Verbeet 3eba8b5d22 ddraw: Merge gamma.c into surface.c. 2010-08-19 11:17:15 +02:00
Andrew Eikum 9d3e2f1b51 oleaut32: Implement ITypeInfo2::GetCustData. 2010-08-19 11:16:40 +02:00
Andrew Eikum 9c53c8e7b3 oleaut32: Ensure that CyclicList nodes have a type.
Some code checks against the type of a CyclicList node, so we should
make sure that it's always initialized.
2010-08-19 11:16:34 +02:00
Andrew Eikum a8dbeb1e60 oleaut32: Overwrite previous CustData segment.
This eliminates the diff between Wine's and Windows XP's generated TLB
files.
2010-08-19 11:16:25 +02:00
Andrew Eikum a0c0d2693d oleaut32: Use correct bitpattern if referenced type is not user defined.
This reduces the diff between the TLB file output by Wine and Windows XP
when running the typelib test module.
2010-08-19 11:16:20 +02:00
Jörg Höhle fc872628d9 kernel32/tests: GetVolumeInformationA X: succeeds iff drive's default dir is root. 2010-08-18 17:45:02 +02:00
Roderick Colenbrander 2c39733eab winex11: X11DRV_nores_SetCurrentMode return DISP_CHANGE_SUCCESSFUL when switching to the current mode. 2010-08-18 17:17:23 +02:00
Marko Nikolic f3a645f0de advapi32/tests: Removed sign comparison warnings in eventlog tests. 2010-08-18 17:14:00 +02:00
Jacek Caban 8507db18a8 mshtml: Avoid asynchronous parse_complete call. 2010-08-18 15:33:11 +02:00
Jacek Caban d607976a74 mshtml: Call on_stop_nsrequest asynchronously. 2010-08-18 15:33:02 +02:00
Jacek Caban 3c421a813a mshtml: Skip mutation notifications on documents that are being replaced. 2010-08-18 15:32:57 +02:00
Jacek Caban 43302910e4 mshtml: Moved update_window_doc to on_start_nsrequest and update callback's document if needed. 2010-08-18 15:32:52 +02:00
Jacek Caban a14d142555 mshtml: Call nsILoadGroup::AddRequest from AsyncOpen. 2010-08-18 15:32:48 +02:00
Jacek Caban a9dec383d5 mshtml: Added nsIChannel::GetName implementation. 2010-08-18 15:32:41 +02:00
Jacek Caban e83402122d mshtml: Return true spec in nsIURI::GetSpec. 2010-08-18 15:32:36 +02:00
Jacek Caban 793b021fd0 mshtml: Use fake scheme only for about protocol in nsIURI::GetScheme. 2010-08-18 15:32:32 +02:00
Jacek Caban ceab381750 mshtml: Added nsIURL::Resolve implementation. 2010-08-18 15:32:21 +02:00
Jacek Caban 5068249cbe mshtml: Treat file URLs pointing to Gecko installation directory as special URIs. 2010-08-18 15:32:16 +02:00
Jacek Caban eec86f64c4 mshtml: Added nsIHttpChannel::referrer implementation. 2010-08-18 15:32:08 +02:00
Jacek Caban 3d3f223a71 mshtml: Use QueryCommandState to get align state. 2010-08-18 15:32:03 +02:00
Hans Leidekker 3fbf6bdf11 wldap32: Fix handling of zero timeout value in ldap_search_extW.
Based on a patch by Adam Romanek.
2010-08-18 15:31:56 +02:00
Hans Leidekker 378bb21f8e msi: Bump version to 4.5. 2010-08-18 15:31:25 +02:00
Hans Leidekker 5d85497a15 msi: Handle signature filenames in short|long notation. 2010-08-18 15:31:18 +02:00
Hans Leidekker 0c044c10d0 msi/tests: Skip SourceDir tests on win9x. 2010-08-18 15:30:49 +02:00
Hans Leidekker 7c89d4f28f msi/tests: Use HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE for registry tests.
Works around test failures on 64-bit Windows where MsiInstallProduct
returns success even though the registry keys specified in the
Registry table are not created.
2010-08-18 15:30:43 +02:00
Hans Leidekker 4102156e0f msi/tests: Fix some WoW64 test failures. 2010-08-18 15:30:28 +02:00
Hans Leidekker 46fb926501 mscms/tests: Mark some win98 test results as broken. 2010-08-18 15:29:38 +02:00
David Hedberg 20872fadce explorerframe: Implement GetSelectedItems. 2010-08-18 11:29:33 +02:00
David Hedberg 29bf096f27 explorerframe: Implement GetNextItem. 2010-08-18 11:29:23 +02:00
David Hedberg 31f538516a comctl32: Return 0 when extended item state is requested from a treeview. 2010-08-18 11:29:15 +02:00
David Hedberg 7e65349c0d explorerframe: Implement SetItemState and GetItemState. 2010-08-18 11:29:02 +02:00
David Hedberg 4507905f8b comctl32: Don't break on TVIS_NOSINGLEEXPAND. 2010-08-18 11:28:16 +02:00
David Hedberg e7a3998c1f explorerframe: Implement CollapseAll. 2010-08-18 11:26:21 +02:00
Piotr Caban b13e3772d4 msvcp90: Added bad_alloc exception. 2010-08-18 11:19:13 +02:00
Piotr Caban c83d56628a msvcp90: Add exception throwing function. 2010-08-18 11:16:14 +02:00
Piotr Caban 51a55fc9e2 msvcp90/tests: Added allocator<char> tests. 2010-08-18 11:14:48 +02:00
Piotr Caban 2a866928c9 msvcp90: Added allocator<char> 64-bit exports. 2010-08-18 11:12:22 +02:00
Austin English 7cd7851ca1 kernel32: Add stub for SetFileValidData. 2010-08-18 11:12:07 +02:00
Matteo Bruni 0ac336ff5d d3dcompiler_33: Stub dll. 2010-08-18 09:48:54 +02:00
Matteo Bruni 66d44999b8 d3dcompiler_34: Stub dll. 2010-08-18 09:48:43 +02:00
Matteo Bruni 8ea758387c d3dcompiler_35: Stub dll. 2010-08-18 09:48:32 +02:00
Matteo Bruni 458eb08a30 d3dcompiler_36: Stub dll. 2010-08-18 09:48:20 +02:00
Andrew Talbot aaf285c15d crypt32: Constify some variables. 2010-08-18 09:47:42 +02:00
Austin Lund c3f9a4c362 comctl32/tests: Do not perform comparison of dates if GetDateFormat fails. 2010-08-18 09:47:32 +02:00
Austin Lund ffb680569a advapi32/tests: Add more error reporting for ReportEvent tests. 2010-08-18 09:47:29 +02:00
Austin Lund c98e6c09ae advapi32: Add magic codes to HCRYPTKEY and HCRYPTHASH. 2010-08-18 09:47:27 +02:00
Thomas Mullaly 068450363e urlmon: Added documentation for CreateUri and CreateUriWithFragment. 2010-08-18 09:44:16 +02:00
Thomas Mullaly 6e4ead77a7 urlmon: Implemented CreateUriWithFragment. 2010-08-18 09:43:43 +02:00
Thomas Mullaly 39001c30d3 urlmon/tests: Added testing suite for CreateUriWithFragment. 2010-08-18 09:43:37 +02:00