wine
17 years agodsound: Fix the declaration/definition of DSOUND_timer().
Michael Stefaniuc [Sun, 12 Nov 2006 13:39:11 +0000 (14:39 +0100)] 
dsound: Fix the declaration/definition of DSOUND_timer().

17 years agoshlwapi: UrlEscapeA should fail with E_POINTER when querying the buffer size.
Hans Leidekker [Sun, 12 Nov 2006 15:17:48 +0000 (16:17 +0100)] 
shlwapi: UrlEscapeA should fail with E_POINTER when querying the buffer size.

17 years agowgl: Fix a typo in the pbuffer pixelformat enumeration code.
Roderick Colenbrander [Sun, 12 Nov 2006 12:08:26 +0000 (13:08 +0100)] 
wgl: Fix a typo in the pbuffer pixelformat enumeration code.

17 years agowinex11.drv: The y coordinate should be offset agaist the height, not the width.
H. Verbeet [Sat, 11 Nov 2006 22:08:36 +0000 (23:08 +0100)] 
winex11.drv: The y coordinate should be offset agaist the height, not the width.

17 years agoadvapi32: Constify a parameter.
Andrew Talbot [Sat, 11 Nov 2006 16:01:01 +0000 (16:01 +0000)] 
advapi32: Constify a parameter.

17 years agorpcrt4: Cast-qual warnings fix.
Andrew Talbot [Sat, 11 Nov 2006 14:57:53 +0000 (14:57 +0000)] 
rpcrt4: Cast-qual warnings fix.

17 years agorpcrt4: Cast-qual warnings fix.
Andrew Talbot [Sat, 11 Nov 2006 14:56:45 +0000 (14:56 +0000)] 
rpcrt4: Cast-qual warnings fix.

17 years agoquartz: Cast-qual warnings fix.
Andrew Talbot [Sat, 11 Nov 2006 11:03:30 +0000 (11:03 +0000)] 
quartz: Cast-qual warnings fix.

17 years agoqcap: Cast-qual warnings fix.
Andrew Talbot [Sat, 11 Nov 2006 11:02:18 +0000 (11:02 +0000)] 
qcap: Cast-qual warnings fix.

17 years agomsi: Fix a heap corruption bug by resizing the src string before adding to it.
James Hawkins [Fri, 10 Nov 2006 21:26:38 +0000 (13:26 -0800)] 
msi: Fix a heap corruption bug by resizing the src string before adding to it.

17 years agoinclude/tapi.h: Add missing include directives.
Francois Gouget [Fri, 10 Nov 2006 14:25:21 +0000 (15:25 +0100)] 
include/tapi.h: Add missing include directives.

17 years agouser: Only perform the screen resolution changing tests in interactive mode.
Francois Gouget [Fri, 10 Nov 2006 14:23:39 +0000 (15:23 +0100)] 
user: Only perform the screen resolution changing tests in interactive mode.

17 years agokernel32: Fix the 'MAP_FOLDCZONE' ok() test.
Francois Gouget [Fri, 10 Nov 2006 14:17:44 +0000 (15:17 +0100)] 
kernel32: Fix the 'MAP_FOLDCZONE' ok() test.

17 years agowinhelp: Use path of parent helpfile while looking for popup window.
Kirill K. Smirnov [Fri, 10 Nov 2006 16:37:26 +0000 (19:37 +0300)] 
winhelp: Use path of parent helpfile while looking for popup window.

17 years agowinhelp: Fix WINHELP_DeleteWindow.
Kirill K. Smirnov [Fri, 10 Nov 2006 16:32:34 +0000 (19:32 +0300)] 
winhelp: Fix WINHELP_DeleteWindow.

17 years agowinhelp: Do not create popup window if file not found.
Kirill K. Smirnov [Fri, 10 Nov 2006 14:20:53 +0000 (17:20 +0300)] 
winhelp: Do not create popup window if file not found.

17 years agoRelease 0.9.25. wine-0.9.25
Alexandre Julliard [Fri, 10 Nov 2006 16:32:16 +0000 (17:32 +0100)] 
Release 0.9.25.

