Christian Costa
|
c6106428f6
|
d3dxof: Add support for case sensitive legacy type indexColor.
|
2013-06-24 11:57:52 +02:00 |
Marcus Meissner
|
cf2c506b1a
|
msvf32: Fixed incorrect sizeof (Coverity).
|
2013-06-24 11:47:10 +02:00 |
Marcus Meissner
|
ff1bd6da35
|
gdi32: Close handle in mfdrv (Coverity).
|
2013-06-24 11:46:40 +02:00 |
Marcus Meissner
|
1cf9939dc0
|
gdi32: Close handle in error path (Coverity).
|
2013-06-24 11:46:34 +02:00 |
Marcus Meissner
|
b3f9747b28
|
dbghelp: Free srcpath in stabs handling (Coverity).
|
2013-06-24 11:45:10 +02:00 |
Marcus Meissner
|
7a406d0adf
|
dbghelp: Free root in error case (Coverity).
|
2013-06-24 11:44:01 +02:00 |
Andrew Eikum
|
d3b896358a
|
oleaut32: Use typelib's pointer size, not system's.
|
2013-06-24 11:43:33 +02:00 |
Andrew Eikum
|
2fa16df551
|
oleaut32: Load referenced typelibs in the same architecture.
|
2013-06-24 11:43:00 +02:00 |
Andrew Eikum
|
82376431e8
|
oleaut32: Register the typelib's path without WOW64 redirection.
|
2013-06-24 11:42:53 +02:00 |
Stefan Dösinger
|
248f4b7415
|
wined3d: Fix the TMP_COLOR optimization with custom fog.
|
2013-06-21 17:35:07 +02:00 |
Piotr Caban
|
bba1db0905
|
msvcrt: Don't forward memchr to ntdll.
|
2013-06-21 16:23:35 +02:00 |
Piotr Caban
|
eb13a49de9
|
msvcrt: Add some _mbstok tests.
|
2013-06-21 16:23:35 +02:00 |
Piotr Caban
|
779c1f8049
|
msvcrt: Don't call invalid parameter handler when string to be tokenized and context are not set in mbstok.
|
2013-06-21 16:23:35 +02:00 |
Hans Leidekker
|
e1b4334f89
|
wintrust/tests: Replace the self-signed certificate with one that expires in ten years.
|
2013-06-21 16:23:34 +02:00 |
Ken Thomases
|
3c7bc8202c
|
winemac: Avoid overdriving single-buffered GL if possible; the system throttles us.
Use glFlushRenderAPPLE(), if available, instead of glFlush() calls less
than 1/60th of a second since the last.
|
2013-06-21 11:57:42 +02:00 |
Ken Thomases
|
a8efa5271b
|
winemac: Fix off-by-one errors when indexing into pixel_formats array with 1-based pixel format number.
|
2013-06-21 11:56:37 +02:00 |
Marcus Meissner
|
7bf9743041
|
wbemprox: Fixed leaking dirstack (Coverity).
|
2013-06-21 11:53:51 +02:00 |
Stefan Dösinger
|
cf1e6a487a
|
ddraw/tests: Get rid of D3DRENDERSTATE_LIGHTING hacks in ddraw4.c.
|
2013-06-20 22:14:36 +02:00 |
Stefan Dösinger
|
4b93cf707d
|
ddraw/tests: Test lighting control in different interface versions.
|
2013-06-20 22:14:36 +02:00 |
Stefan Dösinger
|
c1663c5583
|
ddraw: Device2 and Device3 do not have a lighting render state.
|
2013-06-20 22:14:36 +02:00 |
Stefan Dösinger
|
669611b4be
|
ddraw: Send device2_Draw* through device3_Draw*.
|
2013-06-20 22:14:36 +02:00 |
Stefan Dösinger
|
05de3f8cee
|
ddraw: SPECULARENABLE defaults to true in IDirect3DDevice2.
|
2013-06-20 22:14:36 +02:00 |
Matteo Bruni
|
aeade16d62
|
d3d9/tests: Skip unbound_sampler_test if cube or volume textures aren't supported.
|
2013-06-20 22:14:36 +02:00 |
Matteo Bruni
|
5ffabcdfff
|
d3d9/tests: Reset texture 0 to NULL at the end of texop_test().
|
2013-06-20 22:14:35 +02:00 |
Matteo Bruni
|
5649746b60
|
wined3d: Fix NP2 surface repacking in surface_download_data.
|
2013-06-20 22:14:35 +02:00 |
Alexandre Julliard
|
410b728c7b
|
winemac.drv: Don't register IME classes before the dll is initialized.
|
2013-06-20 22:14:35 +02:00 |
Jacek Caban
|
f98ccb82b9
|
dwmapi: Added DwmGetCompositionTimingInfo stub.
|
2013-06-20 22:14:35 +02:00 |
Aric Stewart
|
37d216cc56
|
gdi32/tests: Add a test case for vertical fonts enumeration order.
|
2013-06-20 22:14:35 +02:00 |
Alexandre Julliard
|
e531306f7a
|
gdi32: Put vertical font families after their horizontal counterpart in the font list.
|
2013-06-20 22:14:35 +02:00 |
Alexandre Julliard
|
102b2785f4
|
gdi32: Add support for loading name strings in Apple Unicode format.
|
2013-06-20 22:14:35 +02:00 |
Alexandre Julliard
|
3d0f044883
|
gdi32: Add support for loading name strings in Macintosh format.
|
2013-06-20 22:14:34 +02:00 |
Alexandre Julliard
|
b05b637c91
|
gdi32: Improve font name localization by not requiring a strict language match.
|
2013-06-20 22:14:32 +02:00 |
Marcus Meissner
|
c60bab330c
|
wbemprox: Add missing FindClose() (Coverity).
|
2013-06-20 21:07:56 +02:00 |
Hans Leidekker
|
7974b12ab1
|
msi: Restrict the match on files from cabinets to the disk ID.
|
2013-06-20 21:07:56 +02:00 |
Ken Thomases
|
153f3e27c4
|
winemac: Forcibly release mouse capture for clicks in Mac menu bar or app deactivation.
|
2013-06-20 11:31:25 +02:00 |
Ken Thomases
|
1d10457aee
|
winemac: Also activate if a window is ordered front shortly after tray icon clicked.
... in addition to if one is focused.
|
2013-06-20 11:30:16 +02:00 |
Ken Thomases
|
92a67d4259
|
winemac: Don't complain that WM_MACDRV_ACTIVATE_ON_FOLLOWING_FOCUS is unrecognized.
|
2013-06-20 11:29:58 +02:00 |
Stefan Leichter
|
9e3e9b49a5
|
msvcp100/tests: Fix dynamically loaded functions for platform arm.
|
2013-06-20 11:29:52 +02:00 |
Stefan Dösinger
|
21491c8748
|
ddraw/tests: Add a test for fog_start == fog_end.
|
2013-06-19 20:09:53 +02:00 |
Stefan Dösinger
|
5f2f2ae9c8
|
d3d8/tests: Add a test for fog_start == fog_end.
|
2013-06-19 20:09:53 +02:00 |
Stefan Dösinger
|
e030ed3c2f
|
d3d9/tests: Add a test for fog_start == fog_end.
|
2013-06-19 20:09:53 +02:00 |
Stefan Dösinger
|
22319c7f9e
|
wined3d: Work around broken FFP fog with ARB shaders.
|
2013-06-19 20:09:53 +02:00 |
Stefan Dösinger
|
b648b74191
|
wined3d: Pass fogstart==fogend to GL in fog table mode.
|
2013-06-19 20:09:53 +02:00 |
Alistair Leslie-Hughes
|
ba16113dc5
|
oledb32: Add more database tests.
|
2013-06-19 20:09:53 +02:00 |
Alexandre Julliard
|
28ece74fd8
|
Use the official Microsoft definitions for Gaelic languages.
|
2013-06-19 20:09:51 +02:00 |
Dmitry Timoshkov
|
84ef3d484c
|
gdiplus: get_font_hfont() should ask gdi32 to match font height against the character height instead of cell height.
|
2013-06-19 19:18:39 +02:00 |
Hans Leidekker
|
407584fd3e
|
msi/tests: Avoid test failures caused by broken MsiGetFileVersionA.
|
2013-06-18 20:33:42 +02:00 |
Hans Leidekker
|
cd51d513c4
|
wbemprox/tests: Mark a test result as broken.
|
2013-06-18 20:33:40 +02:00 |
Ken Thomases
|
300b231107
|
winemac: Cope with apps which return multiple DROPEFFECTs from IDropTarget::DragEnter() and DragOver().
|
2013-06-18 13:16:23 +02:00 |
André Hentschel
|
f208e9ef07
|
ws2_32: Don't use autoheader styled define.
|
2013-06-18 12:57:44 +02:00 |