Henri Verbeet
36dcb77f6e
wined3d: Get rid of some leftover references to IWineD3D.
2013-09-03 16:58:16 +02:00
Nikolay Sivov
045682a4da
kernel32: Forward ZombifyActCtx() to ntdll.
2013-09-03 16:58:16 +02:00
Nikolay Sivov
8e211065a8
ntdll: Store 'clrClass' as COM class.
2013-09-03 16:58:16 +02:00
Nikolay Sivov
d0deaaa8ce
kernel32/tests: Some tests for clrClass data.
2013-09-03 16:58:16 +02:00
Nikolay Sivov
f0e5fd737d
ntdll: Implement compatible section for 'clrSurrogate'.
2013-09-03 16:58:16 +02:00
Nikolay Sivov
5b38a13167
ntdll: Store clrSurrogate version value, added some tests.
2013-09-03 16:58:15 +02:00
Nikolay Sivov
44d8f6a35a
ntdll: For typelib and COM class sections point global data to module names.
2013-09-03 16:58:15 +02:00
Ken Thomases
675b052572
winemac: When ordering sibling child windows, don't remove and re-add ones already in the right order.
2013-09-03 16:58:15 +02:00
Ken Thomases
987309e528
winemac: Don't use Cocoa parent-child relationship when topmost state is enough to keep owned in front of owner.
...
The Cocoa parent-child relationship has undesirable side effects and bugs. In
the general case, it's the only way to maintain the z-order of owned windows
relative to their owner. But when the owner is non-topmost and an owned
window is topmost, the Cocoa window level will enforce that and we don't
need it.
2013-09-03 16:58:15 +02:00
Michael Stefaniuc
11b21f70ab
avifil32: Move the IAVIStream vtbl to avoid forward declarations.
2013-09-03 10:56:10 +02:00
Michael Stefaniuc
555fbc985c
avifil32: Basic COM cleanup for the IAVIStream iface.
2013-09-03 10:56:05 +02:00
Dmitry Timoshkov
4135900235
kernel32/tests: Add a test to show that WaitCommEvent should fail if there is a pending wait.
2013-09-03 10:55:37 +02:00
Dmitry Timoshkov
663dbd9f1c
kernel32/tests: Add a test to show that WaitCommEvent should succeed after SetCommMask(EV_TXEMPTY)+WriteFile+FlushFileBuffers.
2013-09-03 10:55:35 +02:00
Piotr Caban
156206592a
winedump: Improve TLB string table handling.
2013-09-02 19:59:59 +02:00
Bruno Jesus
ec49a574de
server: Add a request to get socket information.
2013-09-02 19:51:16 +02:00
Bruno Jesus
f5023dda2d
server: Store the protocol while creating the socket.
2013-09-02 19:48:08 +02:00
Michael Müller
3c75989497
d3d9: Add headers for IDirect3DSwapChain9Ex interface.
2013-09-02 19:44:52 +02:00
George Stephanos
8aa205fbcf
advapi32/tests: HKCR mask tests fix for WinNT.
2013-09-02 19:44:27 +02:00
Austin English
478db5bcd5
netcfgx: Add stub dll.
2013-09-02 19:44:21 +02:00
Frédéric Delanoy
77462fc68d
winedbg: Fix winedbg --help message formatting.
2013-09-02 19:27:01 +02:00
Frédéric Delanoy
903562e104
winedbg: Use consistently wpid in documentation.
2013-09-02 19:26:59 +02:00
Frédéric Delanoy
7a12ebca0e
winedbg: Fix manpage formatting.
2013-09-02 19:26:56 +02:00
Jacek Caban
2584e49bf6
crypt32: Use CertificateChainEngine instead of HCERTCHAINENGINE in a few more places.
2013-09-02 18:08:08 +02:00
Jacek Caban
f4ef543f8a
crypt32: Get rid of PCertificateChainEngine typedef.
2013-09-02 18:08:01 +02:00
Stefan Dösinger
6c1007db1e
d3d8/tests: Add a DXT5 volume test.
2013-09-02 18:07:40 +02:00
Stefan Dösinger
0cb72cdeb5
d3d9/tests: Add a DXT5 volume test.
2013-09-02 18:07:38 +02:00
Stefan Dösinger
91fa7c07c9
ddraw/tests: Test WM_ACTIVATEAPP messages generated by SetCooperativeLevel.
2013-09-02 18:07:17 +02:00
Stefan Dösinger
769dd6d158
ddraw: Gracefully handle recursive SetCooperativeLevel calls.
2013-09-02 18:07:14 +02:00
Nikolay Sivov
21c1706f79
ntdll: Implement interface redirection section.
2013-09-02 18:07:03 +02:00
Nikolay Sivov
9c44cb4f0f
ntdll: Store all interface redirection data in context.
2013-09-02 18:07:00 +02:00
Nikolay Sivov
3c0b7ba029
kernel32/tests: Some tests for 'comInterfaceExternalProxyStub' data.
2013-09-02 18:04:51 +02:00
Nikolay Sivov
26dc799039
kernel32/tests: Some tests for 'comInterfaceProxyStub' data.
2013-09-02 18:04:48 +02:00
Marcus Meissner
d138a1e43d
rpcrt4: Free url in error paths (Coverity).
2013-09-02 18:03:49 +02:00
Marcus Meissner
b084d7a4f8
kernel32/tests: Avoid leaving com handle open (Coverity).
2013-09-02 18:03:36 +02:00
Henri Verbeet
75511e351c
d3dx9: Avoid LPCSTR.
2013-09-02 18:02:48 +02:00
Henri Verbeet
2a24b11af5
d3dx9: Avoid LPWSTR.
2013-09-02 18:02:46 +02:00
Henri Verbeet
0be8e524c6
wined3d: Avoid some forward declarations.
2013-09-02 18:02:42 +02:00
Henri Verbeet
b5e0c5d052
wined3d: Get rid of some leftover comments referring to the GL lock.
2013-09-02 18:02:26 +02:00
Henri Verbeet
2d23913186
wined3d: Move the MAXLOCKCOUNT constant to surface.c.
2013-09-02 18:02:23 +02:00
Alexandre Julliard
c71bbc7d24
Release 1.7.1.
2013-08-30 19:55:16 +02:00
Nikolay Sivov
e07dabf2d9
mshtml: Use defined dispid instead of a magic value.
2013-08-30 14:28:57 +02:00
Nikolay Sivov
8902aae991
ole32/tests: Some tests for redirection in CoGetPSClsid().
2013-08-30 11:46:46 +02:00
Dmitry Timoshkov
f69ec2c61c
kernel32/tests: Add a FlushFileBuffers test for a COM port.
2013-08-30 11:46:38 +02:00
Henri Verbeet
82710124e3
d3dx9: Avoid LPCWSTR.
2013-08-30 11:19:05 +02:00
Henri Verbeet
7175367ad5
d3dx9: Avoid some needless casts.
2013-08-30 11:18:57 +02:00
Henri Verbeet
f7b84fe755
wined3d: Move the DEFAULT_REFRESH_RATE constant to directx.c.
2013-08-30 11:18:49 +02:00
Henri Verbeet
53f747de1b
wined3d: Move the WINED3D_MAX_FBO_ENTRIES constant to context.c.
2013-08-30 11:18:46 +02:00
Henri Verbeet
35a8bf0e1e
wined3d: Move the buffer flags to buffer.c.
2013-08-30 11:18:43 +02:00
Ken Thomases
fad48773f6
winemac: A window is ineligible to be a Cocoa parent or child while minimized.
2013-08-30 11:18:38 +02:00
Ken Thomases
84903c5db3
winemac: Track latent child windows (the inverse of the latent parent window relationship).
...
This allows the relationship to be restored when the window becomes eligible
again.
2013-08-30 11:18:35 +02:00