wine
18 years agousp10: Fix dead code in ScriptItemize.
Jeff Latimer [Tue, 17 Oct 2006 09:11:25 +0000 (19:11 +1000)] 
usp10: Fix dead code in ScriptItemize.

18 years agodinput: Add SetCooperativeLevel test for joystick.
Vitaliy Margolen [Sun, 15 Oct 2006 17:30:38 +0000 (11:30 -0600)] 
dinput: Add SetCooperativeLevel test for joystick.

18 years agodinput: Add SetCooperativeLevel tests to keyboard.
Vitaliy Margolen [Sun, 15 Oct 2006 17:30:22 +0000 (11:30 -0600)] 
dinput: Add SetCooperativeLevel tests to keyboard.

18 years agodinput: Move SetCooperativeLevel into base class.
Vitaliy Margolen [Sun, 15 Oct 2006 17:30:07 +0000 (11:30 -0600)] 
dinput: Move SetCooperativeLevel into base class.

18 years agodinput: Move SetEventNotification and associated event into base class.
Vitaliy Margolen [Sun, 15 Oct 2006 17:29:48 +0000 (11:29 -0600)] 
dinput: Move SetEventNotification and associated event into base class.

18 years agodinput: Use dinput device as a base class for keyboard, mouse and joystick.
Vitaliy Margolen [Sun, 15 Oct 2006 17:29:30 +0000 (11:29 -0600)] 
dinput: Use dinput device as a base class for keyboard,  mouse and joystick.

18 years agocomctl32: rebar: Use SM_CYEDGE for heights in NCCalcSize.
Mikołaj Zalewski [Tue, 17 Oct 2006 07:02:41 +0000 (09:02 +0200)] 
comctl32: rebar: Use SM_CYEDGE for heights in NCCalcSize.

18 years agomsi: Fix tables with binary data where the key is an integer.
Mike McCormack [Tue, 17 Oct 2006 09:00:33 +0000 (18:00 +0900)] 
msi: Fix tables with binary data where the key is an integer.

18 years agomsi: Stream fields shouldn't be treated as strings.
Mike McCormack [Tue, 17 Oct 2006 08:48:53 +0000 (17:48 +0900)] 
msi: Stream fields shouldn't be treated as strings.

18 years agomsi: Fix a memory leak.
Mike McCormack [Tue, 17 Oct 2006 07:11:42 +0000 (16:11 +0900)] 
msi: Fix a memory leak.

18 years agomsi: Add a test for modifying a table containing binary data.
Mike McCormack [Tue, 17 Oct 2006 05:55:22 +0000 (14:55 +0900)] 
msi: Add a test for modifying a table containing binary data.

18 years agomsi: Add a test for summary information.
Mike McCormack [Tue, 17 Oct 2006 05:55:04 +0000 (14:55 +0900)] 
msi: Add a test for summary information.

18 years agomsi: Revert "msi: Perform button control events in greatest to least order."
James Hawkins [Mon, 16 Oct 2006 22:44:36 +0000 (15:44 -0700)] 
msi: Revert "msi: Perform button control events in greatest to least order."

18 years agod3d8: Backport d3d9 surface tests.
Markus Amsler [Mon, 16 Oct 2006 22:42:19 +0000 (00:42 +0200)] 
d3d8: Backport d3d9 surface tests.

18 years agod3d8: Fix wrong function name in FIXME.
Markus Amsler [Mon, 16 Oct 2006 22:40:29 +0000 (00:40 +0200)] 
d3d8: Fix wrong function name in FIXME.

18 years agowgl: Move wglDeleteContext to gdi32.
Roderick Colenbrander [Mon, 16 Oct 2006 21:28:33 +0000 (23:28 +0200)] 
wgl: Move wglDeleteContext to gdi32.

18 years agontdll: Plug a memory leak.
Eric Pouech [Mon, 16 Oct 2006 19:54:03 +0000 (21:54 +0200)] 
ntdll: Plug a memory leak.

18 years agoconfigure: Don't define _WIN64 on the command line to avoid trouble with system headers.
Alexandre Julliard [Mon, 16 Oct 2006 19:29:23 +0000 (21:29 +0200)] 
configure: Don't define _WIN64 on the command line to avoid trouble with system headers.

