Ricardo Filipe [Wed, 12 Nov 2008 01:16:24 +0000 (01:16 +0000)]
appwiz.cpl: Added Portuguese translation.
Henri Verbeet [Wed, 12 Nov 2008 14:43:46 +0000 (15:43 +0100)]
d3d10core: Implement D3D10CoreRegisterLayers.
Henri Verbeet [Wed, 12 Nov 2008 14:43:46 +0000 (15:43 +0100)]
dxgi: Add a stub for DXGID3D10RegisterLayers.
Henri Verbeet [Wed, 12 Nov 2008 14:43:46 +0000 (15:43 +0100)]
d3d10core: Allow ID3D10Device to be aggregated.
Henri Verbeet [Wed, 12 Nov 2008 14:43:46 +0000 (15:43 +0100)]
d3d10core: Implement ID3D10Device in d3d10core instead of d3d10.
Vincent Povirk [Wed, 12 Nov 2008 16:16:24 +0000 (10:16 -0600)]
msiexec: Build with -mwindows.
Vitaliy Margolen [Wed, 12 Nov 2008 15:40:27 +0000 (08:40 -0700)]
user32/tests: Print line numbers of callers in check_wnd_state to help debugging.
Juan Lang [Thu, 13 Nov 2008 04:41:23 +0000 (20:41 -0800)]
crypt32: Fix indenting for szOID_CRL_DIST_POINTS.
Juan Lang [Thu, 13 Nov 2008 04:37:15 +0000 (20:37 -0800)]
crypt32: Fix comment typo.
Juan Lang [Thu, 13 Nov 2008 04:37:02 +0000 (20:37 -0800)]
crypt32: Implement formatting an alt name entry with type CERT_ALT_NAME_DIRECTORY_NAME.
Juan Lang [Thu, 13 Nov 2008 04:36:33 +0000 (20:36 -0800)]
crypt32: Fix off-by-one error in formatting szOID_AUTHORITY_KEY_IDENTIFIER2.
Juan Lang [Thu, 13 Nov 2008 04:22:32 +0000 (20:22 -0800)]
crypt32: Don't underreport the size available when formatting szOID_AUTHORITY_KEY_IDENTIFIER2.
Peter Dons Tychsen [Thu, 13 Nov 2008 03:02:42 +0000 (04:02 +0100)]
winedos: Implement mode control register, and the 160x200x4 display mode that it opens.
Austin English [Thu, 13 Nov 2008 01:00:41 +0000 (19:00 -0600)]
include/shlwapi: Fix some typos.
Alexandre Julliard [Thu, 13 Nov 2008 10:49:36 +0000 (11:49 +0100)]
kernel32/tests: Fix the thread test to cope with the Win95 InterlockedIncrement behavior.
Alexandre Julliard [Thu, 13 Nov 2008 10:49:17 +0000 (11:49 +0100)]
kernel32: Don't request unneeded access in OpenFileMapping.
Andrew Talbot [Wed, 12 Nov 2008 20:22:09 +0000 (20:22 +0000)]
shlwapi: Sign-compare warnings fix.
Ken Thomases [Wed, 12 Nov 2008 18:15:31 +0000 (12:15 -0600)]
ntdll: Don't poll() on a normal file; it should never block.
Paul Vriens [Wed, 12 Nov 2008 16:35:12 +0000 (17:35 +0100)]
crypt32/tests: Fix a test failure on Vista and W2K8.
Paul Vriens [Wed, 12 Nov 2008 16:30:22 +0000 (17:30 +0100)]
crypt32/tests: Skip some tests if needed.
Alexandre Julliard [Wed, 12 Nov 2008 18:56:36 +0000 (19:56 +0100)]
user32: Don't process other messages when recursing in peek_message for an internal message.
Huw Davies [Wed, 12 Nov 2008 12:39:58 +0000 (12:39 +0000)]
ole32: Don't issue a warning if a flat copy is all that's required.
Aric Stewart [Tue, 11 Nov 2008 15:17:29 +0000 (09:17 -0600)]
winhttp: Correct another difference between InternetCrackurl and WinHttpCrackUrl.
Dylan Smith [Tue, 11 Nov 2008 19:08:53 +0000 (14:08 -0500)]
richedit: Created initial tests for windowless richedit controls.
Francois Gouget [Wed, 12 Nov 2008 10:32:23 +0000 (11:32 +0100)]
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.
Francois Gouget [Wed, 12 Nov 2008 10:31:40 +0000 (11:31 +0100)]
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.
Francois Gouget [Wed, 12 Nov 2008 10:29:51 +0000 (11:29 +0100)]
regedit: Simplify / clean up export_hkey().
Avoid unneeded/redundant calls to lstrcatW() and lstrlenW().
Tighten the scope of variables.
Francois Gouget [Wed, 12 Nov 2008 10:29:20 +0000 (11:29 +0100)]
regedit: Tighten a buffer size calculation.
Francois Gouget [Wed, 12 Nov 2008 10:29:09 +0000 (11:29 +0100)]
regedit: Simplify REGPROC_export_string().
Francois Gouget [Wed, 12 Nov 2008 10:28:49 +0000 (11:28 +0100)]
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.
Francois Gouget [Wed, 12 Nov 2008 10:15:26 +0000 (11:15 +0100)]
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.
Francois Gouget [Wed, 12 Nov 2008 10:10:29 +0000 (11:10 +0100)]
regedit: Check that we were able to allocate line_buf too.
Francois Gouget [Wed, 12 Nov 2008 10:10:00 +0000 (11:10 +0100)]
regedit: Remove unneeded variable initializations.
Henri Verbeet [Wed, 12 Nov 2008 11:04:24 +0000 (12:04 +0100)]
d3d10core: Add a d3d10core dll.
Paul Vriens [Wed, 12 Nov 2008 11:20:11 +0000 (12:20 +0100)]
snmpapi/tests: Fix failures on NT4 and below.
Paul Vriens [Wed, 12 Nov 2008 09:21:07 +0000 (10:21 +0100)]
ddraw/tests: Skip tests when DirectDraw4 is not supported.
Paul Vriens [Wed, 12 Nov 2008 09:15:22 +0000 (10:15 +0100)]
ddraw/tests: Fix a typo.
Alexandre Julliard [Wed, 12 Nov 2008 11:54:11 +0000 (12:54 +0100)]
msvcrt/tests: Trace the timezone being used.
Alexandre Julliard [Wed, 12 Nov 2008 11:36:22 +0000 (12:36 +0100)]
user32/tests: Make sure the message test doesn't hang if the window doesn't have focus.
Alistair Leslie-Hughes [Wed, 12 Nov 2008 05:08:17 +0000 (16:08 +1100)]
mshtml: Add tests for supported interfaces.
Andrew Nguyen [Wed, 12 Nov 2008 03:41:26 +0000 (21:41 -0600)]
imagehlp: Rectify and add a forward.
David Adam [Wed, 12 Nov 2008 06:55:38 +0000 (07:55 +0100)]
quartz: Check for NULL condition in FilterGraph2_Disconnect.
Alistair Leslie-Hughes [Wed, 5 Nov 2008 11:03:45 +0000 (22:03 +1100)]
winmm: Increase tolerance range.
Damjan Jovanovic [Tue, 11 Nov 2008 19:39:56 +0000 (21:39 +0200)]
winemenubuilder: Moved all wineshelllink functionality to winemenubuilder and removed wineshelllink.
Andrew Talbot [Tue, 11 Nov 2008 22:27:29 +0000 (22:27 +0000)]
shell32: Sign-compare warnings fix.
Alexandre Julliard [Wed, 12 Nov 2008 09:47:49 +0000 (10:47 +0100)]
mountmgr: Make the device type more specific than what is possible with the standard Win32 drive types.
Dmitry Timoshkov [Wed, 12 Nov 2008 07:15:51 +0000 (15:15 +0800)]
shdocvw: Fix the COLOR_xxx usage.
Dmitry Timoshkov [Wed, 12 Nov 2008 07:15:42 +0000 (15:15 +0800)]
shell32: Make some data static const.
Dmitry Timoshkov [Wed, 12 Nov 2008 07:15:32 +0000 (15:15 +0800)]
appwiz.cpl: Make some data static const.
Reece Dunn [Wed, 12 Nov 2008 00:21:55 +0000 (00:21 +0000)]
uxtheme: Draw the correct part of the themed parent background to the DC.
Hwang YunSong(황윤성) [Mon, 10 Nov 2008 00:59:15 +0000 (09:59 +0900)]
oleacc: New Korean resource.
Hwang YunSong(황윤성) [Mon, 10 Nov 2008 00:59:53 +0000 (09:59 +0900)]
winecfg: Updated Korean resource.
Hirofumi Katayama [Sat, 8 Nov 2008 01:33:33 +0000 (10:33 +0900)]
wordpad: Accept double-click in date and time dialog.
Jacek Caban [Tue, 11 Nov 2008 18:57:49 +0000 (19:57 +0100)]
shdocvw: Revert "Added Support for the IViewObjectEx" with tests.
Paul Vriens [Tue, 11 Nov 2008 18:19:45 +0000 (19:19 +0100)]
setupapi/tests: Fix some failures on Win9x and WinMe.
Paul Vriens [Tue, 11 Nov 2008 16:31:44 +0000 (17:31 +0100)]
winmm/tests: Fix a test failure on Vista and W2K8.
Alexandre Julliard [Tue, 11 Nov 2008 22:27:34 +0000 (23:27 +0100)]
user32/tests: Skip the PM_QS_* PeekMessage tests on NT4.
Alexandre Julliard [Tue, 11 Nov 2008 22:00:10 +0000 (23:00 +0100)]
user32/tests: Fix window tests on various Windows versions.
Alexandre Julliard [Tue, 11 Nov 2008 20:22:35 +0000 (21:22 +0100)]
ntdll/tests: Fixed more object manager tests on Vista.
Alistair Leslie-Hughes [Tue, 11 Nov 2008 09:30:05 +0000 (20:30 +1100)]
shdocvw: Added Support for the IViewObjectEx interface.
David Adam [Tue, 11 Nov 2008 13:37:23 +0000 (14:37 +0100)]
d3dx8: Simplify D3DXQuaternionInverse.
Christian Costa [Tue, 11 Nov 2008 11:41:11 +0000 (12:41 +0100)]
d3dxof: Prepare support for objects binary format.
Christian Costa [Tue, 11 Nov 2008 11:40:31 +0000 (12:40 +0100)]
d3dxof: Add support for DXFILELOAD_FROMMEMORY.
Christian Costa [Tue, 11 Nov 2008 11:39:46 +0000 (12:39 +0100)]
d3dxof: Increase max objects and check limit.
Christian Costa [Tue, 11 Nov 2008 11:38:52 +0000 (12:38 +0100)]
d3dxof: Support also xfile version 3.03.
Francois Gouget [Tue, 11 Nov 2008 10:59:52 +0000 (11:59 +0100)]
shell32/tests: Remove spaces before '\n' in ok() calls.
Francois Gouget [Tue, 11 Nov 2008 10:59:42 +0000 (11:59 +0100)]
gdiplus: Add a trailing '\n' to a Wine trace.
Paul Vriens [Tue, 11 Nov 2008 12:37:30 +0000 (13:37 +0100)]
msi/tests: Fix some test failures on Win9x and WinMe.
Paul Vriens [Mon, 10 Nov 2008 18:18:14 +0000 (19:18 +0100)]
wininet/tests: Fix a test failure on some Win98 boxes.
Nicolas Le Cam [Mon, 10 Nov 2008 17:44:40 +0000 (18:44 +0100)]
crypt32/tests: Fix a failing test on win2000.
Nicolas Le Cam [Thu, 6 Nov 2008 12:58:34 +0000 (13:58 +0100)]
winspool.drv/tests: Fix a test on all platforms.
Eric Pouech [Mon, 10 Nov 2008 10:27:52 +0000 (11:27 +0100)]
dbghelp: Properly add CPU info to minidump.
Andrew Fenn [Mon, 10 Nov 2008 16:33:15 +0000 (16:33 +0000)]
xinput: Added XInputGetCapabilities function with test case.
Andrew Fenn [Mon, 10 Nov 2008 16:32:33 +0000 (16:32 +0000)]
xinput: Added the function XInputGetState with test case.
Andrew Fenn [Mon, 10 Nov 2008 16:30:13 +0000 (16:30 +0000)]
xinput1_2: Initial implementation.
Andrew Fenn [Mon, 10 Nov 2008 16:29:29 +0000 (16:29 +0000)]
xinput1_1: Initial implementation.
Andrew Fenn [Mon, 10 Nov 2008 16:26:05 +0000 (16:26 +0000)]
xinput9_1_0: Initial implementation.
Andrew Fenn [Mon, 10 Nov 2008 16:22:35 +0000 (16:22 +0000)]
xinput1_3: Initial implementation.
Alexandre Julliard [Tue, 11 Nov 2008 11:17:05 +0000 (12:17 +0100)]
kernel32: Implemented the Ex variants of CreateEvent/Mutex/Semaphore/WaitableTimer.
Kai Blin [Tue, 11 Nov 2008 07:12:23 +0000 (08:12 +0100)]
advapi32: Implement LsaSetSecret stub.
Hans Leidekker [Tue, 11 Nov 2008 09:17:58 +0000 (10:17 +0100)]
inetcomm: Get rid of the server info copy.
Hans Leidekker [Tue, 11 Nov 2008 09:17:38 +0000 (10:17 +0100)]
inetcomm: Add an implementation of IVirtualStream.
Hans Leidekker [Tue, 11 Nov 2008 09:18:11 +0000 (10:18 +0100)]
user32: Add a stub implementation of ChangeWindowMessageFilter.
Paul Vriens [Tue, 11 Nov 2008 09:54:54 +0000 (10:54 +0100)]
urlmon/tests: Fix failures on Win9x and WinMe.
Paul Vriens [Tue, 11 Nov 2008 09:09:39 +0000 (10:09 +0100)]
urlmon/tests: Skip some tests on Win9x and WinMe.
Paul Vriens [Tue, 11 Nov 2008 07:14:15 +0000 (08:14 +0100)]
advapi32/tests: Fix valgrind warning.
Paul Vriens [Tue, 11 Nov 2008 06:48:04 +0000 (07:48 +0100)]
ole32/tests: Don't crash on NT4.
Dmitry Timoshkov [Tue, 11 Nov 2008 05:06:43 +0000 (13:06 +0800)]
widl: Make the generated string pointers const as well.
Lei Zhang [Tue, 11 Nov 2008 04:39:29 +0000 (20:39 -0800)]
comctl32: Check for NULL input in TAB_AdjustRect.
Andrew Talbot [Mon, 10 Nov 2008 19:37:42 +0000 (19:37 +0000)]
setupapi: Sign-compare warnings fix.
Eric Pouech [Mon, 10 Nov 2008 14:03:10 +0000 (15:03 +0100)]
winedbg: Added scoped symbol picker, and options to handle it.
Eric Pouech [Mon, 10 Nov 2008 14:03:02 +0000 (15:03 +0100)]
winedbg: Slightly change the option setting syntax (allows also to get the current state back).
Eric Pouech [Mon, 10 Nov 2008 14:02:49 +0000 (15:02 +0100)]
winedbg: Rewrote the symbol picking mechanism so that it can handle several algorithms.
Alexandre Julliard [Tue, 11 Nov 2008 10:40:08 +0000 (11:40 +0100)]
ntdll: Add support for root directory in NtCreateFile for Win32 file objects.
Alexandre Julliard [Tue, 11 Nov 2008 10:39:31 +0000 (11:39 +0100)]
ntdll/tests: Fix a couple of test failures on Vista.
Alexandre Julliard [Mon, 10 Nov 2008 15:28:37 +0000 (16:28 +0100)]
kernel32: Get the drive type from the mount manager instead of the registry.
Alexandre Julliard [Mon, 10 Nov 2008 15:11:05 +0000 (16:11 +0100)]
mountmgr: Return the drive type even when the buffer is too small.
Huw Davies [Mon, 10 Nov 2008 12:32:07 +0000 (12:32 +0000)]
kernel32: Fix a few Welsh translations.
Christian Costa [Mon, 10 Nov 2008 12:20:03 +0000 (13:20 +0100)]
d3dxof: Fix buffer overflow.
Alistair Leslie-Hughes [Mon, 10 Nov 2008 08:47:29 +0000 (19:47 +1100)]
advapi32: Correct off by one in LookupPrivilegeValueW.