wine
16 years agoquartz: Make sure at least 1 sample is processed before returning.
Maarten Lankhorst [Wed, 16 Apr 2008 21:26:15 +0000 (14:26 -0700)] 
quartz: Make sure at least 1 sample is processed before returning.

16 years agoquartz: Reject samples in transform filter only when stopped.
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.

16 years agoquartz: Reject samples in video renderer when stopped.
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.

16 years agoquartz: Fix IMediaSample2 SetPreroll and SetSyncPoint.
Maarten Lankhorst [Wed, 16 Apr 2008 21:24:16 +0000 (14:24 -0700)] 
quartz: Fix IMediaSample2 SetPreroll and SetSyncPoint.

16 years agoquartz: Fix discontinuities in wave parser.
Maarten Lankhorst [Wed, 16 Apr 2008 20:39:10 +0000 (13:39 -0700)] 
quartz: Fix discontinuities in wave parser.

16 years agodplayx: Remove unused variables.
Andrew Talbot [Wed, 16 Apr 2008 21:09:26 +0000 (22:09 +0100)] 
dplayx: Remove unused variables.

16 years agodsound: Remove unused variable.
Andrew Talbot [Wed, 16 Apr 2008 21:09:30 +0000 (22:09 +0100)] 
dsound: Remove unused variable.

16 years agocomdlg32: Remove unused variable.
Andrew Talbot [Wed, 16 Apr 2008 21:09:22 +0000 (22:09 +0100)] 
comdlg32: Remove unused variable.

16 years agowinex11: Move code behind error return.
Marcus Meissner [Wed, 16 Apr 2008 18:54:31 +0000 (19:54 +0100)] 
winex11: Move code behind error return.

16 years agowined3d: Handle out of array bounds state.
Marcus Meissner [Wed, 16 Apr 2008 20:54:28 +0000 (22:54 +0200)] 
wined3d: Handle out of array bounds state.

16 years agokernel32: Remove an invalid trace and comment.
James Hawkins [Wed, 16 Apr 2008 20:38:46 +0000 (15:38 -0500)] 
kernel32: Remove an invalid trace and comment.

16 years agokernel32: Fix a few failing tests in win2k.
James Hawkins [Wed, 16 Apr 2008 20:37:09 +0000 (15:37 -0500)] 
kernel32: Fix a few failing tests in win2k.

16 years agokernel32: Split the GetComputerName/Ex tests into their own test functions.
James Hawkins [Wed, 16 Apr 2008 20:36:09 +0000 (15:36 -0500)] 
kernel32: Split the GetComputerName/Ex tests into their own test functions.

16 years agouser32: Fix a test that fails in XP and win2k3.
James Hawkins [Wed, 16 Apr 2008 20:33:31 +0000 (15:33 -0500)] 
user32: Fix a test that fails in XP and win2k3.

16 years agomsi: Fix the value parameter of IWineMsiRemotePackage::FormatRecord to have the right...
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.

16 years agoimm32: Create the IME UI window with the IME instance so the registered class can...
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.

16 years agoimm32: Implement ImmSetConversionStatus.
ByeongSik Jeon [Wed, 16 Apr 2008 10:01:29 +0000 (19:01 +0900)] 
imm32: Implement ImmSetConversionStatus.

16 years agowinex11: Add VK_HANGUL, VK_HANJA for Korean Native IME.
ByeongSik Jeon [Wed, 16 Apr 2008 06:55:46 +0000 (15:55 +0900)] 
winex11: Add VK_HANGUL, VK_HANJA for Korean Native IME.

16 years agocomdlg32: CDM_GETSPEC and CDM_GETFILEPATH should preserve double quotes in file lists.
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.

16 years agowinex11.drv: Fix Solaris build error.
Kusanagi Kouichi [Tue, 15 Apr 2008 15:34:54 +0000 (00:34 +0900)] 
winex11.drv: Fix Solaris build error.