18 years agocomctl32: rebar: Don't return rectangles with negative width or height in NCCalcSize.
Mikołaj Zalewski [Mon, 16 Oct 2006 15:39:55 +0000 (17:39 +0200)] 
comctl32: rebar: Don't return rectangles with negative width or height in NCCalcSize.

18 years agouser32: Send a WM_MOUSELEAVE even if another window calls TrackMouseEvent before...
Mikołaj Zalewski [Mon, 16 Oct 2006 15:37:40 +0000 (17:37 +0200)] 
user32: Send a WM_MOUSELEAVE even if another window calls TrackMouseEvent before the timer proc is called.

18 years agokernel32: Add support for detecting the user locale preference from the system on...
Robert Shearman [Mon, 16 Oct 2006 15:46:46 +0000 (16:46 +0100)] 
kernel32: Add support for detecting the user locale preference from the system on Mac OS X.

18 years agorpcrt4: Add a critical section to protect the connection list in each
Robert Shearman [Mon, 16 Oct 2006 16:01:27 +0000 (17:01 +0100)] 
rpcrt4: Add a critical section to protect the connection list in each
protseq to avoid taking the process-wide server_cs in the hot path for
each protocol.

18 years agorpcrt4: Convert the protseq list into a standard Wine list.
Robert Shearman [Mon, 16 Oct 2006 15:49:29 +0000 (16:49 +0100)] 
rpcrt4: Convert the protseq list into a standard Wine list.

18 years agorpcrt4: Abstract out the way incoming connections are waited for so that we no longer...
Robert Shearman [Mon, 16 Oct 2006 15:48:57 +0000 (16:48 +0100)] 
rpcrt4: Abstract out the way incoming connections are waited for so that we no longer need to wait on Win32 handles.

18 years agorpcrt4: Rename protseq_ops to connection_ops to reflect the fact that
Robert Shearman [Mon, 16 Oct 2006 15:47:39 +0000 (16:47 +0100)] 
rpcrt4: Rename protseq_ops to connection_ops to reflect the fact that
the functions operate on an RpcConnection object, not an
RpcServerProtseq object.

18 years agorpcrt4: Create a server thread for each protseq.
Robert Shearman [Mon, 16 Oct 2006 15:47:22 +0000 (16:47 +0100)] 
rpcrt4: Create a server thread for each protseq.

18 years agoMake.rules: Added support for building IDL client/proxy/server/iid files.
Alexandre Julliard [Mon, 16 Oct 2006 15:20:37 +0000 (17:20 +0200)] 
Make.rules: Added support for building IDL client/proxy/server/iid files.

18 years agomakedep: Added support for generating dependencies of IDL client/proxy/server/iid...
Alexandre Julliard [Mon, 16 Oct 2006 15:19:07 +0000 (17:19 +0200)] 
makedep: Added support for generating dependencies of IDL client/proxy/server/iid files.

18 years agocomctl32: listview: Update the scroll bars after resizing the last column.
Mikołaj Zalewski [Mon, 16 Oct 2006 09:21:16 +0000 (11:21 +0200)] 
comctl32: listview: Update the scroll bars after resizing the last column.

18 years agosetupapi: Fix a typo.
Dmitry Timoshkov [Mon, 16 Oct 2006 11:21:28 +0000 (20:21 +0900)] 
setupapi: Fix a typo.

18 years agowinhelp: Cast-qual warnings fix.
Hans Leidekker [Mon, 16 Oct 2006 12:42:32 +0000 (14:42 +0200)] 
winhelp: Cast-qual warnings fix.

18 years agoddraw: Implement GetRenderState for D3DRENDERSTATE_TEXTURE[MIN/MAG].
Stefan Dösinger [Mon, 16 Oct 2006 10:43:57 +0000 (12:43 +0200)] 
ddraw: Implement GetRenderState for D3DRENDERSTATE_TEXTURE[MIN/MAG].

