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.
Dmitry Timoshkov [Mon, 14 Apr 2008 10:13:48 +0000 (19:13 +0900)]
gdi32: Map glyph to Symbol range only if the font supports symbol encoding.
Austin English [Thu, 10 Apr 2008 23:24:54 +0000 (18:24 -0500)]
oleaut32: Spelling fixes.
Alexandre Julliard [Mon, 14 Apr 2008 18:39:52 +0000 (20:39 +0200)]
winedos: Handle memory reservation errors more gracefully.
Alexandre Julliard [Mon, 14 Apr 2008 18:39:27 +0000 (20:39 +0200)]
kernel32: Reserve the low 64Kb area separately from the rest of the DOS memory.
Alexandre Julliard [Mon, 14 Apr 2008 18:38:17 +0000 (20:38 +0200)]
preloader: Reserve low memory areas in separate chunks.
Alexandre Julliard [Mon, 14 Apr 2008 11:57:53 +0000 (13:57 +0200)]
shdocvw: Fixed typo in CLSID_InternetShortcut.
Rob Shearman [Mon, 14 Apr 2008 10:00:26 +0000 (11:00 +0100)]
widl: Add checking to arguments of non-local functions.
Check that out arguments have enough levels of indirection and that they
don't derive from void * or a function pointer.
Rob Shearman [Mon, 14 Apr 2008 10:00:20 +0000 (11:00 +0100)]
widl: Add functions to print an error or warning message using location information to enable these to be printed accurately when a check is done after an element is parsed.
Add location information to variable automatically, since this is will
be useful for type checking of arguments.
Rob Shearman [Mon, 14 Apr 2008 10:00:07 +0000 (11:00 +0100)]
widl: Write out TYPEFLAG, FUNCFLAG and VARFLAG flags for all attribute we currently parse.
Add FIXMEs for the remaining ones and remove the warning for
unimplemented attribute types since we now support all the attributes
that we parse.
Rob Shearman [Mon, 14 Apr 2008 09:59:55 +0000 (10:59 +0100)]
widl: Add support for the broadcast and idempotent operation attributes.
Rob Shearman [Mon, 14 Apr 2008 09:59:51 +0000 (10:59 +0100)]
widl: Output a warning if duplicate attributes are specified.
Rob Shearman [Mon, 14 Apr 2008 09:59:46 +0000 (10:59 +0100)]
widl: Check that attributes are applicable for libraries, modules, dispinterfaces and coclasses and otherwise issue an error.
Rob Shearman [Mon, 14 Apr 2008 09:59:39 +0000 (10:59 +0100)]
widl: The odl attribute is valid for dispinterfaces.
Rob Shearman [Mon, 14 Apr 2008 09:59:35 +0000 (10:59 +0100)]
widl: Make the attrs parameter passed to start_typelib const.
Rob Shearman [Mon, 14 Apr 2008 09:59:27 +0000 (10:59 +0100)]
widl: Check that attributes applied to typedefs and fields are applicable and issue an error otherwise.
Rob Shearman [Mon, 14 Apr 2008 09:59:12 +0000 (10:59 +0100)]
widl: Check that attributes applied to interfaces, functions and arguments are applicable and issue an error if not.
Rob Shearman [Mon, 14 Apr 2008 09:55:38 +0000 (10:55 +0100)]
pstorec: Fix incorrectly spelt PPST_PROMPTIFO type in pstorec.c and pstore.idl.
Rob Shearman [Mon, 14 Apr 2008 09:56:02 +0000 (10:56 +0100)]
include: Add local to interfaces or functions that take a void * parameter and so aren't designed to work remotely.
Rob Shearman [Mon, 14 Apr 2008 09:55:51 +0000 (10:55 +0100)]
include: Fix a typo in a level of indirection in tom.idl.
The parameter for ITextPara::GetDuplicate should have two levels of
indirection.
Rob Shearman [Mon, 14 Apr 2008 09:55:25 +0000 (10:55 +0100)]
include: The unique attribute doesn't make any sense in the interface header, so remove it.
It is only accepted by MIDL as a synonym for pointer_default(unique),
but it isn't a synonym in widl so remove it.
Alexandre Julliard [Mon, 14 Apr 2008 11:27:38 +0000 (13:27 +0200)]
winex11: Fix the type hint for the desktop window.
Alexandre Julliard [Mon, 14 Apr 2008 11:27:19 +0000 (13:27 +0200)]
winex11: Make WS_EX_APPWINDOW windows have normal type.
Alexandre Julliard [Mon, 14 Apr 2008 11:26:38 +0000 (13:26 +0200)]
winex11: Don't set full screen style on minimized windows.