Jacek Caban
|
2553b4602b
|
crypt32: Use context_t in Context_CreateLinkContext.
|
2013-10-14 17:26:15 +02:00 |
Jacek Caban
|
c72570ce52
|
crypt32: Use Context_Release instead of WINE_CONTEXT_INTERFACE.
|
2013-10-14 17:26:15 +02:00 |
Jacek Caban
|
76066d1cfe
|
crypt32: Use Context_AddRef instead of WINE_CONTEXT_INTERFACE.
|
2013-10-14 17:26:15 +02:00 |
Jacek Caban
|
993691bef5
|
crypt32: Moved context desatructor to vtbl.
|
2013-10-14 17:26:15 +02:00 |
Jacek Caban
|
17e1dfef9b
|
crypt32: Pass context as context_t to Context_Release.
|
2013-10-14 17:26:14 +02:00 |
Jacek Caban
|
802a6bc1bb
|
crypt32: Pass context as BASE_CONTEXT to Context_AddRef and added structs describing memory layout behind context structs.
|
2013-10-14 17:26:14 +02:00 |
Jacek Caban
|
b2b71c2085
|
crypt32: Use linked pointer instead of context type to test for linked contexts.
|
2013-10-14 17:26:14 +02:00 |
Jacek Caban
|
c7d1082b4f
|
crypt32: Added new empty store type and use it for creating certificates with no store.
|
2013-10-14 17:26:14 +02:00 |
Jacek Caban
|
fe9e23998a
|
crypt32: Don't call CertFreeCertificateContext in CertDeleteCertificateContext, leave it to store-specific functions.
|
2013-10-14 17:26:14 +02:00 |
Jacek Caban
|
52b2add395
|
crypt32: Moved store context functions to vtbl.
|
2013-10-14 17:26:14 +02:00 |
Jacek Caban
|
be023607cc
|
crypt32: Added support for CERT_CLOSE_STORE_CHECK_FLAG flag in MemStore_release.
|
2013-10-14 17:26:14 +02:00 |
Jacek Caban
|
2256a728fe
|
crypt32: Moved store release implementation to vtbl.
|
2013-10-14 17:26:14 +02:00 |
Jacek Caban
|
b3b1135d84
|
crypt32: Added addref to store vtbl and use it instead of directly accessing ref.
|
2013-10-14 17:26:14 +02:00 |
Alexandre Julliard
|
a804cc711b
|
jscript: Use the official Windows constant for MAXLONGLONG.
|
2013-10-14 17:26:14 +02:00 |
Alexandre Julliard
|
0f03f264b7
|
winex11: Add a helper function to return the primary monitor rectangle.
|
2013-10-14 17:26:14 +02:00 |
Alexandre Julliard
|
9f1f29cc91
|
winex11: Add a helper function to return the virtual screen rectangle.
|
2013-10-14 17:26:14 +02:00 |
Alexandre Julliard
|
0b71e0bf12
|
winex11: Add helper functions for converting between root and virtual screen coords.
|
2013-10-14 17:26:13 +02:00 |
Alexandre Julliard
|
bb45a93d71
|
makedep: Generate correct dependencies for testlist.c.
|
2013-10-14 16:05:32 +02:00 |
Alexandre Julliard
|
c3aa495295
|
makedep: Add more helpers for file output and error handling.
|
2013-10-14 16:05:32 +02:00 |
Alexandre Julliard
|
cf34a967cc
|
makedep: Remove some unnecessary typedefs.
|
2013-10-14 16:05:31 +02:00 |
Alexandre Julliard
|
55e44092bd
|
makefiles: Remove useless definitions of COM_NO_WINDOWS_H.
|
2013-10-14 16:05:31 +02:00 |
Hans Leidekker
|
0994781df6
|
wldap32/tests: Compile with -D__WINESRC__.
|
2013-10-14 16:05:31 +02:00 |
Hans Leidekker
|
fcd4527ea9
|
mscms/tests: Compile with -D__WINESRC__.
|
2013-10-14 16:05:31 +02:00 |
Nikolay Sivov
|
619ceae967
|
xmllite: Support resuming and value reporting for whitespace nodes in Misc.
|
2013-10-14 10:49:53 +02:00 |
Nikolay Sivov
|
146ff49161
|
ntdll: Support pinning module refcount with LdrAddRefDll().
|
2013-10-14 10:49:44 +02:00 |
Nikolay Sivov
|
abdf02526e
|
msxml3: Handle parser failure when loading from url.
|
2013-10-14 10:48:34 +02:00 |
Marcus Meissner
|
8431e75af3
|
d3drm: Added some freeing of memory in error paths (Coverity).
|
2013-10-14 10:48:23 +02:00 |
Andrew Cook
|
868890fb72
|
include: Add types for SetInformationJobObject.
|
2013-10-14 10:47:46 +02:00 |
Qian Hong
|
6e32d18f9f
|
user32/tests: Try harder to set foreground window.
|
2013-10-14 10:45:31 +02:00 |
Frédéric Delanoy
|
5c1ea9bff1
|
wined3d: Avoid initializing some variables.
|
2013-10-14 10:45:24 +02:00 |
Frédéric Delanoy
|
101e7d3ee6
|
winepath: Use BOOL type where appropriate.
|
2013-10-14 10:44:56 +02:00 |
Frédéric Delanoy
|
3e5fecc6a4
|
winetest: Use BOOL type where appropriate.
|
2013-10-14 10:44:52 +02:00 |
Frédéric Delanoy
|
b7b5c88750
|
winmm/tests: Use BOOL type where appropriate.
|
2013-10-14 10:44:45 +02:00 |
Frédéric Delanoy
|
9e5367dbe3
|
winedbg: Use BOOL type where appropriate.
|
2013-10-14 10:44:41 +02:00 |
Frédéric Delanoy
|
5181b1c4b8
|
uxtheme: Use BOOL type where appropriate.
|
2013-10-14 10:44:37 +02:00 |
Frédéric Delanoy
|
28be1f7853
|
gdi32: Use BOOL type where appropriate.
|
2013-10-14 10:44:31 +02:00 |
Alexandre Julliard
|
18556fd521
|
Release 1.7.4.
|
2013-10-11 19:21:06 +02:00 |
Jacek Caban
|
da24f543f4
|
crypt32/tests: Added implicit empty store tests.
|
2013-10-11 16:24:00 +02:00 |
Jacek Caban
|
fa0b7b7d3d
|
crypt32: Moved store functions to vtbl.
|
2013-10-11 16:23:43 +02:00 |
Alistair Leslie-Hughes
|
73ca9d2d0b
|
mscoree: Partially implement ICLRMetaHost RequestRuntimeLoadedNotification.
|
2013-10-11 12:45:06 +02:00 |
Jacek Caban
|
4ce0f74249
|
ieframe: Pass frame_name to connection points in FireBeforeNavigate2.
|
2013-10-11 12:45:06 +02:00 |
Dmitry Timoshkov
|
49d0e64f88
|
kernel32: The return and last error values set by ReadFile on EOF depend on whether overlapped pointer was passed in.
|
2013-10-11 12:45:06 +02:00 |
Dmitry Timoshkov
|
fa2ca8f6b4
|
ntdll/tests: Add more tests for reading beyond EOF.
|
2013-10-11 12:45:06 +02:00 |
Qian Hong
|
2f26e38580
|
user32/tests: Make sure to allow setting the foreground window.
|
2013-10-11 12:45:05 +02:00 |
Qian Hong
|
b6b9ea7670
|
user32/tests: Trace foreground window name.
|
2013-10-11 11:08:18 +02:00 |
Henri Verbeet
|
34548b4dfe
|
d3drm: Get rid of the IDirect3DRMFrameImpl typedef.
|
2013-10-11 11:06:25 +02:00 |
Henri Verbeet
|
666c6b36f1
|
d3drm: Get rid of the IDirect3DRMFrameArrayImpl typedef.
|
2013-10-11 11:06:23 +02:00 |
Henri Verbeet
|
1419d7389c
|
wined3d: Send stream output binding updates through the command stream.
|
2013-10-11 11:06:20 +02:00 |
Henri Verbeet
|
f699b6da0b
|
wined3d: Send sampler binding updates through the command stream.
|
2013-10-11 11:06:18 +02:00 |
Henri Verbeet
|
738de80d0c
|
wined3d: Send constant buffer binding updates through the command stream.
|
2013-10-11 11:06:15 +02:00 |