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 |
Hwang YunSong(황윤성)
|
ede8c994e8
|
winecfg: Updated Korean resource.
|
2008-11-12 11:49:12 +01:00 |
Hirofumi Katayama
|
7984e70697
|
wordpad: Accept double-click in date and time dialog.
|
2008-11-12 11:49:11 +01:00 |
Jacek Caban
|
a43adb40af
|
shdocvw: Revert "Added Support for the IViewObjectEx" with tests.
|
2008-11-12 11:49:11 +01:00 |
Paul Vriens
|
a76d83687a
|
setupapi/tests: Fix some failures on Win9x and WinMe.
|
2008-11-12 11:49:11 +01:00 |
Paul Vriens
|
05c40e08a6
|
winmm/tests: Fix a test failure on Vista and W2K8.
|
2008-11-12 11:49:11 +01:00 |
Alexandre Julliard
|
a16f33c002
|
user32/tests: Skip the PM_QS_* PeekMessage tests on NT4.
|
2008-11-12 11:49:11 +01:00 |
Alexandre Julliard
|
4a57339236
|
user32/tests: Fix window tests on various Windows versions.
|
2008-11-12 11:48:49 +01:00 |
Alexandre Julliard
|
af601ff2b5
|
ntdll/tests: Fixed more object manager tests on Vista.
|
2008-11-11 21:22:35 +01:00 |
Alistair Leslie-Hughes
|
b91061e1da
|
shdocvw: Added Support for the IViewObjectEx interface.
|
2008-11-11 15:24:41 +01:00 |
David Adam
|
fea5a77629
|
d3dx8: Simplify D3DXQuaternionInverse.
|
2008-11-11 15:16:57 +01:00 |
Christian Costa
|
86d7f9f58c
|
d3dxof: Prepare support for objects binary format.
|
2008-11-11 15:15:26 +01:00 |
Christian Costa
|
641200dc1e
|
d3dxof: Add support for DXFILELOAD_FROMMEMORY.
|
2008-11-11 15:15:18 +01:00 |
Christian Costa
|
3b30fd9d3a
|
d3dxof: Increase max objects and check limit.
|
2008-11-11 15:15:11 +01:00 |
Christian Costa
|
ba11e60e8b
|
d3dxof: Support also xfile version 3.03.
|
2008-11-11 15:15:04 +01:00 |
Francois Gouget
|
eae202c7ec
|
shell32/tests: Remove spaces before '\n' in ok() calls.
|
2008-11-11 15:14:40 +01:00 |
Francois Gouget
|
545b7764f4
|
gdiplus: Add a trailing '\n' to a Wine trace.
|
2008-11-11 15:14:38 +01:00 |
Paul Vriens
|
b4874a8921
|
msi/tests: Fix some test failures on Win9x and WinMe.
|
2008-11-11 14:06:49 +01:00 |
Paul Vriens
|
e7da58468b
|
wininet/tests: Fix a test failure on some Win98 boxes.
|
2008-11-11 14:06:43 +01:00 |
Nicolas Le Cam
|
ed364027e7
|
crypt32/tests: Fix a failing test on win2000.
|
2008-11-11 14:06:39 +01:00 |
Nicolas Le Cam
|
094085dd7e
|
winspool.drv/tests: Fix a test on all platforms.
|
2008-11-11 14:06:31 +01:00 |
Eric Pouech
|
9bac505f2a
|
dbghelp: Properly add CPU info to minidump.
|
2008-11-11 14:03:01 +01:00 |
Andrew Fenn
|
611ebb53e3
|
xinput: Added XInputGetCapabilities function with test case.
|
2008-11-11 14:03:01 +01:00 |