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
Jacek Caban
619bbe5d29
crypt32: Get rid of no longer needed BASE_CONTEXT.
2013-10-17 11:19:23 +02:00
Jacek Caban
83026a7143
crypt32: Use context_t in addContext.
2013-10-17 11:19:20 +02:00
Jacek Caban
c75af2b9e0
crypt32: Use context_t in enumContext.
2013-10-17 11:19:14 +02:00
Jacek Caban
8d4b288f59
crypt32: Use context_t in ContextList_Add.
2013-10-17 11:19:09 +02:00
Jacek Caban
6eddbf18ca
crypt32: Store properties directly in link contexts and get rid of Context_GetProperties.
2013-10-17 11:19:03 +02:00
Jacek Caban
275ac93e8d
crypt32: Get rid of no longer used functions.
2013-10-17 11:18:57 +02:00
Jacek Caban
e7eeef49ff
crypt32: Added more cert duplicate and link tests.
2013-10-17 11:18:50 +02:00
Jacek Caban
2601f58acb
crypt32: Don't use links to certs in memory store.
2013-10-17 11:18:45 +02:00
Dmitry Timoshkov
4e14c45b8b
gdiplus/tests: Add a test for GdipCloneBitmapArea called on an already locked bitmap.
2013-10-17 10:47:09 +02:00
Dmitry Timoshkov
87ae85f1b4
gdi32/tests: Enable gdi32 tests compilation with __WINESRC__ defined.
2013-10-17 10:47:00 +02:00
Dmitry Timoshkov
8c22e66217
gdi32/tests: Fix font tests compilation with __WINESRC__ defined.
2013-10-17 10:46:51 +02:00
Michael Stefaniuc
443f62d2f7
opengl32/tests: Compile with -D__WINESRC__.
2013-10-17 10:44:07 +02:00
Michael Stefaniuc
cb194006e9
oledb32/tests: Compile with -D__WINESRC__.
2013-10-17 10:43:57 +02:00
Michael Stefaniuc
2f673f2965
d3dcompiler_43/tests: Compile with -D__WINESRC__.
2013-10-17 10:43:48 +02:00
Michael Stefaniuc
a50d081cd8
msctf/tests: Compile with -D__WINESRC__.
2013-10-17 10:43:37 +02:00
Qian Hong
9a02c62d77
atl90: Add a WinSxS manifest resource.
2013-10-16 20:49:27 +02:00
Piotr Caban
20019a77bc
comctl32/tests: Add more updown control value tests.
2013-10-16 20:49:26 +02:00
Piotr Caban
e58af930ff
comctl32: Fix UDM_GETPOS behaviour on out of range values.
2013-10-16 20:49:26 +02:00
Piotr Caban
ac31df438a
comctl32: Fix UDM_SETPOS behavior on out of range values.
2013-10-16 20:49:26 +02:00
Piotr Caban
e6fce2de4a
comctl32: Set updown control value to min or max in out of range case.
2013-10-16 20:49:26 +02:00
Andrew Eikum
a8ebda9801
oleaut32: For 64-bit, fallback on the win32 key if win64 key is empty for typelibs.
2013-10-16 20:49:26 +02:00
Andrew Eikum
fbffa8935e
oleaut32: Also register typelibs in the opposite registry mode.
2013-10-16 20:49:26 +02:00
Jacek Caban
49b98891e5
crypt32: Removed no longer needed hCertStore setting.
2013-10-16 20:49:26 +02:00
Stefan Dösinger
cd3fd297f6
wined3d: Update wined3d_volume_create in the spec file.
...
This was missing in ac871305f8
.
2013-10-16 20:49:26 +02:00
Alexandre Julliard
6ae1e33a17
winemac: Clear the thread data explicitly on detach.
2013-10-16 20:49:24 +02:00
Alexandre Julliard
fdde51580d
winex11: Clear the thread data explicitly on detach.
2013-10-16 19:45:52 +02:00
Alexandre Julliard
eb5127dfd1
user32: Create the desktop window before enumerating monitors.
2013-10-16 19:45:50 +02:00
Alexandre Julliard
209d1a86d2
user32: Delay creation of the 55AA pattern brush until it's needed.
2013-10-16 17:23:22 +02:00
Alexandre Julliard
7370a56543
user32: Delay registration of the builtin classes until the first window is created.
2013-10-16 17:22:19 +02:00
Alexandre Julliard
13149b67d3
explorer: Create the driver desktop window after the window handle is created.
2013-10-16 12:13:50 +02:00
Michael Stefaniuc
22af120a7a
dxgi/tests: Compile with -D__WINESRC__.
2013-10-16 11:41:21 +02:00
Dmitry Timoshkov
f81c2e1caf
gdi32/tests: Fix pen tests compilation with __WINESRC__ defined.
2013-10-16 11:41:21 +02:00
Dmitry Timoshkov
0c63f40bdc
gdi32/tests: Fix metafile tests compilation with __WINESRC__ defined.
2013-10-16 11:41:21 +02:00
Dmitry Timoshkov
c58072833e
gdi32/tests: Fix GDI object tests compilation with __WINESRC__ defined.
2013-10-16 11:41:21 +02:00
Dmitry Timoshkov
85b42085a4
gdi32/tests: Fix DIB tests compilation with __WINESRC__ defined.
2013-10-16 11:41:21 +02:00
Dmitry Timoshkov
120ee4e058
gdi32/tests: Fix DC tests compilation with __WINESRC__ defined.
2013-10-16 11:41:21 +02:00
Dmitry Timoshkov
dd579e4c78
gdi32/tests: Fix brush tests compilation with __WINESRC__ defined.
2013-10-16 11:41:20 +02:00
Dmitry Timoshkov
c99b264300
gdi32/tests: Fix bitmap tests compilation with __WINESRC__ defined.
2013-10-16 11:41:20 +02:00
Dmitry Timoshkov
352c8d0215
tools/winapi: Remove OLDFONTENUMPROC from the list of tested types.
2013-10-16 11:41:20 +02:00
Dmitry Timoshkov
1c8d4aaa4b
gdiplus/tests: Fix tests compilation with __WINESRC__ defined.
2013-10-16 11:41:20 +02:00
Michael Stefaniuc
fc0c0be1a3
mmdevapi/tests: Compile with -D__WINESRC__.
2013-10-16 11:41:20 +02:00
Michael Stefaniuc
51ce8f254e
winmm/tests: Use the explicit mciSendStringA() form.
2013-10-16 11:41:20 +02:00
Nikolay Sivov
b70a5d52f1
shlwapi/tests: Compile with -D__WINESRC__.
2013-10-16 11:41:20 +02:00
Nikolay Sivov
94c0604e81
imagehlp/tests: Compile with -D__WINESRC__.
2013-10-16 11:41:19 +02:00
Nikolay Sivov
026b711483
ole32/tests: Compile with -D__WINESRC__.
2013-10-16 11:41:18 +02:00
Nikolay Sivov
de69361b8a
dispex/tests: Compile with -D__WINESRC__.
2013-10-16 11:23:59 +02:00
Kohei Takahashi
953359c73f
msi: Return -1 on open failure in FDI callbacks.
2013-10-15 19:20:19 +02:00
Alexandre Julliard
63092712c9
ntdll/tests: Skip test if LdrAddRefDll is missing.
2013-10-15 18:37:05 +02:00
Nikolay Sivov
e011d0e3c7
comdlg32/tests: Compile with -D__WINESRC__.
2013-10-15 17:43:41 +02:00
Nikolay Sivov
947977f614
cabinet/tests: Compile with -D__WINESRC__.
2013-10-15 17:43:32 +02:00
Jacek Caban
4553e6d144
crypt32: Get rid of no longer needed Context_GetLinkedContext.
2013-10-15 17:43:14 +02:00
Jacek Caban
6ab429363a
crypt32: Added cloning logic to context's vtbl.
2013-10-15 17:43:11 +02:00
Jacek Caban
05f248e968
crypt32: Pass contexts as context_t to CONTEXT_FUNCS->delete.
2013-10-15 17:43:08 +02:00
Jacek Caban
03ff35c270
crypt32: Store extra pointer directly in context_t and get rid of Context_GetExtra.
2013-10-15 17:43:05 +02:00