Commit Graph

36041 Commits

Author SHA1 Message Date
Francois Gouget 7dd099416e ddraw/tests: Fix compilation on systems that don't support nameless unions. 2008-09-08 12:47:21 +02:00
Eric Pouech 69bbefac5f dbghelp: While loading MSC debug info, don't handle public symbol at once, but delay their handling after all other symbols are loaded.
This allows to handle properly addresses between public and real
symbols. It should also increase drastically the performance of
.dbg/.pdb loading.
2008-09-08 12:47:21 +02:00
Eric Pouech 2f98c59adb dbghelp: Silence 0x112c symbol type. 2008-09-08 12:47:21 +02:00
Eric Pouech 5ad756fb3c dbghelp: Use the correct size for global variable when searching for a symbol. 2008-09-08 12:47:20 +02:00
Eric Pouech 418a001e00 dbghelp: Correctly setup the Unix regular expression for matching file names in SymEnumLines.
Plug a potential memory leak as well.
2008-09-08 12:47:20 +02:00
Eric Pouech b5ffe31d22 dbghelp: Fixed offset computation for bitfields inside structures in Codeview debug information. 2008-09-08 12:47:20 +02:00
Muneyuki Noguchi 8f61250bab appwiz.cpl: Add Japanese resources. 2008-09-08 12:47:20 +02:00
Michael Stefaniuc c425b43192 shell32: Fix the Ca, Hu, Ro, Sk, Sv and Wa translations by removing an untranslated string. 2008-09-08 12:47:20 +02:00
Rob Shearman f2e47cc2a2 rpcrt4: Fix typo in unescape_string_binding_componentW.
string_binding is of type "const WCHAR *" so we shouldn't be calling
strlen on it, we should be calling strlenW on it.
2008-09-08 12:47:20 +02:00
Rob Shearman 170dd5ff8d rpcrt4: Only start the RpcSs process for handles to the local server. 2008-09-08 12:47:20 +02:00
Rob Shearman 55f12a3b63 shell32: Remove defines for WINE_FILEVERSION and WINE_FILEVERSION_STR.
These are now constructed automatically from the major, minor, build
and platform ID numbers defined in version.h.
2008-09-08 12:47:20 +02:00
Michael Stefaniuc a38d47f27f user32/tests: Remove unreachable break after return (Smatch). 2008-09-08 12:31:56 +02:00
Andrew Talbot 201cbd3efa qmgr: Sign-compare warnings fix. 2008-09-08 12:31:51 +02:00
Andrew Talbot a4dc5ba3cb qcap: Sign-compare warning fix. 2008-09-08 12:31:48 +02:00
Jeff Zaroyko 6a14bcc824 wined3d: Add missing HeapFree. 2008-09-08 12:31:43 +02:00
Lei Zhang 887aa9eb3d sane.ds: Replace wsprintfW with sprintfW. 2008-09-08 12:31:37 +02:00
Alistair Leslie-Hughes e605d3e9bf mshtml: Add IHTMLBodyElement bgColor tests. 2008-09-08 12:31:26 +02:00
Alistair Leslie-Hughes 4196f83f49 mshtml: Implement IHTMLBodyElement get/put bgColor. 2008-09-08 12:31:20 +02:00
Paul Vriens bf520bfbb1 winspool.drv/tests: Fix a test on Vista/W2K8. 2008-09-05 16:26:39 +02:00
Paul Vriens 6d6881a791 wintrust/tests: Add a missing FreeLibrary. 2008-09-05 16:26:33 +02:00
Paul Vriens 8f23fc4e2f quartz/tests: Add a missing CoUninitialize. 2008-09-05 16:26:29 +02:00
Nikolay Sivov 7258dea49c gdiplus: Fix for GdipGraphicsClear. 2008-09-05 16:01:05 +02:00
Hans Leidekker 6ecd01b8d1 winhttp: The last parameter of WinHttpQueryDataAvailable and WinHttpReadData is optional. 2008-09-05 16:00:53 +02:00
Hans Leidekker 6fe2edb5de winhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_RAW_HEADERS). 2008-09-05 16:00:46 +02:00
Hans Leidekker b34e816f4a winhttp: Implement WinHttpQueryOption(WINHTTP_OPTION_SECURITY_FLAGS). 2008-09-05 16:00:40 +02:00
Paul Vriens e3a1593652 dsound/tests: Fix typos in tests. 2008-09-05 13:46:43 +02:00
Paul Vriens f0bed78455 urlmon/tests: Fix test on win98. 2008-09-05 13:46:12 +02:00
Francois Gouget b0f52410e9 d3dxof: Add a '\n' to a Wine trace. 2008-09-05 13:39:16 +02:00
Francois Gouget d8914673ba kernel32/tests: Add a trailing '\n' to an ok() call. 2008-09-05 13:39:13 +02:00
Francois Gouget 758c453ff1 gdiplus: Add/fix the trailing '\n' in Wine traces. 2008-09-05 13:39:11 +02:00
Francois Gouget e1797b530d wined3d: Remove spaces before '\n' in Wine traces. 2008-09-05 13:39:08 +02:00
Francois Gouget 80ef97be1a crypt32/tests: Add a trailing '\n' to an ok() call. 2008-09-05 13:39:05 +02:00
Paul Vriens 961d65ab30 crypt32/tests: Don't crash on Vista. 2008-09-05 13:38:56 +02:00
Nikolay Sivov b6c52ce996 gdiplus: Implemented GdipCloneImage. 2008-09-05 13:01:02 +02:00
Nikolay Sivov bff1678f54 gdiplus: Implemented GdipGraphicsClear. 2008-09-05 12:59:33 +02:00
Jan de Mooij f815b8b9d5 comdlg32/printdlg: Leave FromPages/ToPages empty if it contains max. WORD value. 2008-09-05 12:59:26 +02:00
Jan de Mooij f9f881bfc2 comdlg32/printdlg: If ToPages field is left empty set it to FromPages value. 2008-09-05 12:57:45 +02:00
Jeff Zaroyko e55a702928 dsound: Check for invalid parameter when unlocking secondary buffers. 2008-09-05 12:53:29 +02:00
Vincent Povirk aacfc6ed95 explorer: Modify rects passed to SHAppBarMessage to not interfere with existing appbars. 2008-09-05 12:11:40 +02:00
Vincent Povirk 96f8de0de9 explorer: Implement ABM_ADD and ABM_REMOVE. 2008-09-05 12:10:55 +02:00
Vincent Povirk b4c78be585 shell32: Add tests for SHAppBarMessage. 2008-09-05 12:10:23 +02:00
Alexandre Julliard ced5cb67ed crypt32: Avoid some uninitialized variable warnings on older gcc. 2008-09-05 11:32:59 +02:00
Alexandre Julliard dcc26cf806 jscript: Avoid an uninitialized variable warning on older gcc. 2008-09-05 11:32:54 +02:00
Alexandre Julliard b63c648656 shlwapi/tests: Avoid sizeof in traces. 2008-09-05 11:25:21 +02:00
Jacek Caban b40b352c8f jscript: Added empty statement implementation. 2008-09-05 11:24:27 +02:00
Jacek Caban a7ede8f272 jscript: Added ParseScriptText test. 2008-09-05 11:24:19 +02:00
Jacek Caban 51a2ccb4c4 jscript: Added SCRIPTSTATE_STARTED implementation. 2008-09-05 11:23:54 +02:00
Jacek Caban 69f8b4b9b2 jscript: Added IActiveScript::ParseScriptText implementation. 2008-09-05 11:23:38 +02:00
Stefan Dösinger fe64fe5ef8 wined3d: Fix uploading higher transform matrices. 2008-09-05 11:23:30 +02:00
Stefan Dösinger 271f56c9f1 wined3d: Close a pshader on-off switching loophole. 2008-09-05 11:23:19 +02:00