wine
16 years agoappwiz.cpl: Added Portuguese translation.
Ricardo Filipe [Wed, 12 Nov 2008 01:16:24 +0000 (01:16 +0000)] 
appwiz.cpl: Added Portuguese translation.

16 years agod3d10core: Implement D3D10CoreRegisterLayers.
Henri Verbeet [Wed, 12 Nov 2008 14:43:46 +0000 (15:43 +0100)] 
d3d10core: Implement D3D10CoreRegisterLayers.

16 years agodxgi: Add a stub for DXGID3D10RegisterLayers.
Henri Verbeet [Wed, 12 Nov 2008 14:43:46 +0000 (15:43 +0100)] 
dxgi: Add a stub for DXGID3D10RegisterLayers.

16 years agod3d10core: Allow ID3D10Device to be aggregated.
Henri Verbeet [Wed, 12 Nov 2008 14:43:46 +0000 (15:43 +0100)] 
d3d10core: Allow ID3D10Device to be aggregated.

16 years agod3d10core: Implement ID3D10Device in d3d10core instead of d3d10.
Henri Verbeet [Wed, 12 Nov 2008 14:43:46 +0000 (15:43 +0100)] 
d3d10core: Implement ID3D10Device in d3d10core instead of d3d10.

16 years agomsiexec: Build with -mwindows.
Vincent Povirk [Wed, 12 Nov 2008 16:16:24 +0000 (10:16 -0600)] 
msiexec: Build with -mwindows.

16 years agouser32/tests: Print line numbers of callers in check_wnd_state to help debugging.
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.

16 years agocrypt32: Fix indenting for szOID_CRL_DIST_POINTS.
Juan Lang [Thu, 13 Nov 2008 04:41:23 +0000 (20:41 -0800)] 
crypt32: Fix indenting for szOID_CRL_DIST_POINTS.

16 years agocrypt32: Fix comment typo.
Juan Lang [Thu, 13 Nov 2008 04:37:15 +0000 (20:37 -0800)] 
crypt32: Fix comment typo.

16 years agocrypt32: Implement formatting an alt name entry with type CERT_ALT_NAME_DIRECTORY_NAME.
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.

16 years agocrypt32: Fix off-by-one error in formatting szOID_AUTHORITY_KEY_IDENTIFIER2.
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.

16 years agocrypt32: Don't underreport the size available when formatting szOID_AUTHORITY_KEY_IDE...
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.

16 years agowinedos: Implement mode control register, and the 160x200x4 display mode that it...
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.

16 years agoinclude/shlwapi: Fix some typos.
Austin English [Thu, 13 Nov 2008 01:00:41 +0000 (19:00 -0600)] 
include/shlwapi: Fix some typos.

16 years agokernel32/tests: Fix the thread test to cope with the Win95 InterlockedIncrement behavior.
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.

16 years agokernel32: Don't request unneeded access in OpenFileMapping.
Alexandre Julliard [Thu, 13 Nov 2008 10:49:17 +0000 (11:49 +0100)] 
kernel32: Don't request unneeded access in OpenFileMapping.

16 years agoshlwapi: Sign-compare warnings fix.
Andrew Talbot [Wed, 12 Nov 2008 20:22:09 +0000 (20:22 +0000)] 
shlwapi: Sign-compare warnings fix.

16 years agontdll: Don't poll() on a normal file; it should never block.
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.

16 years agocrypt32/tests: Fix a test failure on Vista and W2K8.
Paul Vriens [Wed, 12 Nov 2008 16:35:12 +0000 (17:35 +0100)] 
crypt32/tests: Fix a test failure on Vista and W2K8.

16 years agocrypt32/tests: Skip some tests if needed.
Paul Vriens [Wed, 12 Nov 2008 16:30:22 +0000 (17:30 +0100)] 
crypt32/tests: Skip some tests if needed.

16 years agouser32: Don't process other messages when recursing in peek_message for an internal...
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.

16 years agoole32: Don't issue a warning if a flat copy is all that's required.
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.

