Jacek Caban
65f9b540a5
wininet/tests: Added HTTP status header tests.
2013-07-12 18:04:26 +02:00
Nikolay Sivov
cf087d0eb7
ole32/tests: Tests for CLSIDFromProgID() and ProgIDFromCLSID(), regarding activation context.
2013-07-12 17:57:45 +02:00
Dmitry Timoshkov
73f7b857b3
Revert "gdiplus: Ignore gdiplus page and world transformations when creating a gdi32 clipping region.".
...
This reverts commit 61dafbb701
.
2013-07-12 12:14:59 +02:00
Dmitry Timoshkov
ffd207850c
gdiplus/tests: Add another set of clipping region tests.
2013-07-12 12:14:58 +02:00
Nikolay Sivov
bbb7358d1c
kernel32/tests: Some tests for FindActCtxSectionGuid().
2013-07-12 12:14:57 +02:00
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