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

18 years agorpcrt4: Add RPC_CSTR, RPC_WSTR and update the prototypes accordingly.
Francois Gouget [Fri, 13 Oct 2006 00:19:15 +0000 (02:19 +0200)] 
rpcrt4: Add RPC_CSTR, RPC_WSTR and update the prototypes accordingly.

18 years agosecur32: Add missing '\n' in a Wine trace.
Francois Gouget [Fri, 13 Oct 2006 00:23:51 +0000 (02:23 +0200)] 
secur32: Add missing '\n' in a Wine trace.

18 years agoolepro32: Mark stubs as such.
Francois Gouget [Fri, 13 Oct 2006 00:13:49 +0000 (02:13 +0200)] 
olepro32: Mark stubs as such.

18 years agomsvcrt: Fix fread eof handling.
Markus Amsler [Thu, 12 Oct 2006 22:03:56 +0000 (00:03 +0200)] 
msvcrt: Fix fread eof handling.

18 years agomsvcrt: fread: Fill buffer on small reads.
Markus Amsler [Thu, 12 Oct 2006 22:03:29 +0000 (00:03 +0200)] 
msvcrt: fread: Fill buffer on small reads.

18 years agomsvcrt: Add fread eof tests.
Markus Amsler [Thu, 12 Oct 2006 22:02:42 +0000 (00:02 +0200)] 
msvcrt: Add fread eof tests.

18 years agowined3d: Add shader version/end masks to the WINED3D namespace.
Ivan Gyurdiev [Fri, 13 Oct 2006 03:36:41 +0000 (23:36 -0400)] 
wined3d: Add shader version/end masks to the WINED3D namespace.

18 years agowined3d: Add D3DTEXTURETRANSFORMTYPE to the WINED3D namespace.
Ivan Gyurdiev [Fri, 13 Oct 2006 03:36:09 +0000 (23:36 -0400)] 
wined3d: Add D3DTEXTURETRANSFORMTYPE to the WINED3D namespace.

18 years agowined3d: Add D3DCLIPPLANE constants to the WINED3D namespace.
Ivan Gyurdiev [Fri, 13 Oct 2006 03:35:35 +0000 (23:35 -0400)] 
wined3d: Add D3DCLIPPLANE constants to the WINED3D namespace.

18 years agowined3d: Add D3DSHADER_ADDRMODE masks to the WINED3D namespace.
Ivan Gyurdiev [Fri, 13 Oct 2006 03:35:03 +0000 (23:35 -0400)] 
wined3d: Add D3DSHADER_ADDRMODE masks to the WINED3D namespace.

18 years agowined3d: Add D3DSI and other opcode masks to the WINED3D namespace.
Ivan Gyurdiev [Fri, 13 Oct 2006 03:34:13 +0000 (23:34 -0400)] 
wined3d: Add D3DSI and other opcode masks to the WINED3D namespace.

18 years agowined3d: Add D3DVERTEXBLENDFLAGS to the WINED3D namespace.
Ivan Gyurdiev [Fri, 13 Oct 2006 03:33:44 +0000 (23:33 -0400)] 
wined3d: Add D3DVERTEXBLENDFLAGS to the WINED3D namespace.

18 years agowined3d: Add D3DTEXTUREOP to the WINED3D namespace.
Ivan Gyurdiev [Fri, 13 Oct 2006 03:33:03 +0000 (23:33 -0400)] 
wined3d: Add D3DTEXTUREOP to the WINED3D namespace.

18 years agoddraw: Do not let the a surface dimension fall to 0.
Stefan Dösinger [Thu, 12 Oct 2006 17:37:21 +0000 (19:37 +0200)] 
ddraw: Do not let the a surface dimension fall to 0.

18 years agoddraw: Remove an incorrect size check.
Stefan Dösinger [Thu, 12 Oct 2006 17:31:01 +0000 (19:31 +0200)] 
ddraw: Remove an incorrect size check.

18 years agomciseq: Win64 printf format warning fixes.
Michael Ploujnikov [Fri, 13 Oct 2006 00:50:35 +0000 (20:50 -0400)] 
mciseq: Win64 printf format warning fixes.

18 years agoshell32: Fix typo in Run dialog.
Detlef Riekenberg [Thu, 12 Oct 2006 20:27:44 +0000 (22:27 +0200)] 
shell32: Fix typo in Run dialog.

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

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

18 years agomsacm32: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 19:35:06 +0000 (21:35 +0200)] 
msacm32: Win64 printf format warning fixes.