17 years agorpcrt4: Avoid a sizeof in a trace.
Alexandre Julliard [Fri, 10 Nov 2006 13:29:55 +0000 (14:29 +0100)] 
rpcrt4: Avoid a sizeof in a trace.

17 years agorpcrt4: Create one protseq object per used protocol sequence, not per RpcServerUsePro...
Rob Shearman [Fri, 10 Nov 2006 12:13:57 +0000 (12:13 +0000)] 
rpcrt4: Create one protseq object per used protocol sequence, not per RpcServerUseProtseq* function call.

17 years agorpcrt4: Don't store the endpoint in the protseq.
Rob Shearman [Fri, 10 Nov 2006 12:07:28 +0000 (12:07 +0000)] 
rpcrt4: Don't store the endpoint in the protseq.

17 years agorpcrt4: Fix a crash in RpcServerUseProtseqEpExA/W when using an unsupported protseq.
Rob Shearman [Fri, 10 Nov 2006 11:02:04 +0000 (11:02 +0000)] 
rpcrt4: Fix a crash in RpcServerUseProtseqEpExA/W when using an unsupported protseq.

17 years agorpcrt4: Correctly align the results in the RPC Bind Ack packet.
Rob Shearman [Fri, 10 Nov 2006 11:01:35 +0000 (11:01 +0000)] 
rpcrt4: Correctly align the results in the RPC Bind Ack packet.

17 years agoshlwapi: Unify SHDeleteKeyW implementation with SHDeleteKeyA.
Dmitry Timoshkov [Fri, 10 Nov 2006 10:57:27 +0000 (18:57 +0800)] 
shlwapi: Unify SHDeleteKeyW implementation with SHDeleteKeyA.

17 years agooleaut32: Constify some data.
Dmitry Timoshkov [Fri, 10 Nov 2006 10:56:41 +0000 (18:56 +0800)] 
oleaut32: Constify some data.

17 years agoopengl32: Hack to make sure winex11 is loaded before getting function pointers.
Alexandre Julliard [Fri, 10 Nov 2006 11:37:04 +0000 (12:37 +0100)] 
opengl32: Hack to make sure winex11 is loaded before getting function pointers.

17 years agoadvapi32: Fixed last error check in RegSaveKey.
Alexandre Julliard [Fri, 10 Nov 2006 11:22:44 +0000 (12:22 +0100)] 
advapi32: Fixed last error check in RegSaveKey.

17 years agoserver: Properly handle kill_thread recursion when killing a process.
Alexandre Julliard [Fri, 10 Nov 2006 11:18:54 +0000 (12:18 +0100)] 
server: Properly handle kill_thread recursion when killing a process.

Spotted by Mike McCormack.

17 years agoquartz: Cast-qual warning fix.
Andrew Talbot [Thu, 9 Nov 2006 22:09:44 +0000 (22:09 +0000)] 
quartz: Cast-qual warning fix.

17 years agod3d8: Add GetContainer tests for implicit surfaces.
Markus Amsler [Fri, 10 Nov 2006 09:23:03 +0000 (10:23 +0100)] 
d3d8: Add GetContainer tests for implicit surfaces.

17 years agod3d9: Forwardport implicit surface tests.
Markus Amsler [Fri, 10 Nov 2006 09:23:17 +0000 (10:23 +0100)] 
d3d9: Forwardport implicit surface tests.

17 years agoriched20: Flush the clipboard before exiting the test.
Mike McCormack [Fri, 10 Nov 2006 06:42:39 +0000 (15:42 +0900)] 
riched20: Flush the clipboard before exiting the test.

17 years agoriched20: Add missing void to parameter list.
Mike McCormack [Fri, 10 Nov 2006 06:42:15 +0000 (15:42 +0900)] 
riched20: Add missing void to parameter list.

17 years agoriched20: Remember to close windows after tests.
Mike McCormack [Fri, 10 Nov 2006 06:41:53 +0000 (15:41 +0900)] 
riched20: Remember to close windows after tests.

