Commit Graph

85048 Commits

Author SHA1 Message Date
Michael Stefaniuc f1f5536d8f ddraw: Fix two memory leaks (Smatch). 2012-01-03 12:37:58 +01:00
Michael Stefaniuc 158c8b76cb jscript: Remove break after return (Smatch). 2012-01-03 12:37:57 +01:00
Marcus Meissner 15162ddf3c gdi32: Check return value of REGION_UnionRectWithRegion (Coverity). 2012-01-03 12:37:57 +01:00
Marcus Meissner d34e0515fd ws2_32: Removed dead code (Coverity). 2012-01-03 12:37:57 +01:00
Pierre Schweitzer 2d14f89fea dplayx: Fix handle leak. 2012-01-03 12:37:56 +01:00
Pierre Schweitzer 8ed701b3c6 kernel32: Fix handle leak. 2012-01-03 12:37:56 +01:00
Pierre Schweitzer 278e614065 winetest: Fix handle leak. 2012-01-03 12:37:55 +01:00
Pierre Schweitzer 4f18f4d2c3 taskmgr: Fix handle leaks. 2012-01-03 12:37:52 +01:00
Pierre Schweitzer 85e2b4d7df wininet: Fix handle leak. 2012-01-03 12:37:36 +01:00
Pierre Schweitzer 8975ad6e31 winecoreaudio.drv: Fix handle leak. 2012-01-03 12:37:36 +01:00
Pierre Schweitzer 747a26d9a0 winex11.drv: Fix handle leak. 2012-01-03 12:37:35 +01:00
Pierre Schweitzer 25ea822f27 wineqtdecoder: Fix handle leak. 2012-01-03 12:37:35 +01:00
Pierre Schweitzer ae8f62940e appwiz.cpl: Fix handle leak. 2012-01-03 12:37:35 +01:00
Hwang YunSong 9ebdcc4231 po: Update Korean translation. 2012-01-03 12:37:34 +01:00
Luca Bennati 4f4d808908 po: Update Italian translation. 2012-01-03 12:37:34 +01:00
Nikolay Sivov 2c9595c039 po: Update Russian translations. 2012-01-03 12:37:34 +01:00
André Hentschel 7346b9cf05 po: Update German translation. 2012-01-03 12:37:33 +01:00
Frédéric Delanoy 68968419ec po: Update French translation. 2012-01-03 12:37:33 +01:00
Marcus Meissner b057a3e898 msvcrt: Mark various internal functions as hidden. 2012-01-03 12:37:32 +01:00
Marcus Meissner eaae8f8400 wshom.ocx: Mark one function as static, one as hidden. 2012-01-03 12:37:32 +01:00
Marcus Meissner 3a58d28427 mshtml: Mark function as hidden. 2012-01-03 12:37:32 +01:00
Marcus Meissner 77a3d90abf usp10: Mark two functions as hidden. 2012-01-03 12:37:32 +01:00
Marcus Meissner 0648a567a8 jscript: Mark some function DECLSPEC_HIDDEN. 2012-01-03 12:37:31 +01:00
Henri Verbeet a03eeb5cac wined3d: Get rid of the WINED3DFILLMODE typedef. 2012-01-03 12:37:31 +01:00
Henri Verbeet 16e9d728f4 wined3d: Get rid of the WINED3DSHADEMODE typedef. 2012-01-03 12:37:30 +01:00
Henri Verbeet 49d811d872 d3d10/tests: Add a state groups test. 2012-01-03 12:37:30 +01:00
Henri Verbeet 51d54a909c wined3d: Recognize some more Intel GPUs. 2012-01-03 12:37:29 +01:00
Henri Verbeet 1a3aabf6f2 wined3d: Recognize i915g as Intel. 2012-01-03 12:37:29 +01:00
Eric Pouech 28bb6f954a dbghelp: Correctly return flags in SYMBOL_INFO structure for local variables stored in a register. 2012-01-03 12:37:28 +01:00
Eric Pouech c047d6ddbd winedbg: In x86_64 backend, now recognize 'rep ret' as a valid function return instruction. 2012-01-03 12:37:28 +01:00
Jacek Caban 4d4955f248 mshtml: Use IUri for IHTMLLocation::get_search implementation. 2012-01-03 12:37:28 +01:00
Jacek Caban ddbda376e8 ieframe: Improved test traces. 2012-01-03 12:37:27 +01:00
Jacek Caban f3a2d05359 ieframe: Added ITargetFramePriv2 interface to HlinkFrame object. 2012-01-03 12:37:27 +01:00
Nikolay Sivov 06c0b139f5 wshom.ocx: Implement IWshShortcut::Save(). 2012-01-03 12:37:27 +01:00
Nikolay Sivov 34f1811d12 wshom.ocx: Implement IWshShortcut_put_TargetPath(). 2012-01-03 12:37:26 +01:00
Nikolay Sivov 033c18fce9 wshom.ocx: Implement IWshShortcut_put_WorkingDirectory(). 2012-01-03 12:37:26 +01:00
Nikolay Sivov 9e7c1bd163 wshom.ocx: Implement IWshShortcut_put_Description(). 2012-01-03 12:37:26 +01:00
Nikolay Sivov 23fe903d9a wshom.ocx: Added IWshShortcut stub. 2012-01-03 12:37:25 +01:00
Nikolay Sivov 7f2d4f2933 wshom.ocx: Implement IWshCollection::Item() for common programs folders. 2012-01-03 12:37:25 +01:00
Nikolay Sivov aa707ec270 wshom.ocx: Implement IWshCollection::Item() for public desktop case. 2012-01-03 12:37:24 +01:00
Nikolay Sivov 4a068c64d0 wshom.ocx: Implement IWshCollection::Item() for Desktop folder case. 2012-01-03 12:37:24 +01:00
Nikolay Sivov 3149386b86 wshom.ocx: Dump VARIANT parameters, fix instance leak. 2012-01-03 12:37:24 +01:00
Jacek Caban 4f59ab4ab7 jscript: Use 0 as an invalid label value. 2012-01-03 12:37:23 +01:00
Jacek Caban 9752df99af jscript: Get rid of instr_off from expression_t. 2012-01-03 12:37:23 +01:00
Jacek Caban 708c83e208 jscript: Make 0 an invalid code offset. 2012-01-03 12:37:22 +01:00
Jacek Caban 11453b2414 jscript: Always alloc the first chunk of code buffer. 2012-01-03 12:37:22 +01:00
Jacek Caban ea185259fb vbscript: Added InStr tests. 2012-01-03 12:37:22 +01:00
Jacek Caban d23ecdfc64 vbscript: Added InStr implementation. 2012-01-03 12:37:21 +01:00
Jacek Caban fc8756ac7c vbscript: Added support for VARIANTREF arguments in multiple argument functions. 2012-01-03 12:37:21 +01:00
Alexandre Julliard 5dc8bedb95 Update copyright info for 2012. 2012-01-03 12:37:21 +01:00