Juan Lang [Thu, 3 Mar 2011 23:50:12 +0000 (15:50 -0800)]
wininet: Rename a couple members based on publicy available information.
Juan Lang [Thu, 3 Mar 2011 17:47:10 +0000 (09:47 -0800)]
wininet: Rename a couple members to reflect their usage, and remove redundant comments.
Juan Lang [Thu, 3 Mar 2011 01:09:45 +0000 (17:09 -0800)]
wininet: Fix a comment.
Juan Lang [Thu, 3 Mar 2011 16:55:32 +0000 (08:55 -0800)]
wininet: Remove a no-op trinary expression.
Juan Lang [Fri, 4 Mar 2011 19:43:54 +0000 (11:43 -0800)]
wininet: Store entries in url cache with valid last-modified date.
Nikolay Sivov [Sun, 6 Mar 2011 21:53:54 +0000 (00:53 +0300)]
msxml3: Implemented get_doctype() with basic tests.
Nikolay Sivov [Sun, 6 Mar 2011 21:39:13 +0000 (00:39 +0300)]
msxml3: Implement get_nodeTypedValue() for nodes that can't have type.
Nikolay Sivov [Sun, 6 Mar 2011 19:28:29 +0000 (22:28 +0300)]
msxml3: Properly update xmldoc refcounts on insertBefore().
insertBefore() is able to work on nodes from different documents, so on
adding child or sibling it's possible that libxml2 switches doc pointer
for a node, we need to update refcounts to cover that case.
Nikolay Sivov [Sat, 5 Mar 2011 18:32:31 +0000 (21:32 +0300)]
msxml3: Trace ref counts for all dom objects.
Nikolay Sivov [Fri, 4 Mar 2011 23:28:28 +0000 (02:28 +0300)]
msvcrt: Added partially complete _wcsupr_s_l (without locale support).
Nikolay Sivov [Fri, 4 Mar 2011 22:59:08 +0000 (01:59 +0300)]
msvcrt: Added _wcslwr_s implementation.
Hans Leidekker [Mon, 7 Mar 2011 11:40:39 +0000 (12:40 +0100)]
msi: Manage one assembly cache per major version of the .NET runtime.
Hans Leidekker [Mon, 7 Mar 2011 11:40:20 +0000 (12:40 +0100)]
msi: Avoid registering duplicate source list information.
Hans Leidekker [Mon, 7 Mar 2011 11:40:06 +0000 (12:40 +0100)]
msi: Compare keys only in compare_record.
Hans Leidekker [Mon, 7 Mar 2011 11:39:53 +0000 (12:39 +0100)]
msi: Reduce filename to the long name in ITERATE_RemoveFiles.
Hans Leidekker [Mon, 7 Mar 2011 11:39:35 +0000 (12:39 +0100)]
msi/tests: Check the result of get_system_dirs and get_user_dirs.
Hans Leidekker [Mon, 7 Mar 2011 11:39:18 +0000 (12:39 +0100)]
userenv: Initialize a variable (valgrind).
Henri Verbeet [Mon, 7 Mar 2011 00:30:34 +0000 (01:30 +0100)]
wined3d: Try to evict the surface's sysmem copy in surface_load_location().
The memory may not be freed until surface destruction otherwise. The PBO
creation code in surface_prepare_system_memory() also depends on the SYSMEM
location being recreated regularly, although arguably that's just a symptom of
the resource location management being somewhat broken.
Henri Verbeet [Mon, 7 Mar 2011 00:30:33 +0000 (01:30 +0100)]
wined3d: Clear SFLAG_LOCKED as soon as possible in IWineD3DSurfaceImpl_Unmap().
Henri Verbeet [Mon, 7 Mar 2011 00:30:32 +0000 (01:30 +0100)]
wined3d: Get rid of the SFLAG_LOCKED hack in flush_to_framebuffer_drawpixels().
Henri Verbeet [Mon, 7 Mar 2011 00:30:31 +0000 (01:30 +0100)]
wined3d: Check subresources for NULL during texture cleanup.
This fixes a regression introduced by
1de6adfbae7ac36c6649aab209d1a62a64e80465.
Francois Gouget [Sat, 5 Mar 2011 10:50:48 +0000 (11:50 +0100)]
riched20/tests: Add a '\n' to an ok() call.
Francois Gouget [Sat, 5 Mar 2011 10:51:04 +0000 (11:51 +0100)]
comcat/tests: Add a '\n' to a pair of ok() calls.
Francois Gouget [Sat, 5 Mar 2011 10:50:37 +0000 (11:50 +0100)]
gdi32/tests: Add a '\n' to an ok() call.
Francois Gouget [Sat, 5 Mar 2011 10:52:01 +0000 (11:52 +0100)]
urlmon/tests: Add a '\n' to an ok() call.
Francois Gouget [Sat, 5 Mar 2011 10:51:49 +0000 (11:51 +0100)]
comctl32: Add a trailing '\n' to an ERR() call.
Francois Gouget [Sat, 5 Mar 2011 10:51:37 +0000 (11:51 +0100)]
shell32/tests: Add a trailing '\n' to a skip().
Francois Gouget [Sat, 5 Mar 2011 10:51:15 +0000 (11:51 +0100)]
msvcrt/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Sat, 5 Mar 2011 10:50:57 +0000 (11:50 +0100)]
d3dx9_36/tests: Add a trailing '\n' to ok() calls.
Francois Gouget [Sat, 5 Mar 2011 10:50:29 +0000 (11:50 +0100)]
mscoree: Add a '\n' to an ERR() trace.
Francois Gouget [Sat, 5 Mar 2011 10:50:42 +0000 (11:50 +0100)]
wscript/tests: Add a '\n' to an ok() call.
Francois Gouget [Sat, 5 Mar 2011 10:50:23 +0000 (11:50 +0100)]
comctl32/tests: Add a '\n' to a pair of ok() calls.
Francois Gouget [Sat, 5 Mar 2011 10:50:13 +0000 (11:50 +0100)]
d3dcompiler_43: Add a '\n' to a couple of FIXME() traces.
Aric Stewart [Fri, 4 Mar 2011 18:09:44 +0000 (12:09 -0600)]
ws2_32: async_send with no buffers does not need to do any work.
Alexandre Julliard [Mon, 7 Mar 2011 10:07:35 +0000 (11:07 +0100)]
server: Fix the contents of the mouse data for the low-level hook.
Alexandre Julliard [Mon, 7 Mar 2011 10:07:15 +0000 (11:07 +0100)]
user32: Set the last mouse event timestamp before calling the low-level hook.
Alexandre Julliard [Mon, 7 Mar 2011 10:06:51 +0000 (11:06 +0100)]
advapi32: Fix array size construct that gcc doesn't like.
Alexandre Julliard [Fri, 4 Mar 2011 18:25:23 +0000 (19:25 +0100)]
Release 1.3.15.
Marcus Meissner [Fri, 4 Mar 2011 13:06:50 +0000 (14:06 +0100)]
msvcrt: Move side effect out of assert (Coverity).
Marcus Meissner [Fri, 4 Mar 2011 12:48:27 +0000 (13:48 +0100)]
msi: Pointer to out of scope local variable (Coverity).
Marcus Meissner [Fri, 4 Mar 2011 12:44:16 +0000 (13:44 +0100)]
dbghelp: Local variable used out of scope (Coverity).
David Adam [Fri, 4 Mar 2011 07:49:14 +0000 (08:49 +0100)]
d3dx9_36: Implement ID3DXMesh_GetNumBytesPerVertex.
David Adam [Fri, 4 Mar 2011 07:29:20 +0000 (08:29 +0100)]
d3dx9_36: Add a test for D3DXCreateBox.
Huw Davies [Fri, 4 Mar 2011 12:09:19 +0000 (12:09 +0000)]
gdi32: Remove a wayward CDECL.
Rafał Mużyło [Thu, 3 Mar 2011 16:54:21 +0000 (17:54 +0100)]
winealsa.drv: Drop redundant calls.
Marcus Meissner [Fri, 4 Mar 2011 09:43:42 +0000 (10:43 +0100)]
oleaut32: Local variable goes out of scope via pointer (Coverity).
Dmitry Timoshkov [Fri, 4 Mar 2011 06:43:31 +0000 (14:43 +0800)]
user32: Add a test to make sure that SendInput sets a non-zero event time.
Nikolay Sivov [Thu, 3 Mar 2011 23:04:22 +0000 (02:04 +0300)]
msxml3: Test to show namespace definition output for children.
Nikolay Sivov [Thu, 3 Mar 2011 22:03:15 +0000 (01:03 +0300)]
msxml3: Remove child with parent method first before insert with insertBefore().
Nikolay Sivov [Thu, 3 Mar 2011 20:12:35 +0000 (23:12 +0300)]
msxml3: Test insertBefore() behaviour with node relinking, simplify common test cases.
Juan Lang [Thu, 3 Mar 2011 21:37:53 +0000 (13:37 -0800)]
wininet: Remove outdated comment.
Juan Lang [Thu, 3 Mar 2011 20:17:09 +0000 (12:17 -0800)]
wininet: Fix off-by-one error.
Henri Verbeet [Thu, 3 Mar 2011 20:49:10 +0000 (21:49 +0100)]
wined3d: Get rid of the IWineD3DBuffer typedef.
Henri Verbeet [Thu, 3 Mar 2011 20:49:09 +0000 (21:49 +0100)]
wined3d: Remove COM from the buffer implementation.
Henri Verbeet [Thu, 3 Mar 2011 20:49:08 +0000 (21:49 +0100)]
ddraw: Just pass NULL as index buffer parent.
Since the parent is just an opaque pointer instead of a COM object now, it can
just be NULL instead of needing IParent hacks.
Henri Verbeet [Thu, 3 Mar 2011 20:49:07 +0000 (21:49 +0100)]
wined3d: Pass gl_info to surface_bind().
Rico Schüller [Thu, 3 Mar 2011 20:44:02 +0000 (21:44 +0100)]
d3dcompiler: Add debug helper for shader variable type.
Rico Schüller [Thu, 3 Mar 2011 20:44:00 +0000 (21:44 +0100)]
d3dcompiler: Add debug helper for shader variable class.
Juan Lang [Thu, 3 Mar 2011 18:25:55 +0000 (10:25 -0800)]
include: Add some missing definitions.
Juan Lang [Wed, 2 Mar 2011 18:06:37 +0000 (10:06 -0800)]
wininet: Move creating cache file to a helper function.
Juan Lang [Thu, 3 Mar 2011 18:54:47 +0000 (10:54 -0800)]
wininet: Support the Cache-Control max-age directive for setting url cache entry expiration.
Juan Lang [Thu, 3 Mar 2011 18:54:07 +0000 (10:54 -0800)]
wininet: Default to 10 minutes expiration for cache entries.
Juan Lang [Thu, 3 Mar 2011 18:54:07 +0000 (10:54 -0800)]
wininet: Default to 10 minutes expiration for cache entries.
Juan Lang [Thu, 3 Mar 2011 19:20:11 +0000 (11:20 -0800)]
wininet: Store entries in url cache with valid expiration date.
Alexandre Julliard [Thu, 3 Mar 2011 20:51:29 +0000 (21:51 +0100)]
user32: Remove GetClipboardFormatName from the user driver interface.
Alexandre Julliard [Thu, 3 Mar 2011 20:37:35 +0000 (21:37 +0100)]
winex11: Always reference clipboard formats by atom instead of name.
Alexandre Julliard [Thu, 3 Mar 2011 20:27:34 +0000 (21:27 +0100)]
winex11: Pre-register atoms for all the built-in clipboard formats.
Alexandre Julliard [Thu, 3 Mar 2011 20:09:22 +0000 (21:09 +0100)]
winex11: Add a debug helper for printing clipboard formats.
Alexandre Julliard [Thu, 3 Mar 2011 19:52:13 +0000 (20:52 +0100)]
winex11: Convert the clipboard format list to a standard Wine list.
Alexandre Julliard [Thu, 3 Mar 2011 19:25:01 +0000 (20:25 +0100)]
winex11: Convert the clipboard data list to a standard Wine list.
Erich Hoover [Tue, 1 Mar 2011 20:25:41 +0000 (13:25 -0700)]
shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB.
Maarten Lankhorst [Thu, 17 Feb 2011 10:06:43 +0000 (11:06 +0100)]
gdiplus: Implement GdipAddPathString.
Maarten Lankhorst [Thu, 17 Feb 2011 09:51:33 +0000 (10:51 +0100)]
gdiplus: Add tests and fix GdipDrawImagePointsRect.
Maarten Lankhorst [Thu, 17 Feb 2011 10:06:02 +0000 (11:06 +0100)]
gdiplus: Clean up gdip_format_string.
Jacek Caban [Thu, 3 Mar 2011 14:18:26 +0000 (15:18 +0100)]
mshtml: Added support for indexed access to form elements.
Joris Huizer [Wed, 2 Mar 2011 20:28:43 +0000 (21:28 +0100)]
userenv: GetUserProfileDirectoryW: Plug memory leak.
Juan Lang [Wed, 2 Mar 2011 17:07:58 +0000 (09:07 -0800)]
wininet: Support setting the expired time in SetUrlCacheEntryInfo.
Juan Lang [Wed, 2 Mar 2011 16:28:39 +0000 (08:28 -0800)]
wininet: Use correct scheme for cache entries.
André Hentschel [Thu, 3 Mar 2011 12:09:56 +0000 (13:09 +0100)]
t2embed: Add stub for TTEmbedFont.
Huw Davies [Wed, 2 Mar 2011 11:14:36 +0000 (11:14 +0000)]
widl: Initialise [out] only conformant arrays.
This isn't strictly what midl does, however VB relies on the array in
IEnumVARIANT_Next() being zero initialised. Native uses stubless
proxies, where the initialisation is performed in NdrStubCall2().
Peter Urbanec [Thu, 3 Mar 2011 08:26:33 +0000 (19:26 +1100)]
wintab32: Better handling of XInput initialisation errors.
Henri Verbeet [Thu, 3 Mar 2011 08:24:11 +0000 (09:24 +0100)]
wined3d: Pass gl_info to basetexture_bind().
Henri Verbeet [Thu, 3 Mar 2011 08:24:10 +0000 (09:24 +0100)]
wined3d: Use EXT_texture_sRGB_decode to avoid sRGB texture duplication.
Henri Verbeet [Thu, 3 Mar 2011 08:24:09 +0000 (09:24 +0100)]
wined3d: Add support for EXT_texture_sRGB_decode.
Henri Verbeet [Thu, 3 Mar 2011 08:24:08 +0000 (09:24 +0100)]
wined3d: Retrieve the GL texture through a function.
Nikolay Sivov [Thu, 3 Mar 2011 00:57:01 +0000 (03:57 +0300)]
msxml3: Link dom attribute with parent interface pointer.
Nikolay Sivov [Thu, 3 Mar 2011 00:50:04 +0000 (03:50 +0300)]
msxml3: Fail on certain node types in insertBefore() for attributes, remove broken tests.
Jacek Caban [Wed, 2 Mar 2011 22:10:22 +0000 (23:10 +0100)]
mshtml: Fixed use after free in HTMLElement_destructor.
Jacek Caban [Wed, 2 Mar 2011 22:10:11 +0000 (23:10 +0100)]
mshtml: Added more attribute object tests.
Alexandre Julliard [Thu, 3 Mar 2011 16:47:08 +0000 (17:47 +0100)]
winex11: Merge updating the mouse state and sending the input into a single helper function.
Alexandre Julliard [Wed, 2 Mar 2011 15:28:23 +0000 (16:28 +0100)]
winex11: Get rid of the ClipCursor and SendInput entry points.
Alexandre Julliard [Wed, 2 Mar 2011 20:29:17 +0000 (21:29 +0100)]
user32: Handle input injected through SendInput entirely in user32.
Alexandre Julliard [Wed, 2 Mar 2011 18:53:03 +0000 (19:53 +0100)]
server: Invoke low-level hardware hooks directly from the server side.
Alexandre Julliard [Wed, 2 Mar 2011 18:43:53 +0000 (19:43 +0100)]
user32: Export a Wine-specific function to send hardware input from the graphics driver.
Dmitry Timoshkov [Wed, 2 Mar 2011 12:55:41 +0000 (20:55 +0800)]
comctl32: 'clip' rect is unused in the WM_ERASEBKGND rebar class handler.
Jacek Caban [Wed, 2 Mar 2011 12:34:24 +0000 (13:34 +0100)]
mshtml: Use our IDispatchEx-based attributes implementation instead of nsIDOMAttr.
Jacek Caban [Wed, 2 Mar 2011 12:34:04 +0000 (13:34 +0100)]
mshtml: Reuse attribute objects.
Jacek Caban [Wed, 2 Mar 2011 12:34:58 +0000 (13:34 +0100)]
mshtml: Correctly handle NULL BSTR in VARIANT in IDispatchEx implementation.
Jacek Caban [Wed, 2 Mar 2011 12:33:51 +0000 (13:33 +0100)]
mshtml: Added IHTMLLocation::replace implementation.
Alistair Leslie-Hughes [Fri, 18 Feb 2011 03:03:41 +0000 (14:03 +1100)]
mshtml: Implement IHTMLAnchorElement get/put target.