James Hawkins [Wed, 16 Apr 2008 21:02:21 +0000 (16:02 -0500)]
kernel32: Fix a test that fails in win2k.
Alexandre Julliard [Thu, 17 Apr 2008 10:41:34 +0000 (12:41 +0200)]
server: Keep a file descriptor open to the config directory to make sure we don't write the registry in the wrong place.
James Hawkins [Wed, 16 Apr 2008 16:48:31 +0000 (11:48 -0500)]
fusion: Explicitly check for -1 for a missing table.
Dmitry Timoshkov [Thu, 17 Apr 2008 10:15:43 +0000 (19:15 +0900)]
winedump: Print names for all known EMF records.
Dmitry Timoshkov [Wed, 16 Apr 2008 07:50:29 +0000 (16:50 +0900)]
winex11.drv: Map zero-sized windows but don't add WM decoration to them.
Hin-Tak Leung [Mon, 14 Apr 2008 20:17:27 +0000 (20:17 +0000)]
hhctrl.ocx: Look up in chm if url doesn't contain "://".
Hin-Tak Leung [Wed, 16 Apr 2008 01:03:49 +0000 (01:03 +0000)]
hhctrl.ocx: Return help window handle to caller.
Vincent Povirk [Sun, 13 Apr 2008 00:31:00 +0000 (20:31 -0400)]
tools: Modify wine.desktop to use start.exe /unix.
Vincent Povirk [Sun, 13 Apr 2008 00:30:42 +0000 (20:30 -0400)]
start.exe: Add /Unix switch for native file managers.
Austin English [Fri, 11 Apr 2008 02:17:14 +0000 (21:17 -0500)]
Spelling fixes.
Tony Wasserka [Tue, 15 Apr 2008 13:30:03 +0000 (15:30 +0200)]
d3dx9: Add d3dx9tex.h.
Alistair Leslie-Hughes [Wed, 26 Mar 2008 08:52:36 +0000 (19:52 +1100)]
msxml3: Implement transformNode.
Louis Lenders [Sun, 13 Apr 2008 20:42:32 +0000 (20:42 +0000)]
urlmon: Add stub for CoInternetSetFeatureEnabled.
Michael Hoffman [Wed, 16 Apr 2008 21:59:01 +0000 (17:59 -0400)]
powrprof: Implement IsPwrHibernateAllowed.
Michael Hoffman [Wed, 16 Apr 2008 21:59:52 +0000 (17:59 -0400)]
powrprof: Implement IsPwrShutdownAllowed.
Michael Hoffman [Wed, 16 Apr 2008 22:00:33 +0000 (18:00 -0400)]
powrprof: Implement IsPwrSuspendAllowed.
Jacek Caban [Thu, 17 Apr 2008 00:32:18 +0000 (02:32 +0200)]
mshtml: Move get_typeinfo to dispex.c.
Jacek Caban [Thu, 17 Apr 2008 00:31:43 +0000 (02:31 +0200)]
mshtml: Added generic IDispatchEx implementation and use it in OnNavigator.
Jacek Caban [Thu, 17 Apr 2008 00:31:00 +0000 (02:31 +0200)]
mshtml: Added IActiveScriptDebug32 stub implementation.
Jacek Caban [Thu, 17 Apr 2008 00:30:40 +0000 (02:30 +0200)]
mshtml: Make sure to null terminate buffer in parse_extern_script.
Maarten Lankhorst [Thu, 17 Apr 2008 01:23:50 +0000 (18:23 -0700)]
quartz: Obtain the duration using the index in avisplitter.
Maarten Lankhorst [Wed, 16 Apr 2008 21:29:09 +0000 (14:29 -0700)]
quartz: Store the stream index in the avi stream for files that have them.
Maarten Lankhorst [Wed, 16 Apr 2008 21:27:06 +0000 (14:27 -0700)]
quartz: Check for discontinuities in the directsound renderer.
Maarten Lankhorst [Wed, 16 Apr 2008 21:26:15 +0000 (14:26 -0700)]
quartz: Make sure at least 1 sample is processed before returning.
Maarten Lankhorst [Wed, 16 Apr 2008 21:25:03 +0000 (14:25 -0700)]
quartz: Reject samples in transform filter only when stopped.
Use S_FALSE for saying sample is rejected.
Maarten Lankhorst [Wed, 16 Apr 2008 21:24:34 +0000 (14:24 -0700)]
quartz: Reject samples in video renderer when stopped.
When stopped video renderer no longer updates, so don't even try.
Maarten Lankhorst [Wed, 16 Apr 2008 21:24:16 +0000 (14:24 -0700)]
quartz: Fix IMediaSample2 SetPreroll and SetSyncPoint.
Maarten Lankhorst [Wed, 16 Apr 2008 20:39:10 +0000 (13:39 -0700)]
quartz: Fix discontinuities in wave parser.
Andrew Talbot [Wed, 16 Apr 2008 21:09:26 +0000 (22:09 +0100)]
dplayx: Remove unused variables.
Andrew Talbot [Wed, 16 Apr 2008 21:09:30 +0000 (22:09 +0100)]
dsound: Remove unused variable.
Andrew Talbot [Wed, 16 Apr 2008 21:09:22 +0000 (22:09 +0100)]
comdlg32: Remove unused variable.
Marcus Meissner [Wed, 16 Apr 2008 18:54:31 +0000 (19:54 +0100)]
winex11: Move code behind error return.
Marcus Meissner [Wed, 16 Apr 2008 20:54:28 +0000 (22:54 +0200)]
wined3d: Handle out of array bounds state.
James Hawkins [Wed, 16 Apr 2008 20:38:46 +0000 (15:38 -0500)]
kernel32: Remove an invalid trace and comment.
James Hawkins [Wed, 16 Apr 2008 20:37:09 +0000 (15:37 -0500)]
kernel32: Fix a few failing tests in win2k.
James Hawkins [Wed, 16 Apr 2008 20:36:09 +0000 (15:36 -0500)]
kernel32: Split the GetComputerName/Ex tests into their own test functions.
James Hawkins [Wed, 16 Apr 2008 20:33:31 +0000 (15:33 -0500)]
user32: Fix a test that fails in XP and win2k3.
Rob Shearman [Wed, 16 Apr 2008 16:22:52 +0000 (17:22 +0100)]
msi: Fix the value parameter of IWineMsiRemotePackage::FormatRecord to have the right level of indirection for an [out] parameter.
Remove the redundant size parameter and simplify the client code such
that the remote function is only called once, with the value being
automatically allocated. Add corresponding code on the server side to
automatically allocate said value.
Aric Stewart [Wed, 16 Apr 2008 19:30:13 +0000 (14:30 -0500)]
imm32: Create the IME UI window with the IME instance so the registered class can be found.
ByeongSik Jeon [Wed, 16 Apr 2008 10:01:29 +0000 (19:01 +0900)]
imm32: Implement ImmSetConversionStatus.
ByeongSik Jeon [Wed, 16 Apr 2008 06:55:46 +0000 (15:55 +0900)]
winex11: Add VK_HANGUL, VK_HANJA for Korean Native IME.
Alexandre Julliard [Wed, 16 Apr 2008 16:05:25 +0000 (18:05 +0200)]
comdlg32: CDM_GETSPEC and CDM_GETFILEPATH should preserve double quotes in file lists.
Kusanagi Kouichi [Tue, 15 Apr 2008 15:34:54 +0000 (00:34 +0900)]
winex11.drv: Fix Solaris build error.
Solaris doesn't define XICCallback.
Maarten Lankhorst [Wed, 16 Apr 2008 03:39:36 +0000 (20:39 -0700)]
quartz: Add a Disconnect function to the parser and use it to clean up allocated memory in avisplitter.
Maarten Lankhorst [Sat, 12 Apr 2008 00:58:47 +0000 (17:58 -0700)]
quartz: Parse old style avi index.
Maarten Lankhorst [Fri, 11 Apr 2008 23:40:56 +0000 (16:40 -0700)]
quartz: Make the avi splitter skip index headers.
Maarten Lankhorst [Fri, 11 Apr 2008 21:02:26 +0000 (14:02 -0700)]
quartz: Dump opendml indexes and header.
Marcus Meissner [Wed, 16 Apr 2008 06:37:26 +0000 (08:37 +0200)]
rpcrt4: Handle exit path where bind not allocated yet.
Tomasz Jezierski [Mon, 14 Apr 2008 21:07:59 +0000 (23:07 +0200)]
hhctrl.ocx: Apparently it is possible to have chm file without #STRINGS in it, so we should not stop processing file at it.
Michael Stefaniuc [Tue, 15 Apr 2008 22:47:05 +0000 (00:47 +0200)]
fonts: Add the Romanian glyphs SsTt with "comma below" to the tahoma font.
Dan Hipschman [Tue, 15 Apr 2008 18:08:48 +0000 (11:08 -0700)]
qmgr/tests: Fix minor potential memory leaks.
Andrew Talbot [Tue, 15 Apr 2008 20:33:30 +0000 (21:33 +0100)]
dmime: Remove unused variables.
Andrew Talbot [Tue, 15 Apr 2008 21:19:12 +0000 (22:19 +0100)]
comctl32: Remove unused variables.
Andrew Talbot [Tue, 15 Apr 2008 21:54:03 +0000 (22:54 +0100)]
dinput: Fix handle leak.
Andrew Talbot [Tue, 15 Apr 2008 21:11:26 +0000 (22:11 +0100)]
browseui: Fix handle leak.
Rob Shearman [Tue, 15 Apr 2008 20:52:35 +0000 (21:52 +0100)]
widl: Change alls calls to error in the parser to error_loc so that line number information is printed.
Rob Shearman [Tue, 15 Apr 2008 20:50:14 +0000 (21:50 +0100)]
rpcrt4: Test and fix I_RpcExceptionFilter.
Rob Shearman [Tue, 15 Apr 2008 17:29:41 +0000 (18:29 +0100)]
ole32: Add tests for clipboard's implementation of IDataObject_GetData.
Rob Shearman [Tue, 15 Apr 2008 17:29:32 +0000 (18:29 +0100)]
ole32: Fix OLEClipbrd_IDataObject_QueryGetData to conform to the tests.
Rob Shearman [Tue, 15 Apr 2008 17:29:24 +0000 (18:29 +0100)]
ole32: Add some tests for OleGetClipboard.
Test the IDataObject_QueryGetData function of the returned object.
Rob Shearman [Tue, 15 Apr 2008 17:29:19 +0000 (18:29 +0100)]
include: Make IContextMenu interface in shobjidl.idl local since some parameters are pointers to structures with fields that can't be marshalled.
Huw Davies [Tue, 15 Apr 2008 15:40:54 +0000 (16:40 +0100)]
gdi32: LineDDA shouldn't include the end point. Add some tests.
Alexandre Julliard [Wed, 16 Apr 2008 11:51:17 +0000 (13:51 +0200)]
fusion: Fix a number of leaks in assembly_create.
Alexandre Julliard [Wed, 16 Apr 2008 10:38:41 +0000 (12:38 +0200)]
wine.inf: Use a proper services section to install services.
Alexandre Julliard [Wed, 16 Apr 2008 10:36:18 +0000 (12:36 +0200)]
setupapi: Install services in InstallHinfSection.
Alexandre Julliard [Wed, 16 Apr 2008 10:36:08 +0000 (12:36 +0200)]
setupapi: Implemented SetupInstallServicesFromInfSectionW.
Alexandre Julliard [Wed, 16 Apr 2008 10:21:09 +0000 (12:21 +0200)]
setupapi: Move strdupW and strdupWtoA to the setupapi_private.h header.
Alexandre Julliard [Wed, 16 Apr 2008 10:16:51 +0000 (12:16 +0200)]
include: Add the SPSVCINST_* setupapi flags.
James Hawkins [Mon, 14 Apr 2008 02:00:15 +0000 (21:00 -0500)]
fusion: Implement IAssemblyCache::InstallAssembly.
Andrew Talbot [Mon, 14 Apr 2008 21:13:41 +0000 (22:13 +0100)]
crypt32: Remove unused variables.
Andrew Talbot [Mon, 14 Apr 2008 21:13:38 +0000 (22:13 +0100)]
comdlg32: Remove unused variables.
Andrew Talbot [Mon, 14 Apr 2008 21:02:20 +0000 (22:02 +0100)]
crypt32: Remove unwanted shadow variable.
Marcus Meissner [Tue, 15 Apr 2008 07:30:30 +0000 (09:30 +0200)]
d3d9: Initialized 2 variables with NULL.
Marcus Meissner [Wed, 2 Apr 2008 07:37:25 +0000 (09:37 +0200)]
shell32: Correct casing for "Wine".
Lei Zhang [Tue, 15 Apr 2008 00:18:40 +0000 (17:18 -0700)]
user32: Handle ctrl + end in edit control.
Lei Zhang [Tue, 15 Apr 2008 00:16:36 +0000 (17:16 -0700)]
user32: Handle ctrl + home in edit control.
Lei Zhang [Mon, 14 Apr 2008 23:53:42 +0000 (16:53 -0700)]
user32: Do checks in the right order in EDIT_BuildLineDefs_ML.
Jacek Caban [Tue, 15 Apr 2008 00:09:14 +0000 (02:09 +0200)]
mshtml.idl: Added IHTMLWindow3 declaration.
Jacek Caban [Tue, 15 Apr 2008 00:09:00 +0000 (02:09 +0200)]
mshtmdid.h: Fixed IHTMLWindow2 dispids.
Maarten Lankhorst [Thu, 10 Apr 2008 22:45:32 +0000 (15:45 -0700)]
include: Update aviriff header.
Maarten Lankhorst [Mon, 14 Apr 2008 20:30:49 +0000 (13:30 -0700)]
quartz: Update start_time if the current position is changed.
Maarten Lankhorst [Fri, 11 Apr 2008 22:10:19 +0000 (15:10 -0700)]
quartz: Add VIDEOINFOHEADER2 support to VideoRenderer.
Jonathan Ernst [Mon, 14 Apr 2008 21:28:16 +0000 (23:28 +0200)]
winhelp: Updated French translation.
Jonathan Ernst [Mon, 14 Apr 2008 21:28:02 +0000 (23:28 +0200)]
winefile: Updated French translation.
Jonathan Ernst [Mon, 14 Apr 2008 21:27:46 +0000 (23:27 +0200)]
winecfg: Updated French translation.
Jonathan Ernst [Mon, 14 Apr 2008 20:22:33 +0000 (22:22 +0200)]
comdlg32: Updated French translation.
Jörg Höhle [Mon, 14 Apr 2008 15:16:25 +0000 (17:16 +0200)]
wined3d: Fix missing break inside switch in SetAutoGenFilterType.
Aric Stewart [Mon, 14 Apr 2008 17:39:28 +0000 (12:39 -0500)]
user32: Call ImmProcessKey in TranslateMessage to allow IMEs to handle key processing if they choose to.
Hwang YunSong(황윤성 [Mon, 14 Apr 2008 00:37:05 +0000 (09:37 +0900)]
user32: Updated Korean resource.
Hwang YunSong(황윤성 [Mon, 14 Apr 2008 00:36:07 +0000 (09:36 +0900)]
winecfg: Updated Korean resource.
Hwang YunSong(황윤성 [Mon, 14 Apr 2008 00:35:17 +0000 (09:35 +0900)]
winemine: Updated Korean resource.
Alexander Nicolaysen Sørnes [Mon, 14 Apr 2008 16:14:26 +0000 (18:14 +0200)]
winhelp: Update Norwegian Bokmål resource.
Alexander Nicolaysen Sørnes [Mon, 14 Apr 2008 16:01:44 +0000 (18:01 +0200)]
regedit: Update Norwegian Bokmål resource.
Maarten Lankhorst [Fri, 11 Apr 2008 22:03:33 +0000 (15:03 -0700)]
include: Add dvdmedia stub header.
Maarten Lankhorst [Sat, 12 Apr 2008 23:52:26 +0000 (16:52 -0700)]
quartz: Bring waveparser to the same level as the mpeg splitter.
Maarten Lankhorst [Sun, 13 Apr 2008 02:15:34 +0000 (19:15 -0700)]
quartz: Silence seeking fixmes on transform filter.
Maarten Lankhorst [Thu, 10 Apr 2008 22:38:56 +0000 (15:38 -0700)]
quartz: Silence requests for IVideoWindow.
Maarten Lankhorst [Sun, 13 Apr 2008 06:04:07 +0000 (23:04 -0700)]
quartz: Set sane defaults for pin stream rate.
Maarten Lankhorst [Sun, 13 Apr 2008 06:04:49 +0000 (23:04 -0700)]
quartz: Don't clean up in avi decoder if driver isn't opened.
Eric Pouech [Mon, 14 Apr 2008 18:56:51 +0000 (20:56 +0200)]
richedit: Force window update when the word wrap option has changed.