Paul Vriens [Sun, 8 Mar 2009 17:07:30 +0000 (18:07 +0100)]
shlwapi/tests: Don't crash on IE5.
Paul Vriens [Sun, 8 Mar 2009 13:06:48 +0000 (14:06 +0100)]
wininet/tests: Don't crash on systems with IE5.
Paul Vriens [Sun, 8 Mar 2009 12:59:51 +0000 (13:59 +0100)]
wininet/tests: Skip tests for not implemented functions.
Paul Vriens [Sun, 8 Mar 2009 12:38:25 +0000 (13:38 +0100)]
wininet/tests: Skip some tests on IE5.
Paul Vriens [Sun, 8 Mar 2009 12:19:04 +0000 (13:19 +0100)]
wininet/tests: Test result differences are related to IE6 version, not to platform.
Rob Shearman [Sat, 7 Mar 2009 21:56:27 +0000 (21:56 +0000)]
qmgr: Add a missing call to CoUninitialize.
Rob Shearman [Sat, 7 Mar 2009 21:56:00 +0000 (21:56 +0000)]
qmgr: Fix a memory leak.
Rob Shearman [Sat, 7 Mar 2009 21:54:27 +0000 (21:54 +0000)]
ole32: Fix a memory leak in an error path in COMPOBJ_DllList_Add.
Vincent Povirk [Sat, 7 Mar 2009 17:33:55 +0000 (11:33 -0600)]
gdiplus: Stub GdipCloneBitmapAreaI.
Luke Benstead [Sat, 7 Mar 2009 08:37:34 +0000 (08:37 +0000)]
winnt.h: Completed TOKEN_INFORMATION_CLASS enum definition.
Dylan Smith [Sat, 7 Mar 2009 07:09:04 +0000 (02:09 -0500)]
winhlp32: Use EM_SCROLL to scroll richedit control.
Previously the richedit control contents were scrolled directly using
ScrollWindow. This caused the richedit control to not actually scroll,
but only look like it scrolled, therefore causing plenty of glitches.
Juan Lang [Fri, 6 Mar 2009 19:26:09 +0000 (11:26 -0800)]
crypt32: Fix another test on Win9x.
Nikolay Sivov [Tue, 3 Mar 2009 21:50:55 +0000 (16:50 -0500)]
comctl32: Replace nonprintable characters with spaces on SB_SETTEXT.
Alistair Leslie-Hughes [Thu, 5 Mar 2009 09:41:39 +0000 (20:41 +1100)]
mshtml: Implement IHTMLStyle get/put borderBottomWidth.
Alistair Leslie-Hughes [Thu, 5 Mar 2009 09:35:50 +0000 (20:35 +1100)]
mshtml: Implement IHTMLStyle get/put borderRightWidth.
Alistair Leslie-Hughes [Thu, 5 Mar 2009 09:32:41 +0000 (20:32 +1100)]
mshtml: Implement IHTMLStyle get/put borderTopWidth.
Alistair Leslie-Hughes [Thu, 5 Mar 2009 09:26:36 +0000 (20:26 +1100)]
mshtml: Implement IHTMLStyle get/put backgroundPositionY.
Alistair Leslie-Hughes [Thu, 5 Mar 2009 09:24:24 +0000 (20:24 +1100)]
mshtml: Implement IHTMLStyle get/put backgroundPositionX.
Alistair Leslie-Hughes [Tue, 3 Mar 2009 11:01:16 +0000 (22:01 +1100)]
mshtml: Implement IHTMLStyle_get_borderLeft.
Paul Vriens [Fri, 6 Mar 2009 12:23:41 +0000 (13:23 +0100)]
mshtml/tests: Fix some typos.
Paul Vriens [Fri, 6 Mar 2009 12:06:39 +0000 (13:06 +0100)]
gdiplus/tests: Fix two test failures on Win98.
Paul Vriens [Fri, 6 Mar 2009 11:19:43 +0000 (12:19 +0100)]
shdocvw/tests: Add a missing FreeLibrary().
Paul Vriens [Fri, 6 Mar 2009 11:15:28 +0000 (12:15 +0100)]
ole32/tests: Remove an unused function declaration.
Paul Vriens [Fri, 6 Mar 2009 10:47:32 +0000 (11:47 +0100)]
qmgr/tests: Fix some tests on systems with BITS 1.5 and lower.
Michael Stefaniuc [Fri, 6 Mar 2009 13:10:51 +0000 (14:10 +0100)]
twain_32/tests: Remove superfluous pointer casts.
Huw Davies [Fri, 6 Mar 2009 11:32:42 +0000 (11:32 +0000)]
ole32: Add support for VT_DECIMAL.
Henri Verbeet [Fri, 6 Mar 2009 07:43:49 +0000 (08:43 +0100)]
d3d9: Improve IDirect3DDevice9::SetFVF() code flow.
Henri Verbeet [Fri, 6 Mar 2009 13:56:23 +0000 (14:56 +0100)]
wined3d: Merge IWineD3DVertexBuffer with IWineD3DBuffer.
That still leaves IWineD3DIndexBuffer, but that code is also mostly similar,
except for the conversion code (which will be unused there).
Henri Verbeet [Fri, 6 Mar 2009 13:56:22 +0000 (14:56 +0100)]
wined3d: Simplify IWineD3DVertexBufferImpl_PreLoad() a bit.
Henri Verbeet [Fri, 6 Mar 2009 13:56:22 +0000 (14:56 +0100)]
wined3d: Also set VBFLAG_HASDESC if we can determine we don't need conversion.
Dylan Smith [Thu, 5 Mar 2009 22:06:47 +0000 (17:06 -0500)]
richedit: Avoid calling ITextHost_TxNotify with EN_MSGFILTER.
The documentation for TxNotify says that it is not called with the
EN_MSGFILTER notification, so I made sure ME_FilterEvent didn't call
this method.
Jeremy White [Thu, 5 Mar 2009 23:13:45 +0000 (17:13 -0600)]
sane.ds: Fix a subtle bug that prevented the float scrollbar from incrementing by one.
Jeremy White [Thu, 5 Mar 2009 23:13:18 +0000 (17:13 -0600)]
sane.ds: Sane should go first; that makes any actual scanner found the default device.
Jeremy White [Thu, 5 Mar 2009 19:25:58 +0000 (13:25 -0600)]
sane.ds: More correctly detect an end of scan job from sane; this enables Acrobat to pull multiple pages in one scan.
Jeremy White [Thu, 5 Mar 2009 19:15:20 +0000 (13:15 -0600)]
sane.ds: Add support for CAP_FEEDERENABLED.
Jeremy White [Thu, 5 Mar 2009 19:15:13 +0000 (13:15 -0600)]
sane.ds: Add suport for CAP_AUTOFEED, make batch scans the default.
Jeremy White [Thu, 5 Mar 2009 19:15:06 +0000 (13:15 -0600)]
sane.ds: Implement support for ICAP_PHYSICALHEIGHT and ICAP_PHYSICALWIDTH.
Mike Ruprecht [Fri, 6 Mar 2009 07:36:18 +0000 (01:36 -0600)]
dbghelp: Don't define 32-bit structs in 64-bit mode.
Rein Klazes [Fri, 6 Mar 2009 08:27:48 +0000 (09:27 +0100)]
user32: Check for invalid menu handle passed to TrackPopupMenu and TrackPopupMenuEx.
Henri Verbeet [Fri, 6 Mar 2009 07:43:49 +0000 (08:43 +0100)]
d3d10: Implement ID3D10EffectPass::Apply().
Henri Verbeet [Fri, 6 Mar 2009 07:43:48 +0000 (08:43 +0100)]
d3d10: Create shaders.
Henri Verbeet [Fri, 6 Mar 2009 07:43:48 +0000 (08:43 +0100)]
d3d10: Implement ID3D10Effect::GetDevice().
Vincent Povirk [Thu, 5 Mar 2009 17:07:03 +0000 (11:07 -0600)]
wininet: Stub RegisterUrlCacheNotification.
Vincent Povirk [Thu, 5 Mar 2009 15:12:47 +0000 (09:12 -0600)]
advapi32: Stub TraceEvent.
Juan Lang [Thu, 5 Mar 2009 18:12:02 +0000 (10:12 -0800)]
crypt32: Fix some test failures on Win9x.
Alexandre Julliard [Fri, 6 Mar 2009 09:38:39 +0000 (10:38 +0100)]
user32/tests: Add more optional messages for Vista and Win9x.
Alexandre Julliard [Thu, 5 Mar 2009 22:05:13 +0000 (23:05 +0100)]
comctl32/tests: Disable a test that crashes on NT4.
Alexandre Julliard [Thu, 5 Mar 2009 22:00:49 +0000 (23:00 +0100)]
comctl32/tests: Fix the monthcal window creation message sequence.
Alexandre Julliard [Thu, 5 Mar 2009 22:00:36 +0000 (23:00 +0100)]
comctl32/tests: Set the listview image list after WM_CREATE has been processed.
Alexandre Julliard [Thu, 5 Mar 2009 21:09:44 +0000 (22:09 +0100)]
ntdll/tests: Create the server port before starting the client thread.
Print status values in hex.
Alexandre Julliard [Thu, 5 Mar 2009 22:17:35 +0000 (23:17 +0100)]
iphlpapi/tests: Don't pass a NULL size to GetTcp/UdpTable, it crashes on Vista.
Alexandre Julliard [Thu, 5 Mar 2009 18:33:26 +0000 (19:33 +0100)]
iphlpapi: Implemented getInterfaceStatsByName for Solaris.
Alexandre Julliard [Thu, 5 Mar 2009 18:30:07 +0000 (19:30 +0100)]
iphlpapi: Implemented GetUdpStatistics for Solaris.
Alexandre Julliard [Thu, 5 Mar 2009 18:27:54 +0000 (19:27 +0100)]
iphlpapi: Implemented GetTcpStatistics for Solaris.
Alexandre Julliard [Thu, 5 Mar 2009 18:25:36 +0000 (19:25 +0100)]
iphlpapi: Implemented GetIpStatistics for Solaris.
Alexandre Julliard [Thu, 5 Mar 2009 18:18:51 +0000 (19:18 +0100)]
iphlpapi: Implemented GetIcmpStatistics for Solaris.
Alexandre Julliard [Thu, 5 Mar 2009 17:45:32 +0000 (18:45 +0100)]
configure: Add check for libkstat on Solaris.
Rob Shearman [Thu, 5 Mar 2009 08:23:54 +0000 (08:23 +0000)]
widl: Pass var attrs into write_no_repeat_pointer_descriptions and use them for the string check.
Rob Shearman [Thu, 5 Mar 2009 08:23:07 +0000 (08:23 +0000)]
widl: Add coclass and module types to the global namespace.
Rob Shearman [Thu, 5 Mar 2009 08:23:00 +0000 (08:23 +0000)]
widl: Move type_new_enum, type_new_struct, type_new_encapsulated_union and type_new_unencapsulated_union to typetree.c.
Rob Shearman [Thu, 5 Mar 2009 08:22:51 +0000 (08:22 +0000)]
widl: Allow enum and union tags to be used without being defined.
Rob Shearman [Thu, 5 Mar 2009 08:22:32 +0000 (08:22 +0000)]
widl: Move the pointer referent, array element, function return type and interface inheritance properties from type_t to details structures for the appropriate types.
Rob Shearman [Thu, 5 Mar 2009 08:22:19 +0000 (08:22 +0000)]
widl: Store the abstract identifier of the type in type object instead of an NDR format character.
Rob Shearman [Thu, 5 Mar 2009 08:21:58 +0000 (08:21 +0000)]
widl: Remove the single keyword and type.
It isn't valid in MIDL or the FreeDCE IDL compiler, nor does it appear
in the DCE/RPC or C99 specs.
Rob Shearman [Thu, 5 Mar 2009 08:21:51 +0000 (08:21 +0000)]
widl: Implement a more abstract way of representing basic types.
Rob Shearman [Thu, 5 Mar 2009 08:21:42 +0000 (08:21 +0000)]
widl: Fix get_explicit_generic_handle_type and is_context_handle to detect attributes set on typedefs other than the first.
Change get_explicit_handle_var to use accessors for the type structure.
Rob Shearman [Thu, 5 Mar 2009 08:21:35 +0000 (08:21 +0000)]
widl: Move declarray property to array_details.
Invert the property since an array being declared as a pointer is more
surprising than an array being declared as an array.
Provide an accessor, type_array_is_decl_as_ptr.
Vincent Povirk [Tue, 3 Mar 2009 22:07:29 +0000 (16:07 -0600)]
gdiplus: Return a NULL bitmap when GdipCreateBitmapFromScan0 fails.
Alexandre Julliard [Thu, 5 Mar 2009 13:40:16 +0000 (14:40 +0100)]
ntdll: Fix a couple of warnings on Solaris.
Alistair Leslie-Hughes [Thu, 5 Mar 2009 09:08:51 +0000 (20:08 +1100)]
mshtml: Add missing IHTMLCurrentStyle IDispatchEx ids.
Alistair Leslie-Hughes [Thu, 5 Mar 2009 09:03:56 +0000 (20:03 +1100)]
mshtml: Add missing IHTMLStyle IDispatchEx ids.
Henri Verbeet [Thu, 5 Mar 2009 11:30:44 +0000 (12:30 +0100)]
d3d10core: Implement ID3D10Device::Draw().
Henri Verbeet [Thu, 5 Mar 2009 11:30:43 +0000 (12:30 +0100)]
wined3d: Add separate methods for setting the primitive type.
Henri Verbeet [Thu, 5 Mar 2009 11:30:43 +0000 (12:30 +0100)]
wined3d: Add d3d10 primitive types.
Henri Verbeet [Thu, 5 Mar 2009 11:30:43 +0000 (12:30 +0100)]
wined3d: Add support for ARB_geometry_shader4.
Henri Verbeet [Thu, 5 Mar 2009 11:30:42 +0000 (12:30 +0100)]
wined3d: Fix some prototypes.
Henri Verbeet [Thu, 5 Mar 2009 11:30:42 +0000 (12:30 +0100)]
wined3d: Pass the vertex count rather than the primitive count to wined3d draw methods.
Alexandre Julliard [Thu, 5 Mar 2009 13:27:17 +0000 (14:27 +0100)]
user32/tests: Skip menu test if sending input failed. Use VK_MENU instead of VK_LMENU.
Alexandre Julliard [Thu, 5 Mar 2009 13:26:55 +0000 (14:26 +0100)]
user32/tests: Mark a couple of painting messages as optional.
Alexandre Julliard [Thu, 5 Mar 2009 13:24:39 +0000 (14:24 +0100)]
iphlpapi: Simplify parsing of UDP stats. Only try to open /proc on Linux.
Alexandre Julliard [Thu, 5 Mar 2009 13:24:29 +0000 (14:24 +0100)]
iphlpapi: Simplify parsing of TCP stats. Only try to open /proc on Linux.
Alexandre Julliard [Thu, 5 Mar 2009 13:24:08 +0000 (14:24 +0100)]
iphlpapi: Simplify parsing of IP stats. Only try to open /proc on Linux.
Alexandre Julliard [Thu, 5 Mar 2009 13:23:52 +0000 (14:23 +0100)]
iphlpapi: Simplify parsing of interface data. Only try to open /proc on Linux.
Alexandre Julliard [Thu, 5 Mar 2009 13:23:21 +0000 (14:23 +0100)]
iphlpapi: Simplify parsing of ICMP stats. Only try to open /proc on Linux.
Hans Leidekker [Thu, 5 Mar 2009 11:11:30 +0000 (12:11 +0100)]
mscms: Handle errors from lcms more gracefully.
Default behavior of lcms is to abort the process when it encounters
an error it considers fatal, such as a corrupt color profile.
Hans Leidekker [Thu, 5 Mar 2009 09:46:10 +0000 (10:46 +0100)]
winhttp, wininet: Load i2d_X509 from libcrypto.so.
Paul Vriens [Thu, 5 Mar 2009 09:07:37 +0000 (10:07 +0100)]
programs/winetest: Show dll versions again for Win9x/WinME.
Michael Stefaniuc [Thu, 5 Mar 2009 08:39:10 +0000 (09:39 +0100)]
msctf: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 5 Mar 2009 08:39:01 +0000 (09:39 +0100)]
netapi32: Remove superfluous pointer casts.
Nikolay Sivov [Wed, 4 Mar 2009 23:03:55 +0000 (18:03 -0500)]
user32: Use 1 unit caret width for Edit control.
Nikolay Sivov [Wed, 4 Mar 2009 22:38:41 +0000 (17:38 -0500)]
user32: Disable scroll bar control window when both buttons disabled.
Alexandre Julliard [Thu, 5 Mar 2009 11:47:18 +0000 (12:47 +0100)]
kernel32/tests: Stop testing integer atoms if the first one doesn't work.
Alexandre Julliard [Thu, 5 Mar 2009 11:47:02 +0000 (12:47 +0100)]
ddraw/tests: Allow IDirectDrawSurface_AddAttachedSurface failure on Windows.
Paul Vriens [Thu, 5 Mar 2009 08:05:50 +0000 (09:05 +0100)]
urlmon/tests: Use an action that is available on all IE versions.
Paul Vriens [Wed, 4 Mar 2009 20:55:11 +0000 (21:55 +0100)]
shell32/tests: Skip some tests on Win95 because of W-functions.
Paul Vriens [Wed, 4 Mar 2009 20:53:16 +0000 (21:53 +0100)]
shell32/tests: Make sure we test on Win95.
Paul Vriens [Wed, 4 Mar 2009 20:18:58 +0000 (21:18 +0100)]
shell32/tests: Use the correct directory on Win95.
Juan Lang [Wed, 4 Mar 2009 18:53:38 +0000 (10:53 -0800)]
crypt32: Fix some test failures on Win9x.
Tony Wasserka [Wed, 4 Mar 2009 19:27:49 +0000 (20:27 +0100)]
d3dx9: Fix inclusions in some d3dx9 headers.
Jacek Caban [Wed, 4 Mar 2009 18:08:20 +0000 (19:08 +0100)]
urlmon: Get rid of URLMonikerImpl_BindToStorage_hack.