Frédéric Delanoy
497f088715
d3dxof: Use BOOL type where appropriate.
2013-10-18 14:39:37 +02:00
Frédéric Delanoy
3f91834ffb
oleaut32/tests: Use BOOL type where appropriate.
2013-10-18 12:34:39 +02:00
Frédéric Delanoy
f4dc64918e
oleaut32: Use BOOL type where appropriate.
2013-10-18 12:34:39 +02:00
Jacek Caban
eae8f4eda1
crypt32: Use empty_store for new CTL contexts.
2013-10-18 11:36:04 +02:00
Jacek Caban
c01a708424
crypt32: Use empty_store for new CRL contexts.
2013-10-18 11:36:01 +02:00
Jacek Caban
9fb1e4d675
crypt32: Keep reference to store in contexts.
2013-10-18 11:35:58 +02:00
Jacek Caban
610c863e75
crypt32: Always return TRUE from CertFreeCTLContext.
2013-10-18 11:35:55 +02:00
Jacek Caban
351314145f
crypt32: Always return TRUE from CertFreeCRLContext.
2013-10-18 11:34:06 +02:00
Jacek Caban
f329de4df4
crypt32: Always return TRUE from CertFreeCertificateContext.
2013-10-18 11:34:01 +02:00
Ken Thomases
1c049e5031
winemac: Restore app cursor settings when cursor moves back into an app window.
...
The code had previously set the cursor back to the standard arrow and unhid
it when it left all app windows. Now it restores the cursor image that the
app set and re-hides it if necessary when it moves back over any app window.
2013-10-18 11:33:32 +02:00
Ken Thomases
8747df094d
winemac: Treat mouse moves in a window title bar as outside the window.
...
Don't queue mouse-moved events. Reset the cursor.
2013-10-18 11:32:53 +02:00
Ken Thomases
761092a2fe
winemac: Clean up fully-delivered events in queues which aren't being drained.
...
Some events get queued for all GUI-connected threads but are only processed
by the first to dequeue them. Other threads which tend their event queue
discard such already-processed events. However, some threads may be
connected to the GUI but never tend their event queue. To prevent such
threads from accumulating zombie events, the zombies are cleared each time a
new event is queued.
2013-10-18 11:32:37 +02:00
Ken Thomases
9deb00bfdc
winemac: Don't coalesce events which might be in multiple queues.
2013-10-18 11:32:23 +02:00
Michael Stefaniuc
f561f8a2be
dssenh/tests: Compile with -D__WINESRC__.
2013-10-18 11:32:14 +02:00
Michael Stefaniuc
f67893bd82
twain_32/tests: Compile with -D__WINESRC__.
2013-10-18 11:32:06 +02:00
Michael Stefaniuc
640dd17acf
wintrust/tests: Compile with -D__WINESRC__.
2013-10-18 11:31:46 +02:00
Michael Stefaniuc
df62b94c25
crypt32/tests: Compile with -D__WINESRC__.
2013-10-18 11:31:37 +02:00
Nikolay Sivov
bfd2c533be
rsaenh: Fail on unsupported flag values only in CryptHashData().
2013-10-18 11:31:23 +02:00
Nikolay Sivov
13aac41b06
msxml3: Set referrer header to container url.
2013-10-17 20:29:42 +02:00
Alistair Leslie-Hughes
3988ee9465
mscoree: Add support for ICLRMetaHostPolicy interface.
2013-10-17 20:29:41 +02:00
Andrew Eikum
04f0426fe6
winhttp: Attempt to refill empty buffer before answering QueryDataAvailable.
2013-10-17 20:29:40 +02:00
Dmitry Timoshkov
84029a836f
crypt32: Add another root store path to the certificate location list.
2013-10-17 20:29:38 +02:00
Dmitry Timoshkov
193c837989
kernel32/tests: Fix time tests compilation with __WINESRC__ defined.
2013-10-17 20:29:29 +02:00
Dmitry Timoshkov
373178cdf1
kernel32/tests: Fix environment tests compilation with __WINESRC__ defined.
2013-10-17 20:29:29 +02:00
Dmitry Timoshkov
6e07317939
kernel32/tests: Fix communication port tests compilation with __WINESRC__ defined.
2013-10-17 20:29:28 +02:00
Dmitry Timoshkov
035295bb31
kernel32/tests: Fix virtual memory tests compilation with __WINESRC__ defined.
2013-10-17 20:29:28 +02:00
Dmitry Timoshkov
6774accd02
kernel32/tests: Fix process tests compilation with __WINESRC__ defined.
2013-10-17 20:29:28 +02:00
Dmitry Timoshkov
ddb6632155
kernel32/tests: Fix PE loader tests compilation with __WINESRC__ defined.
2013-10-17 20:29:28 +02:00
Kevin Eaves
771fcd894a
winemac: Restore the window title when the window style is changed.
2013-10-17 20:29:25 +02:00
Alexandre Julliard
d80ca173af
shell32: Delay common controls initialization until needed.
2013-10-17 20:29:24 +02:00
Alexandre Julliard
116e33d50a
shell32: Delay initialization of the icon cache until needed.
2013-10-17 20:29:23 +02:00
Alexandre Julliard
4c6e039aa1
explorerframe: Correctly initialize common controls.
2013-10-17 20:29:22 +02:00
Alexandre Julliard
d67b99aef2
ole32: Delay registering the apartment class until needed.
2013-10-17 20:29:21 +02:00
Alexandre Julliard
7eebd74cb2
mmdevapi/tests: Mark a failing test as broken.
2013-10-17 14:00:17 +02:00
Piotr Caban
f5ea78f6a1
url: Add support for http protocol handling in FileProtocolHandlerA.
2013-10-17 12:59:34 +02:00
Qian Hong
bd5b865f00
user32/tests: Skip desktop tests on NT4.
2013-10-17 12:59:06 +02:00
Qian Hong
37a8e0c2f2
atl110: Trace ATL version.
2013-10-17 12:58:57 +02:00
Qian Hong
6c8a2ba7c6
atl100: Trace ATL version and keep debug channel consistent.
2013-10-17 12:58:53 +02:00
Qian Hong
8c33b912a3
atl90: Trace ATL version.
2013-10-17 12:58:46 +02:00
Qian Hong
6611068b5b
atl80: Trace ATL version.
2013-10-17 12:58:43 +02:00
Qian Hong
0fb6b350c2
atl: Trace ATL version.
2013-10-17 12:58:39 +02:00
Alexandre Julliard
3e88582a78
gdi32: Determine the virtual resolution dynamically if it hasn't been set.
2013-10-17 12:12:48 +02:00
Jacek Caban
fa37b63517
crypt32: Moved ContextList freeing to store.c and get rid of ContextList.
2013-10-17 11:20:01 +02:00
Jacek Caban
bf464f81a8
crypt32: Share more code between memory store deleteContext implementations.
2013-10-17 11:19:56 +02:00
Jacek Caban
4d28e14acb
crypt32: Share more code between memory store enumContext implementations.
2013-10-17 11:19:51 +02:00
Jacek Caban
63eed79d25
crypt32: Share more code between memory store addContext implementations.
2013-10-17 11:19:46 +02:00
Jacek Caban
23884726f7
crypt32: Use list struct directly instead of ContextList wrapper.
2013-10-17 11:19:41 +02:00
Jacek Caban
724754da64
crypt32: Moved critical section out of ContextList struct.
2013-10-17 11:19:35 +02:00
Jacek Caban
6cf1e0d75c
crypt32: Get rid of no longer needed contextSize arguments.
2013-10-17 11:19:31 +02:00
Jacek Caban
6b6ad98277
crypt32: Get rid of no longer needed fields in ContextList.
2013-10-17 11:19:26 +02:00