Solaris doesn't define XICCallback.

16 years agoquartz: Add a Disconnect function to the parser and use it to clean up allocated...
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.

16 years agoquartz: Parse old style avi index.
Maarten Lankhorst [Sat, 12 Apr 2008 00:58:47 +0000 (17:58 -0700)] 
quartz: Parse old style avi index.

16 years agoquartz: Make the avi splitter skip index headers.
Maarten Lankhorst [Fri, 11 Apr 2008 23:40:56 +0000 (16:40 -0700)] 
quartz: Make the avi splitter skip index headers.

16 years agoquartz: Dump opendml indexes and header.
Maarten Lankhorst [Fri, 11 Apr 2008 21:02:26 +0000 (14:02 -0700)] 
quartz: Dump opendml indexes and header.

16 years agorpcrt4: Handle exit path where bind not allocated yet.
Marcus Meissner [Wed, 16 Apr 2008 06:37:26 +0000 (08:37 +0200)] 
rpcrt4: Handle exit path where bind not allocated yet.

16 years agohhctrl.ocx: Apparently it is possible to have chm file without #STRINGS in it, so...
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.

16 years agofonts: Add the Romanian glyphs SsTt with "comma below" to the tahoma font.
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.

16 years agoqmgr/tests: Fix minor potential memory leaks.
Dan Hipschman [Tue, 15 Apr 2008 18:08:48 +0000 (11:08 -0700)] 
qmgr/tests: Fix minor potential memory leaks.

16 years agodmime: Remove unused variables.
Andrew Talbot [Tue, 15 Apr 2008 20:33:30 +0000 (21:33 +0100)] 
dmime: Remove unused variables.

16 years agocomctl32: Remove unused variables.
Andrew Talbot [Tue, 15 Apr 2008 21:19:12 +0000 (22:19 +0100)] 
comctl32: Remove unused variables.

16 years agodinput: Fix handle leak.
Andrew Talbot [Tue, 15 Apr 2008 21:54:03 +0000 (22:54 +0100)] 
dinput: Fix handle leak.

16 years agobrowseui: Fix handle leak.
Andrew Talbot [Tue, 15 Apr 2008 21:11:26 +0000 (22:11 +0100)] 
browseui: Fix handle leak.

16 years agowidl: Change alls calls to error in the parser to error_loc so that line number infor...
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.

16 years agorpcrt4: Test and fix I_RpcExceptionFilter.
Rob Shearman [Tue, 15 Apr 2008 20:50:14 +0000 (21:50 +0100)] 
rpcrt4: Test and fix I_RpcExceptionFilter.

16 years agoole32: Add tests for clipboard's implementation of IDataObject_GetData.
Rob Shearman [Tue, 15 Apr 2008 17:29:41 +0000 (18:29 +0100)] 
ole32: Add tests for clipboard's implementation of IDataObject_GetData.

16 years agoole32: Fix OLEClipbrd_IDataObject_QueryGetData to conform to the tests.
Rob Shearman [Tue, 15 Apr 2008 17:29:32 +0000 (18:29 +0100)] 
ole32: Fix OLEClipbrd_IDataObject_QueryGetData to conform to the tests.

16 years agoole32: Add some tests for OleGetClipboard.
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.

16 years agoinclude: Make IContextMenu interface in shobjidl.idl local since some parameters...
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.

16 years agogdi32: LineDDA shouldn't include the end point. Add some tests.
Huw Davies [Tue, 15 Apr 2008 15:40:54 +0000 (16:40 +0100)] 
gdi32: LineDDA shouldn't include the end point.  Add some tests.

16 years agofusion: Fix a number of leaks in assembly_create.
Alexandre Julliard [Wed, 16 Apr 2008 11:51:17 +0000 (13:51 +0200)] 
fusion: Fix a number of leaks in assembly_create.

