101858 Commits

Author SHA1 Message Date
Zhenbo Li
e80a3435a1 mshtml: Added support for IHTMLTable[23] interfaces in HTMLTable. 2014-07-15 15:30:56 +02:00
Marcus Meissner
906c341781 rpcrt4: Fixed memory leak on error exit (Coverity). 2014-07-15 15:30:44 +02:00
Henri Verbeet
4cb91a69b0 d3d8/tests: Get rid of struct nvertex. 2014-07-15 15:30:01 +02:00
Henri Verbeet
59208edffe d3d8/tests: Get rid of struct tvertex. 2014-07-15 15:29:59 +02:00
Henri Verbeet
ab1a53c1b9 d3d8/tests: Get rid of struct vertex. 2014-07-15 15:29:57 +02:00
Henri Verbeet
ce60e4ec71 ddraw/tests: Get rid of struct sVertexT. 2014-07-15 15:29:55 +02:00
Henri Verbeet
ee5e469fd8 ddraw/tests: Get rid of struct sVertex. 2014-07-15 15:29:53 +02:00
Nikolay Sivov
ed9e030456 kernel32: Properly implement EnumSystemGeoID(). 2014-07-15 15:29:39 +02:00
Nikolay Sivov
17777c8497 kernel32: Implement GEO_PARENT for GetGeoInfo(). 2014-07-15 15:29:03 +02:00
Vincent Povirk
805da6bf83 mscoree: Accept "v4.0" as a runtime version in config files. 2014-07-15 10:23:46 +02:00
Jacek Caban
cf50d5f700 mshtml: Added IDispatch support for IHTMLTable[23] interfaces. 2014-07-14 19:26:20 +02:00
Henri Verbeet
8b8af4bee0 wined3d: Make wined3d_arbfp_blit_rb_functions static. 2014-07-14 19:26:19 +02:00
Henri Verbeet
0ef760ef82 wined3d: Make vp_ffp_states static. 2014-07-14 19:26:19 +02:00
Henri Verbeet
63f2b65141 wined3d: Clarify WINED3DUSAGE_WRITEONLY a bit. 2014-07-14 19:26:18 +02:00
Henri Verbeet
1360af6adc wined3d: Don't try to resolve vertex buffer locations in context_stream_info_from_declaration(). 2014-07-14 19:26:17 +02:00
Henri Verbeet
68339456a8 wined3d: Always mark vertex buffers as used in context_apply_draw_state().
The issue this solves is that buffer_internal_preload() is only called when
STATE_VDECL or STATE_STREAMSRC is invalidated, but that doesn't happen for
regular buffer maps. We'd like to be able to just call
buffer_internal_preload() here, but buffer_internal_preload() has dependencies
on context_stream_info_from_declaration() and vice versa.
2014-07-14 19:26:17 +02:00
Austin English
3013b6c6da setupapi: Add a stub for SetupDiSetClassInstallParamsW. 2014-07-14 19:26:16 +02:00
Bruno Jesus
421d3cd9e8 wineconsole: Free registry key name (valgrind). 2014-07-14 19:26:14 +02:00
Bruno Jesus
78eac8156e psapi/tests: Free buffer on error (valgrind). 2014-07-14 17:22:46 +02:00
Bruno Jesus
1242417d13 dinput/tests: Release the instance after tests (valgrind). 2014-07-14 17:22:45 +02:00
Bruno Jesus
3b7c61dc2a rsaenh/tests: Add a pre XP DES compatibility test. 2014-07-14 17:22:45 +02:00
Bruno Jesus
c579945b98 rsaenh/tests: Add DES/3DES-112 const buffer test. 2014-07-14 17:22:44 +02:00
Bruno Jesus
50ded4b2f8 rsaenh/tests: Make the tests pass in Windows <= NT4. 2014-07-14 17:22:43 +02:00
Piotr Caban
4387192120 usp10: Limit trace length in iso_dump_types. 2014-07-14 17:22:42 +02:00
Piotr Caban
6d7ce98fec usp10: Limit trace length in dump_types. 2014-07-14 17:22:41 +02:00
Thomas Faber
f325bf7458 dxdiag: Do not omit mandatory argument to WriteFile. 2014-07-14 17:22:41 +02:00
Thomas Faber
d4c4f0ab95 cmd: Do not omit mandatory argument to WriteFile. 2014-07-14 17:22:40 +02:00
Thomas Faber
07ca1afbd3 gdi32: Do not omit mandatory argument to WriteFile. 2014-07-14 17:22:39 +02:00
Thomas Faber
5bd5c89596 d3dx9_36: Do not omit mandatory argument to WriteFile. 2014-07-14 17:22:38 +02:00
Thomas Faber
21b8216773 d3dxof: Do not omit mandatory argument to WriteFile. 2014-07-14 17:22:37 +02:00
Thomas Faber
9609df86e3 wininet: Do not omit mandatory argument to WriteFile. 2014-07-14 17:22:25 +02:00
Jacek Caban
4707b4483b wininet: Rewrite structs storing cookies to represent domains as a tree. 2014-07-14 17:21:38 +02:00
Jacek Caban
ffec675b4f wininet: Use stored server name in HTTP_InsertCookies. 2014-07-14 17:21:35 +02:00
Austin English
8980a6fa5c dbghelp: Ignore a few more symbol ids. 2014-07-14 09:57:48 +02:00
Alexandre Julliard
307b7fe718 Release 1.7.22. wine-1.7.22 2014-07-11 20:29:24 +02:00
Vincent Povirk
5e5a9d6f93 winex11: Leave fullscreen state alone when minimizing. 2014-07-11 17:02:15 +02:00
Piotr Caban
df8a1ce609 urlmon: Recognize <body> tag in FindMimeFromData function. 2014-07-11 16:59:58 +02:00
Jacek Caban
f72975d811 wininet: Don't allow overriding httponly cookies with non-httponly ones. 2014-07-11 16:59:47 +02:00
Qian Hong
deb1f047a7 gdiplus: Set outer pointer to NULL when image loading functions fail. 2014-07-11 16:59:38 +02:00
Nikolay Sivov
b4acc62e63 kernel32: Partially implement GetGeoInfo(). 2014-07-11 12:22:26 +02:00
Shuai Meng
0b13d721c2 vbscript: Implemented Sgn. 2014-07-11 12:19:20 +02:00
Shuai Meng
393f4bc547 vbscript: Implemented VarType. 2014-07-11 12:18:28 +02:00
Piotr Caban
a566569305 msvcrt: Always set fd to -1 in _sopen_s on failure. 2014-07-10 15:23:02 +02:00
Qian Hong
887a6832bb gdi32/tests: Improve font name localization tests by not requiring a strict language match. 2014-07-10 12:40:44 +02:00
Gediminas Jakutis
fe802d92bb d3dx9: Implement D3DXCreateTorus() + tests. 2014-07-10 12:40:34 +02:00
Vincent Povirk
60f558876e gdiplus: Account for transforms when calculating hdc bounds. 2014-07-09 21:16:35 +02:00
Austin English
718f1bf1b9 advapi32: Fix a memory leak in test_process_security. 2014-07-09 21:16:27 +02:00
Aric Stewart
710e23797f usp10: Implement N0: bracketing pairs. 2014-07-09 16:21:33 +02:00
Huw Davies
4ac5d66dfe tools: Only allow the absolute difference in bracket pairs to be less than 128, since we need the sign. 2014-07-09 16:18:22 +02:00
Stefan Dösinger
9329e996b4 d3d9/tests: Fix some ok() call style issues. 2014-07-09 14:43:56 +02:00