André Hentschel
|
87429c72f6
|
mscoree: Add stub implementation for CreateConfigStream.
|
2011-03-28 18:35:24 +02:00 |
André Hentschel
|
47a44f61e2
|
urlmon/tests: Add another case to IUri tests.
|
2011-03-28 18:35:20 +02:00 |
Nikolay Sivov
|
64e5a6a257
|
msxml3: Allow to create dummy node map for <?xml ?>.
|
2011-03-28 17:31:51 +02:00 |
Nikolay Sivov
|
e5e0b84200
|
msxml3: More tests for <?xml ?> attributes.
|
2011-03-28 17:31:46 +02:00 |
Nikolay Sivov
|
61f693846a
|
msxml3: Initial tests for IObjectWithSite support for httprequest.
|
2011-03-28 17:31:40 +02:00 |
Nikolay Sivov
|
7bdcbfb9a0
|
comctl32/listview: Fix edit box text limit.
|
2011-03-28 17:31:25 +02:00 |
Nikolay Sivov
|
124eaa046f
|
comctl32/listview: Adjust dispinfo text buffer length.
|
2011-03-28 17:31:21 +02:00 |
Nikolay Sivov
|
3796f12710
|
comctl32/monthcal: Clean day painting function.
|
2011-03-28 17:31:03 +02:00 |
Nikolay Sivov
|
802ab38f0c
|
comctl32/monthcal: Selection and abbreviations should use title colour.
|
2011-03-28 17:30:58 +02:00 |
Nikolay Sivov
|
6d4b96020e
|
comctl32/monthcal: Cache brush handles.
|
2011-03-28 17:30:53 +02:00 |
Nikolay Sivov
|
eb2dc5c900
|
comctl32/monthcal: Fix hit test for previous month.
|
2011-03-28 17:30:45 +02:00 |
Nikolay Sivov
|
2f65a83370
|
comctl32/monthcal: Move partially visible months painting outside of calendar loop.
|
2011-03-28 17:30:40 +02:00 |
Nikolay Sivov
|
ddab5d8548
|
comctl32/monthcal: Remove outdated comment.
|
2011-03-28 17:30:33 +02:00 |
André Hentschel
|
f73ee0a249
|
ntdll: Add check for DragonFly BSD.
|
2011-03-28 17:30:20 +02:00 |
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 |