16 years agowine.inf: Use a proper services section to install services.
Alexandre Julliard [Wed, 16 Apr 2008 10:38:41 +0000 (12:38 +0200)] 
wine.inf: Use a proper services section to install services.

16 years agosetupapi: Install services in InstallHinfSection.
Alexandre Julliard [Wed, 16 Apr 2008 10:36:18 +0000 (12:36 +0200)] 
setupapi: Install services in InstallHinfSection.

16 years agosetupapi: Implemented SetupInstallServicesFromInfSectionW.
Alexandre Julliard [Wed, 16 Apr 2008 10:36:08 +0000 (12:36 +0200)] 
setupapi: Implemented SetupInstallServicesFromInfSectionW.

16 years agosetupapi: Move strdupW and strdupWtoA to the setupapi_private.h header.
Alexandre Julliard [Wed, 16 Apr 2008 10:21:09 +0000 (12:21 +0200)] 
setupapi: Move strdupW and strdupWtoA to the setupapi_private.h header.

16 years agoinclude: Add the SPSVCINST_* setupapi flags.
Alexandre Julliard [Wed, 16 Apr 2008 10:16:51 +0000 (12:16 +0200)] 
include: Add the SPSVCINST_* setupapi flags.

16 years agofusion: Implement IAssemblyCache::InstallAssembly.
James Hawkins [Mon, 14 Apr 2008 02:00:15 +0000 (21:00 -0500)] 
fusion: Implement IAssemblyCache::InstallAssembly.

16 years agocrypt32: Remove unused variables.
Andrew Talbot [Mon, 14 Apr 2008 21:13:41 +0000 (22:13 +0100)] 
crypt32: Remove unused variables.

16 years agocomdlg32: Remove unused variables.
Andrew Talbot [Mon, 14 Apr 2008 21:13:38 +0000 (22:13 +0100)] 
comdlg32: Remove unused variables.

16 years agocrypt32: Remove unwanted shadow variable.
Andrew Talbot [Mon, 14 Apr 2008 21:02:20 +0000 (22:02 +0100)] 
crypt32: Remove unwanted shadow variable.

16 years agod3d9: Initialized 2 variables with NULL.
Marcus Meissner [Tue, 15 Apr 2008 07:30:30 +0000 (09:30 +0200)] 
d3d9: Initialized 2 variables with NULL.

16 years agoshell32: Correct casing for "Wine".
Marcus Meissner [Wed, 2 Apr 2008 07:37:25 +0000 (09:37 +0200)] 
shell32: Correct casing for "Wine".

16 years agouser32: Handle ctrl + end in edit control.
Lei Zhang [Tue, 15 Apr 2008 00:18:40 +0000 (17:18 -0700)] 
user32: Handle ctrl + end in edit control.

16 years agouser32: Handle ctrl + home in edit control.
Lei Zhang [Tue, 15 Apr 2008 00:16:36 +0000 (17:16 -0700)] 
user32: Handle ctrl + home in edit control.

16 years agouser32: Do checks in the right order in EDIT_BuildLineDefs_ML.
Lei Zhang [Mon, 14 Apr 2008 23:53:42 +0000 (16:53 -0700)] 
user32: Do checks in the right order in EDIT_BuildLineDefs_ML.

16 years agomshtml.idl: Added IHTMLWindow3 declaration.
Jacek Caban [Tue, 15 Apr 2008 00:09:14 +0000 (02:09 +0200)] 
mshtml.idl: Added IHTMLWindow3 declaration.

16 years agomshtmdid.h: Fixed IHTMLWindow2 dispids.
Jacek Caban [Tue, 15 Apr 2008 00:09:00 +0000 (02:09 +0200)] 
mshtmdid.h: Fixed IHTMLWindow2 dispids.

16 years agoinclude: Update aviriff header.
Maarten Lankhorst [Thu, 10 Apr 2008 22:45:32 +0000 (15:45 -0700)] 
include: Update aviriff header.

