Rico Schüller
|
dd934099e1
|
d3dcompiler: Implement ID3D11ShaderReflection::GetConstantBufferByName().
|
2011-02-21 12:58:55 +01:00 |
Rico Schüller
|
a7483f4bcc
|
d3dcompiler: Implement ID3D11ShaderReflection::GetConstantBufferByIndex().
|
2011-02-21 12:58:53 +01:00 |
Rico Schüller
|
3f6c54f263
|
d3dcompiler: Parse reflection constant buffers.
|
2011-02-21 12:58:50 +01:00 |
Jörg Höhle
|
fd8576bfdb
|
winmm: Let WideCharToMultiByte search for NUL string terminator (Valgrind).
|
2011-02-21 12:46:36 +01:00 |
Alexander Scott-Johns
|
60b5d91abb
|
comctl32: Fix read of uninitialized data in notify_itemactivate (Valgrind).
|
2011-02-21 12:46:26 +01:00 |
Alexander Scott-Johns
|
f2df2f38e6
|
comctl32: Fix read of uninitialized data in LISTVIEW_GetItemExtT when LVIF_TEXT is not set (Valgrind).
|
2011-02-21 12:46:14 +01:00 |
Matteo Bruni
|
ffe65c2721
|
d3dx9/tests: Remove spurious assignment (LLVM/Clang).
|
2011-02-21 12:44:36 +01:00 |
Matteo Bruni
|
6505aed598
|
d3dx9: Remove an unnecessary initialization (LLVM/Clang).
|
2011-02-21 12:44:31 +01:00 |
Matteo Bruni
|
ed1b396b66
|
d3dx9: Remove a couple of spurious assignments (LLVM/Clang).
|
2011-02-21 12:44:27 +01:00 |
Matteo Bruni
|
005910957b
|
d3dcompiler: Fix initial allocation (Valgrind).
|
2011-02-21 12:44:19 +01:00 |
Charles Davis
|
03c29bf7f5
|
ntdll: Fix IOCTL_CDROM_RAW_READ on Mac OS.
|
2011-02-21 12:44:08 +01:00 |
Alexandre Julliard
|
9eba2de390
|
ntdll: Improve the error reporting for invalid PE file architectures.
|
2011-02-19 14:11:05 +01:00 |
Alexandre Julliard
|
0fd822f465
|
kernel32: Use debugstr_a to avoid overflow with user-specified string.
|
2011-02-19 13:06:40 +01:00 |
Alexandre Julliard
|
3dc669ffb5
|
cabinet: Fix the remaining todo_wine tests in fdi.c.
|
2011-02-19 13:05:57 +01:00 |
Peter Urbanec
|
36391faf45
|
jscript: Implement character escaping as described by ECMA-262 B.2.1.
|
2011-02-18 17:04:15 +01:00 |
Alistair Leslie-Hughes
|
27bb5a0f52
|
msxml3: Add IObjectWithSite support to IXMLHttpRequest.
|
2011-02-18 17:03:01 +01:00 |
Austin English
|
d1442ace43
|
mshtml/tests: Update disabled test comment.
|
2011-02-18 14:54:51 +01:00 |
Austin English
|
d23b088818
|
wintrust/tests: Remove win9x hacks.
|
2011-02-18 14:54:51 +01:00 |
Gerald Pfeifer
|
1dae68e71b
|
winmm: Simplify MCI_DumpCommandTable a bit.
|
2011-02-18 14:54:51 +01:00 |
Dmitry Timoshkov
|
798edfec16
|
user32: Use the windows created by the SetParent() test to get a more predictable active/focus window state.
|
2011-02-18 14:54:51 +01:00 |
Rico Schüller
|
9cc0cd39a1
|
d3dcompiler/tests: Add GetResourceBindingDesc() test.
|
2011-02-18 14:54:51 +01:00 |
Austin English
|
809bb35bf0
|
comctl32/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-18 14:54:51 +01:00 |
Austin English
|
85e3ff245f
|
comctl32/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-18 14:54:50 +01:00 |
Austin English
|
223c431d90
|
comctl32/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-18 14:54:50 +01:00 |
Austin English
|
4803f921e6
|
comctl32/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-18 14:54:50 +01:00 |
Austin English
|
a41a574d3e
|
comctl32/tests: Remove dead assignments (LLVM/Clang).
|
2011-02-18 14:54:49 +01:00 |
Alexandre Julliard
|
866adf4b50
|
cabinet: Avoid some memory allocations by storing buffers directly in the FCI structure.
|
2011-02-18 14:54:49 +01:00 |
Alexandre Julliard
|
e1a0ef7ef8
|
cabinet: Add support for MSZIP compression.
|
2011-02-18 14:54:44 +01:00 |
Alexandre Julliard
|
527c8263a1
|
cabinet: Create temp files only once we have data to store into them.
|
2011-02-18 00:19:31 +01:00 |
Alexandre Julliard
|
d651fbe4d1
|
cabinet: Cleanup file loading and add infrastructure for plugging in real compression.
|
2011-02-18 00:19:04 +01:00 |
Jörg Höhle
|
d9d4323137
|
msvcrt/tests: sizeof(long double) is 12 with MS.
|
2011-02-17 18:33:43 +01:00 |
Jörg Höhle
|
c6d67fad8f
|
msvcrt: sizeof(long double) is 12 with MS, but not necessarily so on UNIX.
|
2011-02-17 18:33:43 +01:00 |
Austin English
|
4dc81b6518
|
jscript/tests: Remove a dead assignment (LLVM/Clang).
|
2011-02-17 18:33:43 +01:00 |
Austin English
|
66f5234f3e
|
d3d9/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-17 18:33:42 +01:00 |
Austin English
|
b917903291
|
crypt32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-17 18:33:42 +01:00 |
Austin English
|
498d8738e3
|
crypt32/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-17 18:33:42 +01:00 |
Austin English
|
d583f12d8e
|
winmm/tests: Remove dead assignment (LLVM/Clang).
|
2011-02-17 18:33:42 +01:00 |
Austin English
|
408d068915
|
usp10/tests: Remove dead assignment (LLVM/Clang).
|
2011-02-17 18:33:42 +01:00 |
Austin English
|
194e43f6e3
|
kernel32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-17 18:33:42 +01:00 |
Alexander Scott-Johns
|
182b6a0483
|
user32: Fix read of uninitialized data and a couple of typos in TrackMouseEvent (Valgrind).
|
2011-02-17 18:33:42 +01:00 |
Alistair Leslie-Hughes
|
df25f0d9a6
|
mshtml: Implement IHTMLAnchorElement_put_href.
|
2011-02-17 17:41:23 +01:00 |
Dmitry Timoshkov
|
15c322c235
|
mlang: GetGlobalFontLinkObject() takes a non-zero number of arguments.
|
2011-02-17 17:41:23 +01:00 |
Alexander Scott-Johns
|
e2d4775233
|
comctl32: Fix read of uninitialized data in LISTVIEW_HeaderNotification and rename it to LISTVIEW_Notify (Valgrind).
|
2011-02-17 17:31:22 +01:00 |
Austin English
|
671b9a43e7
|
ole32/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-17 17:30:30 +01:00 |
Austin English
|
c4b1523b90
|
crypt32/tests: Remove a dead initialization (LLVM/Clang).
|
2011-02-17 17:30:22 +01:00 |
Austin English
|
6d66446baf
|
inetmib1/tests: Remove a dead assignment (LLVM/Clang).
|
2011-02-17 17:30:13 +01:00 |
Austin English
|
f817e547f9
|
gdiplus/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-17 17:30:00 +01:00 |
Austin English
|
7de70a4804
|
msi/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-17 17:29:54 +01:00 |
Austin English
|
b6bea541db
|
msi/tests: Remove dead assignments.
|
2011-02-17 17:29:46 +01:00 |
Austin English
|
b1d4d2b215
|
crypt32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-17 17:29:05 +01:00 |
Austin English
|
b7c18d104b
|
advapi32/tests: Remove Win9x hacks.
|
2011-02-17 17:28:17 +01:00 |
Austin English
|
33db33d474
|
advapi32/tests: Make sure to use return value (LLVM/Clang).
|
2011-02-17 17:27:47 +01:00 |
Austin English
|
68e1d5d78e
|
advapi32/tests: Make sure to use return value (LLVM/Clang).
|
2011-02-17 17:27:41 +01:00 |
Austin English
|
e8a2fa28ea
|
d3dx9_36/tests: Free memory after use (Valgrind).
|
2011-02-17 17:27:30 +01:00 |
Nikolay Sivov
|
edeff310b1
|
msxml3: Null pointer for schema uri should be treated as empty.
|
2011-02-17 17:27:22 +01:00 |
André Hentschel
|
21332ccb85
|
kernel32: Forward RtlCompareMemory to ntdll on x86_64.
|
2011-02-17 17:27:00 +01:00 |
Rico Schüller
|
d4798d0580
|
d3dcompiler/tests: Add reflection ps desc test.
|
2011-02-17 17:26:18 +01:00 |
Rico Schüller
|
c7ed17ac66
|
d3dcompiler/tests: Add reflection vs desc test.
|
2011-02-17 17:26:12 +01:00 |
Juan Lang
|
7c42297bf3
|
wintrust/tests: Fix a leak (valgrind).
|
2011-02-17 17:26:00 +01:00 |
Juan Lang
|
04f74d7e43
|
crypt32/tests: Test return value (clang).
|
2011-02-17 17:25:44 +01:00 |
Juan Lang
|
bcace6fb7c
|
crypt32/tests: Test a return value (clang).
|
2011-02-17 17:25:40 +01:00 |
Juan Lang
|
d4748065b3
|
crypt32/tests: Remove an unused assignment (clang).
|
2011-02-17 17:25:35 +01:00 |
Alexandre Julliard
|
682d9a2929
|
cabinet: Create one temp file per folder and avoid an extra copy of the data.
|
2011-02-17 16:48:19 +01:00 |
Alexandre Julliard
|
b0cebda36b
|
kernel32: Don't try to initialize curses if the TERM variable is not set.
|
2011-02-16 23:30:32 +01:00 |
Jacek Caban
|
7af0b1cb45
|
urlmon: Use winetest page URL for abort test.
|
2011-02-16 16:49:51 +01:00 |
Nikolay Sivov
|
4e079d6b3d
|
msxml3: Initial implementation of transform() method.
|
2011-02-16 16:49:34 +01:00 |
Nikolay Sivov
|
bb47bab7ce
|
msxml3: Store output stream for processor.
|
2011-02-16 16:49:21 +01:00 |
Nikolay Sivov
|
392934af90
|
msxml3: Basic put_input() method for IXSLProcessor.
|
2011-02-16 16:48:51 +01:00 |
Jacek Caban
|
e703763e51
|
msxml3: Silence QueryInterface FIXME.
|
2011-02-16 14:26:27 +01:00 |
Thomas Mullaly
|
5624ece30d
|
mshtml: Fixed a few typos.
|
2011-02-16 14:26:27 +01:00 |
Juan Lang
|
3cdd20f91d
|
crypt32: Don't assign a count value unless memory allocation succeeds (clang).
|
2011-02-16 14:26:27 +01:00 |
Juan Lang
|
b377f83453
|
crypt32: Don't assume a function succeeded (clang).
|
2011-02-16 14:26:26 +01:00 |
Juan Lang
|
bcd14a1822
|
crypt32: Fix return value in error cases (clang).
|
2011-02-16 14:26:26 +01:00 |
Juan Lang
|
a7534610a3
|
crypt32: Fix return value (clang).
|
2011-02-16 14:26:26 +01:00 |
André Hentschel
|
fc38254fed
|
kernel32: Remove a useless error message.
|
2011-02-16 14:26:26 +01:00 |
André Hentschel
|
e0d712da61
|
rsaenh/tests: Test the reported length on success.
|
2011-02-16 14:26:26 +01:00 |
Andrew Nguyen
|
78110088d4
|
propsys: Add a PSRefreshPropertySchema stub.
|
2011-02-16 14:26:26 +01:00 |
Andrew Nguyen
|
6d0983972e
|
usp10/tests: Avoid passing optional pointers to uninitialized structures in ScriptString tests.
|
2011-02-16 14:26:26 +01:00 |
Rico Schüller
|
d790be79d7
|
d3dcompiler/tests: Add reflection test.
|
2011-02-16 14:26:26 +01:00 |
Rico Schüller
|
14d8b51bac
|
d3dcompiler: Add argument check in D3DReflect().
|
2011-02-16 14:26:14 +01:00 |
Amine Khaldi
|
f8da57ca89
|
riched20: Fix a c89 conformance issue in ITextImpl->editor->rcFormat initialization.
|
2011-02-16 14:02:59 +01:00 |
Alexandre Julliard
|
de8dc80c85
|
msvcr90/tests: Fix the type info test for 64-bit.
|
2011-02-16 14:00:38 +01:00 |
Alexandre Julliard
|
ea22b17065
|
cabinet: Store the data block headers in a memory list instead of on-disk.
Compute the checksums only when writing to the final file.
|
2011-02-16 12:17:48 +01:00 |
Alexandre Julliard
|
afae86aa1e
|
cabinet: Rewrite the cabinet header output code, and write everything to disk in one step.
|
2011-02-15 20:08:44 +01:00 |
Jacek Caban
|
8b861189e9
|
mshtml: Fixed a leak (valgrind).
|
2011-02-15 17:42:26 +01:00 |
Jacek Caban
|
a124d74c7b
|
urlmon: Get rid of no longer needed buffering in stgmed_buf_t.
|
2011-02-15 17:42:26 +01:00 |
Jacek Caban
|
8bee20d85f
|
urlmon: Properly handle BINDSTATUS_BEGINDOWNLOADDATA.
|
2011-02-15 17:42:26 +01:00 |
Jacek Caban
|
4499b4516e
|
urlmon: Read remaining protocol data if report_data was called after binding finished.
|
2011-02-15 17:42:26 +01:00 |
Jacek Caban
|
0d01f2f479
|
urlmon: Get rid of init variable in stgmed_buf_t.
|
2011-02-15 17:42:26 +01:00 |
Detlef Riekenberg
|
ebecd5a779
|
shlwapi: Add stubs for SHWinHelpOnDemandA/W.
|
2011-02-15 17:25:04 +01:00 |
Matteo Bruni
|
c04f8ce055
|
d3d9/tests: Add a test for clip planes.
|
2011-02-15 17:24:26 +01:00 |
Matteo Bruni
|
75386a99b4
|
wined3d: Make clip planes independent from offscreen/onscreen drawing.
|
2011-02-15 17:24:26 +01:00 |
Igor Egorov
|
b970462825
|
kernel32: Add stderr redirection for native Unix programs started from Windows program.
|
2011-02-15 17:24:26 +01:00 |
Janne Hakonen
|
82a2ec13f0
|
iphlpapi: Changed return value of NotifyAddrChange() stub and added test cases.
|
2011-02-15 17:24:26 +01:00 |
Charles Davis
|
9a1fb63840
|
mountmgr: Use the media kind to fill in the device type field on Mac OS.
|
2011-02-15 17:24:23 +01:00 |
David Adam
|
e57bbaab91
|
d3dx9_36: Add a few tests for D3DXCreateBox.
|
2011-02-15 17:11:50 +01:00 |
Austin English
|
00b8083b86
|
oleaut32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-15 17:09:25 +01:00 |
Austin English
|
fdf24a9406
|
oleaut32/tests: Remove dead assignments (LLVM/Clang).
|
2011-02-15 17:09:18 +01:00 |
Austin English
|
35c2ebd673
|
oleaut32/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-15 17:09:09 +01:00 |
Austin English
|
3209f23c9d
|
oleaut32/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-15 17:09:02 +01:00 |
Austin English
|
d38dfa133e
|
oleaut32/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-15 17:08:54 +01:00 |
Austin English
|
81102327ef
|
oleaut32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-15 17:08:45 +01:00 |
Nicholas Niro
|
7aff865e8e
|
winex11.drv: Add proper initialization for border_pixel.
|
2011-02-15 17:01:44 +01:00 |
Andrew Nguyen
|
80354e5031
|
dxdiagn: Restore a few traces in the container construction functions.
|
2011-02-15 17:01:43 +01:00 |
Andrew Nguyen
|
a9d1f1bb4f
|
dxdiagn: Transition to the information tree by making IDxDiagContainer view the information tree.
|
2011-02-15 17:01:43 +01:00 |
Andrew Nguyen
|
6ffcfe58c9
|
dxdiagn: Remove the old container initialization code in preparation for switching to the information tree.
|
2011-02-15 17:01:43 +01:00 |
Andrew Nguyen
|
5ae57265c5
|
dxdiagn: Add code that populates the DxDiag_DirectShowFilters container.
|
2011-02-15 17:01:43 +01:00 |
Andrew Nguyen
|
606f428275
|
dxdiagn: Add code that populates the DxDiag_DirectXFiles container.
|
2011-02-15 17:01:43 +01:00 |
Andrew Nguyen
|
827ce16286
|
dxdiagn: Add code to create stub containers for DxDiag_DirectSound.
|
2011-02-15 17:01:43 +01:00 |
Andrew Nguyen
|
5a2cb2114a
|
dxdiagn: Add code that populates the DxDiag_DisplayDevices container.
|
2011-02-15 17:01:43 +01:00 |
Andrew Nguyen
|
9103efe6a4
|
dxdiagn: Add code that populates the DxDiag_SystemInfo container.
|
2011-02-15 17:01:43 +01:00 |
Andrew Nguyen
|
91130395ef
|
dxdiagn: Add code that introduces the infrastructure of a provider information tree.
|
2011-02-15 17:01:43 +01:00 |
Andrew Nguyen
|
9f60f35ad4
|
dxdiagn: Make the containers keep a reference to a IDxDiagProvider object.
|
2011-02-15 17:01:43 +01:00 |
Thomas Mullaly
|
1703368e26
|
urlmon: Fixed invalid read and write errors (Valgrind).
|
2011-02-15 17:01:43 +01:00 |
Vincent Povirk
|
88ce03103b
|
gdiplus: Add tests for locked image bit reading/writing.
|
2011-02-15 17:01:43 +01:00 |
Vincent Povirk
|
732aa89c08
|
gdiplus: Add test for ImageLockModeUserInputBuf.
|
2011-02-15 17:01:43 +01:00 |
Vincent Povirk
|
86d58dc6c8
|
gdiplus: Store an ImageAttributes in texture brushes.
|
2011-02-15 17:01:43 +01:00 |
Nikolay Sivov
|
8fdf64e882
|
msxml3: Add a stub IXSLProcessor.
|
2011-02-15 16:51:30 +01:00 |
Nikolay Sivov
|
855ca45f29
|
msxml3: Add basic putref_stylesheet() implementation.
|
2011-02-15 16:51:30 +01:00 |
Juan Lang
|
00ba1f606c
|
rsaenh: Fully initialize schannel algorithm information.
|
2011-02-15 16:51:30 +01:00 |
Alexandre Julliard
|
28fce46de7
|
cabinet: Store the CCAB data as soon as it is available.
Also add a helper function for the cabinet header size.
|
2011-02-15 16:51:29 +01:00 |
Alexandre Julliard
|
5dc4986dab
|
cabinet: Add helper functions for temp file manipulations.
|
2011-02-15 16:51:29 +01:00 |
Alexandre Julliard
|
21aab68fbb
|
cabinet: Store files in a list in memory instead of in a temp file.
|
2011-02-15 16:51:20 +01:00 |
Alexandre Julliard
|
f6ebe3b8b2
|
cabinet: Store folders in a list in memory instead of in a temp file.
|
2011-02-14 20:05:46 +01:00 |
Igor Paliychuk
|
22b63d2c54
|
wininet: Fix translations.
|
2011-02-14 13:33:35 +01:00 |
Igor Paliychuk
|
c5ee445f89
|
cryptui: Fix French translation.
|
2011-02-14 13:33:35 +01:00 |
André Hentschel
|
4b3ad0d31c
|
urlmon/tests: Fix expected result.
|
2011-02-14 13:33:34 +01:00 |
Austin English
|
fe9544abd2
|
ntdll/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-14 13:33:33 +01:00 |
Austin English
|
da3feee905
|
urlmon/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-14 13:33:33 +01:00 |
Austin English
|
fe975fb0b6
|
ole32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-14 13:33:33 +01:00 |
Austin English
|
5206db8055
|
ole32/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-14 13:33:33 +01:00 |
Austin English
|
efb3c48d8a
|
ole32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-14 13:33:32 +01:00 |
Austin English
|
c57c9ce3d1
|
ntdll/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-14 13:33:32 +01:00 |
Austin English
|
f956a472c0
|
user32/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-14 13:33:32 +01:00 |
Nikolay Sivov
|
c406b888aa
|
msxml: Add IXSLTemplate stub.
|
2011-02-14 13:33:32 +01:00 |
Maarten Lankhorst
|
af5423ef57
|
dsound: Forcibly lock buffers to be mixed.
|
2011-02-14 13:33:32 +01:00 |
Alexander Lakhin
|
6459f2c53f
|
shdocvw: Add Russian translation resources.
|
2011-02-14 13:33:31 +01:00 |
Alexander Lakhin
|
663ae47e00
|
inetcpl.cpl: Add Russian translation resources.
|
2011-02-14 13:33:31 +01:00 |
Alexander Lakhin
|
09c006751d
|
cryptui: Add Russian translation resources.
|
2011-02-14 13:33:31 +01:00 |
Gerald Pfeifer
|
d698e226f6
|
comctl32/tests: Remove unused parameter from test_removeimage().
|
2011-02-14 13:33:30 +01:00 |
Gerald Pfeifer
|
54d98ba791
|
wined3d: Remove an old hack around Mesa choking on protected memory from flush_to_framebuffer_drawpixels.
|
2011-02-14 13:33:30 +01:00 |
Gerald Pfeifer
|
8c9abc1dd8
|
comctl32/tests: Avoid uninitialized variable warning in GetWidthBytes().
|
2011-02-14 13:33:29 +01:00 |
Austin English
|
e36370f04b
|
gdi32: Add a stub for GdiDrawStream.
|
2011-02-14 13:33:29 +01:00 |
Jacek Caban
|
9896d41ced
|
urlmon: Fixed Valgrind warnings.
|
2011-02-14 13:33:29 +01:00 |
Austin English
|
99d9e0f6b2
|
shell32: Trace APPBARDATA struct members based on message type (Valgrind).
|
2011-02-14 12:30:52 +01:00 |
Ken Thomases
|
d52f95cec8
|
iphlpapi: Enable non-privileged ICMP (ping) on Mac OS X.
|
2011-02-14 12:29:18 +01:00 |
Ken Thomases
|
e814147b12
|
user32: Remove wrong parameter name from comment.
Spotted by Peter Oberndorfer.
|
2011-02-14 12:29:05 +01:00 |
Detlef Riekenberg
|
58a95780fb
|
mshtml/tests: Fix a typo.
|
2011-02-14 12:28:21 +01:00 |
Detlef Riekenberg
|
1c2183a85a
|
msi/tests: Fix a typo.
|
2011-02-14 12:28:17 +01:00 |
Detlef Riekenberg
|
14fc2eff44
|
winspool: Do not mark AddPrinterA as stub.
|
2011-02-14 12:28:08 +01:00 |
Austin English
|
1091ceef7b
|
mshtml/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-14 12:27:54 +01:00 |
Austin English
|
746e8b237e
|
mshtml/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-14 12:27:46 +01:00 |
Austin English
|
2811f68e92
|
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-14 12:27:33 +01:00 |
Austin English
|
3c69f657fb
|
shell32/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-14 12:27:26 +01:00 |
Austin English
|
8a3294e8b6
|
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-14 12:27:19 +01:00 |
Austin English
|
c2671133dd
|
shell32/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-14 12:27:10 +01:00 |
Austin English
|
df846e89eb
|
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-14 12:26:51 +01:00 |
Austin English
|
d6cd0e999e
|
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-14 12:26:45 +01:00 |
Austin English
|
75f8de0d4f
|
shell32/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-14 12:26:33 +01:00 |
Rico Schüller
|
cacff4b3a0
|
d3dcompiler: Implement ID3DShaderReflection::GetResourceBindingDescByName().
|
2011-02-14 12:26:08 +01:00 |
Rico Schüller
|
162233eb63
|
d3dcompiler: Implement ID3DShaderReflection::GetResourceBindingDesc().
|
2011-02-14 12:26:04 +01:00 |
Rico Schüller
|
5ad824a178
|
d3dcompiler: Parse bound resources.
|
2011-02-14 12:26:00 +01:00 |
Juan Lang
|
9e6de30f8f
|
crypt32: Don't attempt to find the length of a NULL string (valgrind).
|
2011-02-11 17:42:17 +01:00 |
Juan Lang
|
8e479f7803
|
rsaenh: Disallow deriving schannel encryption keys before setting the encryption algorithm.
|
2011-02-11 17:42:01 +01:00 |
Juan Lang
|
ea43c5989c
|
rsaenh: Disallow creating schannel master hashes before setting the client random and server random.
|
2011-02-11 17:41:57 +01:00 |
Juan Lang
|
b0ae8ca7c7
|
rsaenh/tests: Test errors creating schannel keys and hashes before parameters are set.
|
2011-02-11 17:41:51 +01:00 |
Peter Urbanec
|
766e732fb3
|
d3d9/tests: Use primary monitor screen size to perform tests.
|
2011-02-11 17:40:39 +01:00 |
Peter Urbanec
|
a02195a148
|
d3d8/tests: Use primary monitor screen size to perform tests.
|
2011-02-11 17:40:37 +01:00 |
André Hentschel
|
a41ed6860f
|
urlmon/tests: Mark unavailable InternetZoneManagerEx2 as broken.
|
2011-02-11 17:39:49 +01:00 |
Huw Davies
|
9e0e3a73d2
|
oleaut32: Implement proxy / stub for ITypeLib2_GetDocumentation2.
|
2011-02-11 14:52:49 +01:00 |
Huw Davies
|
afeaaf3787
|
oleaut32: Implement proxy / stub for ITypeLib_GetDocumentation.
|
2011-02-11 14:52:45 +01:00 |
Huw Davies
|
1260bc8892
|
oleaut32: Implement proxy / stub for ITypeInfo2_GetDocumentation2.
|
2011-02-11 14:52:41 +01:00 |
Huw Davies
|
7cdc8bb418
|
oleaut32: Implement proxy / stub for ITypeInfo_GetDllEntry.
|
2011-02-11 14:52:36 +01:00 |
Austin English
|
39ef0b9d12
|
ntdll/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-11 14:50:17 +01:00 |
Austin English
|
92f48ef6ec
|
shlwapi/tests: Remove useless assignments (LLVM/Clang).
|
2011-02-11 14:49:54 +01:00 |
Austin English
|
1c659a5509
|
secur32/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-11 14:49:41 +01:00 |
Austin English
|
39d5a90806
|
kernel32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-11 14:49:23 +01:00 |
Austin English
|
e330380a6b
|
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-11 14:48:46 +01:00 |
Austin English
|
8b7904d78d
|
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-11 14:48:29 +01:00 |
Austin English
|
27dd864f63
|
msi/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-11 14:48:19 +01:00 |
Austin English
|
5e92277f97
|
msi/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-11 14:48:11 +01:00 |
Austin English
|
641d74845d
|
crypt32/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-11 14:47:54 +01:00 |
Austin English
|
29b5aab026
|
crypt32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-11 14:47:47 +01:00 |
Austin English
|
c6301aec11
|
crypt32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-11 14:47:38 +01:00 |
Austin English
|
f6364bf970
|
crypt32/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-11 14:47:15 +01:00 |
Austin English
|
4d5293bd81
|
crypt32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-11 14:47:09 +01:00 |
Juan Lang
|
2910cf9660
|
crypt32: Allow updating data messages with no content.
|
2011-02-11 14:46:37 +01:00 |
Juan Lang
|
07297ea9d0
|
crypt32/tests: In more recent Windows versions, updating a data message with no content succeeds.
|
2011-02-11 14:46:32 +01:00 |
Juan Lang
|
14626a7804
|
crypt32/tests: Update a CryptMsgUpdate call to succeed on more Windows versions, and check its return value (Clang).
|
2011-02-11 14:46:24 +01:00 |
Alexander Kochetkov
|
ecde55b757
|
wineps.drv: All map modes should have inverted y-transforms.
|
2011-02-10 10:28:02 -06:00 |
Juan Lang
|
4325d75d5d
|
wintrust/tests: Fix a leak (valgrind).
|
2011-02-10 10:28:02 -06:00 |
Jacek Caban
|
e1e83bc58d
|
appwiz.cpl: Added support for installing packages from MSI files.
|
2011-02-10 10:28:01 -06:00 |
Hans Leidekker
|
92b5b3fd8c
|
msi: Preserve existing advertise strings in the PublishComponents action.
|
2011-02-10 10:28:01 -06:00 |
Hans Leidekker
|
ba9f1f770a
|
msi: Get rid of msi_component_set_state and msi_feature_set_state.
|
2011-02-10 10:28:01 -06:00 |
Huw Davies
|
ef05072e27
|
oleaut32: Rewrite ITypeInfo_GetDocumentation proxy/stub to return only the information that is requested.
|
2011-02-10 10:28:01 -06:00 |
Jacek Caban
|
779ad051d5
|
mshtml: Make nsIURI::[Get|Set]Username implementation IUri-based.
|
2011-02-10 10:28:01 -06:00 |
Ken Thomases
|
9cb4c21f1a
|
user32: Rename GetKeyboardLayout param; it's a thread ID, not a layout.
|
2011-02-10 10:28:01 -06:00 |
Austin English
|
cbbb4b8dbf
|
msxml3/tests: Make sure return value is used (LLVM/Clang).
|
2011-02-10 10:28:01 -06:00 |
Austin English
|
c64a420ddb
|
msvcr90/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-10 10:28:01 -06:00 |
Austin English
|
7f290c9544
|
shdocvw/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-10 10:28:00 -06:00 |
Austin English
|
b8bf372e70
|
oleaut32/tests: Make sure return value is used (LLVM/Clang).
|
2011-02-10 10:28:00 -06:00 |
Austin English
|
7868edd86e
|
secur32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-10 10:28:00 -06:00 |
Austin English
|
0161db5e87
|
mshtml/tests: Make sure return value is used (LLVM/Clang).
|
2011-02-10 10:27:59 -06:00 |
Austin English
|
c549e34255
|
ntdll/tests: Make sure return value is used (LLVM/Clang).
|
2011-02-10 10:27:59 -06:00 |
Austin English
|
2ebcaf1a51
|
gdiplus/tests: Remove redundant assignments (LLVM/Clang).
|
2011-02-10 10:27:55 -06:00 |
Austin English
|
e77d27a2eb
|
gdiplus/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-10 10:27:39 -06:00 |
Austin English
|
fc2d1ded12
|
user32/tests: Remove some dead assignments (LLVM/Clang).
|
2011-02-10 09:58:50 -06:00 |
Austin English
|
757aaecc83
|
shlwapi/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-10 09:58:38 -06:00 |
Austin English
|
f0ca65a287
|
ole32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-10 09:57:59 -06:00 |
Austin English
|
f6fb95230c
|
dsound/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-10 09:57:45 -06:00 |
Austin English
|
273065cebe
|
gdiplus/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-10 09:57:39 -06:00 |
Austin English
|
a13e596c78
|
gdi32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-10 09:57:32 -06:00 |
Austin English
|
ab4dba3e75
|
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-10 09:57:19 -06:00 |
Austin English
|
f900a8b035
|
crypt32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-10 09:57:12 -06:00 |
Austin English
|
a3c1d4550c
|
msvcrt/tests: Remove useless assignment (LLVM/Clang).
|
2011-02-10 09:56:59 -06:00 |
Austin English
|
a85adf3152
|
msi/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-10 09:56:49 -06:00 |
Austin English
|
517f6aa526
|
d3dx9_36: Make sure return values are used (LLVM/Clang).
|
2011-02-09 14:24:52 -06:00 |
Peter Urbanec
|
b8e1a19a1d
|
gdi32/tests: Use virtual screen size instead of primary monitor screen size.
|
2011-02-09 14:11:22 -06:00 |
André Hentschel
|
ba6bdf9fd6
|
oleaut32: Remove an unneeded error.
|
2011-02-09 13:49:06 -06:00 |
Maarten Lankhorst
|
1e758c5e8c
|
riched20: Do not call callback when no data needs to be flushed.
|
2011-02-09 13:49:03 -06:00 |
Dmitry Timoshkov
|
07cfce6edf
|
user32: Add message tests for SetParent().
|
2011-02-09 13:46:17 -06:00 |
Dmitry Timoshkov
|
de2aeebe72
|
user32: Add a test for reparenting a WS_POPUP window to a WS_CHILD parent.
|
2011-02-09 13:46:00 -06:00 |
Alistair Leslie-Hughes
|
eb2d7b6604
|
mshtml: Implement IHTMLCurrentStyle_get_padding.
|
2011-02-09 13:45:39 -06:00 |
Alistair Leslie-Hughes
|
1492a12c22
|
mshtml: Implement IHTMLStyle_put_borderLeftColor.
|
2011-02-09 13:45:32 -06:00 |
Austin English
|
c6aa255fdf
|
urlmon/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-09 09:30:00 -06:00 |
Austin English
|
78470d7056
|
mshtml/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-09 09:29:52 -06:00 |
Austin English
|
b667582a71
|
gdi32/tests: Make sure to use return value (LLVM/Clang).
|
2011-02-09 09:29:43 -06:00 |
Austin English
|
8b305ccbd3
|
mmdevapi/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-09 09:29:36 -06:00 |
Austin English
|
3455c78042
|
winhttp/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-09 09:29:30 -06:00 |
Austin English
|
22c1843e08
|
secur32/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-09 09:29:13 -06:00 |
Austin English
|
fe067c53dd
|
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-09 09:29:01 -06:00 |
Austin English
|
1a24d1c0f1
|
gdiplus/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-09 09:28:55 -06:00 |
Austin English
|
e48b34cdb3
|
crypt32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-09 09:28:47 -06:00 |
Austin English
|
a19ce2080e
|
advapi32/tests: Remove useless assignments (LLVM/Clang).
|
2011-02-09 09:28:41 -06:00 |
Austin English
|
4e3c3ad593
|
kernel32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-09 09:28:21 -06:00 |
Austin English
|
4c6edd7fe0
|
windowscodecs/tests: Make sure returns values are used (LLVM/Clang).
|
2011-02-09 09:27:32 -06:00 |
Austin English
|
ea0e7d6421
|
xmllite/tests: Don't check test results inside if(0) (LLVM/Clang).
|
2011-02-09 09:27:21 -06:00 |
Austin English
|
99012fe793
|
ws2_32/tests: Remove unneeded assignments (LLVM/Clang).
|
2011-02-09 09:27:11 -06:00 |
Austin English
|
7b4cf0bec0
|
user32/tests: Remove unneeded assignment (LLVM/Clang).
|
2011-02-09 09:26:32 -06:00 |
Austin English
|
121885dd2d
|
version/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-09 09:26:23 -06:00 |
Austin English
|
92cb70e97c
|
shlwapi/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-09 09:26:13 -06:00 |
Austin English
|
5b25b11b05
|
rpcrt4/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-09 09:26:05 -06:00 |
Austin English
|
75e4e607c6
|
riched20/tests: Make sure return value is used (LLVM/Clang).
|
2011-02-09 09:25:58 -06:00 |
Austin English
|
7a87c8ac45
|
localui/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-09 09:25:48 -06:00 |
Alexander Morozov
|
9ba0f5c52e
|
shell32: Partially implement FolderItem::get_Path.
|
2011-02-08 16:21:33 -06:00 |
Alexander Morozov
|
7921522718
|
shell32: Implement Folder2::get_Self.
|
2011-02-08 16:21:06 -06:00 |
Joris Huizer
|
4d41bdd107
|
crypt32: Remove helper variable i (Clang).
|
2011-02-08 14:48:43 -06:00 |
Austin English
|
6816aa295e
|
msi/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-08 14:46:59 -06:00 |
Austin English
|
4036cc06b0
|
dplayx/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-08 14:46:33 -06:00 |
André Hentschel
|
68b0a13572
|
msvcrt: Fixed a typo.
|
2011-02-08 14:46:15 -06:00 |