18 years agoddraw: Implement GetRenderState for D3DRENDERSTATE_TEXTUREADDRESS[U/V].
Stefan Dösinger [Mon, 16 Oct 2006 10:40:51 +0000 (12:40 +0200)] 
ddraw: Implement GetRenderState for D3DRENDERSTATE_TEXTUREADDRESS[U/V].

18 years agosecur32: Stop leaking the session key memory.
Kai Blin [Mon, 16 Oct 2006 08:13:26 +0000 (10:13 +0200)] 
secur32: Stop leaking the session key memory.

18 years agoolepro32: Add version resource.
Louis. Lenders [Sun, 15 Oct 2006 09:30:22 +0000 (10:30 +0100)] 
olepro32: Add version resource.

18 years agolibuuid: Fixed typo in CLSID_SynchronizeContainer.
Alexandre Julliard [Mon, 16 Oct 2006 15:04:27 +0000 (17:04 +0200)] 
libuuid: Fixed typo in CLSID_SynchronizeContainer.

18 years agoserver: A window timer id should be an unsigned long.
Alexandre Julliard [Mon, 16 Oct 2006 15:03:44 +0000 (17:03 +0200)] 
server: A window timer id should be an unsigned long.

18 years agouser32: When calling TrackMouseEvent with TME_LEAVE the dwHoverTime may be uninitialized.
Mikołaj Zalewski [Sat, 14 Oct 2006 18:16:30 +0000 (20:16 +0200)] 
user32: When calling TrackMouseEvent with TME_LEAVE the dwHoverTime may be uninitialized.

18 years agouser32: Don't create timers with nEventId == 0 in TrackMouseEvent.
Mikołaj Zalewski [Sat, 14 Oct 2006 18:04:53 +0000 (20:04 +0200)] 
user32: Don't create timers with nEventId == 0 in TrackMouseEvent.

18 years agoddraw: Implement GetRenderState for D3DRENDERSTATE_TEXTUREHANDLE.
Stefan Dösinger [Sat, 14 Oct 2006 22:01:23 +0000 (00:01 +0200)] 
ddraw: Implement GetRenderState for D3DRENDERSTATE_TEXTUREHANDLE.

18 years agoddraw: Use real handles for state blocks.
Stefan Dösinger [Sat, 14 Oct 2006 21:58:42 +0000 (23:58 +0200)] 
ddraw: Use real handles for state blocks.

18 years agoddraw: Make the surface list a standard wine list.
Stefan Dösinger [Sat, 14 Oct 2006 19:57:09 +0000 (21:57 +0200)] 
ddraw: Make the surface list a standard wine list.

18 years agowgl: Move wglShareLists to gdi32.
Roderick Colenbrander [Sat, 14 Oct 2006 20:49:09 +0000 (22:49 +0200)] 
wgl: Move wglShareLists to gdi32.

18 years agowgl: Move wglGetCurrentDC to gdi32.
Roderick Colenbrander [Sat, 14 Oct 2006 20:11:33 +0000 (22:11 +0200)] 
wgl: Move wglGetCurrentDC to gdi32.

18 years agowgl: Move wglGetCurrentContext to gdi32.
Roderick Colenbrander [Sat, 14 Oct 2006 10:56:07 +0000 (12:56 +0200)] 
wgl: Move wglGetCurrentContext to gdi32.

18 years agoAssorted spelling fixes.
Francois Gouget [Sun, 15 Oct 2006 15:05:01 +0000 (17:05 +0200)] 
Assorted spelling fixes.

18 years agourlmon: Create a message window for each binding to make sure they are cleaned up...
Alexandre Julliard [Mon, 16 Oct 2006 09:32:17 +0000 (11:32 +0200)] 
urlmon: Create a message window for each binding to make sure they are cleaned up properly.

18 years agomsi: Remove spaces before '\n's.
Francois Gouget [Sun, 15 Oct 2006 15:19:54 +0000 (17:19 +0200)] 
msi: Remove spaces before '\n's.

18 years agooleview: U(x) must be defined after winnt.h has had a chance to define NONAMELESSUNIO...
Francois Gouget [Sun, 15 Oct 2006 15:07:00 +0000 (17:07 +0200)] 
oleview: U(x) must be defined after winnt.h has had a chance to define NONAMELESSUNION. Fixes the compilation with gcc 2.95.

