Alexandre Julliard
1f3e3fa424
makedep: Add per-file flag to store the information about files to generate.
2013-11-04 17:41:09 +01:00
Nikolay Sivov
7513b58329
shlwapi: Implement PathUnExpandEnvStrings.
2013-11-04 11:48:06 +01:00
Andrey Zhezherun
c1a5b06d49
msvcp: Added missing casts to unsigned char in streambuf functions.
2013-11-04 11:35:54 +01:00
Andrey Zhezherun
43d3148357
msvcp: Fixed char_traits<char>::to_int_type.
2013-11-04 11:35:11 +01:00
Aric Stewart
9ccfebd615
usp10: Implement resolveResolved (L1) for Unicode 6.3.
2013-11-04 11:30:34 +01:00
Aric Stewart
de5dc96f85
usp10: Rewrite resolveNeutral and resolveImplicit for Unicode 6.3.
2013-11-04 11:30:32 +01:00
Aric Stewart
c767733631
usp10: Rewrite resolveWeak for Unicode 6.3.
2013-11-04 11:24:54 +01:00
Aric Stewart
2531d40b51
usp10: Rewrite resolveExplicit for Unicode 6.3.
2013-11-04 11:20:23 +01:00
Nikolay Sivov
e50dc73b86
urlmon/tests: Preparation for -D__WINESRC__.
2013-11-04 11:06:15 +01:00
Henri Verbeet
b9e1bcb7f6
ddrawex: Get rid of the IDirectDrawFactoryImpl typedef.
2013-11-04 11:05:56 +01:00
Henri Verbeet
ec37ac6f20
ddrawex: Get rid of the IClassFactoryImpl typedef.
2013-11-04 11:05:54 +01:00
Henri Verbeet
ceb4d2595b
d3d9/tests: Get rid of the "data2" vertex data array in pretransformed_varying_test().
2013-11-04 11:05:51 +01:00
Henri Verbeet
f4aab54ca1
wined3d: Mark the context valid if making it current on the "backup" window worked.
2013-11-04 11:05:46 +01:00
Henri Verbeet
3ad8989614
wined3d: Introduce a function for safely releasing a DC.
2013-11-04 11:05:43 +01:00
Michael Stefaniuc
6d7bd62a73
winmm/tests: Compile with -D__WINESRC__.
2013-11-04 11:05:40 +01:00
Michael Stefaniuc
36638ef5f8
winmm/tests: Use a better type for the mixer object.
2013-11-04 11:05:25 +01:00
Michael Stefaniuc
a749f27ab3
winmm/tests: Use the explicit CreateEventW() and don't bother testing it.
2013-11-04 11:05:16 +01:00
Frédéric Delanoy
bc967a6e03
uninstaller: Remove unused global variable.
...
Not used since 393fd51f79
2013-11-04 11:05:00 +01:00
Frédéric Delanoy
a72c23ed0c
winhlp32: Use BOOL type where appropriate.
2013-11-04 11:04:51 +01:00
Frédéric Delanoy
4ef76cd75c
wordpad: Use BOOL type where appropriate.
2013-11-04 11:03:46 +01:00
Frédéric Delanoy
416930d498
ntdll: Use BOOL type where appropriate.
2013-11-04 11:03:43 +01:00
Nikolay Sivov
d234bcdb25
vbscript/tests: Use a defined name for error code.
2013-11-04 11:02:28 +01:00
Andrew Eikum
37389cfc80
mmdevapi/tests: Update some error values for Windows 8.1.
2013-11-01 20:01:35 +01:00
Andrew Eikum
3486a35ad8
dinput: Fix copy-paste typo.
2013-11-01 20:01:30 +01:00
Nikolay Sivov
cd6e41dd9a
ole32: Use real object CLSID when creating instance from context info.
2013-11-01 14:17:55 +01:00
Piotr Caban
647817b018
msvcrt: Don't call invalid parameter handler on invalid mode flag.
2013-11-01 14:17:31 +01:00
Huw Davies
1990e19424
winspool: Add any default printer options that aren't set by the driver.
2013-11-01 14:17:24 +01:00
Jacek Caban
92426b5136
winhttp: Use netconn_query_data_available in get_available_data when possible.
2013-11-01 11:03:29 +01:00
Francois Gouget
cd5d1e54e7
winhttp/tests: Fix the test failure messages.
...
Don't claim the API failed when it succeeded, and show the unexpected data.
2013-11-01 10:57:15 +01:00
Francois Gouget
c31280d6e1
kernel32/tests: Check that WaitCommEvent() returns immediately in overlapped mode.
2013-11-01 10:57:14 +01:00
Francois Gouget
7425d2cac2
kernel32/tests: Remove a couple of incorrect CreateFile() console tests.
2013-11-01 10:57:14 +01:00
Francois Gouget
0a08c18518
shell32/tests: Disable a test that crashes on Windows 8.
2013-11-01 10:57:14 +01:00
Francois Gouget
62ddaf8f6a
kernel32/tests: On Windows 8 IdnToNameprepUnicode() returns a different error for invalid parameters.
2013-11-01 10:55:20 +01:00
Francois Gouget
62122b660f
crypt32: Remove WINAPI on static functions where not needed.
2013-11-01 10:55:15 +01:00
Francois Gouget
c0dbfebe04
kernel32/tests: On Windows 8 DATE_LONGDATE does not output a leading 0 for the day.
2013-11-01 10:54:55 +01:00
Francois Gouget
ee28dd80ea
Assorted spelling fixes.
2013-11-01 10:54:32 +01:00
Francois Gouget
790d2e8b21
user32/tests: When EnumDisplaySettings() fails unexpectedly, trace how many calls were made.
2013-11-01 10:54:25 +01:00
Francois Gouget
18a9aba058
kernel32/tests: Windows 8 returns different error codes.
2013-11-01 10:54:12 +01:00
Francois Gouget
f399e90306
kernel32/tests: Fix some module tests on Windows 8.
...
Windows 8 and 8.1 return some different error codes and
GetDllDirectory() handles buffer termination a bit differently.
2013-11-01 10:53:41 +01:00
Henri Verbeet
59dd66df2e
d3drm: Get rid of the IDirect3DRMViewportImpl typedef.
2013-11-01 10:53:18 +01:00
Henri Verbeet
08eef6dad2
d3drm: Get rid of the IDirect3DRMTextureImpl typedef.
2013-11-01 10:53:16 +01:00
Henri Verbeet
88971aa17d
d3d9/tests: Get rid of some unused test data in pretransformed_varying_test().
2013-11-01 10:53:14 +01:00
Henri Verbeet
532f17bce0
d3d9/tests: Fix the expected value for the "blendindices" test in pretransformed_varying_test().
...
0x00333333 makes much more sense than 0x00000000, and is what most of my
hardware returns. Apparently at least some GF7 cards (still) return
0x00000000, so also accept that as broken().
2013-11-01 10:53:09 +01:00
Henri Verbeet
4eb3ce8568
d3d8/tests: Use color_match() in p8_texture_test().
2013-11-01 10:53:04 +01:00
Frédéric Delanoy
a24081a703
msiexec: Use BOOL type where appropriate.
2013-11-01 10:52:50 +01:00
Frédéric Delanoy
abd0c343fc
imagehlp/tests: Use BOOL type where appropriate.
2013-11-01 10:52:46 +01:00
Frédéric Delanoy
7e63200672
ntdll: Use BOOL type where appropriate.
2013-11-01 10:52:42 +01:00
Frédéric Delanoy
45eff32ad0
imm32/tests: Use BOOL type where appropriate.
2013-11-01 10:52:01 +01:00
Frédéric Delanoy
423d66195b
eject: Use BOOL type where appropriate.
2013-11-01 10:51:34 +01:00
Ken Thomases
8e1fdb845e
winemac: Trace flags of WINDOW_FRAME_CHANGED events.
2013-11-01 10:51:27 +01:00