Eric Pouech [Sun, 16 Mar 2008 20:46:51 +0000 (21:46 +0100)]
richedit: Store shift-enter (keyboard) and \line (rtf) as end of row (and emit \line while saving in RTF).
Eric Pouech [Sun, 16 Mar 2008 20:46:36 +0000 (21:46 +0100)]
richedit: Added support for end of line inside paragraphs.
Eric Pouech [Sun, 16 Mar 2008 20:46:20 +0000 (21:46 +0100)]
richedit: Fixed typo in bitmap scaling (for OLE objects).
Eric Pouech [Sun, 16 Mar 2008 20:46:10 +0000 (21:46 +0100)]
richedit: When handling \pard in RTF stream, really resets all paragraph styles.
Eric Pouech [Sun, 16 Mar 2008 20:46:03 +0000 (21:46 +0100)]
richedit: Fix reading paragraph left & first indentation attributes.
Eric Pouech [Sun, 16 Mar 2008 20:45:52 +0000 (21:45 +0100)]
richedit: Added support for reading DI bitmaps in RTF streams.
Eric Pouech [Sun, 16 Mar 2008 20:45:39 +0000 (21:45 +0100)]
richedit: Properly set the border width while parsing RTF stream.
Eric Pouech [Sun, 16 Mar 2008 20:45:31 +0000 (21:45 +0100)]
richedit: Prevent division by zero when 0-width border is used.
Jacek Caban [Sun, 16 Mar 2008 20:10:13 +0000 (21:10 +0100)]
jscript: Added JScript stub implementation.
Jacek Caban [Sun, 16 Mar 2008 20:09:51 +0000 (21:09 +0100)]
jscript: Added JScript class factory.
Jacek Caban [Sun, 16 Mar 2008 20:10:24 +0000 (21:10 +0100)]
wininet: Don't use query and hash part of URL to generate cache file name.
Roderick Colenbrander [Sun, 16 Mar 2008 16:37:38 +0000 (16:37 +0000)]
wined3d: Check the render target capabilities of a resource type.
Roderick Colenbrander [Sun, 16 Mar 2008 16:20:27 +0000 (16:20 +0000)]
wined3d: Check the texture capabilities we offer for the different texture types (cube, plain, volume).
Roderick Colenbrander [Sun, 16 Mar 2008 16:02:02 +0000 (16:02 +0000)]
wined3d: Move depth/stencil verification to CheckDepthStencilCapability.
Andrew Talbot [Sat, 15 Mar 2008 23:25:42 +0000 (23:25 +0000)]
secur32: Assign to structs instead of using memcpy.
Andrew Talbot [Sat, 15 Mar 2008 23:25:45 +0000 (23:25 +0000)]
setupapi: Assign to structs instead of using memcpy.
Andrew Talbot [Sat, 15 Mar 2008 23:25:38 +0000 (23:25 +0000)]
rsaenh: Assign to structs instead of using memcpy.
Joris Huizer [Sat, 15 Mar 2008 17:54:08 +0000 (18:54 +0100)]
qmgr/tests: Test the correct handle.
Alexandre Julliard [Sat, 15 Mar 2008 10:45:43 +0000 (11:45 +0100)]
shell32/tests: Remove spurious linefeeds in error messages.
Jared Lapsley [Thu, 13 Mar 2008 12:16:41 +0000 (08:16 -0400)]
shdocvw: WebBrowser_get_Busy implementation.
Maarten Lankhorst [Wed, 5 Mar 2008 21:41:41 +0000 (13:41 -0800)]
user32: Fix enumeration for EnumWindowStations and EnumDesktops.
Marcus Meissner [Fri, 14 Mar 2008 21:34:54 +0000 (22:34 +0100)]
wininet: Split out NULL ptr and function ptr check.
Clinton Stimpson [Sat, 15 Mar 2008 05:59:54 +0000 (23:59 -0600)]
user32: Test processing of expose events.
Maarten Lankhorst [Fri, 14 Mar 2008 23:22:55 +0000 (16:22 -0700)]
quartz: Implement a few MediaSeeking functions.
Maarten Lankhorst [Fri, 14 Mar 2008 20:29:28 +0000 (13:29 -0700)]
quartz: Change some more stubs from traces to fixmes.
Maarten Lankhorst [Fri, 14 Mar 2008 19:35:42 +0000 (12:35 -0700)]
quartz: Add initial support for time formats in IMediaSeeking.
Only support the SYSTEM_MEDIA_TIME for now.
Maarten Lankhorst [Fri, 14 Mar 2008 18:56:43 +0000 (11:56 -0700)]
quartz: Make MediaSeeking stubs fixmes.
Maarten Lankhorst [Fri, 14 Mar 2008 18:47:42 +0000 (11:47 -0700)]
quartz: Silence the directsound buffer on starting.
If the buffer is created and stopped, the contents of the buffer are
indeterminate, by zeroing it you won't get leftovers from last play.
Maarten Lankhorst [Fri, 14 Mar 2008 18:02:01 +0000 (11:02 -0700)]
quartz: Set a default sync source on the filtergraph.
Use the fallback system IReferenceClock, unless the app comes up with
its own clock.
Dan Hipschman [Fri, 14 Mar 2008 22:51:40 +0000 (15:51 -0700)]
qmgr: Implement IBackgroundCopyJob_AddFileSet.
Tony Wasserka [Fri, 14 Mar 2008 13:12:30 +0000 (14:12 +0100)]
d3dx9: Add stubs for the ID3DXFont functions.
James Hawkins [Fri, 14 Mar 2008 21:01:35 +0000 (16:01 -0500)]
msi: Don't publish the product for the custom action test.
Rob Shearman [Fri, 14 Mar 2008 18:08:46 +0000 (18:08 +0000)]
dxerr{8,9}: Include wine/port.h for snprintf.
Rob Shearman [Fri, 14 Mar 2008 18:09:20 +0000 (18:09 +0000)]
wininet: If we receive an error from InitializeSecurityContext in HTTP_DoAuthorization then set pAuthInfo->finished so that we don't carry on using the security context.
Rob Shearman [Fri, 14 Mar 2008 18:10:08 +0000 (18:10 +0000)]
wininet: Assume that if we're connected to an HTTP/1.1 server then connections can be kept alive by default.
So don't close the connection in this case in HTTP_FinishedReading.
Rob Shearman [Fri, 14 Mar 2008 18:08:28 +0000 (18:08 +0000)]
ole32: CreatePointerMoniker is implemented.
Rob Shearman [Fri, 14 Mar 2008 18:08:57 +0000 (18:08 +0000)]
oleaut32: Fix the return type of TLB_ReadTypeLib.
Maarten Lankhorst [Fri, 14 Mar 2008 05:00:57 +0000 (22:00 -0700)]
quartz: Fix IFilterGraph RemoveFilter to stop the filter before removing it.
Also checks for VFW_E_NOT_STOPPED that is allowed to cause a
disconnection to fail.
Maarten Lankhorst [Fri, 14 Mar 2008 04:47:14 +0000 (21:47 -0700)]
quartz: Destroy the filtergraph better in releasing.
RemoveFilter is better at removing a filter from a filtergraph then
some method there.
Alexandre Julliard [Fri, 14 Mar 2008 19:32:53 +0000 (20:32 +0100)]
kernel32: Implemented ReadFileScatter and WriteFileGather.
Alexandre Julliard [Fri, 14 Mar 2008 19:30:53 +0000 (20:30 +0100)]
kernel32: Propagate the FILE_FLAG_NO_BUFFERING CreateFile flag to ntdll.
Alexandre Julliard [Fri, 14 Mar 2008 19:30:12 +0000 (20:30 +0100)]
ntdll: Implemented NtWriteFileGather.
Alexandre Julliard [Fri, 14 Mar 2008 19:29:00 +0000 (20:29 +0100)]
ntdll: Implemented NtReadFileScatter.
Jacek Caban [Fri, 14 Mar 2008 11:42:42 +0000 (12:42 +0100)]
urlmon: Added special URLACTION_SCRIPT_OVERRIDE_SAFETY handling.
Jacek Caban [Fri, 14 Mar 2008 11:42:27 +0000 (12:42 +0100)]
urlmon: Added more policy tests.
Jacek Caban [Fri, 14 Mar 2008 11:42:07 +0000 (12:42 +0100)]
urlmon: Added ProcessUrlAction implementation.
Jacek Caban [Wed, 12 Mar 2008 18:15:44 +0000 (19:15 +0100)]
urlmon: Added URLACTION_* and URLPOLICY_* declarations.
Jacek Caban [Fri, 14 Mar 2008 11:41:50 +0000 (12:41 +0100)]
urlmon: Fixed URLZONEREG_DEFAULT handling in GetZoneActionPolicy.
Jacek Caban [Fri, 14 Mar 2008 11:41:27 +0000 (12:41 +0100)]
urlmon: Remove tests that fail on IE7 and make Wine behave like IE7.
Jacek Caban [Fri, 14 Mar 2008 11:40:46 +0000 (12:40 +0100)]
mshtml: Return full patch in res protocol's secure URL.
Jacek Caban [Fri, 14 Mar 2008 11:40:22 +0000 (12:40 +0100)]
urlmon: Move InternetParseUrl(PARSE_SECURITY_URL) call to map_url_to_zone and fix buffer size.
Aric Stewart [Fri, 14 Mar 2008 10:54:35 +0000 (19:54 +0900)]
dsound: Set the status from STATE_STARTING to STATE_PLAYING before mixing our next buffer so that we do not potentially skip early event when starting.
Alistair Leslie-Hughes [Fri, 14 Mar 2008 10:27:42 +0000 (21:27 +1100)]
mscoree: Added stub CorBindToRuntimeEx.
Maarten Lankhorst [Fri, 14 Mar 2008 03:29:40 +0000 (20:29 -0700)]
quartz: Add directsound renderer to filter list.
Maarten Lankhorst [Fri, 14 Mar 2008 03:28:09 +0000 (20:28 -0700)]
quartz: Implement detection on file extension in filesource.
Maarten Lankhorst [Fri, 14 Mar 2008 03:25:58 +0000 (20:25 -0700)]
quartz: Uncomment a trace.
Maarten Lankhorst [Fri, 14 Mar 2008 03:25:36 +0000 (20:25 -0700)]
quartz: Fix typo.
Maarten Lankhorst [Fri, 14 Mar 2008 03:24:58 +0000 (20:24 -0700)]
quartz: Detect and skip id3v2 header in mpeg splitter.
Maarten Lankhorst [Wed, 12 Mar 2008 17:12:18 +0000 (10:12 -0700)]
quartz: Implement a dummy null renderer for directshow.
Maarten Lankhorst [Fri, 14 Mar 2008 04:42:22 +0000 (21:42 -0700)]
quartz: Don't add MERIT_DO_NOT_USE filters automatically to create a connection.
NullRenderer might accidentally be rendered otherwise.
Maarten Lankhorst [Thu, 13 Mar 2008 00:18:12 +0000 (17:18 -0700)]
qcap: Implement a stubby CaptureGraphBuilder2::RenderStream.
This just uses enumeratepins to find 2 non-connected pins and connects
them using the filtergraph.
Maarten Lankhorst [Tue, 11 Mar 2008 23:24:54 +0000 (16:24 -0700)]
qcap: Add better findpin stub for CaptureGraphBuilder.
ICaptureGraphBuilder::RenderStream needs to enumerate pins, and to
prevent duplication I implemented a bit of findpin first.
Dan Hipschman [Thu, 13 Mar 2008 22:57:54 +0000 (15:57 -0700)]
qmgr: Implement progress updates for downloads given by URL.
Dan Hipschman [Thu, 13 Mar 2008 22:57:19 +0000 (15:57 -0700)]
qmgr: Transfer files given by URL (including HTTP, etc).
Dan Hipschman [Thu, 13 Mar 2008 22:57:19 +0000 (15:57 -0700)]
qmgr: Transfer files given by URL (including HTTP, etc).
Dan Hipschman [Thu, 13 Mar 2008 22:56:28 +0000 (15:56 -0700)]
qmgr: Implement BackgroundCopyJob_Complete.
Dan Hipschman [Thu, 13 Mar 2008 22:55:46 +0000 (15:55 -0700)]
kernel32: Add the MOVEFILE_WRITE_THROUGH flag for MoveFileEx (stub).
Dan Hipschman [Thu, 13 Mar 2008 22:54:35 +0000 (15:54 -0700)]
qmgr: Implement local file background "downloads."
Dan Hipschman [Thu, 13 Mar 2008 22:54:01 +0000 (15:54 -0700)]
qmgr: Add infrastructure for background file transferring.
Stefan Leichter [Thu, 13 Mar 2008 22:23:44 +0000 (23:23 +0100)]
shell32: Fix SHGetFolderPathAndSubDir tests.
Jason Edmeades [Thu, 13 Mar 2008 21:21:02 +0000 (21:21 +0000)]
user32: Fix MessageBox button contents and ordering.
Paul Vriens [Thu, 13 Mar 2008 08:54:43 +0000 (09:54 +0100)]
advapi/service: Give service its own debug channel.
Andrew Talbot [Thu, 13 Mar 2008 20:52:16 +0000 (20:52 +0000)]
oledlg: Assign to structs instead of using memcpy.
Andrew Talbot [Thu, 13 Mar 2008 20:52:32 +0000 (20:52 +0000)]
riched20: Assign to structs instead of using memcpy (with typo fixes).
Andrew Talbot [Thu, 13 Mar 2008 20:52:48 +0000 (20:52 +0000)]
rpcrt4: Assign to structs instead of using memcpy.
Andrew Talbot [Thu, 13 Mar 2008 20:52:00 +0000 (20:52 +0000)]
ole32: Assign to structs instead of using memcpy.
Marcus Meissner [Thu, 13 Mar 2008 20:54:48 +0000 (21:54 +0100)]
msi: Initialize variables.
Artur Szymiec [Thu, 13 Mar 2008 14:14:00 +0000 (15:14 +0100)]
wined3d: Add a device uuid.
Joris Huizer [Thu, 13 Mar 2008 16:41:49 +0000 (17:41 +0100)]
wininet: Fixed typos in two out-of-memory checks.
Rob Shearman [Thu, 13 Mar 2008 16:13:59 +0000 (16:13 +0000)]
wine.inf: Update timezone information.
Dan Kegel [Thu, 13 Mar 2008 15:56:05 +0000 (08:56 -0700)]
wintab: Expand whitelist of tablets.
Alistair Leslie-Hughes [Thu, 13 Mar 2008 10:50:30 +0000 (21:50 +1100)]
msxml3: Implemented IXMLDOMCDATASection_insertData.
Alistair Leslie-Hughes [Thu, 13 Mar 2008 10:19:24 +0000 (21:19 +1100)]
msxml3: Implement IXMLDOMComment_appendData.
Alexandre Julliard [Thu, 13 Mar 2008 12:35:02 +0000 (13:35 +0100)]
winex11: Store a pointer to the X11 event currently being handled instead of a simple count.
Aric Stewart [Thu, 13 Mar 2008 09:40:58 +0000 (18:40 +0900)]
gdi32: Add loading and processing of GSUB table vert/vrt2 functions for proper tategaki (vertical writing).
Alexandre Julliard [Thu, 13 Mar 2008 10:47:23 +0000 (11:47 +0100)]
makefiles: Consider all .res files as object files.
James Hawkins [Wed, 12 Mar 2008 23:31:06 +0000 (18:31 -0500)]
msi: Test and fix MsiSourceListAddSource.
Alistair Leslie-Hughes [Thu, 13 Mar 2008 09:30:12 +0000 (20:30 +1100)]
msxml3: Cannot use put_nodeValue on a IXMLDOMProcessingInstruction node whose target is xml.
Andrew Talbot [Wed, 12 Mar 2008 20:32:07 +0000 (20:32 +0000)]
quartz: Assign to structs instead of using memcpy.
Andrew Talbot [Wed, 12 Mar 2008 20:32:04 +0000 (20:32 +0000)]
qcap: Assign to structs instead of using memcpy.
Dan Hipschman [Wed, 12 Mar 2008 18:56:13 +0000 (11:56 -0700)]
qmgr: Add critical sections for jobs and files.
Rob Shearman [Wed, 12 Mar 2008 17:40:39 +0000 (17:40 +0000)]
wininet: Fix local variable shadowing in URLCacheContainer_OpenIndex.
Rob Shearman [Wed, 12 Mar 2008 17:40:51 +0000 (17:40 +0000)]
msi: Passing NULL for szBuffer and NULL for pcchValueBuf into MsiGetProductInfo{A, W} shouldn't crash.
Add a test for this.
Rob Shearman [Wed, 12 Mar 2008 15:12:01 +0000 (15:12 +0000)]
msi: Fix typos which caused joins of three or more tables to not work properly.
In JOIN_fetch_int and JOIN_fetch_stream, prev_rows should be multiplied
by the rows encountered in the current table so that prev_rows contains
all of counts of the rows encountered multiplied together, rather than
just the count of the rows in the last table encountered.
Rob Shearman [Wed, 12 Mar 2008 13:29:58 +0000 (13:29 +0000)]
oleaut32: Split the methods for opening different sources of typelibs out of TLB_ReadTypeLib.
Jacek Caban [Wed, 12 Mar 2008 17:41:11 +0000 (18:41 +0100)]
jscript: Added Dll[Un]RegisterServer implementation.
Jacek Caban [Wed, 12 Mar 2008 17:35:10 +0000 (18:35 +0100)]
secur32: Improve SECPKG_ATTR_CIPHER_STRENGTHS stub.
Jacek Caban [Wed, 12 Mar 2008 17:34:55 +0000 (18:34 +0100)]
secur32: Fixed dynamic loading in schannel test.
Huw Davies [Wed, 12 Mar 2008 13:45:13 +0000 (13:45 +0000)]
gdi32: Factor out FreeType initialization into a separate function.
Alexandre Julliard [Wed, 12 Mar 2008 17:14:22 +0000 (18:14 +0100)]
comctl32/tests: Avoid size_t printf format warnings.