Mike Kaplinskiy
27b51ce6b0
ws2_32: Finish an overlapped send only if we sent everything.
2011-01-24 14:43:27 +01:00
Mike Kaplinskiy
a06144d9ca
ws2_32: Use the iosb to keep track of how many bytes we sent.
2011-01-24 14:43:27 +01:00
Mike Kaplinskiy
388398bd05
ws2_32: Fix up iovecs after transmission in WS2_send instead of WS2_sendto.
2011-01-24 14:43:27 +01:00
Mike Kaplinskiy
e6fee3596d
ws2_32: Allow sending FD_WRITE right after scheduling the async.
...
The server won't actually send the event until the request is done.
2011-01-24 14:43:27 +01:00
Mike Kaplinskiy
a0c810c177
ws2_32/tests: Add a test for an overlapped send.
2011-01-24 14:43:27 +01:00
Greg Geldorp
997a681300
riched20/tests: Fix editor tests.
2011-01-24 14:43:27 +01:00
Dmitry Timoshkov
3e850b5b14
winex11.drv: Associate the real DC transformation with cached font data.
...
This matches what WineEngCreateFontInstance() does, and makes applications
which set custom axes directions using different window/viewport extents
display text correctly.
2011-01-24 14:43:26 +01:00
Henri Verbeet
a50546e563
wined3d: Use dot() instead of length() in shader_glsl_nrm().
...
As Eric Anholt pointed out, using length() here is suboptimal. It essentially
translates into "inversesqrt(dot(x, x));", but needs to handle the case of
zero-length vectors, much like nrm.
2011-01-24 14:43:26 +01:00
Henri Verbeet
010e285b88
wined3d: WINED3DFMT_INTZ is a FOURCC format.
...
This is mostly for consistency, in practice ddraw code is never going to use
this format.
2011-01-24 14:43:26 +01:00
Henri Verbeet
4891ca168e
wined3d: Remove IWineD3DSurface::DrawOverlay() from the public interface.
2011-01-24 14:43:26 +01:00
Henri Verbeet
05603c4568
wined3d: Remove IWineD3DSurface::RealizePalette() from the public interface.
2011-01-24 14:43:26 +01:00
Michael Stefaniuc
4219fef3f4
msxml3: COM cleanup for the IXMLDOMNode iface in unknode.
2011-01-24 14:43:26 +01:00
Michael Stefaniuc
b500bccc60
msxml3: COM cleanup for the IXMLDOMNode iface in xmlnode.
2011-01-24 14:43:26 +01:00
Michael Stefaniuc
b347a3928d
sti: COM cleanup for sti.c.
2011-01-24 14:43:26 +01:00
Greg Geldorp
0406b5d543
user32/tests: Fix edit tests.
2011-01-24 14:43:26 +01:00
Michael Stefaniuc
5a9d74a333
mapi32: COM cleanup for the IMalloc iface.
2011-01-24 14:43:25 +01:00
Michael Stefaniuc
591b59420d
mstask: Use ifaces instead of vtbl pointers in TaskImpl.
2011-01-24 14:43:25 +01:00
Michael Stefaniuc
052de3f9a8
mstask: COM cleanup for the ITaskScheduler iface.
2011-01-24 14:43:25 +01:00
Michael Stefaniuc
73b6d21ab6
mstask: COM cleanup for the ITaskTrigger iface.
2011-01-24 14:43:25 +01:00
Michael Stefaniuc
30e90c9ace
mstask: COM cleanup for the IClassFactory iface.
2011-01-24 14:43:25 +01:00
Michael Stefaniuc
5fd62154f3
msxml3: COM cleanup for the IBindStatusCallback iface.
2011-01-24 14:43:24 +01:00
Michael Stefaniuc
81c91c4344
avifil32: Avoid forward declarations of iface methods.
2011-01-24 14:43:24 +01:00
Michael Stefaniuc
2a14c4e846
avifil32: Use ifaces instead of vtbl pointers in IAVIEditStreamImpl.
2011-01-24 14:43:24 +01:00
Michael Stefaniuc
6ad10335a0
d3d8: COM cleanup for the IDirect3D8 iface.
2011-01-24 14:43:24 +01:00
Michael Stefaniuc
3a95fe8476
ddrawex: COM cleanup for the IDirectDraw4 iface.
2011-01-24 14:43:24 +01:00
Michael Stefaniuc
eb850bf522
ddrawex: Rename impl_from_dd4() to impl_from_IDirectDraw4().
2011-01-24 14:43:24 +01:00
Michael Stefaniuc
3f7a060c37
ddrawex: COM cleanup for the IDirectDraw3 iface.
2011-01-24 14:43:23 +01:00
Michael Stefaniuc
9b77bdff54
ddrawex: COM cleanup for the IDirectDraw2 iface.
2011-01-24 14:43:23 +01:00
Michael Stefaniuc
8003b48421
ddrawex: COM cleanup for the IDirectDraw iface.
2011-01-24 14:43:23 +01:00
Michael Stefaniuc
0b9cfcfcc9
ddrawex: COM cleanup for the IDirectDrawFactory iface.
2011-01-24 14:43:23 +01:00
Michael Stefaniuc
3799ad3482
ddrawex: COM cleanup for the IClassFactory iface.
2011-01-24 14:43:23 +01:00
Michael Stefaniuc
68d5d33e5e
ddraw: COM cleanup for the IClassFactory iface.
2011-01-24 14:43:23 +01:00
Alexander Morozov
38f85c37cc
shell32/tests: Add tests for IShellDispatch::NameSpace.
2011-01-24 14:43:22 +01:00
Vitaliy Margolen
0ac5c60374
dinput: Combine ASCII and Unicode device create callbacks. Add tests.
2011-01-24 14:43:09 +01:00
Detlef Riekenberg
27d31c7652
kernel32: Don't mask when printing unsupported flags in load_library.
2011-01-24 12:35:02 +01:00
Greg Geldorp
566d455b29
gdi32/tests: Fix font tests on Arabic machines.
2011-01-24 12:35:02 +01:00
Nikolay Sivov
5b1d461748
urlmon/tests: Fix a leak in test (Valgrind).
2011-01-24 12:35:02 +01:00
Nikolay Sivov
3ba78cf101
msxml3: Fix interface leak (Valgrind).
2011-01-24 12:35:02 +01:00
Nikolay Sivov
952f0a6af4
msxml3: Fix invalid read before allocated block (Valgrind).
2011-01-24 12:35:02 +01:00
Kusanagi Kouichi
8e1755aa49
kernel32: Include term.h conditionally.
2011-01-24 12:35:02 +01:00
Nikolay Sivov
95416ff904
oleaut32: Unmarshalled safearray is always unlocked.
2011-01-24 12:35:02 +01:00
Nikolay Sivov
a5582d77cf
oleaut32/tests: Fix safearray leaks, test return value after array destruction.
2011-01-24 12:35:02 +01:00
Nikolay Sivov
7ee7f0843b
shell32/tests: Fix couple PIDL leaks in tests.
2011-01-24 12:35:02 +01:00
Nikolay Sivov
b907b7d6bf
shell32: Fix a parent PIDL leak (Valgrind).
2011-01-24 12:35:02 +01:00
Eric Pouech
33389354a5
kernel32: Added missing include to term.c.
2011-01-24 12:35:02 +01:00
Jacek Caban
c117f21876
urlmon: Fixed key name size and format in open_zone_key.
2011-01-24 12:35:02 +01:00
Vincent Povirk
0c17a0b5bb
gdiplus: Add a software implementation of line gradient brushes.
2011-01-24 12:13:57 +01:00
Vincent Povirk
b7e664bc5c
gdiplus: Add a software implementation of hatch brushes.
2011-01-24 12:13:54 +01:00
Vincent Povirk
60cd477342
gdiplus: Add a software implementation of GdipFillRegion.
2011-01-24 12:13:51 +01:00
Vincent Povirk
6acffba564
gdiplus: Factor the matrix creation code out of GdipTransformPoints.
2011-01-24 12:13:09 +01:00