18 years agowined3d: Remove '\0's in traces.
Francois Gouget [Sun, 15 Oct 2006 15:06:44 +0000 (17:06 +0200)] 
wined3d: Remove '\0's in traces.

18 years agowinetest: Don't start test programs with STARTUPINFO.wShowWindow = SW_HIDE.
Mikołaj Zalewski [Sat, 14 Oct 2006 18:51:59 +0000 (20:51 +0200)] 
winetest: Don't start test programs with STARTUPINFO.wShowWindow = SW_HIDE.

18 years agocomctl32: header: Test and improve the custom draw and owner draw code.
Mikołaj Zalewski [Sat, 14 Oct 2006 18:27:39 +0000 (20:27 +0200)] 
comctl32: header: Test and improve the custom draw and owner draw code.

18 years agocomctl32: header: Make all repaints pass through HEADER_Refresh.
Mikołaj Zalewski [Sat, 14 Oct 2006 18:23:35 +0000 (20:23 +0200)] 
comctl32: header: Make all repaints pass through HEADER_Refresh.

18 years agocomctl32: rebar: bUnicode and NtfUnicode should be the same.
Mikołaj Zalewski [Sat, 14 Oct 2006 19:46:40 +0000 (21:46 +0200)] 
comctl32: rebar: bUnicode and NtfUnicode should be the same.

18 years agosecur32: Get rid of NEGO_* helper modes, they will never be used. Negotiate should...
Kai Blin [Sun, 15 Oct 2006 19:12:11 +0000 (21:12 +0200)] 
secur32: Get rid of NEGO_* helper modes, they will never be used. Negotiate should not be done via ntlm_auth.

18 years agosecur32: Implement RFC2104 (HMAC) with MD5 for NTLMv2.
Kai Blin [Sat, 14 Oct 2006 10:58:03 +0000 (12:58 +0200)] 
secur32: Implement RFC2104 (HMAC) with MD5 for NTLMv2.

18 years agomscoree: Add stub implementations of CorBindToRuntimeHost and GetCORVersion.
James Hawkins [Fri, 13 Oct 2006 21:07:17 +0000 (14:07 -0700)] 
mscoree: Add stub implementations of CorBindToRuntimeHost and GetCORVersion.

18 years agomscoree: Add missing stubs to the spec file.
James Hawkins [Fri, 13 Oct 2006 21:06:20 +0000 (14:06 -0700)] 
mscoree: Add missing stubs to the spec file.

18 years agod3d8: Implement CopyRects with BltFast.
Stefan Dösinger [Fri, 13 Oct 2006 10:14:59 +0000 (12:14 +0200)] 
d3d8: Implement CopyRects with BltFast.

18 years agoshdocvw: Added IDocHostUIHandler2 test.
Jacek Caban [Sun, 15 Oct 2006 19:52:28 +0000 (21:52 +0200)] 
shdocvw: Added IDocHostUIHandler2 test.

18 years agomshtml: Load page from moniker if AsyncOpen fails.
Jacek Caban [Sun, 15 Oct 2006 19:16:48 +0000 (21:16 +0200)] 
mshtml: Load page from moniker if AsyncOpen fails.

18 years agomshtml: Don't crash in remove_doc_tasks if thread_data is not allocated.
Jacek Caban [Sun, 15 Oct 2006 11:18:47 +0000 (13:18 +0200)] 
mshtml: Don't crash in remove_doc_tasks if thread_data is not allocated.

18 years agosecur32: Win64 printf format warning fixes.
Hans Leidekker [Sun, 15 Oct 2006 12:51:52 +0000 (14:51 +0200)] 
secur32: Win64 printf format warning fixes.

18 years agoole32: Win64 printf format warning fixes.
Michael Stefaniuc [Sun, 15 Oct 2006 10:28:08 +0000 (12:28 +0200)] 
ole32: Win64 printf format warning fixes.

18 years agoThe Data1 member of the GUID struct needs to be an unsigned int too for Win64 compati...
Michael Stefaniuc [Sun, 15 Oct 2006 10:27:34 +0000 (12:27 +0200)] 
The Data1 member of the GUID struct needs to be an unsigned int too for Win64 compatibility.

