Nikolay Sivov
eaf2cce99f
kernel32/tests: Some tests for activation context data structures.
2013-07-11 16:27:16 +02:00
Stefan Leichter
5597252606
mmdevapi/tests: Fix a crash when function IMMDevice_Activate fails.
2013-07-11 15:53:50 +02:00
Andrew Eikum
0746767d91
winecoreaudio.drv: Fix copy-paste typo.
2013-07-11 15:53:50 +02:00
Damjan Jovanovic
94c7806481
qcap/tests: Add a smart tee filter test.
2013-07-10 16:50:15 +02:00
Alexandre Julliard
788cd8090c
makefiles: Don't allow extra libraries in tests.
2013-07-10 16:49:54 +02:00
Dmitry Timoshkov
964778fda5
gdiplus/tests: Add tests for a sample 100x100 rectangle region.
2013-07-10 11:00:00 +02:00
Francois Gouget
f2deca025e
msxml3/tests: Add a trailing '\n' to an ok() call.
2013-07-09 22:21:58 +02:00
Dmitry Timoshkov
ccdc41d8c4
gdiplus: Add more clipping region tests.
2013-07-09 22:21:58 +02:00
Alexandre Julliard
ae6aef547b
winspool: Use neutral language for the version resource.
2013-07-09 22:21:58 +02:00
Alexandre Julliard
d6b9b00c02
wininet: Use neutral language for the version resource.
2013-07-09 22:21:58 +02:00
Alexandre Julliard
3dc5586e41
shlwapi: Use neutral language for the version resource.
2013-07-09 22:21:58 +02:00
Alexandre Julliard
b842a0c068
oleacc: Use neutral language for the version resource.
2013-07-09 22:21:58 +02:00
Alexandre Julliard
14aa430314
mpr: Use neutral language for the version resource.
2013-07-09 22:21:58 +02:00
Alexandre Julliard
8e9d6203f0
mapi32: Use neutral language for the version resource.
2013-07-09 22:21:58 +02:00
Alexandre Julliard
0b3a58090a
localspl: Use neutral language for the version resource.
2013-07-09 22:21:58 +02:00
Alexandre Julliard
4dc12c4e39
joy.cpl: Use neutral language for the version resource.
2013-07-09 22:21:58 +02:00
Alexandre Julliard
733312f2f0
dxdiagn: Use neutral language for the version resource.
2013-07-09 22:21:58 +02:00
Alexandre Julliard
b9d56b3543
devenum: Use neutral language for the version resource.
2013-07-09 22:21:58 +02:00
Alexandre Julliard
95f8f0b686
crypt32: Use neutral language for the version resource.
2013-07-09 22:21:58 +02:00
Alexandre Julliard
71e765aab5
browseui: Use neutral language for the version resource.
2013-07-09 22:21:57 +02:00
Ken Thomases
a39b02c3e7
winemac: Dispatch key-up events directly to window to be sure to get them.
...
For keys pressed in combination with Command, -[NSApplication sendEvent:]
simply doesn't pass the key-up event through to the window. We have to
track which keys we've told Wine are pressed because Cocoa may consume
key-downs that trigger menus or system behaviors.
2013-07-09 10:30:45 +02:00
Ken Thomases
a723af61ac
Revert "winemac: Dispatch key events directly to window to be sure to get key-up events.".
...
This reverts commit 0d20ac02f7
.
2013-07-09 10:30:43 +02:00
Ken Thomases
4f23821f08
winemac: Add registry setting to control setting display gamma ramp.
2013-07-09 10:28:43 +02:00
André Hentschel
6120b3d594
msvcrtd: Add missing return (Coverity).
2013-07-09 10:28:15 +02:00
Francois Gouget
9767c34d2e
kernel32: Fix spelling of the 'inter-domain' error message.
2013-07-08 17:09:02 +02:00
Alexandre Julliard
c01574d426
kernel32: Acquire the loader lock before shutting down the process.
2013-07-08 15:15:43 +02:00
Piotr Caban
f37027a947
gdiplus: Add support for more string formats while getting font name.
2013-07-08 15:15:43 +02:00
John Chadwick
36345a6c69
msxml3/tests: Add additional xpath conformance tests.
2013-07-08 15:15:43 +02:00
Dmitry Timoshkov
e1572f9cd1
gdiplus/tests: Add GdipGetClipBounds tests.
2013-07-08 15:15:40 +02:00
Dmitry Timoshkov
24ab4453d7
kernel32/tests: Add a test for GetShortPathName called for a non-existent short file name.
2013-07-08 15:15:23 +02:00
Dmitry Timoshkov
0fa1877e44
kernel32/tests: Fix compilation with a PSDK compiler.
2013-07-08 15:15:23 +02:00
Marcus Meissner
9a0b4345ec
oleaut32/tests: Test return of SafeArrayAllocData (Coverity).
2013-07-03 21:20:04 +02:00
Marcus Meissner
0f86ae37c6
oleaut32: Check a return value (Coverity).
2013-07-03 21:20:04 +02:00
Francois Gouget
653354ab25
Assorted spelling fixes.
2013-07-03 21:20:04 +02:00
Francois Gouget
28139bceeb
mlang/tests: We already link with mlang.dll so there is no need to do a LoadLibrary() on it.
2013-07-03 21:20:04 +02:00
Francois Gouget
ce64b90c97
setupapi/tests: Remove a pointless use of assert().
2013-07-03 21:20:03 +02:00
Francois Gouget
499eaca38b
twain_32/tests: Generate an error and skip instead of assert()-ing when the setup fails.
2013-07-03 21:20:03 +02:00
Francois Gouget
47b56f238d
comctl32/tests: Use ok(0) to report unexpected function calls instead of assert(0).
2013-07-03 21:20:03 +02:00
Qian Hong
9ef2c648ee
user32: Properly update caret position after result string is committed.
2013-07-03 10:28:44 +02:00
André Hentschel
e931b5d17e
msvcrt: Remove superfluous casts.
2013-07-03 10:28:22 +02:00
Jacek Caban
9b3d0fca57
oleaut32: Fixed duplicated UUIDs and relevant tests.
...
Spotted by Thomas Faber.
2013-07-02 19:39:37 +02:00
Alexandre Julliard
fa311c57bf
user32: Check for driver events more quickly once we start getting timer messages.
2013-07-02 19:39:34 +02:00
André Hentschel
b75f5c728d
dmusic: Remove superfluous cast.
2013-07-02 11:10:05 +02:00
André Hentschel
795c732c0d
msctf: Remove superfluous casts.
2013-07-02 11:09:38 +02:00
Ričardas Barkauskas
cde84a7bcc
winex11.drv: When skipping unknown attribute also skip its value.
2013-07-02 11:09:30 +02:00
Ken Thomases
9e878cb92c
winemac: Add registry setting to disable vertical sync.
2013-07-02 10:07:57 +02:00
Ken Thomases
b7c7d09470
winemac: Add registry setting to control glFlush() skipping for single-buffer contexts and disable it by default.
2013-07-02 10:05:35 +02:00
Ken Thomases
967a49fcb2
winemac: Force swap interval to 0 for single-buffered contexts to avoid vsync'ed flushes.
2013-07-02 10:05:07 +02:00
Ken Thomases
d30705bdfe
winemac: Use screen color space for windows covered by OpenGL views.
2013-07-02 10:04:59 +02:00
Dmitry Timoshkov
b0a3d93400
kernel32/tests: Fix a couple of typos.
2013-07-02 10:04:24 +02:00
Michael Stefaniuc
a158d42c0f
dsound/tests: Fix copy&paste error in ok() message.
2013-07-02 10:04:15 +02:00
Stefan Leichter
4c3e01143d
msvcp100/tests: Fix dynamically loaded functions for platform arm.
2013-07-02 10:04:04 +02:00
Alexandre Julliard
4142fc9b52
ntdll/tests: Don't test . and .. masks, they don't work on Windows.
2013-07-02 10:03:50 +02:00
Qian Hong
2d0653e2b2
rsaenh: Restore key state even after decrypting a block of bad data.
2013-07-01 19:51:57 +02:00
Qian Hong
b84e11ecbd
rsaenh/tests: Added more key state tests.
2013-07-01 19:51:47 +02:00
André Hentschel
20bf02910b
gdi32: Remove superfluous cast.
2013-07-01 19:51:23 +02:00
Henri Verbeet
00f41ac4e0
d3d8/tests: Make shader bytecode static const.
2013-07-01 19:51:23 +02:00
Henri Verbeet
c57913babb
d3d9/tests: Make shader bytecode static const.
2013-07-01 19:51:23 +02:00
Alexandre Julliard
641e1bee02
ntdll/tests: Add some tests for NtQueryDirectoryFile with a non-wildcard mask.
2013-07-01 19:51:21 +02:00
Alexandre Julliard
96b7c71cfe
ntdll: Leave NtQueryDirectoryFile early when a non-wildcard mask is used in the getdirentries case.
...
This avoids having to retry the getdirentries call which may fail if
the buffer size is too small.
2013-07-01 19:51:20 +02:00
Alexandre Julliard
60d29d1d0d
gdi32: Don't load linked fonts only to look up control characters.
2013-07-01 19:51:17 +02:00
Alexandre Julliard
a973df3324
gdi32: Fix off-by-one error in the extent of arcs when the size is even.
2013-07-01 19:51:14 +02:00
Michael Stefaniuc
4785c5865b
atl/tests: Mark a WinNT result as broken.
2013-07-01 12:50:12 +02:00
George Stephanos
16bd3ffc87
advapi32/tests: RegDeleteKey tests for merged view of HKCR.
2013-07-01 12:49:44 +02:00
Jacek Caban
b09b9d3cb9
mshtml/tests: Fixed script tests on IE10.
2013-06-29 19:40:49 +02:00
Jacek Caban
84c34bcd93
mshtml/tests: Fixed htmldoc tests on IE10.
2013-06-29 19:40:45 +02:00
Francois Gouget
67307a9cf1
ddraw/tests: Fix compilation on systems that don't support nameless unions.
2013-06-29 12:45:26 +02:00
Jacek Caban
6c2f7d01c8
secur32: Don't use deprecated gnutls_certificate_credentials.
2013-06-28 19:41:33 +02:00
Marcus Meissner
faeb9a5bfc
winmm: Fix incorrect parameter for test debug (Coverity).
2013-06-28 13:14:25 +02:00
Ken Thomases
941ce31adb
winemac: Fix ordering of windows owned by same owner when on inactive desktop space.
2013-06-28 11:40:55 +02:00
Ken Thomases
0d20ac02f7
winemac: Dispatch key events directly to window to be sure to get key-up events.
...
For keys pressed in combination with Command, -[NSApplication sendEvent:]
simply doesn't pass the key-up event through to the window.
2013-06-28 11:40:41 +02:00
Marcus Meissner
826bff384d
ole32: Fixed bad sizeof()s in composite moniker (Coverity).
2013-06-28 11:40:14 +02:00
André Hentschel
dc0cf8319c
oleaut32/tests: Use BOOL instead of int when appropriate.
2013-06-28 11:39:42 +02:00
Alexandre Julliard
cbe413187a
advapi32: Fix ReportEvent parameter types in the spec file.
2013-06-27 18:47:59 +02:00
Alexandre Julliard
cd4d71e4a2
user32: Fetch the window menu again after sending initialization messages.
2013-06-27 17:48:30 +02:00
Jacek Caban
b3317c5bec
mshtml: Don't declare empty interface for nsCycleCollectionISupports.
2013-06-27 15:31:33 +02:00
Jacek Caban
a87f401e7f
oleaut32/tests: Added external connections tests for MSHLFLAGS_TABLEWEAK marshaling.
2013-06-27 15:31:33 +02:00
Jacek Caban
a2aefe917e
ole32/tests: Added tests for external connections stored in ROT.
2013-06-27 15:31:33 +02:00
Jacek Caban
070b22ebb4
ole32: Don't call AddConnection for weak references.
2013-06-27 15:31:33 +02:00
Alexandre Julliard
3d8d9f2e51
krnl386: Create a new console for DOS binaries.
2013-06-27 13:39:08 +02:00
Austin English
44e69805e9
winex11.drv: Print the architecture when showing driver problems.
2013-06-27 13:38:53 +02:00
André Hentschel
38f16107d6
oleaut32/tests: Don't use autoheader styled defines in safearray.
2013-06-27 11:11:09 +02:00
André Hentschel
4e0e066cca
oleaut32/tests: Get rid of HAVE_OLEAUT32_R8 in safearray.
2013-06-27 11:11:03 +02:00
André Hentschel
8c0398d1a5
oleaut32/tests: Get rid of HAVE_OLEAUT32_DECIMAL in safearray.
2013-06-27 11:10:59 +02:00
André Hentschel
cdeae41cd1
oleaut32/tests: Get rid of HAVE_OLEAUT32_RECORD in safearray.
2013-06-27 11:10:55 +02:00
André Hentschel
acfc14fe9b
oleaut32/tests: Get rid of IS_ANCIENT in safearray.
2013-06-27 11:09:29 +02:00
Matteo Bruni
0141b20cee
d3d9/tests: Improve cnd instruction test.
2013-06-26 18:45:41 +02:00
Matteo Bruni
c9458882a0
wined3d: Fix handling of cnd instruction with coissue flag.
2013-06-26 18:45:37 +02:00
Dmitry Timoshkov
934ba51c80
ntdll: Correct RtlFreeHeap .spec parameter type.
2013-06-26 12:14:41 +02:00
Dmitry Timoshkov
e7ade611ad
kernel32: Correct HeapFree .spec parameter type.
2013-06-26 12:13:40 +02:00
André Hentschel
01c591de7a
oleaut32/tests: Don't use autoheader styled defines in varformat.
2013-06-26 12:13:13 +02:00
André Hentschel
b1804fd7e3
oleaut32/tests: Don't use autoheader styled defines in vartype.
2013-06-26 12:13:03 +02:00
André Hentschel
a7c77f93ea
oleaut32/tests: Get rid of HAVE_OLEAUT32_CY in vartype.
2013-06-26 12:12:22 +02:00
André Hentschel
5601edd043
oleaut32/tests: Get rid of HAVE_OLEAUT32_DECIMAL in vartype.
2013-06-26 12:12:18 +02:00
André Hentschel
c64d409aa8
oleaut32/tests: Get rid of HAVE_OLEAUT32_RECORD in vartype.
2013-06-26 12:12:10 +02:00
André Hentschel
7bb58e88a4
oleaut32/tests: Get rid of IS_ANCIENT in vartype.
2013-06-26 12:12:00 +02:00
Erich Hoover
74010aa0e7
ws2_32: Fix interface-bound filter to accept locally generated targeted packets.
2013-06-25 19:42:34 +02:00
Piotr Caban
c66d94bfd9
msvcrt: Added _wcsicmp_l implementation.
2013-06-25 18:12:12 +02:00
Huw Davies
ec37a87e95
comdlg32: Don't call the callback if it's not set.
2013-06-25 18:12:11 +02:00
Hans Leidekker
d285629cf4
winhttp/tests: Add some tests for WinHttpDetectAutoProxyConfigUrl.
2013-06-25 18:12:11 +02:00
Hans Leidekker
725797249c
dssenh/tests: Fix test failures on 64-bit Vista.
2013-06-25 18:12:11 +02:00
Hans Leidekker
1d8b70fca4
ws2_32/tests: Avoid races.
2013-06-25 18:12:11 +02:00
Alexandre Julliard
90ca8eb21e
comdlg32: Add support for the CF_NOVERTFONTS flag.
2013-06-25 12:38:52 +02:00
Qian Hong
0c46b06c98
msctf: Added stub TF_CreateLangBarItemMgr.
2013-06-25 12:38:16 +02:00
Marcus Meissner
5ef6f99108
ole32: LeaveCriticalSection in one exit case (Coverity).
2013-06-25 12:38:03 +02:00
Dmitry Timoshkov
c69cc5506b
kernel32/tests: Add more VirtualAlloc and VirtualProtect tests.
2013-06-25 12:35:02 +02:00
André Hentschel
a58e9f0312
oleaut32/tests: Don't use autoheader styled define in vartest.
2013-06-25 12:33:46 +02:00
André Hentschel
18690c833a
oleaut32/tests: Get rid of HAVE_OLEAUT32_RECORD in vartest.
2013-06-25 12:33:45 +02:00
André Hentschel
ca77d6c1da
oleaut32/tests: Get rid of IS_ANCIENT in vartest.
2013-06-25 12:33:43 +02:00
Stefan Leichter
34c5acdd4e
msvcp100/tests: Fix dynamically loaded functions for platform arm.
2013-06-25 12:30:11 +02:00
Dmitry Timoshkov
e5c55c5a5a
kernel32/tests: Add a test for VirtualAlloc called on a mapped PE section.
2013-06-24 23:11:03 +02:00
Alexandre Julliard
de03abd532
kernel32: FormatMessage precision arguments are integers.
2013-06-24 23:11:02 +02:00
Alexandre Julliard
e4300d6165
gdi32: Cache the font smoothing parameters.
2013-06-24 21:52:28 +02:00
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