Commit Graph

56175 Commits

Author SHA1 Message Date
James Hawkins 293bdffa29 msi: Use a SQL marker to query the _Property table when fetching a property. 2009-03-02 12:06:10 +01:00
James Hawkins f36e13fd81 msi: Delete the view on error. 2009-03-02 12:06:02 +01:00
James Hawkins 046bcc918c msi: The PATH environment variable can be longer than MAX_PATH, so dynamically allocate strings to deal with that. 2009-03-02 12:05:57 +01:00
James Hawkins 37c5e04010 msi: The _Streams and _Storages table are special and always exist. 2009-03-02 12:05:45 +01:00
James Hawkins c9b3bc1165 msi: Column attributes for temporary string and int columns should be g and j respectively. 2009-03-02 12:05:28 +01:00
James Hawkins c07b554edc msi: Order primary keys to be first in the column list when creating a table. 2009-03-02 12:05:09 +01:00
James Hawkins b3c9875cf7 msi: Correctly order transposed column values in the INSERT query. 2009-03-02 12:04:57 +01:00
Jacek Caban 4063a32f80 urlmon: Added IInternetPriority interface stup implementation to FtpProtocol. 2009-03-02 12:04:48 +01:00
Jacek Caban a7ef2f4ef0 urlmon: Move HttpProtocolVtbl to its implementation (code clean up). 2009-03-02 12:04:39 +01:00
Jacek Caban a4ba18a50d urlmon: Move HttpProtocol::Start implementation to generic Protocol object. 2009-03-02 12:04:33 +01:00
Jacek Caban c2ffe97779 urlmon: Move HttpProtocol::Continue implementation to generic Protocol object. 2009-03-02 12:04:16 +01:00
Jacek Caban 4c129514b5 urlmon: Move HttpProtocol::Read implementation to generic Protocol object. 2009-03-02 12:04:09 +01:00
Jacek Caban a30ffca108 urlmon: Move close_connection implementation to common Protocol object. 2009-03-02 12:04:02 +01:00
Jacek Caban 7c77c57ab8 urlmon: Moved HttpProtocol::[Lock|Unlock]Request implementation to generic Protocol object. 2009-03-02 12:03:56 +01:00
Jacek Caban 4ae60c6f00 urlmon: Move strndupW implementation to header file. 2009-03-02 12:03:42 +01:00
Jacek Caban b0a9ddae67 urlmon: Move some HttpProtocol variables to generic Protocol object. 2009-03-02 12:03:35 +01:00
Jacek Caban b105b084a2 urlmon: Ignore report_data call if binding is stopped. 2009-03-02 12:03:27 +01:00
Mike Ruprecht c7b204e98a winedbg: Fix typo in a comment. 2009-03-02 12:03:19 +01:00
Rico Schüller 9f60f4e30d mshtml/tests: Add SysFreeString(sDefault) after the variable isn't used any more. 2009-03-02 12:03:16 +01:00
Rico Schüller 0215c75260 mshtml/tests: Fix SysFreeString call with wrong variable. 2009-03-02 12:03:12 +01:00
Paul Vriens d929ea739a fusion/tests: Fix the last test failure on .NET 1.x. 2009-03-02 12:03:02 +01:00
Paul Vriens 7a435c01ca fusion/tests: Skip some tests on .NET 1.x. 2009-03-02 12:02:58 +01:00
Paul Vriens 1461b2c1b4 crypt32/tests: Don't crash on NT4. 2009-03-02 12:02:53 +01:00
Michael Stefaniuc 4362e840d0 mcicda: Compare a file handle with INVALID_HANDLE_VALUE instead of NULL.
Found by Smatch.
2009-03-02 12:02:46 +01:00
Alexandre Julliard 0d7bec3578 Release 1.1.16. 2009-02-27 23:21:46 +01:00
Alexandre Julliard b2575ebab6 winebuild: Don't prefix local symbols with an underscore. 2009-02-27 17:43:19 +01:00
Huw Davies 973ac6dbd2 gdi32/tests: Winnt doesn't set last error when a NULL dc is passed to GetDIBits. 2009-02-27 16:22:38 +01:00
Huw Davies 103f3db95f gdi32/tests: Don't expect the screen dc's bitmap to be mono 1x1. 2009-02-27 16:22:27 +01:00
Huw Davies e270f5a89d gdi32/tests: Add a broken() to an always true test. 2009-02-27 16:22:08 +01:00
Christian Costa a9c825e036 mciqtz32: Add stubbed mciqtz32.dll (part of DirectShow). 2009-02-27 16:18:43 +01:00
Chris Robinson 2a1582603f mcicda: Partially handle Play notifications. 2009-02-27 16:18:32 +01:00
Chris Robinson 8afa626faa mcicda: Play back an audio CD digitally, when possible. 2009-02-27 16:18:27 +01:00
Alexandre Julliard 7776faf3a7 winecfg: Offer a few more dlls in the load order drop-down list. 2009-02-27 16:05:30 +01:00
Aric Stewart 4fb6c01453 msctf: Use ITfCategoryMgr::FindClosestCategory to set catid when enuming language profiles. 2009-02-27 14:31:00 +01:00
Aric Stewart d26473564a msctf: Implement ITfCategoryMgr::FindClosestCategory. 2009-02-27 14:27:05 +01:00
Alistair Leslie-Hughes b30aa168f7 mshtml: Show IPersistHistory interface is supported. 2009-02-27 14:18:04 +01:00
Alistair Leslie-Hughes 2a64b73829 uuid: Add IID_PersistHistory GUID. 2009-02-27 14:17:42 +01:00
Rein Klazes 471e949cff user32: In SetMenuInfo() implement the MIM_APPLYTOSUBMENUS. Also set last error if called with invalid parameters with tests. 2009-02-27 14:16:23 +01:00
Igor Tarasov 08bd265f52 comctl32: Make REBAR_StyleChanged respect wParam. 2009-02-27 14:14:31 +01:00
Vincent Povirk 311d260ac1 kernel32/tests: Fix overlapped named pipe test.
The overlapped named pipe test calls GetOverlappedResult after all
operations in which it passes an overlapped structure, but it seems we
only get one when the functions fail with ERROR_IO_PENDING. I've
modified the test to account for that, and it seems to pass
consistently on Windows and Wine.
2009-02-27 13:16:11 +01:00
Vincent Povirk 545b6989f2 kernel32/tests: Remove a redundant check for ERROR_CALL_NOT_IMPLEMENTED. 2009-02-27 13:15:52 +01:00
Dmitry Timoshkov b3e65ba399 gdi32: Revert an unrelated part of 028617b90b.
It was not a very nice idea to break bitmap fonts which request a custom
width (therefore a transformation) in a patch that pretended to do something
unrelated.
2009-02-27 13:15:44 +01:00
Michael Stefaniuc 8dfbaf6703 winemp3.acm: Remove superfluous pointer casts. 2009-02-27 13:15:40 +01:00
Paul Vriens bc48bd9577 fusion/tests: Fix some test failures on .NET 1.x. 2009-02-27 13:15:34 +01:00
Paul Vriens c71348ff58 fusion/tests: Fix a few test failures on .NET 1.x. 2009-02-27 13:15:29 +01:00
Henri Verbeet 04ad995cf6 d3d10: Add an initial effect parser. 2009-02-27 13:15:21 +01:00
Henri Verbeet 46f3102b93 d3d10: Add some code for parsing DXBC data. 2009-02-27 13:15:17 +01:00
Henri Verbeet 91f5b9a894 d3d10: Add the _D3D10_SHADER_MACRO struct. 2009-02-27 13:15:13 +01:00
Henri Verbeet e8c308d450 d3d10: Add the D3D10_SHADER flags. 2009-02-27 13:15:10 +01:00
Henri Verbeet 2d870d2ffd d3d10: Add the ID3D10EffectPass interface. 2009-02-27 13:15:06 +01:00