18 years agojanitorial: Remove redundant NULL checks before calling HeapFree wrappers.
Michael Stefaniuc [Sat, 14 Oct 2006 23:03:58 +0000 (01:03 +0200)] 
janitorial: Remove redundant NULL checks before calling HeapFree wrappers.

18 years agocomctl32: toolbar: Test and improve TB_SETHOTITEM.
Mikołaj Zalewski [Sat, 14 Oct 2006 17:59:54 +0000 (19:59 +0200)] 
comctl32: toolbar: Test and improve TB_SETHOTITEM.

18 years agocomctl32: toolbar: Use nHotItem not nOldHit for the hot item in MouseLeave.
Mikołaj Zalewski [Sat, 14 Oct 2006 17:54:25 +0000 (19:54 +0200)] 
comctl32: toolbar: Use nHotItem not nOldHit for the hot item in MouseLeave.

18 years agocomctl32: toolbar: Don't try to redraw buttons outside of the clipping rect.
Mikołaj Zalewski [Sat, 14 Oct 2006 17:53:39 +0000 (19:53 +0200)] 
comctl32: toolbar: Don't try to redraw buttons outside of the clipping rect.

18 years agocomctl32: toolbar: Change the dwData from DWORD to DWORD_PTR.
Mikołaj Zalewski [Sat, 14 Oct 2006 17:52:46 +0000 (19:52 +0200)] 
comctl32: toolbar: Change the dwData from DWORD to DWORD_PTR.

18 years agoole32: Remove dead code in errorinfo.c (Coverity).
Jeff Latimer [Sat, 14 Oct 2006 09:51:43 +0000 (19:51 +1000)] 
ole32: Remove dead code in errorinfo.c (Coverity).

18 years agontdll: More workarounds for more kernel bugs in VFAT ioctl mapping on x86-64.
Alexandre Julliard [Sat, 14 Oct 2006 18:24:07 +0000 (20:24 +0200)] 
ntdll: More workarounds for more kernel bugs in VFAT ioctl mapping on x86-64.

18 years agoconfigure: Detect mingw cross compiler in gentoo.
Peter Oberndorfer [Fri, 13 Oct 2006 14:09:29 +0000 (16:09 +0200)] 
configure: Detect mingw cross compiler in gentoo.

18 years agomsi: Also set the SOURCEDIR property in MSI_InstallPackage.
James Hawkins [Fri, 13 Oct 2006 21:08:52 +0000 (14:08 -0700)] 
msi: Also set the SOURCEDIR property in MSI_InstallPackage.

18 years agoinclude: Move cfgmgr32.h to include/ to match the SDK.
James Hawkins [Fri, 13 Oct 2006 21:05:01 +0000 (14:05 -0700)] 
include: Move cfgmgr32.h to include/ to match the SDK.

18 years agoclusapi: Add the clusapi.h public header.
James Hawkins [Fri, 13 Oct 2006 21:03:55 +0000 (14:03 -0700)] 
clusapi: Add the clusapi.h public header.

18 years agowinetest: Avoid calling fclose twice on the same file (Coverity).
Mike McCormack [Sat, 14 Oct 2006 00:55:40 +0000 (09:55 +0900)] 
winetest: Avoid calling fclose twice on the same file (Coverity).

18 years agontdll/tests: Win64 printf format warning fixes.
Michael Stefaniuc [Fri, 13 Oct 2006 21:33:02 +0000 (23:33 +0200)] 
ntdll/tests: Win64 printf format warning fixes.

18 years agoimm32: Win64 printf format warning fixes.
Michael Stefaniuc [Fri, 13 Oct 2006 21:32:38 +0000 (23:32 +0200)] 
imm32: Win64 printf format warning fixes.

18 years agosetupapi: Win64 printf format warning fixes.
Michael Stefaniuc [Fri, 13 Oct 2006 21:32:50 +0000 (23:32 +0200)] 
setupapi: Win64 printf format warning fixes.

18 years agoole32/tests: Win64 printf format warning fixes.
Michael Ploujnikov [Sat, 14 Oct 2006 02:54:46 +0000 (22:54 -0400)] 
ole32/tests: Win64 printf format warning fixes.