18 years agodmusic: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 19:34:50 +0000 (21:34 +0200)] 
dmusic: Win64 printf format warning fixes.

18 years agomciavi32: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 19:34:57 +0000 (21:34 +0200)] 
mciavi32: Win64 printf format warning fixes.

18 years agomsvfw32: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 19:34:41 +0000 (21:34 +0200)] 
msvfw32: Win64 printf format warning fixes.

18 years agodmband: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 19:34:11 +0000 (21:34 +0200)] 
dmband: Win64 printf format warning fixes.

18 years agodmloader: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 19:33:59 +0000 (21:33 +0200)] 
dmloader: Win64 printf format warning fixes.

18 years agomciwave: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 19:34:28 +0000 (21:34 +0200)] 
mciwave: Win64 printf format warning fixes.

18 years agompr: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 19:34:20 +0000 (21:34 +0200)] 
mpr: Win64 printf format warning fixes.

18 years agosane.ds: Get rid of the prototypes of some removed functions.
Alexandre Julliard [Thu, 12 Oct 2006 19:26:46 +0000 (21:26 +0200)] 
sane.ds: Get rid of the prototypes of some removed functions.

18 years agoitss: Win64 printf format warning fixes.
Hans Leidekker [Thu, 12 Oct 2006 18:56:50 +0000 (20:56 +0200)] 
itss: Win64 printf format warning fixes.

18 years agomapi32/tests: Win64 printf format warning fixes.
Hans Leidekker [Thu, 12 Oct 2006 18:56:25 +0000 (20:56 +0200)] 
mapi32/tests: Win64 printf format warning fixes.

18 years agotapi32: Win64 printf format warning fixes.
Hans Leidekker [Thu, 12 Oct 2006 18:56:37 +0000 (20:56 +0200)] 
tapi32: Win64 printf format warning fixes.

18 years agonetapi32: Win64 printf format warning fixes.
Hans Leidekker [Thu, 12 Oct 2006 18:56:59 +0000 (20:56 +0200)] 
netapi32: Win64 printf format warning fixes.

18 years agooleaut32/tests: Win64 printf format warning fixes.
Hans Leidekker [Thu, 12 Oct 2006 11:56:01 +0000 (13:56 +0200)] 
oleaut32/tests: Win64 printf format warning fixes.

18 years agoshell32: Implement SHRegQueryValueA with RegQueryValueA.
Detlef Riekenberg [Thu, 12 Oct 2006 17:41:53 +0000 (19:41 +0200)] 
shell32: Implement SHRegQueryValueA with RegQueryValueA.

18 years agowineprefixcreate: Set correct LD_LIBRARY_PATH.
Srivatsa Kanchi, R [Wed, 11 Oct 2006 09:21:13 +0000 (14:51 +0530)] 
wineprefixcreate: Set correct LD_LIBRARY_PATH.

18 years agoopengl: Fix wglMakeCurrent bug.
Roderick Colenbrander [Sat, 7 Oct 2006 18:08:26 +0000 (20:08 +0200)] 
opengl: Fix wglMakeCurrent bug.

18 years agomscms/tests: Win64 printf format warning fixes.
Hans Leidekker [Thu, 12 Oct 2006 12:05:25 +0000 (14:05 +0200)] 
mscms/tests: Win64 printf format warning fixes.

18 years agoregedit: Cast-qual warnings fix.
Andrew Talbot [Thu, 5 Oct 2006 21:01:55 +0000 (22:01 +0100)] 
regedit: Cast-qual warnings fix.

18 years agomsi: Handle the sign properly when converting integer data.
Mike McCormack [Thu, 12 Oct 2006 12:28:26 +0000 (21:28 +0900)] 
msi: Handle the sign properly when converting integer data.

18 years agomsi: Improve error checking when applying transform data.
Mike McCormack [Thu, 12 Oct 2006 09:55:53 +0000 (18:55 +0900)] 
msi: Improve error checking when applying transform data.

18 years agoFixed some printf warnings caused by using sizeof.
Alexandre Julliard [Thu, 12 Oct 2006 12:58:25 +0000 (14:58 +0200)] 
Fixed some printf warnings caused by using sizeof.

18 years agoloader: Make sure the reserved area is protected on MacOSX too.
Alexandre Julliard [Thu, 12 Oct 2006 12:55:52 +0000 (14:55 +0200)] 
loader: Make sure the reserved area is protected on MacOSX too.

18 years agows2_32: Win64 printf format fixes.
Alexandre Julliard [Thu, 12 Oct 2006 12:53:44 +0000 (14:53 +0200)] 
ws2_32: Win64 printf format fixes.