Commit Graph

40432 Commits

Author SHA1 Message Date
Hans Leidekker d21c5044c6 gdi32: Remove a test that expects the break character to equal ascii space. 2007-10-23 12:22:59 +02:00
Hans Leidekker 35c0511d2b advapi32: Remove tests for the sha context structure. 2007-10-23 12:22:52 +02:00
Alex Busenius ca625836de user32: Fix segfault when combobox contains a longer text than buffer_limit. 2007-10-22 16:30:53 +02:00
David Adam 604867c9dd d3dx8: Implement D3DXQuaternionIsIdentity. 2007-10-22 16:04:08 +02:00
David Adam 4be363ac80 d3dx8: Implement D3DXQuaternionIdentity. 2007-10-22 16:03:51 +02:00
David Adam 77f5d4c88c d3dx8: Implement D3DXQuaternionConjugate. 2007-10-22 16:03:44 +02:00
David Adam a394fef4b7 d3dx8: Implement D3DXVec3Cross. 2007-10-22 16:03:20 +02:00
David Adam 9657611878 d3dx8: Implement D3DX*Scale. 2007-10-22 16:03:10 +02:00
David Adam c1892f258f d3dx8: Implement D3DX*Minimize. 2007-10-22 16:02:48 +02:00
David Adam c7f0eca4e3 d3dx8: Implement D3DX*Maximize. 2007-10-22 16:02:33 +02:00
David Adam ab4e829757 d3dx8: Implement D3DX*Lerp. 2007-10-22 16:02:17 +02:00
David Adam 4ef92a23e5 d3dx8: Implement D3DX*Subtract. 2007-10-22 16:01:33 +02:00
David Adam e205a210d2 d3dx8: Implement D3DX*Add with a test. 2007-10-22 16:01:19 +02:00
David Adam 643bcd3e46 d3dx8: Implement D3DX*Dot with a test. 2007-10-22 16:01:02 +02:00
David Adam bf9a690dbc d3dx8: Implement D3DX*LengthSq. 2007-10-22 16:00:08 +02:00
David Adam d6377d2fd8 d3dx8: Implement D3DX*Length with a test. 2007-10-22 15:59:49 +02:00
Stefan Dösinger 8f3accc718 wined3d: Care for the inverted y coords in dsy. 2007-10-22 15:59:04 +02:00
Stefan Dösinger 9694cb2df3 wined3d: Ignore texture transforms when a shader is used, not set. 2007-10-22 15:59:00 +02:00
Stefan Dösinger 0add13759c wined3d: Create query private data when faking the query. 2007-10-22 15:58:52 +02:00
Alexander Dorofeyev 4b5ca2ed0e gdi32: Fix off by one error in BIDI_Reorder. 2007-10-22 15:58:46 +02:00
Lionel Debroux 8f49ea21d4 ntdll/tests: Fix memory leaks (found by Smatch) and fix a message. 2007-10-22 15:58:41 +02:00
Lionel Debroux 1a8001af5b localspl/tests: Fix memory leak (found by Smatch). 2007-10-22 15:58:35 +02:00
Lionel Debroux 938f748b20 kernel32/tests: Fix memory leaks (found by Smatch). 2007-10-22 15:58:29 +02:00
Lionel Debroux 5c1334e775 advapi32/tests: Fix memory leak (found by Smatch). 2007-10-22 15:58:22 +02:00
Lionel Debroux b78ed57a39 gdi32/tests: Fix memory leak (found by Smatch). 2007-10-22 15:58:16 +02:00
Mikołaj Zalewski cf509c29f1 advapi32: Make CreateWellKnownSid create domain sids (with test). 2007-10-22 14:54:39 +02:00
Mikołaj Zalewski b06379b2b3 advapi32: Add a test for CreateWellKnownSid and implement two more SIDs. 2007-10-22 14:54:39 +02:00
Mikołaj Zalewski 8bc12f3f41 advapi32/tests: Define OBJECT_BASIC_INFORMATION in source file as it is not defined in Windows SDK winternl.h. 2007-10-22 14:54:39 +02:00
Mikołaj Zalewski 05cb54fcc8 advapi32/tests: Make the SDDL test pass under Vista. 2007-10-22 14:54:39 +02:00
Louis Lenders 7a06e0d36c hhctrl.ocx: Update version info. 2007-10-22 14:54:39 +02:00
Louis Lenders c29517896f tapi32: Add stub for lineInitializeExA. 2007-10-22 14:54:39 +02:00
Rob Shearman a3ad394f9c urlmon: Add a stub for GetClassFileOrMime. 2007-10-22 14:54:39 +02:00
Rob Shearman cfeaa3e682 urlmon: Fix the MIME type reported by the HTTP protocol when the Content-Type headers contains charset data too. 2007-10-22 13:52:38 +02:00
Juan Lang dda8053179 crypt32: Always set *ppszError. 2007-10-22 13:52:24 +02:00
Juan Lang e0b8e37bf0 crypt32: Don't allocate a 0-length string. 2007-10-22 13:52:19 +02:00
Juan Lang d34b3bf63c crypt32: Don't assume string pointer has been set if length is 0. 2007-10-22 13:52:15 +02:00
Juan Lang 7cf611ef3b crypt32: Fail if MultiByteToWideChar converts 0 characters. 2007-10-22 13:52:09 +02:00
Hans Leidekker 533aa4dcd5 wininet: Use passive mode for the ftp tests. 2007-10-22 13:52:00 +02:00
Hans Leidekker cc54dfe1e2 wininet: Fix some failing ftp tests on Windows and Wine. 2007-10-22 13:51:56 +02:00
Hans Leidekker dd5347ee6a wininet: Properly clean up ftp sessions. 2007-10-22 13:51:52 +02:00
Hans Leidekker c33a51eaf2 wininet: Separate ftp session destruction from closing connections. 2007-10-22 13:51:47 +02:00
Andrew Talbot add663fdd2 wineboot: Fix some memory leaks. 2007-10-22 13:51:20 +02:00
Andrew Talbot e76fe016e4 taskmgr: Fix a memory leak. 2007-10-22 13:51:17 +02:00
Alex Villacís Lasso 469669e629 riched20: 2.0 and higher inserts CRCRLF as space (with tests). 2007-10-22 13:50:13 +02:00
Vitaliy Margolen b7addaab6a wine.man: Document OSS environment variables. 2007-10-22 13:50:01 +02:00
Dan Hipschman fd6a276f4c widl: Update the manpage. 2007-10-22 13:48:03 +02:00
Dan Hipschman ff8930f2bf widl: Fix problems with variable-size user types. 2007-10-22 13:47:56 +02:00
Roderick Colenbrander e1a3e9a6ef wined3d: Rebind the 2D texture corresponding to the p8 surface. In some programs this caused nothing to show up. 2007-10-22 12:37:44 +02:00
Gerald Pfeifer 68ddc722ee ntdll: #include <sys/types.h> to get dev_t. 2007-10-22 12:37:25 +02:00
Jacek Caban cf19259a03 mshtml: Fixed spaces handling in range object. 2007-10-22 12:36:32 +02:00