Aric Stewart
|
bd25af9dba
|
user32: Proper handling of WM_INPUTLANGCHANGEREQUEST.
|
2008-12-12 12:20:53 +01:00 |
Alexander Morozov
|
7443e7ded7
|
hal: Add missing WINAPI.
|
2008-12-12 12:18:33 +01:00 |
Alistair Leslie-Hughes
|
de5bbbc2ff
|
mshtml: Implement IHTMLScriptElement get/put Defer.
|
2008-12-12 12:01:36 +01:00 |
Alistair Leslie-Hughes
|
8e984bcc61
|
mshtml: Implement IHTMLStyle get/put fontVariant.
|
2008-12-12 11:59:46 +01:00 |
Francois Gouget
|
5a8e31a386
|
devenum: French and German should use SUBLANG_NEUTRAL.
|
2008-12-12 11:46:55 +01:00 |
Francois Gouget
|
a6c07ffba4
|
wininet & winhttp: Remove the MSG_WAITALL definition as it is not needed.
|
2008-12-12 11:46:50 +01:00 |
Francois Gouget
|
7271ed5532
|
kernel32: Remove _hread16() as it is not used. Move _hwrite16() next to the other related functions.
|
2008-12-12 11:46:25 +01:00 |
Francois Gouget
|
8dbc8d3b9d
|
userenv/tests: Make userenv_dbgstr_w() static.
|
2008-12-12 11:44:36 +01:00 |
Francois Gouget
|
f5bc44322c
|
wineoss.drv: Make widOpen() and wodOpen() static.
|
2008-12-12 11:44:30 +01:00 |
Francois Gouget
|
05c0822707
|
msvcrt: Point the set_new_handler() entrypoint to the right implementation.
|
2008-12-12 11:44:23 +01:00 |
Francois Gouget
|
803555927c
|
user32/tests: Make some functions static.
|
2008-12-12 11:42:34 +01:00 |
Francois Gouget
|
0b1d8be037
|
ole32/tests: Make test_runnable() static.
|
2008-12-12 11:42:31 +01:00 |
Francois Gouget
|
596311cd5d
|
shell32/tests: Make test_cbsize() static.
|
2008-12-12 11:42:28 +01:00 |
Francois Gouget
|
e9e8fbd0ef
|
ntdll/tests: Make rtlraiseexception_vectored_handler() static.
|
2008-12-12 11:42:23 +01:00 |
Francois Gouget
|
b455d319f9
|
msvcrt/tests: Make void test_cp_table() static.
|
2008-12-12 11:42:13 +01:00 |
Francois Gouget
|
f5657080c7
|
gdi32/tests: Make test_GdiAlphaBlend() static.
|
2008-12-12 11:42:07 +01:00 |
Francois Gouget
|
287dee6e78
|
d3d9/tests: Make some functions static.
|
2008-12-12 11:41:53 +01:00 |
Francois Gouget
|
897af57deb
|
cabinet/tests: Make CopyProgress() static.
|
2008-12-12 11:41:45 +01:00 |
Francois Gouget
|
ec4d74baef
|
ole32: Fix the STORAGE_dump_pps_entry() description.
|
2008-12-12 11:41:37 +01:00 |
Francois Gouget
|
ae3a8e1da2
|
shell32: Add a couple of spaces in the spec file.
|
2008-12-12 11:41:32 +01:00 |
Francois Gouget
|
ade1326480
|
msvcrt: Remove _adjust_fdiv() as it is unused.
|
2008-12-12 11:41:24 +01:00 |
Francois Gouget
|
33dd86d05c
|
msvcrt/tests: Add a trailing '\n' to ok() calls.
|
2008-12-12 11:40:53 +01:00 |
Henri Verbeet
|
3e035ddf05
|
wined3d: Don't leak memory on failure in allocate_shader_constants().
|
2008-12-12 11:40:44 +01:00 |
Henri Verbeet
|
7d29aecd6f
|
wined3d: Use a simpler way to calculate the number of texture levels.
It's probably slightly faster too.
|
2008-12-12 11:40:39 +01:00 |
Henri Verbeet
|
70ed814b95
|
wined3d: Get rid of the textureDimensions field in the state block.
|
2008-12-12 11:40:32 +01:00 |
Henri Verbeet
|
f36c377d0e
|
wined3d: We only care is a sampler is sampled at all in device_map_vsamplers(), not the specific type.
|
2008-12-12 11:40:26 +01:00 |
Henri Verbeet
|
fb475c7c29
|
wined3d: Don't reparse the entire shader just to update the sampler types.
|
2008-12-12 11:40:20 +01:00 |
Juan Lang
|
8777a83467
|
crypt32: Support wide character base64-encoded PKCS messages in CryptQueryObject.
|
2008-12-12 11:40:15 +01:00 |
Juan Lang
|
a104479da1
|
crypt32: Implement CryptStringToBinaryW.
|
2008-12-12 11:40:11 +01:00 |
Juan Lang
|
909a81839b
|
crypt32: Support base64-encoded PKCS messages in CryptQueryObject.
|
2008-12-12 11:39:30 +01:00 |
Juan Lang
|
62cbf42689
|
crypt32: Split querying PKCS messages into helper functions.
|
2008-12-12 11:39:24 +01:00 |
Juan Lang
|
626a6fe15d
|
crypt32: Support base64-encoded context objects in CryptQueryObject.
|
2008-12-12 11:39:17 +01:00 |
Juan Lang
|
33f0655e2a
|
crypt32: Downgrade a fixme to a warn.
|
2008-12-12 11:39:11 +01:00 |
Juan Lang
|
86e2f94e68
|
crypt32: Don't claim to have queried an object as a serialized context when reading it has failed.
|
2008-12-12 11:39:05 +01:00 |
Juan Lang
|
2b384cb0e9
|
crypt32: Validate input arguments to CryptQueryObject.
|
2008-12-12 11:38:53 +01:00 |
Juan Lang
|
351ebcae25
|
crypt32: Add tests for CryptQueryObject.
|
2008-12-12 11:38:47 +01:00 |
Paul Vriens
|
ed4444dae5
|
gdi32/tests: Fix some test failures on Win9x.
|
2008-12-12 11:38:31 +01:00 |
Paul Vriens
|
76b24fd970
|
ddraw/tests: Fix a test failure on a Win98 VMware box.
|
2008-12-12 11:38:26 +01:00 |
Hans Leidekker
|
b6d703b057
|
wininet: Adapt tests to winehq changes.
|
2008-12-12 11:37:48 +01:00 |
Alexandre Julliard
|
1e8290ded3
|
msvcrt: Avoid truncated relocations on 64-bit.
|
2008-12-12 10:20:53 +01:00 |
Alexandre Julliard
|
82bd6f1e10
|
msvcrt/tests: Load __mb_cur_max and _mbctype dynamically since they may not be available to link against.
|
2008-12-12 10:19:55 +01:00 |
Alexandre Julliard
|
4305e6d119
|
msvcrt: Use iob_func instead of p__iob on non-x86.
|
2008-12-12 10:19:55 +01:00 |
Alexandre Julliard
|
d8ab5a14aa
|
msvcrt: Use intptr_t or size_t instead of long where appropriate.
|
2008-12-12 10:19:55 +01:00 |
Alexandre Julliard
|
7a6c6747a9
|
msvcrt: Don't include msvcrt headers, instead duplicate the definitions in msvcrt.h.
|
2008-12-12 10:19:55 +01:00 |
Alexandre Julliard
|
a537aadd14
|
setupapi: Don't include msvcrt headers.
|
2008-12-12 10:19:55 +01:00 |
Alexandre Julliard
|
0b99af82b2
|
msi: Don't include msvcrt headers.
|
2008-12-12 10:19:54 +01:00 |
Alexandre Julliard
|
324a803532
|
ntdll: Fix heap management for 64-bit.
|
2008-12-12 10:18:41 +01:00 |
Alexandre Julliard
|
e81d453f63
|
ntdll: Convert the handles to server handles in NTDLL_wait_for_multiple_objects.
|
2008-12-11 20:38:21 +01:00 |
Hans Leidekker
|
0719b6ed86
|
winhttp: Resolve host port at the latest possible moment.
|
2008-12-11 14:32:18 +01:00 |
Hans Leidekker
|
b527d9905c
|
winhttp: Validate parameters per component in WinHttpCrackUrl.
|
2008-12-11 14:32:15 +01:00 |