Roderick Colenbrander [Sat, 14 Oct 2006 20:11:33 +0000 (22:11 +0200)]
wgl: Move wglGetCurrentDC to gdi32.
Roderick Colenbrander [Sat, 14 Oct 2006 10:56:07 +0000 (12:56 +0200)]
wgl: Move wglGetCurrentContext to gdi32.
Francois Gouget [Sun, 15 Oct 2006 15:05:01 +0000 (17:05 +0200)]
Assorted spelling fixes.
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.
Francois Gouget [Sun, 15 Oct 2006 15:19:54 +0000 (17:19 +0200)]
msi: Remove spaces before '\n's.
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.
Francois Gouget [Sun, 15 Oct 2006 15:06:44 +0000 (17:06 +0200)]
wined3d: Remove '\0's in traces.
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.
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.
Mikołaj Zalewski [Sat, 14 Oct 2006 18:23:35 +0000 (20:23 +0200)]
comctl32: header: Make all repaints pass through HEADER_Refresh.
Mikołaj Zalewski [Sat, 14 Oct 2006 19:46:40 +0000 (21:46 +0200)]
comctl32: rebar: bUnicode and NtfUnicode should be the same.
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.
Kai Blin [Sat, 14 Oct 2006 10:58:03 +0000 (12:58 +0200)]
secur32: Implement RFC2104 (HMAC) with MD5 for NTLMv2.
James Hawkins [Fri, 13 Oct 2006 21:07:17 +0000 (14:07 -0700)]
mscoree: Add stub implementations of CorBindToRuntimeHost and GetCORVersion.
James Hawkins [Fri, 13 Oct 2006 21:06:20 +0000 (14:06 -0700)]
mscoree: Add missing stubs to the spec file.
Stefan Dösinger [Fri, 13 Oct 2006 10:14:59 +0000 (12:14 +0200)]
d3d8: Implement CopyRects with BltFast.
Jacek Caban [Sun, 15 Oct 2006 19:52:28 +0000 (21:52 +0200)]
shdocvw: Added IDocHostUIHandler2 test.
Jacek Caban [Sun, 15 Oct 2006 19:16:48 +0000 (21:16 +0200)]
mshtml: Load page from moniker if AsyncOpen fails.
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.
Hans Leidekker [Sun, 15 Oct 2006 12:51:52 +0000 (14:51 +0200)]
secur32: Win64 printf format warning fixes.
Michael Stefaniuc [Sun, 15 Oct 2006 10:28:08 +0000 (12:28 +0200)]
ole32: Win64 printf format warning fixes.
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.
Michael Stefaniuc [Sat, 14 Oct 2006 23:03:58 +0000 (01:03 +0200)]
janitorial: Remove redundant NULL checks before calling HeapFree wrappers.
Mikołaj Zalewski [Sat, 14 Oct 2006 17:59:54 +0000 (19:59 +0200)]
comctl32: toolbar: Test and improve TB_SETHOTITEM.
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.
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.
Mikołaj Zalewski [Sat, 14 Oct 2006 17:52:46 +0000 (19:52 +0200)]
comctl32: toolbar: Change the dwData from DWORD to DWORD_PTR.
Jeff Latimer [Sat, 14 Oct 2006 09:51:43 +0000 (19:51 +1000)]
ole32: Remove dead code in errorinfo.c (Coverity).
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.
Peter Oberndorfer [Fri, 13 Oct 2006 14:09:29 +0000 (16:09 +0200)]
configure: Detect mingw cross compiler in gentoo.
James Hawkins [Fri, 13 Oct 2006 21:08:52 +0000 (14:08 -0700)]
msi: Also set the SOURCEDIR property in MSI_InstallPackage.
James Hawkins [Fri, 13 Oct 2006 21:05:01 +0000 (14:05 -0700)]
include: Move cfgmgr32.h to include/ to match the SDK.
James Hawkins [Fri, 13 Oct 2006 21:03:55 +0000 (14:03 -0700)]
clusapi: Add the clusapi.h public header.
Mike McCormack [Sat, 14 Oct 2006 00:55:40 +0000 (09:55 +0900)]
winetest: Avoid calling fclose twice on the same file (Coverity).
Michael Stefaniuc [Fri, 13 Oct 2006 21:33:02 +0000 (23:33 +0200)]
ntdll/tests: Win64 printf format warning fixes.
Michael Stefaniuc [Fri, 13 Oct 2006 21:32:38 +0000 (23:32 +0200)]
imm32: Win64 printf format warning fixes.
Michael Stefaniuc [Fri, 13 Oct 2006 21:32:50 +0000 (23:32 +0200)]
setupapi: 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.
Michael Ploujnikov [Fri, 13 Oct 2006 13:34:21 +0000 (09:34 -0400)]
comctl32: Win64 printf format warning fixes.
Hans Leidekker [Fri, 13 Oct 2006 19:25:54 +0000 (21:25 +0200)]
riched20: Win64 printf format warning fixes.
Hans Leidekker [Fri, 13 Oct 2006 13:43:54 +0000 (15:43 +0200)]
wininet: Cast-qual warnings fix.
Kirill K. Smirnov [Fri, 13 Oct 2006 14:47:22 +0000 (18:47 +0400)]
winhelp: Window style has not been initialized.
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.
Alexandre Julliard [Fri, 13 Oct 2006 14:43:39 +0000 (16:43 +0200)]
Release 0.9.23.
Michael Ploujnikov [Fri, 13 Oct 2006 13:17:40 +0000 (09:17 -0400)]
comctl32/tests: Win64 printf format warning fixes.
Michael Ploujnikov [Fri, 13 Oct 2006 13:04:43 +0000 (09:04 -0400)]
comdlg32: 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.
Hans Leidekker [Fri, 13 Oct 2006 11:09:49 +0000 (13:09 +0200)]
msxml3/tests: 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.
Hans Leidekker [Thu, 12 Oct 2006 18:57:10 +0000 (20:57 +0200)]
oleaut32: Win64 printf format warning fixes.
Hans Leidekker [Thu, 12 Oct 2006 18:57:23 +0000 (20:57 +0200)]
quartz: 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.
Michael Stefaniuc [Thu, 12 Oct 2006 20:56:29 +0000 (22:56 +0200)]
kernel32: 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.
Alexandre Julliard [Fri, 13 Oct 2006 10:08:13 +0000 (12:08 +0200)]
msvfw32: Avoid a compiler warning.
Francois Gouget [Fri, 13 Oct 2006 00:23:08 +0000 (02:23 +0200)]
Add '\n's to Wine traces.
Francois Gouget [Fri, 13 Oct 2006 00:19:42 +0000 (02:19 +0200)]
Assorted spelling fixes.
Francois Gouget [Fri, 13 Oct 2006 00:19:15 +0000 (02:19 +0200)]
rpcrt4: Add RPC_CSTR, RPC_WSTR and update the prototypes accordingly.
Francois Gouget [Fri, 13 Oct 2006 00:23:51 +0000 (02:23 +0200)]
secur32: Add missing '\n' in a Wine trace.
Francois Gouget [Fri, 13 Oct 2006 00:13:49 +0000 (02:13 +0200)]
olepro32: Mark stubs as such.
Markus Amsler [Thu, 12 Oct 2006 22:03:56 +0000 (00:03 +0200)]
msvcrt: Fix fread eof handling.
Markus Amsler [Thu, 12 Oct 2006 22:03:29 +0000 (00:03 +0200)]
msvcrt: fread: Fill buffer on small reads.
Markus Amsler [Thu, 12 Oct 2006 22:02:42 +0000 (00:02 +0200)]
msvcrt: Add fread eof tests.
Ivan Gyurdiev [Fri, 13 Oct 2006 03:36:41 +0000 (23:36 -0400)]
wined3d: Add shader version/end masks to the WINED3D namespace.
Ivan Gyurdiev [Fri, 13 Oct 2006 03:36:09 +0000 (23:36 -0400)]
wined3d: Add D3DTEXTURETRANSFORMTYPE 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.
Ivan Gyurdiev [Fri, 13 Oct 2006 03:35:03 +0000 (23:35 -0400)]
wined3d: Add D3DSHADER_ADDRMODE 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.
Ivan Gyurdiev [Fri, 13 Oct 2006 03:33:44 +0000 (23:33 -0400)]
wined3d: Add D3DVERTEXBLENDFLAGS to the WINED3D namespace.
Ivan Gyurdiev [Fri, 13 Oct 2006 03:33:03 +0000 (23:33 -0400)]
wined3d: Add D3DTEXTUREOP to the WINED3D namespace.
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.
Stefan Dösinger [Thu, 12 Oct 2006 17:31:01 +0000 (19:31 +0200)]
ddraw: Remove an incorrect size check.
Michael Ploujnikov [Fri, 13 Oct 2006 00:50:35 +0000 (20:50 -0400)]
mciseq: Win64 printf format warning fixes.
Detlef Riekenberg [Thu, 12 Oct 2006 20:27:44 +0000 (22:27 +0200)]
shell32: Fix typo in Run dialog.
Michael Stefaniuc [Thu, 12 Oct 2006 20:56:56 +0000 (22:56 +0200)]
gdi: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 20:56:15 +0000 (22:56 +0200)]
dmstyle: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 19:35:06 +0000 (21:35 +0200)]
msacm32: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 19:34:50 +0000 (21:34 +0200)]
dmusic: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 19:34:57 +0000 (21:34 +0200)]
mciavi32: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 19:34:41 +0000 (21:34 +0200)]
msvfw32: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 19:34:11 +0000 (21:34 +0200)]
dmband: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 19:33:59 +0000 (21:33 +0200)]
dmloader: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 19:34:28 +0000 (21:34 +0200)]
mciwave: Win64 printf format warning fixes.
Michael Stefaniuc [Thu, 12 Oct 2006 19:34:20 +0000 (21:34 +0200)]
mpr: Win64 printf format warning fixes.
Alexandre Julliard [Thu, 12 Oct 2006 19:26:46 +0000 (21:26 +0200)]
sane.ds: Get rid of the prototypes of some removed functions.
Hans Leidekker [Thu, 12 Oct 2006 18:56:50 +0000 (20:56 +0200)]
itss: 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.
Hans Leidekker [Thu, 12 Oct 2006 18:56:37 +0000 (20:56 +0200)]
tapi32: Win64 printf format warning fixes.
Hans Leidekker [Thu, 12 Oct 2006 18:56:59 +0000 (20:56 +0200)]
netapi32: 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.
Detlef Riekenberg [Thu, 12 Oct 2006 17:41:53 +0000 (19:41 +0200)]
shell32: Implement SHRegQueryValueA with RegQueryValueA.
Srivatsa Kanchi, R [Wed, 11 Oct 2006 09:21:13 +0000 (14:51 +0530)]
wineprefixcreate: Set correct LD_LIBRARY_PATH.
Roderick Colenbrander [Sat, 7 Oct 2006 18:08:26 +0000 (20:08 +0200)]
opengl: Fix wglMakeCurrent bug.
Hans Leidekker [Thu, 12 Oct 2006 12:05:25 +0000 (14:05 +0200)]
mscms/tests: Win64 printf format warning fixes.
Andrew Talbot [Thu, 5 Oct 2006 21:01:55 +0000 (22:01 +0100)]
regedit: Cast-qual warnings fix.
Mike McCormack [Thu, 12 Oct 2006 12:28:26 +0000 (21:28 +0900)]
msi: Handle the sign properly when converting integer data.
Mike McCormack [Thu, 12 Oct 2006 09:55:53 +0000 (18:55 +0900)]
msi: Improve error checking when applying transform data.
Alexandre Julliard [Thu, 12 Oct 2006 12:58:25 +0000 (14:58 +0200)]
Fixed some printf warnings caused by using sizeof.
Alexandre Julliard [Thu, 12 Oct 2006 12:55:52 +0000 (14:55 +0200)]
loader: Make sure the reserved area is protected on MacOSX too.
Alexandre Julliard [Thu, 12 Oct 2006 12:53:44 +0000 (14:53 +0200)]
ws2_32: Win64 printf format fixes.