16 years agoquartz: Update start_time if the current position is changed.
Maarten Lankhorst [Mon, 14 Apr 2008 20:30:49 +0000 (13:30 -0700)] 
quartz: Update start_time if the current position is changed.

16 years agoquartz: Add VIDEOINFOHEADER2 support to VideoRenderer.
Maarten Lankhorst [Fri, 11 Apr 2008 22:10:19 +0000 (15:10 -0700)] 
quartz: Add VIDEOINFOHEADER2 support to VideoRenderer.

16 years agowinhelp: Updated French translation.
Jonathan Ernst [Mon, 14 Apr 2008 21:28:16 +0000 (23:28 +0200)] 
winhelp: Updated French translation.

16 years agowinefile: Updated French translation.
Jonathan Ernst [Mon, 14 Apr 2008 21:28:02 +0000 (23:28 +0200)] 
winefile: Updated French translation.

16 years agowinecfg: Updated French translation.
Jonathan Ernst [Mon, 14 Apr 2008 21:27:46 +0000 (23:27 +0200)] 
winecfg: Updated French translation.

16 years agocomdlg32: Updated French translation.
Jonathan Ernst [Mon, 14 Apr 2008 20:22:33 +0000 (22:22 +0200)] 
comdlg32: Updated French translation.

16 years agowined3d: Fix missing break inside switch in SetAutoGenFilterType.
Jörg Höhle [Mon, 14 Apr 2008 15:16:25 +0000 (17:16 +0200)] 
wined3d: Fix missing break inside switch in SetAutoGenFilterType.

16 years agouser32: Call ImmProcessKey in TranslateMessage to allow IMEs to handle key processing...
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.