18 years agocomctl32: Win64 printf format warning fixes.
Michael Ploujnikov [Fri, 13 Oct 2006 13:34:21 +0000 (09:34 -0400)] 
comctl32: Win64 printf format warning fixes.

18 years agoriched20: Win64 printf format warning fixes.
Hans Leidekker [Fri, 13 Oct 2006 19:25:54 +0000 (21:25 +0200)] 
riched20: Win64 printf format warning fixes.

18 years agowininet: Cast-qual warnings fix.
Hans Leidekker [Fri, 13 Oct 2006 13:43:54 +0000 (15:43 +0200)] 
wininet: Cast-qual warnings fix.

18 years agowinhelp: Window style has not been initialized.
Kirill K. Smirnov [Fri, 13 Oct 2006 14:47:22 +0000 (18:47 +0400)] 
winhelp: Window style has not been initialized.

18 years agowinhelp: Use color specified in .hlp file for background, not just WHITE_BRUSH.
Kirill K. Smirnov [Fri, 13 Oct 2006 12:19:48 +0000 (16:19 +0400)] 
winhelp: Use color specified in .hlp file for background, not just WHITE_BRUSH.

18 years agoRelease 0.9.23. wine-0.9.23
Alexandre Julliard [Fri, 13 Oct 2006 14:43:39 +0000 (16:43 +0200)] 
Release 0.9.23.

18 years agocomctl32/tests: Win64 printf format warning fixes.
Michael Ploujnikov [Fri, 13 Oct 2006 13:17:40 +0000 (09:17 -0400)] 
comctl32/tests: Win64 printf format warning fixes.

18 years agocomdlg32: Win64 printf format warning fixes.
Michael Ploujnikov [Fri, 13 Oct 2006 13:04:43 +0000 (09:04 -0400)] 
comdlg32: Win64 printf format warning fixes.

18 years agowinspool.drv/tests: Win64 printf format warning fixes.
Hans Leidekker [Fri, 13 Oct 2006 11:20:32 +0000 (13:20 +0200)] 
winspool.drv/tests: Win64 printf format warning fixes.

18 years agomsxml3/tests: Win64 printf format warning fixes.
Hans Leidekker [Fri, 13 Oct 2006 11:09:49 +0000 (13:09 +0200)] 
msxml3/tests: Win64 printf format warning fixes.

18 years agowinspool.drv: Win64 printf format warning fixes.
Hans Leidekker [Fri, 13 Oct 2006 09:51:23 +0000 (11:51 +0200)] 
winspool.drv: Win64 printf format warning fixes.

18 years agooleaut32: Win64 printf format warning fixes.
Hans Leidekker [Thu, 12 Oct 2006 18:57:10 +0000 (20:57 +0200)] 
oleaut32: Win64 printf format warning fixes.

18 years agoquartz: Win64 printf format warning fixes.
Hans Leidekker [Thu, 12 Oct 2006 18:57:23 +0000 (20:57 +0200)] 
quartz: Win64 printf format warning fixes.

18 years agowineps.drv: Win64 printf format warning fixes.
Hans Leidekker [Fri, 13 Oct 2006 09:25:03 +0000 (11:25 +0200)] 
wineps.drv: Win64 printf format warning fixes.

18 years agokernel32: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 20:56:29 +0000 (22:56 +0200)] 
kernel32: Win64 printf format warning fixes.

18 years agogdi/tests: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 20:56:45 +0000 (22:56 +0200)] 
gdi/tests: Win64 printf format warning fixes.

18 years agomsvfw32: Avoid a compiler warning.
Alexandre Julliard [Fri, 13 Oct 2006 10:08:13 +0000 (12:08 +0200)] 
msvfw32: Avoid a compiler warning.

18 years agoAdd '\n's to Wine traces.
Francois Gouget [Fri, 13 Oct 2006 00:23:08 +0000 (02:23 +0200)] 
Add '\n's to Wine traces.

18 years agoAssorted spelling fixes.
Francois Gouget [Fri, 13 Oct 2006 00:19:42 +0000 (02:19 +0200)] 
Assorted spelling fixes.