16 years agowinhttp: Correct another difference between InternetCrackurl and WinHttpCrackUrl.
Aric Stewart [Tue, 11 Nov 2008 15:17:29 +0000 (09:17 -0600)] 
winhttp: Correct another difference between InternetCrackurl and WinHttpCrackUrl.

16 years agorichedit: Created initial tests for windowless richedit controls.
Dylan Smith [Tue, 11 Nov 2008 19:08:53 +0000 (14:08 -0500)] 
richedit: Created initial tests for windowless richedit controls.

16 years agoregedit: Fix the wrapping of binary values in export_hkey().
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.

16 years agoregedit: Fix a buffer overflow when exporting binary values in export_hkey().
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.

16 years agoregedit: Simplify / clean up export_hkey().
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.

16 years agoregedit: Tighten a buffer size calculation.
Francois Gouget [Wed, 12 Nov 2008 10:29:20 +0000 (11:29 +0100)] 
regedit: Tighten a buffer size calculation.

16 years agoregedit: Simplify REGPROC_export_string().
Francois Gouget [Wed, 12 Nov 2008 10:29:09 +0000 (11:29 +0100)] 
regedit: Simplify REGPROC_export_string().

16 years agoregedit: The xxx_name_len variables track buffer sizes. That is they count the traili...
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.

16 years agoregedit: line_size is supposed to track a string length.
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.

16 years agoregedit: Check that we were able to allocate line_buf too.
Francois Gouget [Wed, 12 Nov 2008 10:10:29 +0000 (11:10 +0100)] 
regedit: Check that we were able to allocate line_buf too.

16 years agoregedit: Remove unneeded variable initializations.
Francois Gouget [Wed, 12 Nov 2008 10:10:00 +0000 (11:10 +0100)] 
regedit: Remove unneeded variable initializations.

16 years agod3d10core: Add a d3d10core dll.
Henri Verbeet [Wed, 12 Nov 2008 11:04:24 +0000 (12:04 +0100)] 
d3d10core: Add a d3d10core dll.

16 years agosnmpapi/tests: Fix failures on NT4 and below.
Paul Vriens [Wed, 12 Nov 2008 11:20:11 +0000 (12:20 +0100)] 
snmpapi/tests: Fix failures on NT4 and below.

16 years agoddraw/tests: Skip tests when DirectDraw4 is not supported.
Paul Vriens [Wed, 12 Nov 2008 09:21:07 +0000 (10:21 +0100)] 
ddraw/tests: Skip tests when DirectDraw4 is not supported.

16 years agoddraw/tests: Fix a typo.
Paul Vriens [Wed, 12 Nov 2008 09:15:22 +0000 (10:15 +0100)] 
ddraw/tests: Fix a typo.

16 years agomsvcrt/tests: Trace the timezone being used.
Alexandre Julliard [Wed, 12 Nov 2008 11:54:11 +0000 (12:54 +0100)] 
msvcrt/tests: Trace the timezone being used.

16 years agouser32/tests: Make sure the message test doesn't hang if the window doesn't have...
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.

16 years agomshtml: Add tests for supported interfaces.
Alistair Leslie-Hughes [Wed, 12 Nov 2008 05:08:17 +0000 (16:08 +1100)] 
mshtml: Add tests for supported interfaces.

16 years agoimagehlp: Rectify and add a forward.
Andrew Nguyen [Wed, 12 Nov 2008 03:41:26 +0000 (21:41 -0600)] 
imagehlp: Rectify and add a forward.

16 years agoquartz: Check for NULL condition in FilterGraph2_Disconnect.
David Adam [Wed, 12 Nov 2008 06:55:38 +0000 (07:55 +0100)] 
quartz: Check for NULL condition in FilterGraph2_Disconnect.

16 years agowinmm: Increase tolerance range.
Alistair Leslie-Hughes [Wed, 5 Nov 2008 11:03:45 +0000 (22:03 +1100)] 
winmm: Increase tolerance range.

