Alexandre Julliard
bfa753ba55
winex11: Convert the clipboard data list to a standard Wine list.
2011-03-03 20:56:05 +01:00
Erich Hoover
4ec8e1a037
shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB.
2011-03-03 17:47:15 +01:00
Maarten Lankhorst
b8a1e6c687
gdiplus: Implement GdipAddPathString.
2011-03-03 17:47:15 +01:00
Maarten Lankhorst
c057694883
gdiplus: Add tests and fix GdipDrawImagePointsRect.
2011-03-03 17:47:15 +01:00
Maarten Lankhorst
fe8e08a5d6
gdiplus: Clean up gdip_format_string.
2011-03-03 17:47:15 +01:00
Jacek Caban
0af2a117c3
mshtml: Added support for indexed access to form elements.
2011-03-03 17:47:15 +01:00
Joris Huizer
fa7c08820b
userenv: GetUserProfileDirectoryW: Plug memory leak.
2011-03-03 17:47:15 +01:00
Juan Lang
75cc509dae
wininet: Support setting the expired time in SetUrlCacheEntryInfo.
2011-03-03 17:47:14 +01:00
Juan Lang
b9c348a0b3
wininet: Use correct scheme for cache entries.
2011-03-03 17:47:14 +01:00
André Hentschel
29d5887b5c
t2embed: Add stub for TTEmbedFont.
2011-03-03 17:47:14 +01:00
Huw Davies
09dd285d8c
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().
2011-03-03 17:47:14 +01:00
Peter Urbanec
0ea8bf17fa
wintab32: Better handling of XInput initialisation errors.
2011-03-03 17:47:14 +01:00
Henri Verbeet
af0a4b6956
wined3d: Pass gl_info to basetexture_bind().
2011-03-03 17:47:14 +01:00
Henri Verbeet
75c8e9f7b4
wined3d: Use EXT_texture_sRGB_decode to avoid sRGB texture duplication.
2011-03-03 17:47:13 +01:00
Henri Verbeet
a97c1ad15e
wined3d: Add support for EXT_texture_sRGB_decode.
2011-03-03 17:47:13 +01:00
Henri Verbeet
09c3537ad0
wined3d: Retrieve the GL texture through a function.
2011-03-03 17:47:13 +01:00
Nikolay Sivov
59f7b8899b
msxml3: Link dom attribute with parent interface pointer.
2011-03-03 17:47:13 +01:00
Nikolay Sivov
d04fd1d067
msxml3: Fail on certain node types in insertBefore() for attributes, remove broken tests.
2011-03-03 17:47:12 +01:00
Jacek Caban
873619e9bd
mshtml: Fixed use after free in HTMLElement_destructor.
2011-03-03 17:47:12 +01:00
Jacek Caban
eaa6a9fdcf
mshtml: Added more attribute object tests.
2011-03-03 17:47:12 +01:00
Alexandre Julliard
e047a20627
winex11: Merge updating the mouse state and sending the input into a single helper function.
2011-03-03 17:47:08 +01:00
Alexandre Julliard
f46bd50a80
winex11: Get rid of the ClipCursor and SendInput entry points.
2011-03-03 17:34:53 +01:00
Alexandre Julliard
f1a3480068
user32: Handle input injected through SendInput entirely in user32.
2011-03-02 21:48:39 +01:00
Alexandre Julliard
c7efa293f0
server: Invoke low-level hardware hooks directly from the server side.
2011-03-02 21:26:13 +01:00
Alexandre Julliard
ae895a1f10
user32: Export a Wine-specific function to send hardware input from the graphics driver.
2011-03-02 21:25:43 +01:00
Dmitry Timoshkov
9f91254c0f
comctl32: 'clip' rect is unused in the WM_ERASEBKGND rebar class handler.
2011-03-02 18:00:36 +01:00
Jacek Caban
903279eff9
mshtml: Use our IDispatchEx-based attributes implementation instead of nsIDOMAttr.
2011-03-02 13:39:24 +01:00
Jacek Caban
110155099b
mshtml: Reuse attribute objects.
2011-03-02 13:39:22 +01:00
Jacek Caban
b9975bf88e
mshtml: Correctly handle NULL BSTR in VARIANT in IDispatchEx implementation.
2011-03-02 13:39:20 +01:00
Jacek Caban
a543769761
mshtml: Added IHTMLLocation::replace implementation.
2011-03-02 13:39:18 +01:00
Alistair Leslie-Hughes
5c186f6a99
mshtml: Implement IHTMLAnchorElement get/put target.
2011-03-02 13:35:52 +01:00
Hans Leidekker
c4d8f7400b
userenv: Implement and test GetUserProfileDirectory.
2011-03-02 12:50:59 +01:00
Hans Leidekker
1c6ea02ffa
userenv: GetProfilesDirectoryW accepts a NULL buffer.
2011-03-02 12:50:59 +01:00
Hans Leidekker
837fc836aa
advapi32: Use a fixed computer SID that matches local user SIDs.
2011-03-02 12:50:59 +01:00
Hans Leidekker
c65bcce589
server: Map the Unix user id to a local user SID instead of the interactive SID.
2011-03-02 12:50:59 +01:00
Henri Verbeet
d523dee76b
wined3d: Retrieve the surface's texture name through a function.
2011-03-02 12:50:59 +01:00
Henri Verbeet
ddc7a803e9
wined3d: Standalone surfaces should never be sRGB.
2011-03-02 12:50:59 +01:00
Henri Verbeet
fe425a2f23
wined3d: Use basetexture_set_dirty() in some more places.
2011-03-02 12:50:59 +01:00
Henri Verbeet
7b2274dff1
wined3d: The basetexture_set_dirty() return value is never used.
2011-03-02 12:50:59 +01:00
Andrew Eikum
54ff22b844
dsound: Also handle two-to-six-channel conversions.
2011-03-02 12:50:58 +01:00
John Edmonds
0d0d4f394f
gdi32: Fixes GetDIBits for top-down destination bitmaps.
2011-03-02 12:50:58 +01:00
John Edmonds
374db9240b
gdi32/tests: Updated tests for top-down destination bitmaps.
2011-03-02 12:50:58 +01:00
Rico Schüller
5861deaefc
d3dcompiler: Move some code from header to source file.
2011-03-02 12:50:58 +01:00
Rico Schüller
4080242d7f
d3dcompiler: Implement ID3D11ShaderReflectionType::IsEqual().
2011-03-02 12:50:58 +01:00
Rico Schüller
66b286470e
d3dcompiler/tests: Add GetMemberType* tests.
2011-03-02 12:50:45 +01:00
Marcus Meissner
f90b5bfe73
shdocvw: Rewrite code to make more understandable (Coverity).
2011-03-02 12:30:04 +01:00
André Hentschel
4c6e57654f
kernel32/tests: Add SetLastError() before a test (Valgrind).
2011-03-02 12:29:36 +01:00
Charles Davis
f082eac97c
ntdll: Implement CDROM_GetInterfaceInfo() on Mac OS.
2011-03-02 12:29:28 +01:00
Juan Lang
eeb3e86f38
wininet/tests: Test retrieving http requests from cache.
2011-03-02 12:29:22 +01:00
Juan Lang
2098006d68
wininet: De-Hungarian HTTP request member names.
2011-03-02 12:29:19 +01:00