Henri Verbeet
|
4ba8261a93
|
d3d10core: Implement D3D10CoreRegisterLayers.
|
2008-11-13 12:05:03 +01:00 |
Henri Verbeet
|
56692e9c5d
|
dxgi: Add a stub for DXGID3D10RegisterLayers.
|
2008-11-13 12:04:54 +01:00 |
Henri Verbeet
|
ed418dc815
|
d3d10core: Allow ID3D10Device to be aggregated.
|
2008-11-13 12:04:43 +01:00 |
Henri Verbeet
|
ccf48fff33
|
d3d10core: Implement ID3D10Device in d3d10core instead of d3d10.
|
2008-11-13 12:04:35 +01:00 |
Vincent Povirk
|
6949694740
|
msiexec: Build with -mwindows.
|
2008-11-13 12:04:19 +01:00 |
Vitaliy Margolen
|
a4b62b1781
|
user32/tests: Print line numbers of callers in check_wnd_state to help debugging.
|
2008-11-13 12:04:13 +01:00 |
Juan Lang
|
5922150e2f
|
crypt32: Fix indenting for szOID_CRL_DIST_POINTS.
|
2008-11-13 11:50:23 +01:00 |
Juan Lang
|
ea81720f8f
|
crypt32: Fix comment typo.
|
2008-11-13 11:50:18 +01:00 |
Juan Lang
|
7fb0ce5532
|
crypt32: Implement formatting an alt name entry with type CERT_ALT_NAME_DIRECTORY_NAME.
|
2008-11-13 11:50:13 +01:00 |
Juan Lang
|
a82454b2ee
|
crypt32: Fix off-by-one error in formatting szOID_AUTHORITY_KEY_IDENTIFIER2.
|
2008-11-13 11:50:07 +01:00 |
Juan Lang
|
1c35b251e8
|
crypt32: Don't underreport the size available when formatting szOID_AUTHORITY_KEY_IDENTIFIER2.
|
2008-11-13 11:50:01 +01:00 |
Peter Dons Tychsen
|
b627dd2afc
|
winedos: Implement mode control register, and the 160x200x4 display mode that it opens.
|
2008-11-13 11:49:50 +01:00 |
Austin English
|
2618bd1a4d
|
include/shlwapi: Fix some typos.
|
2008-11-13 11:49:47 +01:00 |
Alexandre Julliard
|
f2f0dead61
|
kernel32/tests: Fix the thread test to cope with the Win95 InterlockedIncrement behavior.
|
2008-11-13 11:49:36 +01:00 |
Alexandre Julliard
|
22949d94f0
|
kernel32: Don't request unneeded access in OpenFileMapping.
|
2008-11-13 11:49:17 +01:00 |
Andrew Talbot
|
ba1e2660e8
|
shlwapi: Sign-compare warnings fix.
|
2008-11-13 11:48:55 +01:00 |
Ken Thomases
|
974b8d802c
|
ntdll: Don't poll() on a normal file; it should never block.
|
2008-11-13 11:48:49 +01:00 |
Paul Vriens
|
77ca0d8935
|
crypt32/tests: Fix a test failure on Vista and W2K8.
|
2008-11-13 11:48:34 +01:00 |
Paul Vriens
|
7e0b930182
|
crypt32/tests: Skip some tests if needed.
|
2008-11-13 11:48:28 +01:00 |
Alexandre Julliard
|
fe9f688774
|
user32: Don't process other messages when recursing in peek_message for an internal message.
|
2008-11-12 19:56:36 +01:00 |
Huw Davies
|
706b29c47c
|
ole32: Don't issue a warning if a flat copy is all that's required.
|
2008-11-12 14:14:55 +01:00 |
Aric Stewart
|
3590a4227f
|
winhttp: Correct another difference between InternetCrackurl and WinHttpCrackUrl.
|
2008-11-12 13:41:10 +01:00 |
Dylan Smith
|
cc1cbadeb2
|
richedit: Created initial tests for windowless richedit controls.
|
2008-11-12 13:33:41 +01:00 |
Francois Gouget
|
e1901500ee
|
regedit: Fix the wrapping of binary values in export_hkey().
Don't wait until the line overflows before wrapping it.
Don't wrap the last line.
|
2008-11-12 13:12:35 +01:00 |
Francois Gouget
|
f0f91a69b3
|
regedit: Fix a buffer overflow when exporting binary values in export_hkey().
We must take the indentation into account to compute the number of lines a binary value will use.
|
2008-11-12 13:12:31 +01:00 |
Francois Gouget
|
7df7222594
|
regedit: Simplify / clean up export_hkey().
Avoid unneeded/redundant calls to lstrcatW() and lstrlenW().
Tighten the scope of variables.
|
2008-11-12 13:12:23 +01:00 |
Francois Gouget
|
126ffb1f8a
|
regedit: Tighten a buffer size calculation.
|
2008-11-12 13:12:12 +01:00 |
Francois Gouget
|
d1d3db4183
|
regedit: Simplify REGPROC_export_string().
|
2008-11-12 13:12:09 +01:00 |
Francois Gouget
|
7f707b3037
|
regedit: The xxx_name_len variables track buffer sizes. That is they count the trailing '\0'. Adjust a couple of places that got this wrong and rename them to xxx_name_size.
|
2008-11-12 13:11:59 +01:00 |
Francois Gouget
|
5940ada80b
|
regedit: line_size is supposed to track a string length.
That is it does not count the trailing '\0'.
Fix a few places that got this wrong and rename it to line_len.
|
2008-11-12 13:11:41 +01:00 |
Francois Gouget
|
f982e731c5
|
regedit: Check that we were able to allocate line_buf too.
|
2008-11-12 13:11:30 +01:00 |
Francois Gouget
|
71af3e1582
|
regedit: Remove unneeded variable initializations.
|
2008-11-12 13:11:23 +01:00 |
Henri Verbeet
|
078fc191f8
|
d3d10core: Add a d3d10core dll.
|
2008-11-12 13:11:13 +01:00 |
Paul Vriens
|
ad8efd9340
|
snmpapi/tests: Fix failures on NT4 and below.
|
2008-11-12 13:11:04 +01:00 |
Paul Vriens
|
902bee8f09
|
ddraw/tests: Skip tests when DirectDraw4 is not supported.
|
2008-11-12 12:55:09 +01:00 |
Paul Vriens
|
10e5d3aa12
|
ddraw/tests: Fix a typo.
|
2008-11-12 12:55:03 +01:00 |
Alexandre Julliard
|
1d9fa06aea
|
msvcrt/tests: Trace the timezone being used.
|
2008-11-12 12:54:11 +01:00 |
Alexandre Julliard
|
466de4f429
|
user32/tests: Make sure the message test doesn't hang if the window doesn't have focus.
|
2008-11-12 12:36:22 +01:00 |
Alistair Leslie-Hughes
|
13eb734251
|
mshtml: Add tests for supported interfaces.
|
2008-11-12 11:49:13 +01:00 |
Andrew Nguyen
|
3999069562
|
imagehlp: Rectify and add a forward.
|
2008-11-12 11:49:12 +01:00 |
David Adam
|
6ed258e220
|
quartz: Check for NULL condition in FilterGraph2_Disconnect.
|
2008-11-12 11:49:12 +01:00 |
Alistair Leslie-Hughes
|
aa50cd316c
|
winmm: Increase tolerance range.
|
2008-11-12 11:49:12 +01:00 |
Damjan Jovanovic
|
4e2cec5aba
|
winemenubuilder: Moved all wineshelllink functionality to winemenubuilder and removed wineshelllink.
|
2008-11-12 11:49:12 +01:00 |
Andrew Talbot
|
45d7897c62
|
shell32: Sign-compare warnings fix.
|
2008-11-12 11:49:12 +01:00 |
Alexandre Julliard
|
a2feb0f8e4
|
mountmgr: Make the device type more specific than what is possible with the standard Win32 drive types.
|
2008-11-12 11:49:12 +01:00 |
Dmitry Timoshkov
|
b901c8db5a
|
shdocvw: Fix the COLOR_xxx usage.
|
2008-11-12 11:49:12 +01:00 |
Dmitry Timoshkov
|
6b4762086a
|
shell32: Make some data static const.
|
2008-11-12 11:49:12 +01:00 |
Dmitry Timoshkov
|
90f4ee8346
|
appwiz.cpl: Make some data static const.
|
2008-11-12 11:49:12 +01:00 |
Reece Dunn
|
5bc2785b72
|
uxtheme: Draw the correct part of the themed parent background to the DC.
|
2008-11-12 11:49:12 +01:00 |
Hwang YunSong(황윤성)
|
1a67f07caa
|
oleacc: New Korean resource.
|
2008-11-12 11:49:12 +01:00 |