Jacek Caban [Thu, 24 Apr 2008 16:22:10 +0000 (18:22 +0200)]
mshtml: Added more IDispatchEx tests.
Alexandre Julliard [Thu, 24 Apr 2008 20:14:21 +0000 (22:14 +0200)]
Add makedep magic comments for typelibs in resource files.
Alexandre Julliard [Thu, 24 Apr 2008 20:13:57 +0000 (22:13 +0200)]
makefiles: Add support for generating correct dependencies for tlb files.
Aric Stewart [Thu, 24 Apr 2008 15:34:01 +0000 (10:34 -0500)]
comctl32: Fix an off-by-one error in toolbar TOOLBAR_SetHotItem.
Alex Villacís Lasso [Thu, 24 Apr 2008 15:07:12 +0000 (10:07 -0500)]
riched20: Reject RTF that is recognized as invalid.
Alex Villacís Lasso [Thu, 24 Apr 2008 15:04:23 +0000 (10:04 -0500)]
riched20: Implement ignoring of last \par for EM_STREAMIN - 1.0 emulation.
Alex Villacís Lasso [Thu, 24 Apr 2008 15:00:29 +0000 (10:00 -0500)]
riched20: Implement ignoring of last \par for EM_STREAMIN.
Stefan Dösinger [Thu, 24 Apr 2008 12:47:40 +0000 (14:47 +0200)]
wined3d: Remove an unused variable.
Stefan Dösinger [Wed, 23 Apr 2008 23:09:49 +0000 (01:09 +0200)]
d3d9: Dump the device information in the visual tests.
Stefan Dösinger [Wed, 23 Apr 2008 23:00:44 +0000 (01:00 +0200)]
d3d9: Check textures for srgb writing, not surfaces.
Stefan Dösinger [Wed, 23 Apr 2008 20:18:32 +0000 (22:18 +0200)]
wined3d: Fix DP2ADD in GLSL.
DP2ADD returns a scalar, and fglrx (correctly) complains that it can't
assign that to a 3 component vector.
Stefan Dösinger [Wed, 23 Apr 2008 19:53:59 +0000 (21:53 +0200)]
wined3d: Fix the GL_ATI_separate_stencil codepath.
glStencilFuncSeparateATI does not take a face argument, instead it
sets the front and back facing functions at once. This means the
renderstate_stencil_twosided helper function is somewhat pointless for
this extension.
Stefan Dösinger [Wed, 23 Apr 2008 19:36:39 +0000 (21:36 +0200)]
wined3d: More fglrx spam.
Stefan Dösinger [Wed, 23 Apr 2008 20:25:05 +0000 (22:25 +0200)]
d3d9: Make the offscreen format test a bit more tolerant.
Kai Blin [Thu, 24 Apr 2008 11:45:10 +0000 (13:45 +0200)]
ws2_32: Work around the host name resolving to 127.x.x.x when using that for binding.
Alexandre Julliard [Thu, 24 Apr 2008 15:22:04 +0000 (17:22 +0200)]
user32: Allow the default desktop name to be specified on a per-app basis.
Alexandre Julliard [Thu, 24 Apr 2008 14:27:50 +0000 (16:27 +0200)]
explorer: Retrieve the default desktop name from the startup parameters or the registry.
Alexandre Julliard [Thu, 24 Apr 2008 14:24:46 +0000 (16:24 +0200)]
explorer: Allow specifying a default size for each desktop using the HKCU\Software\Wine\Explorer\Desktops registry key.
Alexandre Julliard [Thu, 24 Apr 2008 11:53:33 +0000 (13:53 +0200)]
wine.inf: Fix the service type of the spooler service.
Alexandre Julliard [Thu, 24 Apr 2008 11:53:21 +0000 (13:53 +0200)]
services.exe: Don't reject config changes if the display name corresponds to the service being changed.
Alexandre Julliard [Thu, 24 Apr 2008 11:53:02 +0000 (13:53 +0200)]
services.exe: Make the changed status event an auto-reset event.
Paul Vriens [Thu, 24 Apr 2008 11:07:57 +0000 (13:07 +0200)]
user32/tests: Skip tests if function is not implemented.
Paul Vriens [Thu, 24 Apr 2008 10:05:58 +0000 (12:05 +0200)]
oleaut32/tests: Skip a test on win9x.
Kusanagi Kouichi [Wed, 23 Apr 2008 23:32:03 +0000 (08:32 +0900)]
imm32: Fix a meaningless test.
ImmSetCompositionString generates WM_IME_COMPOSITION. Therefore test always
fails if messages are not flushed.
Kusanagi Kouichi [Wed, 23 Apr 2008 23:29:54 +0000 (08:29 +0900)]
winex11: Generate WM_IME_ENDCOMPOSITION when composition string is canceled.
Alexandre Julliard [Thu, 24 Apr 2008 10:46:43 +0000 (12:46 +0200)]
Make.rules: Move the all: target before the implicit rules to avoid confusing FreeBSD make.
Lei Zhang [Thu, 24 Apr 2008 06:57:26 +0000 (23:57 -0700)]
winex11: control + enter should generate '\n' instead of '\r'.
Roderick Colenbrander [Tue, 22 Apr 2008 22:15:15 +0000 (22:15 +0000)]
wgl: Add a wine specific WGL extension which allows you to change the pixel format multiple times.
Roderick Colenbrander [Wed, 23 Apr 2008 20:40:43 +0000 (20:40 +0000)]
wgl: Put the core functionality of X11DRV_SetPixelFormat in a separate function.
This is needed for a new X11DRV_SetPixelFormatWINE function which allows you to change the pixel format multiple times.
Eric Pouech [Wed, 23 Apr 2008 19:38:48 +0000 (21:38 +0200)]
winhelp: Setup a better font size for the richedit rendering.
Eric Pouech [Wed, 23 Apr 2008 19:38:42 +0000 (21:38 +0200)]
winhelp: Allow links inside popups to work properly.
Eric Pouech [Wed, 23 Apr 2008 19:38:36 +0000 (21:38 +0200)]
winhelp: Create the shadow window also for popups handled by RichEdit.
Eric Pouech [Wed, 23 Apr 2008 19:38:27 +0000 (21:38 +0200)]
winhelp: Correctly compute the popup size and manage the popup when richedit is used.
Eric Pouech [Wed, 23 Apr 2008 19:38:14 +0000 (21:38 +0200)]
winhelp: Implement the first round of support for links in RichEdit.
Eric Pouech [Wed, 23 Apr 2008 19:38:09 +0000 (21:38 +0200)]
winhelp: Added proper RTF conversion for non breakable space and hyphen.
Eric Pouech [Wed, 23 Apr 2008 19:37:58 +0000 (21:37 +0200)]
winhelp: Add proper support for charset from headers and escaped non ANSI characters in RTF stream.
Eric Pouech [Wed, 23 Apr 2008 19:37:51 +0000 (21:37 +0200)]
winhelp: Start feeding the richedit control with relevant RTF stream.
Eric Pouech [Wed, 23 Apr 2008 19:37:44 +0000 (21:37 +0200)]
winhelp: Added as an option, to use richedit to render the text window.
Dan Hipschman [Wed, 23 Apr 2008 22:33:18 +0000 (15:33 -0700)]
wininet: Don't forget the INTERNET_STATUS_REDIRECT callback in HttpEndRequest.
Juan Lang [Wed, 23 Apr 2008 21:59:44 +0000 (14:59 -0700)]
cryptdlg: Implement GetFriendlyNameOfCertA/W.
Jacek Caban [Wed, 23 Apr 2008 14:47:52 +0000 (16:47 +0200)]
mshtml: Return S_OK in QueryContinue.
Jacek Caban [Wed, 23 Apr 2008 14:47:33 +0000 (16:47 +0200)]
mshtml: Fixed typo.
Jacek Caban [Wed, 23 Apr 2008 15:10:03 +0000 (17:10 +0200)]
oleaut32: Handle VT_R4 in RecordClear (spotted by Konrad Rzepecki).
Jacek Caban [Wed, 23 Apr 2008 15:09:43 +0000 (17:09 +0200)]
oleaut32: Clear record in RecordDestroy.
Jacek Caban [Wed, 23 Apr 2008 15:09:25 +0000 (17:09 +0200)]
oleaut32: Properly clear VT_BSTR record.
Jacek Caban [Wed, 23 Apr 2008 15:09:05 +0000 (17:09 +0200)]
urlmon: Ignore query and hash part in file protocol URL.
Stefan Dösinger [Wed, 23 Apr 2008 20:23:57 +0000 (22:23 +0200)]
wined3d: Call activate_dimensions from the atifs code.
Alexandre Julliard [Thu, 24 Apr 2008 09:53:58 +0000 (11:53 +0200)]
user32: Make drivers non-const to avoid a compiler warning.
Alexandre Julliard [Thu, 24 Apr 2008 09:53:45 +0000 (11:53 +0200)]
kernel32: If necessary reload the environment after wineboot has run.
Lei Zhang [Thu, 24 Apr 2008 00:58:30 +0000 (17:58 -0700)]
user32: Handle VK_RETURN WM_KEYDOWN events better in edit controls.
Elias Benali wrote the initial version of this patch.
Lei Zhang [Thu, 24 Apr 2008 00:48:34 +0000 (17:48 -0700)]
user32: Add a test for sending WM_KEYDOWN to a child edit control.
James Hawkins [Thu, 24 Apr 2008 00:07:19 +0000 (19:07 -0500)]
uxtheme: Fix a test that fails in win2k3.
James Hawkins [Wed, 23 Apr 2008 23:45:49 +0000 (18:45 -0500)]
shell32: Fix a test that fails in win2k3.
James Hawkins [Wed, 23 Apr 2008 23:20:21 +0000 (18:20 -0500)]
riched20: Fix a few tests that fail in XP and up.
James Hawkins [Wed, 23 Apr 2008 23:05:02 +0000 (18:05 -0500)]
pdh: Fix two tests that fail on win2k3.
Michael Stefaniuc [Wed, 23 Apr 2008 23:04:40 +0000 (01:04 +0200)]
start: Update the German translation.
Andrew Talbot [Wed, 23 Apr 2008 21:13:04 +0000 (22:13 +0100)]
quartz: Remove unused variables.
Andrew Talbot [Wed, 23 Apr 2008 21:13:07 +0000 (22:13 +0100)]
riched20: Remove unused variables.
Andrew Talbot [Wed, 23 Apr 2008 21:13:01 +0000 (22:13 +0100)]
qcap: Remove unused variable.
Rob Shearman [Wed, 23 Apr 2008 19:10:14 +0000 (20:10 +0100)]
wintrust: Check that provider functions are not NULL before using them.
Rob Shearman [Wed, 23 Apr 2008 19:09:19 +0000 (20:09 +0100)]
wintrust: Implement WTHelperGetProvPrivateDataFromChain.
Also fill in pfnAddPrivData2Chain in WintrustLoadFunctionPointers, which
is the complement of WTHelperGetProvPrivateDataFromChain.
Rob Shearman [Wed, 23 Apr 2008 19:08:50 +0000 (20:08 +0100)]
crypt32: Decode the message content on finishing in CDecodeMsg_Update for the streamed case as well as the non-streamed case.
Reece Dunn [Tue, 22 Apr 2008 12:35:34 +0000 (13:35 +0100)]
shlwapi/tests: Add 'res:' protocol tests for UrlCanonicalize.
Alex Villacís Lasso [Wed, 23 Apr 2008 14:52:14 +0000 (09:52 -0500)]
riched20: Yet more tests for EM_STREAMIN.
Alex Villacís Lasso [Wed, 23 Apr 2008 14:48:44 +0000 (09:48 -0500)]
uxtheme: Skip creation of temporary bitmap when painting a single tile.
Alex Villacís Lasso [Wed, 23 Apr 2008 14:45:53 +0000 (09:45 -0500)]
uxtheme: Fix nasty regression with painting of themed progress bar.
Jacek Caban [Wed, 23 Apr 2008 14:45:52 +0000 (16:45 +0200)]
mshtml: Added elements IDispatchEx implementation.
Jacek Caban [Wed, 23 Apr 2008 14:45:21 +0000 (16:45 +0200)]
mshtml.idl: Added DispHTMLUnknownElement declaration.
Jacek Caban [Wed, 23 Apr 2008 14:44:21 +0000 (16:44 +0200)]
mshtml: Use heap_alloc_zero for allocating node objects.
Jacek Caban [Wed, 23 Apr 2008 14:43:50 +0000 (16:43 +0200)]
mshtml: Added IHTMLDocument3::getElementById implementation.
Stefan Dösinger [Wed, 23 Apr 2008 14:19:19 +0000 (16:19 +0200)]
d3d9: Add a test for NP2 stretchrect.
Stefan Dösinger [Wed, 23 Apr 2008 00:48:55 +0000 (02:48 +0200)]
wined3d: Support framebuffer reading from texture_rectangle sources.
Stefan Dösinger [Fri, 11 Apr 2008 06:19:04 +0000 (08:19 +0200)]
wined3d: Use the shader backend to enable / disable atifs and nvts.
The previous logic assumed that if NVTS or ATIFS are available they
will be used. This happens to be true for NVTS, but ATIFS is only used
if neither ARBFP nor GLSL are supported. This breaks fixed function
fragment processing on ATI r300 and newer cards
Alexandre Julliard [Wed, 23 Apr 2008 16:04:43 +0000 (18:04 +0200)]
explorer: Convert the command line parsing to Unicode.
Alexandre Julliard [Wed, 23 Apr 2008 13:34:07 +0000 (15:34 +0200)]
winex11: Don't allow changing the X11 size of a maximized window.
Alexandre Julliard [Wed, 23 Apr 2008 13:33:29 +0000 (15:33 +0200)]
winex11: Make sure that the window gravity is always set.
Alexandre Julliard [Wed, 23 Apr 2008 13:32:58 +0000 (15:32 +0200)]
winex11: Merged the contents of winpos.c into window.c.
Alexandre Julliard [Wed, 23 Apr 2008 13:22:17 +0000 (15:22 +0200)]
winex11: Moved the X11DRV_resize_desktop function to desktop.c.
Dan Kegel [Tue, 22 Apr 2008 23:52:56 +0000 (16:52 -0700)]
gdiplus: GdipLoadImageFromStream: initialize variable.
Nikolay Sivov [Tue, 22 Apr 2008 21:12:59 +0000 (01:12 +0400)]
gdiplus: Implemented GdipCloneFont.
Reece Dunn [Tue, 22 Apr 2008 12:18:07 +0000 (13:18 +0100)]
shlwapi/tests: Improve the way that the UrlCanonicalize tests report failure.
James Hawkins [Tue, 22 Apr 2008 04:42:19 +0000 (23:42 -0500)]
kernel32: Fix a test that fails on win9x.
James Hawkins [Tue, 22 Apr 2008 01:30:35 +0000 (20:30 -0500)]
version: Fix tests that fail in win9x and win2k.
ByeongSik Jeon [Wed, 23 Apr 2008 10:05:46 +0000 (19:05 +0900)]
imm32: More implementation of the ImmGetConversionStatus().
Match the ImmSetConversionStatus() function.
ByeongSik Jeon [Wed, 23 Apr 2008 10:05:30 +0000 (19:05 +0900)]
imm32: Pass the old conversion status value to the IME.
ByeongSik Jeon [Wed, 23 Apr 2008 10:05:23 +0000 (19:05 +0900)]
imm32: Examine whether the fOpen value differs with its old value.
ByeongSik Jeon [Tue, 22 Apr 2008 03:33:22 +0000 (12:33 +0900)]
user32: Pass the WM_IME_NOTIFY message to the default IME window.
ByeongSik Jeon [Tue, 22 Apr 2008 12:44:39 +0000 (21:44 +0900)]
imm32: Add stub and header of Imm{Create|Show|Destroy}SoftKeyboard.
ByeongSik Jeon [Tue, 22 Apr 2008 12:44:22 +0000 (21:44 +0900)]
imm32: Add stub and header of ImmRequestMessage.
Tomasz Jezierski [Tue, 22 Apr 2008 07:39:48 +0000 (09:39 +0200)]
shell32: Secure filename copy to fixed size variable wfileName.
Maarten Lankhorst [Wed, 23 Apr 2008 00:12:28 +0000 (17:12 -0700)]
dsound: Skip WAVE_FORMAT_EXTENSIBLE tests on directx < 8.
Maarten Lankhorst [Tue, 22 Apr 2008 23:54:28 +0000 (16:54 -0700)]
quartz: Make the file source support multiple samples by preallocating enough handles.
Maarten Lankhorst [Tue, 22 Apr 2008 20:57:11 +0000 (13:57 -0700)]
quartz: Make wave parser and mpeg splitter zero copy by getting rid of the seperate allocator for the output pin.
Maarten Lankhorst [Tue, 22 Apr 2008 20:44:33 +0000 (13:44 -0700)]
quartz: Add some sanity checks to file splitter.
Maarten Lankhorst [Tue, 22 Apr 2008 20:37:34 +0000 (13:37 -0700)]
quartz: Copy discontinuity status in acmwrapper.
Maarten Lankhorst [Tue, 22 Apr 2008 20:37:05 +0000 (13:37 -0700)]
quartz: Fix inverted logic in memallocator.
Maarten Lankhorst [Sat, 19 Apr 2008 22:33:56 +0000 (15:33 -0700)]
quartz: Fix error message names in tests.
Maarten Lankhorst [Sat, 19 Apr 2008 02:30:25 +0000 (19:30 -0700)]
quartz: Optimize the processing thread to fetch one sample while processing another.
Dmitry Timoshkov [Wed, 23 Apr 2008 08:24:53 +0000 (17:24 +0900)]
gdi32: Reselect objects into the DC only if scaling factors change.
Austin English [Wed, 23 Apr 2008 05:13:32 +0000 (00:13 -0500)]
Spelling fixes.