Commit Graph

77189 Commits (394feff361423443f48b9cb16121b983a9975bed)
 

Author SHA1 Message Date
Eric Pouech 394feff361 include: Added missing no return attribute. 2011-03-28 17:29:50 +02:00
David Hedberg 21085edb51 mspatcha: New dll stub. 2011-03-28 17:29:39 +02:00
André Hentschel 1a39e29c3b wininet: Port numbers are unsigned. 2011-03-28 17:26:14 +02:00
André Hentschel 1bf001cf0b winhttp: Port numbers are unsigned. 2011-03-28 17:26:12 +02:00
Gregory M. Turner c7f7848026 gdi32: Initialize SetLayout function pointer. 2011-03-28 17:25:29 +02:00
Eric Pouech a5cbdcb8bb winegcc: Check that option argument is within command line parameters. 2011-03-28 17:24:56 +02:00
Eric Pouech 7b544af170 loader: Protect preloader against ELF file without loadable segments (clang). 2011-03-28 17:24:53 +02:00
Eric Pouech 6a60266575 dbghelp: In const types, force 'void' type when none is found. 2011-03-28 17:24:50 +02:00
Eric Pouech 96a38c93d5 dbghelp: Return proper null value when lookup_type fails. 2011-03-28 17:24:48 +02:00
Eric Pouech 1980545055 kernel32: When testing the debugger activation, don't use unitialized values (clang). 2011-03-28 17:24:45 +02:00
Eric Pouech b10977fc3c dbghelp: Now that compilers (like clang) start to merge symbols across compilation units, no longer barf about duplicates. 2011-03-28 17:24:42 +02:00
Thomas Mullaly 2f5ca80cce urlmon/tests: Added CoInternetParseUrl tests. 2011-03-28 17:22:00 +02:00
Thomas Mullaly 65d3eab864 shlwapi: Improved UrlGetPart support when parsing host names. 2011-03-28 17:21:56 +02:00
Thomas Mullaly b9308fa06f urlmon/tests: Added zone domain mapping tests. 2011-03-28 17:21:48 +02:00
Thomas Mullaly b41d85d773 urlmon/tests: Added SecurityManager zone mapping cache tests. 2011-03-28 17:21:46 +02:00
Vincent Povirk 10080298dc windowscodecs: Add support for reading tiled TIFF images. 2011-03-28 17:16:33 +02:00
Vincent Povirk 19b71b035e gdiplus: Implement gamma adjustment. 2011-03-28 17:16:26 +02:00
Vincent Povirk 805f0321eb gdiplus: Implement color transforms. 2011-03-28 17:16:23 +02:00
Dmitry Timoshkov 1b5602e59c server: Add excute permission when read file access is allowed. 2011-03-28 17:16:01 +02:00
Dan Kegel 6bbd0b87d5 urlmon: IsValidUrl should not fail if first parameter is not NULL. 2011-03-28 17:13:44 +02:00
Austin English 570f446f8c traffic: Add a stub for TcDeregisterClient. 2011-03-28 17:13:20 +02:00
Stefan Leichter c643aec175 ntoskrnl.exe: Add stub for PsSetLoadImageNotifyRoutine. 2011-03-28 17:13:05 +02:00
Marcus Meissner e766a132db comctl32: Added missing break (Coverity). 2011-03-28 17:12:32 +02:00
Marcus Meissner 7cd22f7037 kernel32: Added missing break (Coverity). 2011-03-28 17:12:26 +02:00
Marcus Meissner 409aae33dd dnsapi: Added missing breaks (Coverity). 2011-03-28 17:12:21 +02:00
Marcus Meissner a9c5c3d6c9 krnl386.exe16: Added missing break to dma code (Coverity). 2011-03-28 17:12:02 +02:00
Marcus Meissner 97efdc1e0d shell32: Missing break in IDOK case. 2011-03-28 17:11:56 +02:00
Marcus Meissner 81ed815173 user32: Added missing break. 2011-03-28 17:11:50 +02:00
Marcus Meissner 3d44f4c8b3 user32: Added missing break (Coverity). 2011-03-28 17:11:34 +02:00
Marcus Meissner 14d246665b wined3d: Mark up fallthrough breaks (Coverity). 2011-03-28 17:11:06 +02:00
Marcus Meissner 6e1f37151c wininet: Added missing break (Coverity). 2011-03-28 17:10:55 +02:00
Marcus Meissner fd2fe2be0d winecfg: Added missing break (Coverity). 2011-03-28 17:10:49 +02:00
Marcus Meissner d15a04bdce winedbg: Add missing break (Coverity). 2011-03-28 17:10:37 +02:00
Aric Stewart f026616c22 usp10: Rewrite ScriptStringXtoCP to make use of ScriptXtoCP. 2011-03-28 17:10:18 +02:00
Aric Stewart d7ea24d56d usp10: Rewrite ScriptStringCPtoX to make use of ScriptCPtoX. 2011-03-28 17:09:52 +02:00
Michael Stefaniuc 289005a79f oleaut32/tests: Use a proper static COM object. 2011-03-28 17:08:54 +02:00
Michael Stefaniuc 269f5bbe81 oleaut32: COM cleanup for the IPropertyPageSite iface. 2011-03-28 17:08:54 +02:00
Alexandre Julliard 5e2549d687 gdi32: Don't require a valid point as input to OffsetViewport/WindowOrgEx. 2011-03-28 17:08:54 +02:00
Akihiro Sagawa 41691ba46b po: Update Japanese translation. 2011-03-28 17:08:54 +02:00
Akihiro Sagawa d468fcee31 inetcpl.cpl: Update Japanese translation. 2011-03-28 17:08:54 +02:00
André Hentschel 8c88d6c6d8 winemaker: Fix library argument. 2011-03-28 17:08:54 +02:00
Michael Stefaniuc 337e71d4f3 xmllite: COM cleanup in reader.c. 2011-03-28 17:08:54 +02:00
Michael Stefaniuc 4c98182a5b browseui/tests: COM cleanup in autocomplete.c. 2011-03-28 17:08:54 +02:00
Dan Kegel 94462664c5 winemenubuilder: File associations should set wineprefix. 2011-03-28 17:08:53 +02:00
Dmitry Timoshkov bfd69719a6 ntdll: Use an NtWriteFile pointer instead of a static import. 2011-03-28 17:08:53 +02:00
Vincent Povirk 4266b154be gdiplus: Initialize the ImageAttributes in GdipCreateTexture2I. 2011-03-28 17:08:53 +02:00
Vincent Povirk 42d1d9e9e0 gdiplus: Clean up HRGN when GdipGetRegionBounds succeeds too. 2011-03-28 17:08:53 +02:00
Vincent Pelletier 296b67f556 dinput: Ramp from lStart to lEnd, not lStart to lStart. 2011-03-28 17:08:53 +02:00
Eric Pouech 51f06239ff wineconsole: Ensure that the EXIT message is always properly propagated to the first caller of GrabChanges. 2011-03-28 17:08:53 +02:00
Eric Pouech 4220cd6608 dbghelp: When parsing .debug_line section in dwarf debug info, protect against out of bounds indexes. 2011-03-28 17:08:52 +02:00