16 years agowinemenubuilder: Moved all wineshelllink functionality to winemenubuilder and removed...
Damjan Jovanovic [Tue, 11 Nov 2008 19:39:56 +0000 (21:39 +0200)] 
winemenubuilder: Moved all wineshelllink functionality to winemenubuilder and removed wineshelllink.

16 years agoshell32: Sign-compare warnings fix.
Andrew Talbot [Tue, 11 Nov 2008 22:27:29 +0000 (22:27 +0000)] 
shell32: Sign-compare warnings fix.

16 years agomountmgr: Make the device type more specific than what is possible with the standard...
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.

16 years agoshdocvw: Fix the COLOR_xxx usage.
Dmitry Timoshkov [Wed, 12 Nov 2008 07:15:51 +0000 (15:15 +0800)] 
shdocvw: Fix the COLOR_xxx usage.

16 years agoshell32: Make some data static const.
Dmitry Timoshkov [Wed, 12 Nov 2008 07:15:42 +0000 (15:15 +0800)] 
shell32: Make some data static const.

16 years agoappwiz.cpl: 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.

16 years agouxtheme: Draw the correct part of the themed parent background to the DC.
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.

16 years agooleacc: New Korean resource.
Hwang YunSong(황윤성) [Mon, 10 Nov 2008 00:59:15 +0000 (09:59 +0900)] 
oleacc: New Korean resource.

16 years agowinecfg: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 10 Nov 2008 00:59:53 +0000 (09:59 +0900)] 
winecfg: Updated Korean resource.

16 years agowordpad: Accept double-click in date and time dialog.
Hirofumi Katayama [Sat, 8 Nov 2008 01:33:33 +0000 (10:33 +0900)] 
wordpad: Accept double-click in date and time dialog.

16 years agoshdocvw: Revert "Added Support for the IViewObjectEx" with tests.
Jacek Caban [Tue, 11 Nov 2008 18:57:49 +0000 (19:57 +0100)] 
shdocvw: Revert "Added Support for the IViewObjectEx" with tests.

16 years agosetupapi/tests: Fix some failures on Win9x and WinMe.
Paul Vriens [Tue, 11 Nov 2008 18:19:45 +0000 (19:19 +0100)] 
setupapi/tests: Fix some failures on Win9x and WinMe.

16 years agowinmm/tests: Fix a test failure on Vista and W2K8.
Paul Vriens [Tue, 11 Nov 2008 16:31:44 +0000 (17:31 +0100)] 
winmm/tests: Fix a test failure on Vista and W2K8.

16 years agouser32/tests: Skip the PM_QS_* PeekMessage tests on NT4.
Alexandre Julliard [Tue, 11 Nov 2008 22:27:34 +0000 (23:27 +0100)] 
user32/tests: Skip the PM_QS_* PeekMessage tests on NT4.

16 years agouser32/tests: Fix window tests on various Windows versions.
Alexandre Julliard [Tue, 11 Nov 2008 22:00:10 +0000 (23:00 +0100)] 
user32/tests: Fix window tests on various Windows versions.

16 years agontdll/tests: Fixed more object manager tests on Vista.
Alexandre Julliard [Tue, 11 Nov 2008 20:22:35 +0000 (21:22 +0100)] 
ntdll/tests: Fixed more object manager tests on Vista.

16 years agoshdocvw: Added Support for the IViewObjectEx interface.
Alistair Leslie-Hughes [Tue, 11 Nov 2008 09:30:05 +0000 (20:30 +1100)] 
shdocvw: Added Support for the IViewObjectEx interface.

16 years agod3dx8: Simplify D3DXQuaternionInverse.
David Adam [Tue, 11 Nov 2008 13:37:23 +0000 (14:37 +0100)] 
d3dx8: Simplify D3DXQuaternionInverse.

16 years agod3dxof: Prepare support for objects binary format.
Christian Costa [Tue, 11 Nov 2008 11:41:11 +0000 (12:41 +0100)] 
d3dxof: Prepare support for objects binary format.