17 years agoriched20: Fix a memory leak.
Mike McCormack [Fri, 10 Nov 2006 06:41:38 +0000 (15:41 +0900)] 
riched20: Fix a memory leak.

17 years agoriched20: Set the correct number of initialized cursors.
Mike McCormack [Fri, 10 Nov 2006 06:41:16 +0000 (15:41 +0900)] 
riched20: Set the correct number of initialized cursors.

17 years agoriched20: Fix an uninitialized variable.
Mike McCormack [Fri, 10 Nov 2006 06:40:58 +0000 (15:40 +0900)] 
riched20: Fix an uninitialized variable.

17 years agomsi: Only log the Action, as it's the same as ActionRequest.
Mike McCormack [Fri, 10 Nov 2006 06:39:01 +0000 (15:39 +0900)] 
msi: Only log the Action, as it's the same as ActionRequest.

17 years agomsi: Check whether the component is enabled first.
Mike McCormack [Fri, 10 Nov 2006 06:38:51 +0000 (15:38 +0900)] 
msi: Check whether the component is enabled first.

17 years agomsi: Component attributes are bitmasks.
Mike McCormack [Fri, 10 Nov 2006 06:38:31 +0000 (15:38 +0900)] 
msi: Component attributes are bitmasks.

17 years agodinput: Use HeapAlloc/Free instead of alloc/free.
Mike McCormack [Fri, 10 Nov 2006 06:40:41 +0000 (15:40 +0900)] 
dinput: Use HeapAlloc/Free instead of alloc/free.

17 years agosetupapi: Use HeapAlloc/Free instead of malloc/free.
Mike McCormack [Fri, 10 Nov 2006 06:40:21 +0000 (15:40 +0900)] 
setupapi: Use HeapAlloc/Free instead of malloc/free.

17 years agoshlwapi: Use HeapAlloc/Free instead of malloc/free.
Mike McCormack [Fri, 10 Nov 2006 06:40:08 +0000 (15:40 +0900)] 
shlwapi: Use HeapAlloc/Free instead of malloc/free.

17 years agooleaut32: Use HeapAlloc/Free instead of malloc/free.
Mike McCormack [Fri, 10 Nov 2006 06:39:52 +0000 (15:39 +0900)] 
oleaut32: Use HeapAlloc/Free instead of malloc/free.

17 years agowinex11.drv: Check for incompatible bpps and negative widths.
Damjan Jovanovic [Fri, 10 Nov 2006 06:01:18 +0000 (08:01 +0200)] 
winex11.drv: Check for incompatible bpps and negative widths.

17 years agowinex11.drv: Fix copying top-down/bottom-up DIBs.
Damjan Jovanovic [Fri, 10 Nov 2006 05:58:08 +0000 (07:58 +0200)] 
winex11.drv: Fix copying top-down/bottom-up DIBs.

17 years agosecur32: work around a bug in ntlm_auth that breaks RPC.
Kai Blin [Fri, 10 Nov 2006 02:53:57 +0000 (03:53 +0100)] 
secur32: work around a bug in ntlm_auth that breaks RPC.

17 years agomshtml: Use popup menu from shdoclc.dll.
Jacek Caban [Thu, 9 Nov 2006 22:54:09 +0000 (23:54 +0100)] 
mshtml: Use popup menu from shdoclc.dll.

17 years agorpcrt4: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 9 Nov 2006 22:04:48 +0000 (23:04 +0100)] 
rpcrt4: Win64 printf format warning fixes.

17 years agorpcrt4: More "unsigned long" to "ULONG" changes in preparation of the removal of...
Michael Stefaniuc [Thu, 9 Nov 2006 22:02:49 +0000 (23:02 +0100)] 
rpcrt4: More "unsigned long" to "ULONG" changes in preparation of the removal of WINE_NO_LONG_AS_INT.

17 years agorpcrt4: Bring the function definitions in sync with their declaration.
Michael Stefaniuc [Thu, 9 Nov 2006 22:02:09 +0000 (23:02 +0100)] 
rpcrt4: Bring the function definitions in sync with their declaration.