16 years agouser32: Updated Korean resource.
Hwang YunSong(황윤성 [Mon, 14 Apr 2008 00:37:05 +0000 (09:37 +0900)] 
user32: Updated Korean resource.

16 years agowinecfg: Updated Korean resource.
Hwang YunSong(황윤성 [Mon, 14 Apr 2008 00:36:07 +0000 (09:36 +0900)] 
winecfg: Updated Korean resource.

16 years agowinemine: Updated Korean resource.
Hwang YunSong(황윤성 [Mon, 14 Apr 2008 00:35:17 +0000 (09:35 +0900)] 
winemine: Updated Korean resource.

16 years agowinhelp: Update Norwegian Bokmål resource.
Alexander Nicolaysen Sørnes [Mon, 14 Apr 2008 16:14:26 +0000 (18:14 +0200)] 
winhelp: Update Norwegian Bokmål resource.

16 years agoregedit: 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.

16 years agoinclude: Add dvdmedia stub header.
Maarten Lankhorst [Fri, 11 Apr 2008 22:03:33 +0000 (15:03 -0700)] 
include: Add dvdmedia stub header.

16 years agoquartz: Bring waveparser to the same level as the mpeg splitter.
Maarten Lankhorst [Sat, 12 Apr 2008 23:52:26 +0000 (16:52 -0700)] 
quartz: Bring waveparser to the same level as the mpeg splitter.

16 years agoquartz: Silence seeking fixmes on transform filter.
Maarten Lankhorst [Sun, 13 Apr 2008 02:15:34 +0000 (19:15 -0700)] 
quartz: Silence seeking fixmes on transform filter.

16 years agoquartz: Silence requests for IVideoWindow.
Maarten Lankhorst [Thu, 10 Apr 2008 22:38:56 +0000 (15:38 -0700)] 
quartz: Silence requests for IVideoWindow.

16 years agoquartz: Set sane defaults for pin stream rate.
Maarten Lankhorst [Sun, 13 Apr 2008 06:04:07 +0000 (23:04 -0700)] 
quartz: Set sane defaults for pin stream rate.

16 years agoquartz: Don't clean up in avi decoder if driver isn't opened.
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.

16 years agorichedit: Force window update when the word wrap option has changed.
Eric Pouech [Mon, 14 Apr 2008 18:56:51 +0000 (20:56 +0200)] 
richedit: Force window update when the word wrap option has changed.

16 years agogdi32: Map glyph to Symbol range only if the font supports symbol encoding.
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.

16 years agooleaut32: Spelling fixes.
Austin English [Thu, 10 Apr 2008 23:24:54 +0000 (18:24 -0500)] 
oleaut32: Spelling fixes.

16 years agowinedos: Handle memory reservation errors more gracefully.
Alexandre Julliard [Mon, 14 Apr 2008 18:39:52 +0000 (20:39 +0200)] 
winedos: Handle memory reservation errors more gracefully.

16 years agokernel32: Reserve the low 64Kb area separately from the rest of the DOS memory.
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.

16 years agopreloader: Reserve low memory areas in separate chunks.
Alexandre Julliard [Mon, 14 Apr 2008 18:38:17 +0000 (20:38 +0200)] 
preloader: Reserve low memory areas in separate chunks.

16 years agoshdocvw: Fixed typo in CLSID_InternetShortcut.
Alexandre Julliard [Mon, 14 Apr 2008 11:57:53 +0000 (13:57 +0200)] 
shdocvw: Fixed typo in CLSID_InternetShortcut.

16 years agowidl: Add checking to arguments of non-local functions.
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.

16 years agowidl: Add functions to print an error or warning message using location information...
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.

16 years agowidl: Write out TYPEFLAG, FUNCFLAG and VARFLAG flags for all attribute we currently...
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.

16 years agowidl: Add support for the broadcast and idempotent operation attributes.
Rob Shearman [Mon, 14 Apr 2008 09:59:55 +0000 (10:59 +0100)] 
widl: Add support for the broadcast and idempotent operation attributes.

16 years agowidl: Output a warning if duplicate attributes are specified.
Rob Shearman [Mon, 14 Apr 2008 09:59:51 +0000 (10:59 +0100)] 
widl: Output a warning if duplicate attributes are specified.

16 years agowidl: Check that attributes are applicable for libraries, modules, dispinterfaces...
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.

16 years agowidl: The odl attribute is valid for dispinterfaces.
Rob Shearman [Mon, 14 Apr 2008 09:59:39 +0000 (10:59 +0100)] 
widl: The odl attribute is valid for dispinterfaces.

16 years agowidl: Make the attrs parameter passed to start_typelib const.
Rob Shearman [Mon, 14 Apr 2008 09:59:35 +0000 (10:59 +0100)] 
widl: Make the attrs parameter passed to start_typelib const.

16 years agowidl: Check that attributes applied to typedefs and fields are applicable and issue...
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.

16 years agowidl: Check that attributes applied to interfaces, functions and arguments are applic...
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.

16 years agopstorec: Fix incorrectly spelt PPST_PROMPTIFO type in pstorec.c and pstore.idl.
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.

16 years agoinclude: Add local to interfaces or functions that take a void * parameter and so...
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.

16 years agoinclude: Fix a typo in a level of indirection in tom.idl.
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.

16 years agoinclude: The unique attribute doesn't make any sense in the interface header, so...
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.

16 years agowinex11: Fix the type hint for the desktop window.
Alexandre Julliard [Mon, 14 Apr 2008 11:27:38 +0000 (13:27 +0200)] 
winex11: Fix the type hint for the desktop window.

16 years agowinex11: Make WS_EX_APPWINDOW windows have normal type.
Alexandre Julliard [Mon, 14 Apr 2008 11:27:19 +0000 (13:27 +0200)] 
winex11: Make WS_EX_APPWINDOW windows have normal type.

16 years agowinex11: Don't set full screen style on minimized windows.
Alexandre Julliard [Mon, 14 Apr 2008 11:26:38 +0000 (13:26 +0200)] 
winex11: Don't set full screen style on minimized windows.