16 years agod3dxof: Add support for DXFILELOAD_FROMMEMORY.
Christian Costa [Tue, 11 Nov 2008 11:40:31 +0000 (12:40 +0100)] 
d3dxof: Add support for DXFILELOAD_FROMMEMORY.

16 years agod3dxof: Increase max objects and check limit.
Christian Costa [Tue, 11 Nov 2008 11:39:46 +0000 (12:39 +0100)] 
d3dxof: Increase max objects and check limit.

16 years agod3dxof: Support also xfile version 3.03.
Christian Costa [Tue, 11 Nov 2008 11:38:52 +0000 (12:38 +0100)] 
d3dxof: Support also xfile version 3.03.

16 years agoshell32/tests: Remove spaces before '\n' in ok() calls.
Francois Gouget [Tue, 11 Nov 2008 10:59:52 +0000 (11:59 +0100)] 
shell32/tests: Remove spaces before '\n' in ok() calls.

16 years agogdiplus: Add a trailing '\n' to a Wine trace.
Francois Gouget [Tue, 11 Nov 2008 10:59:42 +0000 (11:59 +0100)] 
gdiplus: Add a trailing '\n' to a Wine trace.

16 years agomsi/tests: Fix some test failures on Win9x and WinMe.
Paul Vriens [Tue, 11 Nov 2008 12:37:30 +0000 (13:37 +0100)] 
msi/tests: Fix some test failures on Win9x and WinMe.

16 years agowininet/tests: Fix a test failure on some Win98 boxes.
Paul Vriens [Mon, 10 Nov 2008 18:18:14 +0000 (19:18 +0100)] 
wininet/tests: Fix a test failure on some Win98 boxes.

16 years agocrypt32/tests: Fix a failing test on win2000.
Nicolas Le Cam [Mon, 10 Nov 2008 17:44:40 +0000 (18:44 +0100)] 
crypt32/tests: Fix a failing test on win2000.

16 years agowinspool.drv/tests: Fix a test on all platforms.
Nicolas Le Cam [Thu, 6 Nov 2008 12:58:34 +0000 (13:58 +0100)] 
winspool.drv/tests: Fix a test on all platforms.

16 years agodbghelp: Properly add CPU info to minidump.
Eric Pouech [Mon, 10 Nov 2008 10:27:52 +0000 (11:27 +0100)] 
dbghelp: Properly add CPU info to minidump.

16 years agoxinput: Added XInputGetCapabilities function with test case.
Andrew Fenn [Mon, 10 Nov 2008 16:33:15 +0000 (16:33 +0000)] 
xinput: Added XInputGetCapabilities function with test case.

16 years agoxinput: Added the function XInputGetState with test case.
Andrew Fenn [Mon, 10 Nov 2008 16:32:33 +0000 (16:32 +0000)] 
xinput: Added the function XInputGetState with test case.

16 years agoxinput1_2: Initial implementation.
Andrew Fenn [Mon, 10 Nov 2008 16:30:13 +0000 (16:30 +0000)] 
xinput1_2: Initial implementation.

16 years agoxinput1_1: Initial implementation.
Andrew Fenn [Mon, 10 Nov 2008 16:29:29 +0000 (16:29 +0000)] 
xinput1_1: Initial implementation.

16 years agoxinput9_1_0: Initial implementation.
Andrew Fenn [Mon, 10 Nov 2008 16:26:05 +0000 (16:26 +0000)] 
xinput9_1_0: Initial implementation.

16 years agoxinput1_3: Initial implementation.
Andrew Fenn [Mon, 10 Nov 2008 16:22:35 +0000 (16:22 +0000)] 
xinput1_3: Initial implementation.

16 years agokernel32: Implemented the Ex variants of CreateEvent/Mutex/Semaphore/WaitableTimer.
Alexandre Julliard [Tue, 11 Nov 2008 11:17:05 +0000 (12:17 +0100)] 
kernel32: Implemented the Ex variants of CreateEvent/Mutex/Semaphore/WaitableTimer.