They got out of sync due to the unsigned long to ULONG changes in the headers.

17 years agorpcrt4/ndr_marshall.c: Bring the function definitions in sync with their declaration.
Michael Stefaniuc [Thu, 9 Nov 2006 22:01:58 +0000 (23:01 +0100)] 
rpcrt4/ndr_marshall.c: Bring the function definitions in sync with their declaration.

Those got out of sync due to the unsigned long to ULONG migration in the headers.

17 years agoloader: Use plain binary name of git-describe to avoid junk in version output.
Saulius Krasuckas [Thu, 9 Nov 2006 18:05:19 +0000 (20:05 +0200)] 
loader: Use plain binary name of git-describe to avoid junk in version output.

17 years agorpcrt4/tests: Replace || by |.
Alexandre Julliard [Thu, 9 Nov 2006 17:20:49 +0000 (18:20 +0100)] 
rpcrt4/tests: Replace || by |.

17 years agodmsynth: Fix one more instance of && instead of &.
Alexandre Julliard [Thu, 9 Nov 2006 17:20:30 +0000 (18:20 +0100)] 
dmsynth: Fix one more instance of && instead of &.

17 years agouser32: Replaced && 0xff by & 0xff.
Marcus Meissner [Thu, 9 Nov 2006 14:39:58 +0000 (15:39 +0100)] 
user32: Replaced && 0xff by & 0xff.

17 years agodmscript: Replaced && 0xff by & 0xff.
Marcus Meissner [Thu, 9 Nov 2006 14:42:46 +0000 (15:42 +0100)] 
dmscript: Replaced && 0xff by & 0xff.

17 years agodmusic: Replaced && 0xfff... by & 0xff.
Marcus Meissner [Thu, 9 Nov 2006 14:40:55 +0000 (15:40 +0100)] 
dmusic: Replaced && 0xfff... by & 0xff.

17 years agodswave: Replaced && 0xff by & 0xff.
Marcus Meissner [Thu, 9 Nov 2006 14:41:28 +0000 (15:41 +0100)] 
dswave: Replaced && 0xff by & 0xff.

17 years agodmcompos: Replaced && 0xff by & 0xff.
Marcus Meissner [Thu, 9 Nov 2006 14:42:00 +0000 (15:42 +0100)] 
dmcompos: Replaced && 0xff by & 0xff.

17 years agoinclude: Remove duplicate definition.
Dmitry Timoshkov [Thu, 9 Nov 2006 15:38:18 +0000 (23:38 +0800)] 
include: Remove duplicate definition.

17 years agod3d8: Add refcount tests for implicit surfaces.
Markus Amsler [Thu, 9 Nov 2006 15:06:34 +0000 (16:06 +0100)] 
d3d8: Add refcount tests for implicit surfaces.

17 years agowinepath: Fix --long option.
Francois Gouget [Thu, 9 Nov 2006 14:36:12 +0000 (15:36 +0100)] 
winepath: Fix --long option.

17 years agomscms: GetColorDirectory: fixed incorrect A -> W conversions.
Eric Pouech [Wed, 8 Nov 2006 20:46:59 +0000 (21:46 +0100)] 
mscms: GetColorDirectory: fixed incorrect A -> W conversions.

17 years agomsi: Fixed bogus A -> W conversion.
Eric Pouech [Wed, 8 Nov 2006 20:47:04 +0000 (21:47 +0100)] 
msi: Fixed bogus A -> W conversion.

17 years agokernel32/tests: Fixed the pipe test for MacOS.
Alexandre Julliard [Thu, 9 Nov 2006 14:40:36 +0000 (15:40 +0100)] 
kernel32/tests: Fixed the pipe test for MacOS.

17 years agomshtml: Added QueryStatus(IDM_JUSTIFY*) implementation.
Jacek Caban [Thu, 9 Nov 2006 09:50:51 +0000 (10:50 +0100)] 
mshtml: Added QueryStatus(IDM_JUSTIFY*) implementation.

