wine
15 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.

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

15 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.

15 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.

15 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.

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

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

15 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.

15 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.

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

15 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.

15 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.

15 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.

15 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.

15 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.

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

15 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.

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

15 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.

15 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.

15 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.

15 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.

15 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.

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

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

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

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

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

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

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

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

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

15 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.

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

15 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.

15 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.

15 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.

15 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.

15 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.

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

15 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.

15 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.

15 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.

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

15 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.

15 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).

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

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

15 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.

15 years agod3dx9: Implement ID3DXSprite_GetDevice.
Tony Wasserka [Fri, 7 Nov 2008 16:37:23 +0000 (17:37 +0100)] 
d3dx9: Implement ID3DXSprite_GetDevice.

15 years agod3dx9: Implement ID3DXSprite_Flush.
Tony Wasserka [Fri, 7 Nov 2008 16:01:27 +0000 (17:01 +0100)] 
d3dx9: Implement ID3DXSprite_Flush.

15 years agod3dx9: Implement ID3DXSprite_Begin/End.
Tony Wasserka [Fri, 7 Nov 2008 15:50:22 +0000 (16:50 +0100)] 
d3dx9: Implement ID3DXSprite_Begin/End.

15 years agomshtml: Implement IHTMLStyle get/put posLeft.
Alistair Leslie-Hughes [Wed, 5 Nov 2008 11:06:45 +0000 (22:06 +1100)] 
mshtml: Implement IHTMLStyle get/put posLeft.

15 years agontdll: Don't call the dll entry point for native modules.
Alexandre Julliard [Mon, 10 Nov 2008 12:20:45 +0000 (13:20 +0100)] 
ntdll: Don't call the dll entry point for native modules.

15 years agouxtheme: Add stubs for the double buffer drawing API in Vista.
Reece Dunn [Mon, 10 Nov 2008 09:35:59 +0000 (09:35 +0000)] 
uxtheme: Add stubs for the double buffer drawing API in Vista.

15 years agowined3d: Add two missing D3D8/D3D9 capabilities.
Roderick Colenbrander [Mon, 10 Nov 2008 09:42:27 +0000 (10:42 +0100)] 
wined3d: Add two missing D3D8/D3D9 capabilities.

15 years agodbghelp: Fix all forward declaration cases for UDT.
Eric Pouech [Mon, 10 Nov 2008 10:14:45 +0000 (11:14 +0100)] 
dbghelp: Fix all forward declaration cases for UDT.

15 years agowinedump: Print detailed information about class/struct properties.
Eric Pouech [Mon, 10 Nov 2008 10:14:32 +0000 (11:14 +0100)] 
winedump: Print detailed information about class/struct properties.

15 years agontdll/tests: Fix the atom test on NT4.
Alexandre Julliard [Mon, 10 Nov 2008 10:57:26 +0000 (11:57 +0100)] 
ntdll/tests: Fix the atom test on NT4.

15 years agouser32: Unimplemented SystemParametersInfoW actions display fixme only once.
Paul Chitescu [Fri, 7 Nov 2008 20:16:32 +0000 (22:16 +0200)] 
user32: Unimplemented SystemParametersInfoW actions display fixme only once.

15 years agowinedos: Implement VGA_WritePixel for int10 service in CGA mode.
Peter Dons Tychsen [Mon, 10 Nov 2008 02:17:50 +0000 (03:17 +0100)] 
winedos: Implement VGA_WritePixel for int10 service in CGA mode.

15 years agowinedos: Implement int10 CGA palette control.
Peter Dons Tychsen [Mon, 10 Nov 2008 00:55:59 +0000 (01:55 +0100)] 
winedos: Implement int10 CGA palette control.

15 years agowinedos: Add support for the Color Control Register (CGA).
Peter Dons Tychsen [Sun, 9 Nov 2008 17:29:41 +0000 (18:29 +0100)] 
winedos: Add support for the Color Control Register (CGA).

15 years agosecur32: Sign-compare warning fix.
Andrew Talbot [Sat, 8 Nov 2008 15:16:26 +0000 (15:16 +0000)] 
secur32: Sign-compare warning fix.

15 years agorsaenh: Sign-compare warnings fix.
Andrew Talbot [Sat, 8 Nov 2008 15:16:22 +0000 (15:16 +0000)] 
rsaenh: Sign-compare warnings fix.

15 years agokernel32: Explicitly request execute permission in MapViewOfFile.
Alexandre Julliard [Mon, 10 Nov 2008 10:09:40 +0000 (11:09 +0100)] 
kernel32: Explicitly request execute permission in MapViewOfFile.

15 years agokernel32/tests: Fix the thread test on NT4.
Alexandre Julliard [Mon, 10 Nov 2008 10:09:18 +0000 (11:09 +0100)] 
kernel32/tests: Fix the thread test on NT4.

15 years agokernel32/tests: Fix some resource test failures on NT4.
Alexandre Julliard [Mon, 10 Nov 2008 10:09:11 +0000 (11:09 +0100)] 
kernel32/tests: Fix some resource test failures on NT4.

15 years agokernel32/tests: Fix some profile test failures on NT4.
Alexandre Julliard [Mon, 10 Nov 2008 10:09:02 +0000 (11:09 +0100)] 
kernel32/tests: Fix some profile test failures on NT4.

15 years agojscript: Fix build with bison 2.4.
Ryan Schmidt [Mon, 10 Nov 2008 07:04:47 +0000 (01:04 -0600)] 
jscript: Fix build with bison 2.4.

15 years agoadvapi32/tests: Fix broken GetLastError tests.
Detlef Riekenberg [Sun, 9 Nov 2008 21:05:08 +0000 (22:05 +0100)] 
advapi32/tests: Fix broken GetLastError tests.

15 years agoadvapi32/tests: Fix tests on win9x (GetFileSecurity not implemented).
Detlef Riekenberg [Sun, 9 Nov 2008 19:50:51 +0000 (20:50 +0100)] 
advapi32/tests: Fix tests on win9x (GetFileSecurity not implemented).

15 years agoadvapi32: Correct spelling of SE_CHANGE_NOTIFY_PRIVILEGE.
Alistair Leslie-Hughes [Mon, 10 Nov 2008 08:48:15 +0000 (19:48 +1100)] 
advapi32: Correct spelling of SE_CHANGE_NOTIFY_PRIVILEGE.

15 years agoshlwapi/tests: Add more entries for PathIsURL.
Detlef Riekenberg [Sun, 9 Nov 2008 18:19:51 +0000 (19:19 +0100)] 
shlwapi/tests: Add more entries for PathIsURL.

15 years agogdiplus: Added GdipSetTextContrast.
Nikolay Sivov [Sun, 9 Nov 2008 11:38:16 +0000 (14:38 +0300)] 
gdiplus: Added GdipSetTextContrast.

15 years agogdiplus: Added GdipGetTextContrast.
Nikolay Sivov [Sun, 9 Nov 2008 11:32:26 +0000 (14:32 +0300)] 
gdiplus: Added GdipGetTextContrast.