16 years agoadvapi32: Implement LsaSetSecret stub.
Kai Blin [Tue, 11 Nov 2008 07:12:23 +0000 (08:12 +0100)] 
advapi32: Implement LsaSetSecret stub.

16 years agoinetcomm: Get rid of the server info copy.
Hans Leidekker [Tue, 11 Nov 2008 09:17:58 +0000 (10:17 +0100)] 
inetcomm: Get rid of the server info copy.

16 years agoinetcomm: Add an implementation of IVirtualStream.
Hans Leidekker [Tue, 11 Nov 2008 09:17:38 +0000 (10:17 +0100)] 
inetcomm: Add an implementation of IVirtualStream.

16 years agouser32: Add a stub implementation of ChangeWindowMessageFilter.
Hans Leidekker [Tue, 11 Nov 2008 09:18:11 +0000 (10:18 +0100)] 
user32: Add a stub implementation of ChangeWindowMessageFilter.

16 years agourlmon/tests: Fix failures on Win9x and WinMe.
Paul Vriens [Tue, 11 Nov 2008 09:54:54 +0000 (10:54 +0100)] 
urlmon/tests: Fix failures on Win9x and WinMe.

16 years agourlmon/tests: Skip some tests 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.

16 years agoadvapi32/tests: Fix valgrind warning.
Paul Vriens [Tue, 11 Nov 2008 07:14:15 +0000 (08:14 +0100)] 
advapi32/tests: Fix valgrind warning.

16 years agoole32/tests: Don't crash on NT4.
Paul Vriens [Tue, 11 Nov 2008 06:48:04 +0000 (07:48 +0100)] 
ole32/tests: Don't crash on NT4.

16 years agowidl: Make the generated string pointers const as well.
Dmitry Timoshkov [Tue, 11 Nov 2008 05:06:43 +0000 (13:06 +0800)] 
widl: Make the generated string pointers const as well.

16 years agocomctl32: Check for NULL input in TAB_AdjustRect.
Lei Zhang [Tue, 11 Nov 2008 04:39:29 +0000 (20:39 -0800)] 
comctl32: Check for NULL input in TAB_AdjustRect.

16 years agosetupapi: Sign-compare warnings fix.
Andrew Talbot [Mon, 10 Nov 2008 19:37:42 +0000 (19:37 +0000)] 
setupapi: Sign-compare warnings fix.

16 years agowinedbg: Added scoped symbol picker, and options to handle it.
Eric Pouech [Mon, 10 Nov 2008 14:03:10 +0000 (15:03 +0100)] 
winedbg: Added scoped symbol picker, and options to handle it.

16 years agowinedbg: Slightly change the option setting syntax (allows also to get the current...
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).

16 years agowinedbg: Rewrote the symbol picking mechanism so that it can handle several algorithms.
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.

16 years agontdll: Add support for root directory in NtCreateFile for Win32 file objects.
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.

16 years agontdll/tests: Fix a couple of test failures on Vista.
Alexandre Julliard [Tue, 11 Nov 2008 10:39:31 +0000 (11:39 +0100)] 
ntdll/tests: Fix a couple of test failures on Vista.

16 years agokernel32: Get the drive type from the mount manager instead of the registry.
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.

16 years agomountmgr: Return the drive type even when the buffer is too small.
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.

16 years agokernel32: Fix a few Welsh translations.
Huw Davies [Mon, 10 Nov 2008 12:32:07 +0000 (12:32 +0000)] 
kernel32: Fix a few Welsh translations.

16 years agod3dxof: Fix buffer overflow.
Christian Costa [Mon, 10 Nov 2008 12:20:03 +0000 (13:20 +0100)] 
d3dxof: Fix buffer overflow.

16 years agoadvapi32: Correct off by one in LookupPrivilegeValueW.
Alistair Leslie-Hughes [Mon, 10 Nov 2008 08:47:29 +0000 (19:47 +1100)] 
advapi32: Correct off by one in LookupPrivilegeValueW.