17 years agomshtml: Code clean up.
Jacek Caban [Thu, 9 Nov 2006 09:49:53 +0000 (10:49 +0100)] 
mshtml: Code clean up.

17 years agomshtml: Added Exec(IDM_JUSTIFYLEFT) and Exec(IDM_JUSTIFYRIGHT) implementataion.
Jacek Caban [Thu, 9 Nov 2006 09:49:00 +0000 (10:49 +0100)] 
mshtml: Added Exec(IDM_JUSTIFYLEFT) and Exec(IDM_JUSTIFYRIGHT) implementataion.

17 years agomshtml: Added Exec(IDM_JUSTIFYCENTER) implementation.
Jacek Caban [Thu, 9 Nov 2006 09:48:07 +0000 (10:48 +0100)] 
mshtml: Added Exec(IDM_JUSTIFYCENTER) implementation.

17 years agomshtml: Added IDM_FORECOLOR implementation.
Jacek Caban [Thu, 9 Nov 2006 09:47:10 +0000 (10:47 +0100)] 
mshtml: Added IDM_FORECOLOR implementation.

17 years agomshtml: Added Exec(IDM_FONTSIZE) stub.
Jacek Caban [Thu, 9 Nov 2006 09:46:11 +0000 (10:46 +0100)] 
mshtml: Added Exec(IDM_FONTSIZE) stub.

17 years agomshtml: Added QueryStatus(IDM_FONTSIZE) implementation.
Jacek Caban [Thu, 9 Nov 2006 09:45:05 +0000 (10:45 +0100)] 
mshtml: Added QueryStatus(IDM_FONTSIZE) implementation.

17 years agomshtml: Added QueryStatus(IDM_FONTNAME) implementation.
Jacek Caban [Thu, 9 Nov 2006 09:44:15 +0000 (10:44 +0100)] 
mshtml: Added QueryStatus(IDM_FONTNAME) implementation.

17 years agosecur32: Implement NTLM2 encryption.
Kai Blin [Thu, 9 Nov 2006 10:31:31 +0000 (11:31 +0100)] 
secur32: Implement NTLM2 encryption.

17 years agoshlwapi: Add a fixme for a missing include.
Francois Gouget [Thu, 9 Nov 2006 10:40:31 +0000 (11:40 +0100)] 
shlwapi: Add a fixme for a missing include.

17 years agoinclude/usp10.h: Add missing include directives.
Francois Gouget [Thu, 9 Nov 2006 10:39:54 +0000 (11:39 +0100)] 
include/usp10.h: Add missing include directives.

17 years agoinclude/oledlg.h: Add missing include directives.
Francois Gouget [Thu, 9 Nov 2006 10:36:42 +0000 (11:36 +0100)] 
include/oledlg.h: Add missing include directives.

17 years agoinclude/dshow.h: Add missing include directives.
Francois Gouget [Thu, 9 Nov 2006 10:36:08 +0000 (11:36 +0100)] 
include/dshow.h: Add missing include directives.

17 years agoinclude: Add missing include directives to d3d8.h and d3d9.h.
Francois Gouget [Thu, 9 Nov 2006 10:29:20 +0000 (11:29 +0100)] 
include: Add missing include directives to d3d8.h and d3d9.h.

17 years agoinclude: The PSDK headers don't define WM_SYSTIMER so we shouldn't either.
Francois Gouget [Thu, 9 Nov 2006 10:24:16 +0000 (11:24 +0100)] 
include: The PSDK headers don't define WM_SYSTIMER so we shouldn't either.

17 years agolocalspl: Added Korean resource.
Hwang YunSong(황윤성) [Thu, 9 Nov 2006 08:00:51 +0000 (17:00 +0900)] 
localspl: Added Korean resource.

17 years agowinspool/tests: Add tests for ConfigurePort.
Detlef Riekenberg [Mon, 6 Nov 2006 23:07:48 +0000 (00:07 +0100)] 
winspool/tests: Add tests for ConfigurePort.

17 years agowinspool: Implement ConfigurePortA.
Detlef Riekenberg [Wed, 8 Nov 2006 23:04:11 +0000 (00:04 +0100)] 
winspool: Implement ConfigurePortA.

