Dmitry Timoshkov [Sun, 20 Jan 2008 13:21:45 +0000 (21:21 +0800)]
gdi32: Actually perform the fractional scaling test, make it pass under Wine.
Rob Shearman [Sun, 20 Jan 2008 10:56:15 +0000 (10:56 +0000)]
widl: Write out code for initialising out-only client context handles.
Andrew Talbot [Sat, 19 Jan 2008 16:54:31 +0000 (16:54 +0000)]
shell32: Remove unneeded casts.
Andrew Talbot [Sat, 19 Jan 2008 16:54:28 +0000 (16:54 +0000)]
shell32: Remove unneeded casts.
Andrew Talbot [Sat, 19 Jan 2008 16:54:24 +0000 (16:54 +0000)]
shell32: Remove unneeded casts.
Andrew Talbot [Sat, 19 Jan 2008 14:56:39 +0000 (14:56 +0000)]
setupapi: Remove unneeded casts.
Andrew Talbot [Fri, 18 Jan 2008 21:27:09 +0000 (21:27 +0000)]
secur32: Remove unneeded casts.
Andrew Talbot [Fri, 18 Jan 2008 21:27:06 +0000 (21:27 +0000)]
sane.ds: Remove unneeded casts.
Jacek Caban [Fri, 18 Jan 2008 20:54:30 +0000 (21:54 +0100)]
shdocvw: Store headers as BSTR.
Jacek Caban [Fri, 18 Jan 2008 20:54:16 +0000 (21:54 +0100)]
shdocvw: Do navigation in message handler.
Jacek Caban [Fri, 18 Jan 2008 20:53:39 +0000 (21:53 +0100)]
shdocvw: Delay creating URL moniker to bind_to_object call.
Jacek Caban [Fri, 18 Jan 2008 20:53:25 +0000 (21:53 +0100)]
shdocvw: Use more flexible mechanism instead of WB_WM_NAVIGATE2.
Jacek Caban [Fri, 18 Jan 2008 20:53:06 +0000 (21:53 +0100)]
shdocvw: Store URL in BindStatusCallback.
Alexandre Julliard [Fri, 18 Jan 2008 13:34:57 +0000 (14:34 +0100)]
winex11.drv: Set the initial icon hints in set_initial_wm_hints().
Austin English [Wed, 9 Jan 2008 19:37:05 +0000 (13:37 -0600)]
wined3d: Spelling fixes.
Austin English [Wed, 16 Jan 2008 01:28:45 +0000 (19:28 -0600)]
tools: Spelling fixes.
Austin English [Wed, 16 Jan 2008 23:04:38 +0000 (17:04 -0600)]
Misc spelling fixes.
Andrew Talbot [Thu, 17 Jan 2008 22:06:36 +0000 (22:06 +0000)]
rsaenh: Remove unneeded casts.
Eric van Beurden [Thu, 17 Jan 2008 22:31:49 +0000 (17:31 -0500)]
dbghelp: Prevent huge minidumps by ensuring the memory range is clamped.
Eric van Beurden [Thu, 17 Jan 2008 22:21:00 +0000 (17:21 -0500)]
dbghelp: Fix file searching to search only listed directories instead of the whole HD.
Eric van Beurden [Thu, 17 Jan 2008 21:59:22 +0000 (16:59 -0500)]
dbghelp: Some minidump corrections so that windbg can read our minidump files.
Eric van Beurden [Thu, 17 Jan 2008 20:57:12 +0000 (15:57 -0500)]
dbghelp: Wrap TRACE strings using the debugstr functions and update some type casting.
Eric van Beurden [Thu, 17 Jan 2008 20:47:55 +0000 (15:47 -0500)]
dbghelp: Return TRUE in SymInitializeW if process is already initialized and add an ERR to SymCleanup.
Eric van Beurden [Thu, 17 Jan 2008 20:40:41 +0000 (15:40 -0500)]
dbghelp: Update some mscvpdb.h definitions and descriptions.
Alexandre Julliard [Fri, 18 Jan 2008 11:03:22 +0000 (12:03 +0100)]
widl: Use the real argument names in the C method macros.
Alexandre Julliard [Fri, 18 Jan 2008 11:02:31 +0000 (12:02 +0100)]
ntdll: Don't try to restore extended fpu context if not supported.
Remove an extra fpu context save left over from testing.
Alistair Leslie-Hughes [Fri, 18 Jan 2008 09:33:03 +0000 (20:33 +1100)]
msxml3: Implement IXMLDOMImplementation Interface.
Alistair Leslie-Hughes [Fri, 18 Jan 2008 02:06:31 +0000 (13:06 +1100)]
msxml3: Attribute nodes are not typed.
Rob Shearman [Thu, 17 Jan 2008 19:07:06 +0000 (19:07 +0000)]
kernel32: Initialise the top 16-bit stack frame to zero.
Francois Gouget [Thu, 17 Jan 2008 17:45:36 +0000 (18:45 +0100)]
advapi32/tests: Actually test strings that expand to something bigger than their original size.
Alexandre Julliard [Thu, 17 Jan 2008 18:59:22 +0000 (19:59 +0100)]
winex11.drv: Moved initialization of screen_width/height to xinerama_init to do it inside the x11 lock.
Alexandre Julliard [Thu, 17 Jan 2008 18:53:59 +0000 (19:53 +0100)]
winex11.drv: Don't create a win_data structure for the desktop window, except in the process that owns it.
Handle desktop size changes by sending a message to the desktop owner.
Rob Shearman [Thu, 17 Jan 2008 12:26:14 +0000 (12:26 +0000)]
iphlpapi: Implement GetBestInterfaceEx.
Rob Shearman [Thu, 17 Jan 2008 12:26:42 +0000 (12:26 +0000)]
rpcrt4: Only initialise the context handle to NULL in NdrContextHandleUnmarshall if it is an out-only or return one.
Fix the indentation and add tracing of the context handle flags.
Rob Shearman [Thu, 17 Jan 2008 12:25:52 +0000 (12:25 +0000)]
rpcrt4: Add an exception handler for stubless object proxies.
Alexandre Julliard [Thu, 17 Jan 2008 14:23:37 +0000 (15:23 +0100)]
winex11.drv: Don't fetch the atom for a null device type.
Dmitry Timoshkov [Thu, 17 Jan 2008 13:05:25 +0000 (21:05 +0800)]
ntdll: Do not perform base relocation if an image is not a DLL.
Andrew Talbot [Wed, 16 Jan 2008 21:57:25 +0000 (21:57 +0000)]
riched20: Remove unneeded casts.
Andrew Talbot [Wed, 16 Jan 2008 21:57:19 +0000 (21:57 +0000)]
quartz: Remove unneeded casts.
Andrew Talbot [Wed, 16 Jan 2008 21:57:31 +0000 (21:57 +0000)]
rpcrt4: Remove unneeded casts.
Marcus Meissner [Wed, 16 Jan 2008 14:03:03 +0000 (15:03 +0100)]
wmi: Initial version of wmi.dll.
Marcus Meissner [Wed, 16 Jan 2008 19:03:58 +0000 (20:03 +0100)]
urlmon: Skip pstgmed related tests if NULL.
Alexandre Julliard [Wed, 16 Jan 2008 20:02:04 +0000 (21:02 +0100)]
server: Don't force the process affinity to 1, leave it up to the client.
Alexandre Julliard [Wed, 16 Jan 2008 20:01:33 +0000 (21:01 +0100)]
kernel32: Fix the system affinity returned by GetProcessAffinityMask.
Alexandre Julliard [Wed, 16 Jan 2008 19:27:35 +0000 (20:27 +0100)]
winebuild: Don't try to use the .init section on Mac OS.
Sin-ta Hsiea [Thu, 10 Jan 2008 19:03:10 +0000 (03:03 +0800)]
winecfg: Add Traditional Chinese translation.
Sin-ta Hsiea [Thu, 10 Jan 2008 19:05:41 +0000 (03:05 +0800)]
gdi32: Fix Traditional Chinese font mapping to "PMingLiU", "MingLiU".
Alexandre Julliard [Wed, 16 Jan 2008 18:51:20 +0000 (19:51 +0100)]
wineboot: Delay import the dlls that are not needed for the default initialisation.
Alexandre Julliard [Wed, 16 Jan 2008 18:23:09 +0000 (19:23 +0100)]
wineboot: Add a --init option used when launched automatically at startup.
Don't execute Run entries in that case.
Alexandre Julliard [Wed, 16 Jan 2008 18:15:25 +0000 (19:15 +0100)]
winmm: Load only one sound driver at a time.
Marcus Meissner [Tue, 15 Jan 2008 07:06:37 +0000 (08:06 +0100)]
wined3d: Check for overflows.
Christopher Berner [Tue, 15 Jan 2008 05:28:59 +0000 (21:28 -0800)]
user32: Fixed off by one scroll bar pixels.
Alexandre Julliard [Wed, 16 Jan 2008 16:51:59 +0000 (17:51 +0100)]
winebuild: Reserve the space for the PE header in the .init section.
Rob Shearman [Wed, 16 Jan 2008 14:03:26 +0000 (14:03 +0000)]
comctl32: Support seeking to a particular frame.
In this case just draw the frame without starting the timer thread of
setting a timer and without sending any notifications.
Rob Shearman [Wed, 16 Jan 2008 14:03:09 +0000 (14:03 +0000)]
comctl32: Keep on displaying the last frame of the animation after the animation has stopped.
Rob Shearman [Wed, 16 Jan 2008 14:02:58 +0000 (14:02 +0000)]
rpcrt4: Add tests for RPC_FC_P_DEREF|RPC_FC_P_ONSTACK pointers.
Alexandre Julliard [Wed, 16 Jan 2008 14:23:10 +0000 (15:23 +0100)]
mountmgr.sys: Fix values returned for IOCTL_STORAGE_GET_DEVICE_NUMBER on emulated disks.
Alexandre Julliard [Wed, 16 Jan 2008 13:57:20 +0000 (14:57 +0100)]
ntdll: Fall back to a server device ioctl for files with no associated fd.
Francois Gouget [Wed, 16 Jan 2008 11:20:50 +0000 (12:20 +0100)]
Assorted spelling fixes.
Francois Gouget [Wed, 16 Jan 2008 11:19:21 +0000 (12:19 +0100)]
kernel32/tests: Small spelling fix in a parameter name.
Francois Gouget [Wed, 16 Jan 2008 11:19:08 +0000 (12:19 +0100)]
include: Document some Microsoft spelling mistakes so we know they are not to be fixed.
Francois Gouget [Wed, 16 Jan 2008 11:17:40 +0000 (12:17 +0100)]
Fix spelling error in the generated conformance test files.
Francois Gouget [Wed, 16 Jan 2008 11:17:27 +0000 (12:17 +0100)]
ddraw/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Wed, 16 Jan 2008 11:17:08 +0000 (12:17 +0100)]
gdi32: Small wording tweaks in comments.
Tony Wasserka [Sun, 13 Jan 2008 10:34:43 +0000 (11:34 +0100)]
d3dx9: Start implementation of d3dx9_36.
James Hawkins [Wed, 16 Jan 2008 06:11:17 +0000 (00:11 -0600)]
propsys: Add a stub implementation of propsys.dll.
Marcus Meissner [Sun, 13 Jan 2008 11:27:14 +0000 (12:27 +0100)]
mshtml: Check for This->frame.
Dmitry Timoshkov [Wed, 16 Jan 2008 06:46:24 +0000 (14:46 +0800)]
gdi32: Allocate cache for face enumeration data only when necessary.
James Hawkins [Wed, 16 Jan 2008 04:29:56 +0000 (22:29 -0600)]
msi: dest_path refers to the directory prefix, not the entire file path.
Alistair Leslie-Hughes [Wed, 16 Jan 2008 05:47:19 +0000 (16:47 +1100)]
msxml3: Implement get_nodeTypeString.
Alistair Leslie-Hughes [Wed, 16 Jan 2008 02:44:51 +0000 (13:44 +1100)]
msxml3: Implement put_text.
Andrey Esin [Tue, 15 Jan 2008 19:36:36 +0000 (22:36 +0300)]
regedit: Update Russian translation.
Andrey Esin [Tue, 15 Jan 2008 19:08:04 +0000 (22:08 +0300)]
wordpad: Corrections in Russian translation.
Andrew Talbot [Tue, 15 Jan 2008 21:49:17 +0000 (21:49 +0000)]
psapi: Remove unneeded cast.
Andrew Talbot [Tue, 15 Jan 2008 21:49:21 +0000 (21:49 +0000)]
qcap: Remove unneeded casts.
Andrew Talbot [Tue, 15 Jan 2008 21:49:14 +0000 (21:49 +0000)]
oleaut32: Remove unneeded casts.
Alistair Leslie-Hughes [Tue, 15 Jan 2008 20:10:25 +0000 (07:10 +1100)]
mscoree: Fix memory leak.
Rob Shearman [Tue, 15 Jan 2008 20:55:40 +0000 (20:55 +0000)]
rpcrt4: Move the setting of retval_ptr outside of any particular stub phase in stub_do_args and stub_do_old_args.
After the change in order of phases it was no longer being set in the
last phase and so caused all stubless functions to appear to have no
return value.
Juan Lang [Tue, 15 Jan 2008 15:58:49 +0000 (07:58 -0800)]
hhctrl.ocx: Don't return uninitialized stream.
Alexandre Julliard [Tue, 15 Jan 2008 19:36:48 +0000 (20:36 +0100)]
ntdll: Restore typecast that is really needed.
Alexandre Julliard [Tue, 15 Jan 2008 19:27:14 +0000 (20:27 +0100)]
ntdll: Mac OS support for saving and restoring the extended FPU context on exceptions.
Alexandre Julliard [Tue, 15 Jan 2008 17:08:29 +0000 (18:08 +0100)]
ntdll: Linux support for saving and restoring the extended FPU context on exceptions.
Alexandre Julliard [Tue, 15 Jan 2008 17:00:13 +0000 (18:00 +0100)]
ntdll: Copy extended registers too in copy_context().
Alexandre Julliard [Tue, 15 Jan 2008 16:08:09 +0000 (17:08 +0100)]
kernel32/tests: Avoid size_t in traces.
Rob Shearman [Tue, 15 Jan 2008 12:09:57 +0000 (12:09 +0000)]
ole32: Partially implement ServerRpcChannelBuffer_GetDestCtx.
Andrej Sinicyn [Mon, 14 Jan 2008 22:57:16 +0000 (23:57 +0100)]
wordpad: Update German strings and correct shortcuts to match XP wordpad.
Andrey Esin [Mon, 14 Jan 2008 19:03:27 +0000 (22:03 +0300)]
wordpad: Adding to Russian translation.
Rob Shearman [Tue, 15 Jan 2008 12:09:52 +0000 (12:09 +0000)]
rpcrt4: Allow NULL networkaddr and endpoint in rpcrt4_np_get_top_of_tower.
Add tests for this.
Allan Tong [Tue, 15 Jan 2008 02:29:14 +0000 (21:29 -0500)]
wined3d: Set swapchain container before flagging front buffer with SFLAG_INDRAWABLE.
Dan Kegel [Sat, 12 Jan 2008 02:16:08 +0000 (18:16 -0800)]
gdi32: Fix AddFontResource behavior with relative paths.
Jonathan Ernst [Fri, 11 Jan 2008 13:40:09 +0000 (14:40 +0100)]
loader: Updated French man page.
Dmitry Timoshkov [Tue, 15 Jan 2008 10:45:17 +0000 (18:45 +0800)]
gdi32: Do not allow to create too large device dependent bitmaps like Windows does.
Paul Vriens [Tue, 15 Jan 2008 10:37:28 +0000 (11:37 +0100)]
kernel32/tests: FindFirstVolumeA is not available on win98.
Alexandre Julliard [Tue, 15 Jan 2008 10:53:31 +0000 (11:53 +0100)]
server: Take into account the extended registers part of the i386 context.
Dmitry Timoshkov [Tue, 15 Jan 2008 08:02:29 +0000 (16:02 +0800)]
gdi32: Add a test for undocumented EnumFontFamiliesEx(NULL), make it pass under Wine.
Andrew Talbot [Mon, 14 Jan 2008 22:02:11 +0000 (22:02 +0000)]
ole32: Remove unneeded casts.
Juan Lang [Mon, 14 Jan 2008 19:15:35 +0000 (11:15 -0800)]
crypt32: Fix race condition in loading default provider.
Juan Lang [Mon, 14 Jan 2008 19:14:11 +0000 (11:14 -0800)]
crypt32: Don't release default crypto provider on process shutdown.
Juan Lang [Tue, 8 Jan 2008 19:40:27 +0000 (11:40 -0800)]
wintrust: Don't expect ImageGetCertificateData to succeed when Certificate is NULL.
Jacek Caban [Mon, 14 Jan 2008 15:26:47 +0000 (16:26 +0100)]
shdocvw: Call StatusTextChange in set_status_text.