17 years agowinspool: Implement ConfigurePortW.
Detlef Riekenberg [Wed, 8 Nov 2006 23:04:08 +0000 (00:04 +0100)] 
winspool: Implement ConfigurePortW.

17 years agod3d8: Backport volume tests.
Markus Amsler [Thu, 9 Nov 2006 01:38:47 +0000 (02:38 +0100)] 
d3d8: Backport volume tests.

17 years agod3d8: Backport IDirect3DVolume9Impl_GetContainer.
Markus Amsler [Thu, 9 Nov 2006 01:38:41 +0000 (02:38 +0100)] 
d3d8: Backport IDirect3DVolume9Impl_GetContainer.

17 years agod3d8: Backport texture tests.
Markus Amsler [Thu, 9 Nov 2006 01:38:36 +0000 (02:38 +0100)] 
d3d8: Backport texture tests.

17 years agod3d8: Backport missing device tests.
Markus Amsler [Thu, 9 Nov 2006 01:38:29 +0000 (02:38 +0100)] 
d3d8: Backport missing device tests.

17 years agod3d8: Backport null pointer check in SetCursorProperties.
Markus Amsler [Thu, 9 Nov 2006 01:38:22 +0000 (02:38 +0100)] 
d3d8: Backport null pointer check in SetCursorProperties.

17 years agowinmm: Plug a memory leak.
Eric Pouech [Wed, 8 Nov 2006 20:47:22 +0000 (21:47 +0100)] 
winmm: Plug a memory leak.

17 years agoole32: Don't use PropVariantClear to setup an unitialized variant.
Eric Pouech [Wed, 8 Nov 2006 20:47:18 +0000 (21:47 +0100)] 
ole32: Don't use PropVariantClear to setup an unitialized variant.

17 years agomsi: Don't call PropVariantClear on uninitialized variants.
Eric Pouech [Wed, 8 Nov 2006 20:47:09 +0000 (21:47 +0100)] 
msi: Don't call PropVariantClear on uninitialized variants.

17 years agokernel32: Changed encoding for Divehi (which has a 639-1 enconding).
Eric Pouech [Wed, 8 Nov 2006 20:46:54 +0000 (21:46 +0100)] 
kernel32: Changed encoding for Divehi (which has a 639-1 enconding).

17 years agocomctl32: header: fix bug found out by running valgrind on the regression tests.
Eric Pouech [Wed, 8 Nov 2006 20:46:42 +0000 (21:46 +0100)] 
comctl32: header: fix bug found out by running valgrind on the regression tests.

17 years agokernel32: Fixed buffer overrun in get_registry_locale_info.
Alexandre Julliard [Thu, 9 Nov 2006 11:03:21 +0000 (12:03 +0100)] 
kernel32: Fixed buffer overrun in get_registry_locale_info.

17 years agouser32: Downgrade a FIXME to a WARN.
Mike McCormack [Thu, 9 Nov 2006 04:24:45 +0000 (13:24 +0900)] 
user32: Downgrade a FIXME to a WARN.

17 years agocomctl32: Downgrade an ERR to a WARN.
Mike McCormack [Thu, 9 Nov 2006 04:16:38 +0000 (13:16 +0900)] 
comctl32: Downgrade an ERR to a WARN.

17 years agogdi32: Downgrade a FIXME to a WARN.
Mike McCormack [Thu, 9 Nov 2006 04:15:16 +0000 (13:15 +0900)] 
gdi32: Downgrade a FIXME to a WARN.

17 years agowinmm: Remove WINE_NO_LONG_AS_INT.
Eric Pouech [Wed, 8 Nov 2006 21:24:36 +0000 (22:24 +0100)] 
winmm: Remove WINE_NO_LONG_AS_INT.

17 years agooleaut32: typelib - fix regression in MSFT typelib parsing.
Alex Villacís Lasso [Thu, 9 Nov 2006 00:33:46 +0000 (19:33 -0500)] 
oleaut32: typelib - fix regression in MSFT typelib parsing.