Dmitry Timoshkov
abbe8b3d02
kernel32/tests: Fix thread tests compilation with __WINESRC__ defined.
2013-10-22 16:37:40 +02:00
Dmitry Timoshkov
31917bfa73
kernel32/tests: Fix synchronization tests compilation with __WINESRC__ defined.
2013-10-22 16:37:39 +02:00
Dmitry Timoshkov
a18087e5d1
kernel32/tests: Fix resource tests compilation with __WINESRC__ defined.
2013-10-22 16:37:39 +02:00
Dmitry Timoshkov
f776e879fd
kernel32/tests: Fix profile tests compilation with __WINESRC__ defined.
2013-10-22 16:37:39 +02:00
Dmitry Timoshkov
5628183bf4
kernel32/tests: Fix pipe tests compilation with __WINESRC__ defined.
2013-10-22 16:37:39 +02:00
Dmitry Timoshkov
b2e9561a2d
kernel32/tests: Fix path tests compilation with __WINESRC__ defined.
2013-10-22 16:37:39 +02:00
Dmitry Timoshkov
f1a6bf70bf
kernel32/tests: Fix module tests compilation with __WINESRC__ defined.
2013-10-22 16:37:39 +02:00
Dmitry Timoshkov
9d5ddd25e1
kernel32/tests: Fix mailslot tests compilation with __WINESRC__ defined.
2013-10-22 16:37:39 +02:00
Alexandre Julliard
a897e13fba
user32: Get rid of the CreateCursorIcon driver entry point.
2013-10-22 10:25:44 +02:00
Alexandre Julliard
639c202ea7
winemac: Use an init once function to register IME classes.
2013-10-22 10:25:36 +02:00
Alexandre Julliard
7cc272cdef
winex11: Use an init once function to register IME classes.
2013-10-22 10:25:28 +02:00
Jacek Caban
9a4401afcb
crypt32: Get rid of no longer needed contextInterface arguments.
2013-10-21 21:06:17 +02:00
Jacek Caban
217e0119d9
crypt32: Get rid of no longer needed hCertStore checks.
2013-10-21 21:06:17 +02:00
Jacek Caban
e7ab43c4bb
crypt32: Return context_t from Context_CreateDataContext.
2013-10-21 21:06:17 +02:00
Jacek Caban
0f57425a8f
crypt32: Clone CRL context instead of using link in CertAddCRLContextToStore.
2013-10-21 21:06:17 +02:00
Jacek Caban
4d97b32323
secur32: Cache certificate context instead of store in schannel handle.
2013-10-21 21:06:17 +02:00
Piotr Caban
afec0b00bd
msvcrt: Make the first call to fwrite buffered.
2013-10-21 21:06:15 +02:00
Nikolay Sivov
af93b53082
ole32: Support registration-free COM in CoGetClassObject().
2013-10-21 20:23:55 +02:00
Akihiro Sagawa
99ceb599bb
gdi32: Synthesize bold glyphs for outline fonts.
2013-10-21 20:23:55 +02:00
Akihiro Sagawa
cab2cacb8e
gdi32: Adjust fake bold outline font metrics.
2013-10-21 20:23:55 +02:00
Akihiro Sagawa
b6666014c5
gdi32/tests: Add tests for fake bold outline fonts.
2013-10-21 20:23:54 +02:00
Dmitry Timoshkov
020bd36323
kernel32/tests: Fix locale tests compilation with __WINESRC__ defined.
2013-10-21 20:23:54 +02:00
Dmitry Timoshkov
e02774ad40
kernel32/tests: Fix heap tests compilation with __WINESRC__ defined.
2013-10-21 20:23:54 +02:00
Dmitry Timoshkov
d44cc84381
kernel32/tests: Fix FormatMessage tests compilation with __WINESRC__ defined.
2013-10-21 20:23:54 +02:00
Dmitry Timoshkov
8014c7cbbb
kernel32/tests: Fix file tests compilation with __WINESRC__ defined.
2013-10-21 20:23:54 +02:00
Dmitry Timoshkov
f8fbe80cc7
kernel32/tests: Fix fiber tests compilation with __WINESRC__ defined.
2013-10-21 20:23:54 +02:00
Dmitry Timoshkov
79ac1fa33f
kernel32/tests: Fix debugger tests compilation with __WINESRC__ defined.
2013-10-21 20:23:54 +02:00
Dmitry Timoshkov
fd65dfbac9
kernel32/tests: Fix console tests compilation with __WINESRC__ defined.
2013-10-21 20:23:54 +02:00
Dmitry Timoshkov
93a54c03be
kernel32/tests: Fix file change notification tests compilation with __WINESRC__ defined.
2013-10-21 20:23:54 +02:00
Dmitry Timoshkov
519e2d8a98
kernel32/test: Fix activation context tests compilation with __WINESRC__ defined.
2013-10-21 20:23:53 +02:00
Alexandre Julliard
67d452d8ac
gdi32: Always initialize the em_scale variable.
2013-10-21 17:08:54 +02:00
Alexandre Julliard
82c4fa35aa
jscript: Reorganize StringConstr_value slightly to avoid confusing gcc.
2013-10-21 16:26:50 +02:00
Alexandre Julliard
54ec6fca6e
wineps: Return the size directly from get_bbox to avoid compiler warnings.
2013-10-21 14:50:53 +02:00
Alexandre Julliard
6d0d7e08e5
user32: Fix the scope of a local variable.
2013-10-21 14:48:20 +02:00
Alexandre Julliard
7b2eafbc8a
user32: Fix tick counter wrap-around handling.
2013-10-21 14:48:01 +02:00
Alexandre Julliard
5435dad997
winemac: Only register the IME class when needed.
2013-10-21 14:46:25 +02:00
Ken Thomases
9a7993045e
winecoreaudio: Fix a potential leak. (Clang).
2013-10-21 10:46:48 +02:00
Ken Thomases
3ececfd2a5
winemac: Fix a leak in macdrv_CountClipboardFormats(). (Clang).
2013-10-21 10:46:44 +02:00
Ken Thomases
49197e811b
winemac: Rename some confusingly-named variables.
2013-10-21 10:46:33 +02:00
Ken Thomases
c7f8e71ab6
winemac: Fix some bytes-vs-WCHARs length computation bugs in the UTF-16 clipboard support.
2013-10-21 10:46:29 +02:00
Frédéric Delanoy
0153a962f6
windowscodecs: Use BOOL type where appropriate.
2013-10-21 10:44:41 +02:00
Frédéric Delanoy
44b2fd269e
shell32/tests: Use BOOL type where appropriate.
2013-10-21 10:44:34 +02:00
Frédéric Delanoy
98757d12cf
windowscodecs/tests: Use BOOL type where appropriate.
2013-10-21 10:44:22 +02:00
Francois Gouget
5098cd6246
oleaut32/tests: Make the uk_*() methods static.
2013-10-21 10:43:22 +02:00
Huw Davies
29c6e10fd8
ole32/tests: Add tests to show that CoLockObjectExternal() calls ReleaseConnection() with the appropriate value for fLastReleaseCloses.
2013-10-18 16:56:57 +02:00
Dmitry Timoshkov
b528e01d85
gdiplus: Reimplement GdipCloneImage using GdipCloneBitmapArea for a bitmap.
2013-10-18 16:56:56 +02:00
Dmitry Timoshkov
df367c3399
gdiplus: Reimplement GdipCloneBitmapArea without using GdipBitmapLockBits.
2013-10-18 16:56:56 +02:00
Dmitry Timoshkov
5e78e0b695
windowscodecs: Add support for IMILBitmapSource interface.
2013-10-18 14:39:38 +02:00
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
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
Jacek Caban
06f5ee4b2c
crypt32: Store list entry directly in context_t.
2013-10-15 17:43:03 +02:00
Jacek Caban
988e8a78c2
crypt32: Moved CertAddCertificateContextToStore to cert.c.
2013-10-15 17:43:00 +02:00
Austin English
97861a524b
explorerframe/tests: Build with -D__WINESRC__.
2013-10-15 16:37:06 +02:00
Piotr Caban
f906be9ef4
msvcrt: Don't validate parameters in _itoa function.
2013-10-15 16:36:25 +02:00
Piotr Caban
26c751ea29
comctl32: Ignore tooltip position passed in TTM_TRACKPOSITION if TTF_TRACK flag is not set.
2013-10-15 16:36:12 +02:00
Zhenbo Li
7003bbdfd4
atl90: Added new dll.
2013-10-15 16:35:05 +02:00
Andrew Eikum
0d1526bf4a
advapi32: Don't cache HKCR if WOW64 redirection flags are set.
2013-10-15 16:29:37 +02:00
Andrew Eikum
8cb7f877d7
advapi32: Attempt to open WOW64 key before the lowest level key, too.
...
Without this, we'll fail to open the correct key for e.g.
<Machine\Software\Classes> with KEY_WOW64_32KEY, which should resolve to
<Machine\Software\Wow6432Node\Classes>.
2013-10-15 16:27:15 +02:00
Alexandre Julliard
13479aa7b8
tools: Update the character data tables to Unicode 6.3.0.
2013-10-15 16:09:16 +02:00
Qian Hong
00c9c6fde3
user32/tests: Skip winstation tests on NT4.
2013-10-15 16:01:04 +02:00
Qian Hong
a0637a7f52
user32/tests: Skip winstation tests when no enough privileges.
2013-10-15 16:00:53 +02:00
Hans Leidekker
1d124f8869
msi/tests: Compile with -D__WINESRC__.
2013-10-15 14:28:22 +02:00
Hans Leidekker
0354af649a
msi/tests: Prepare msi.c for the switch to -D__WINESRC__.
2013-10-15 14:28:22 +02:00
Hans Leidekker
07043df793
msi/tests: Prepare suminfo.c for the switch to -D__WINESRC__.
2013-10-15 14:28:21 +02:00
Hans Leidekker
2a70f1bde3
msi/tests: Prepare source.c for the switch to -D__WINESRC__.
2013-10-15 14:28:21 +02:00
Hans Leidekker
c3764ff014
msi/tests: Prepare record.c for the switch to -D__WINESRC__.
2013-10-15 14:28:21 +02:00
Hans Leidekker
8a97d08759
msi/tests: Prepare patch.c for the switch to -D__WINESRC__.
2013-10-15 14:28:21 +02:00
Hans Leidekker
4d236f1942
msi/tests: Prepare package.c for the switch to -D__WINESRC__.
2013-10-15 14:28:21 +02:00
Hans Leidekker
e243979c4f
msi/tests: Prepare install.c for the switch to -D__WINESRC__.
2013-10-15 14:28:21 +02:00
Hans Leidekker
569d04cd7b
msi/tests: Prepare format.c for the switch to -D__WINESRC__.
2013-10-15 14:28:21 +02:00
Hans Leidekker
f1498d7736
msi/tests: Prepare db.c for the switch to -D__WINESRC__.
2013-10-15 14:28:21 +02:00
Hans Leidekker
ae5c7c2a18
msi/tests: Prepare automation.c for the switch to -D__WINESRC__.
2013-10-15 14:28:21 +02:00
Hans Leidekker
0e8b5ac54a
msi/tests: Prepare action.c for the switch to -D__WINESRC__.
2013-10-15 14:28:21 +02:00
Huw Davies
0dff81f495
wsock32: Add a fallback for inet_network.
2013-10-15 14:28:21 +02:00
Nikolay Sivov
9273a6715f
avifil32/tests: Compile with -D__WINESRC__.
2013-10-15 14:28:20 +02:00
Nikolay Sivov
ba7f633fc8
advpack/tests: Compile with -D__WINESRC__.
2013-10-15 14:28:20 +02:00
Nikolay Sivov
f6b2aa4a01
advapi32/tests: Compile with -D__WINESRC__.
2013-10-15 14:28:20 +02:00
Nikolay Sivov
08422163cf
msvcrt: Prevent msvcrt.dll unloading.
2013-10-15 14:28:20 +02:00
Nikolay Sivov
9a6567d1a6
kernel32: Added support for GET_MODULE_HANDLE_EX_FLAG_PIN.
2013-10-15 14:28:20 +02:00
Francois Gouget
4db9cd5f21
ntdll/tests: Fix compilation on systems that don't support nameless unions.
2013-10-15 14:28:20 +02:00
Frédéric Delanoy
34ad2d20a2
win87em.dll16: Use BOOL type where appropriate.
2013-10-15 14:28:20 +02:00
Frédéric Delanoy
4bb61ec0df
ole32: Use BOOL type where appropriate.
2013-10-15 14:28:20 +02:00
Michael Stefaniuc
4dd5893ad7
dsound/tests: Compile with -D__WINESRC__.
2013-10-15 14:28:20 +02:00
Adam Bolte
66a559328a
wined3d: Add support for nVidia GTX 660M.
2013-10-14 17:26:15 +02:00
Jacek Caban
b1cf39d081
vbscript: Compile tests with -D__WINESRC__.
2013-10-14 17:26:15 +02:00
Jacek Caban
71d1df73b5
jscript: Compile tests with -D__WINESRC__.
2013-10-14 17:26:15 +02:00
Hans Leidekker
ceeff119a2
winhttp/tests: Compile with -D__WINESRC__.
2013-10-14 17:26:15 +02:00
Hans Leidekker
8946346f51
winhttp: Fix a test failure on Windows 8 and conform to the more recent behavior.
2013-10-14 17:26:15 +02:00
Hans Leidekker
2b5888cc96
dnsapi/tests: Compile with -D__WINESRC__.
2013-10-14 17:26:15 +02:00
Hans Leidekker
98c64a4be3
dnsapi: Perform a wide character string comparison if the character set is unknown.
2013-10-14 17:26:15 +02:00
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
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
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
b7b5c88750
winmm/tests: Use BOOL type where appropriate.
2013-10-14 10:44:45 +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
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
Frédéric Delanoy
bd961941e0
quartz: Use BOOL type where appropriate.
2013-10-11 11:06:08 +02:00
Frédéric Delanoy
d12c0d67ae
comctl32: Use BOOL type where appropriate.
2013-10-11 11:06:03 +02:00
Frédéric Delanoy
f6677602e3
msvcrt: Use BOOL type where appropriate.
2013-10-11 11:05:59 +02:00
Frédéric Delanoy
afc0803df7
winegstreamer: Use BOOL type where appropriate.
2013-10-11 11:05:55 +02:00
Frédéric Delanoy
8e7abd00a8
comdlg32: Use BOOL type where appropriate.
2013-10-11 11:05:04 +02:00
Andrew Eikum
3ff27f3544
user32: Don't try to paint during WM_SETFOCUS if the edit control is not visible.
2013-10-11 11:04:58 +02:00
Ken Thomases
f4f50c9e4a
winemac: Implement support for Cocoa-style full-screen mode.
...
Based in large part on a patch submitted by Kevin Eaves.
2013-10-11 11:04:53 +02:00
Jacek Caban
00e53de765
secur32: Compile tests with __WINESRC__ define.
2013-10-10 13:33:50 +02:00
Jacek Caban
5b52334f6d
mshtml: Compile tests with __WINESRC__ define.
2013-10-10 13:33:39 +02:00
Jacek Caban
33b92a8cf4
ieframe: Compile tests with __WINESRC__ define.
2013-10-10 13:33:26 +02:00
Alexandre Julliard
41c7ba4b5d
makefiles: Generate the common rules for dlls from configure.
2013-10-10 11:41:07 +02:00
Alexandre Julliard
a3b76d3366
makefiles: Generate the common rules for import libraries from configure.
2013-10-10 11:41:01 +02:00
Ken Thomases
79d45585bc
winemac: Add registry settings to make Option keys send Alt rather than accessing additional characters from the keyboard layout.
2013-10-10 10:45:22 +02:00
Ken Thomases
05e3d0e5cc
winemac: Make sure the same housekeeping is done when closing a window as is done when hiding it.
2013-10-10 10:45:13 +02:00
Henri Verbeet
3ffd998c46
d3drm: Get rid of the IDirect3DRMVisualArrayImpl typedef.
2013-10-10 10:45:05 +02:00
Henri Verbeet
cb49cff060
d3drm: Introduce impl_from_IDirect3DRMFrameArray().
2013-10-10 10:45:02 +02:00
Henri Verbeet
392a65fe09
wined3d: Unify sampler binding points.
2013-10-10 10:45:00 +02:00
Henri Verbeet
3caefc8337
wined3d: Unify constant buffer binding points.
2013-10-10 10:44:57 +02:00
Henri Verbeet
c228ffbaf0
wined3d: Unify shader binding points.
2013-10-10 10:44:53 +02:00
Frédéric Delanoy
b4e4831d1b
wininet: Use BOOL type where appropriate.
2013-10-10 10:44:49 +02:00
Frédéric Delanoy
98e4c98eff
gdi32: Use BOOL type where appropriate.
2013-10-10 10:44:45 +02:00
Frédéric Delanoy
3d30fb881a
ddraw/tests: Use BOOL type where appropriate.
2013-10-10 10:44:40 +02:00
Frédéric Delanoy
77a26de975
xmllite: Use BOOL type where appropriate.
2013-10-10 10:44:35 +02:00
Frédéric Delanoy
cef6b07372
setupapi: Use BOOL type where appropriate.
2013-10-10 10:44:30 +02:00
Frédéric Delanoy
742c2563e5
urlmon/tests: Use BOOL type where appropriate.
2013-10-10 10:44:18 +02:00
Nikolay Sivov
587398259e
xmllite: Correct allocated destination buffer size.
2013-10-09 19:28:16 +02:00
Nikolay Sivov
feda40bbaa
xmllite: Fix overwriting of dest buffer when pushing more data to it.
2013-10-09 19:28:11 +02:00
Nikolay Sivov
ae341b9bd7
xmllite: Use buffer offset instead of pointers.
2013-10-09 17:48:26 +02:00
Alexandre Julliard
ac519d0eea
ntdll: Add defines for the file position magic constants.
2013-10-09 16:13:41 +02:00
Dmitry Timoshkov
3cae528eef
ntdll: Offset -1 (FILE_WRITE_TO_END_OF_FILE) is supposed to work in NtWriteFile for disk files in overlapped mode.
2013-10-09 16:11:33 +02:00
Stefan Dösinger
86d63f1d5a
wined3d: Move sRGB_decode handling to the top of texture_bind / preload.
2013-10-09 15:52:37 +02:00
Stefan Dösinger
db852ff5b5
wined3d: Remove sRGB_decode handling from surface_load_location.
2013-10-09 15:52:24 +02:00
Stefan Dösinger
16f7c24296
wined3d: Take sRGB_decode into account in texture_srgb_mode.
2013-10-09 15:52:22 +02:00
Alexandre Julliard
fabd3120c5
makefiles: Move the main module rules to the global Make.rules file.
2013-10-09 11:31:21 +02:00
Alexandre Julliard
f94c8669c5
makefiles: Move the API documentation rules to the global Make.rules file.
2013-10-09 11:30:33 +02:00
Alexandre Julliard
752b0e02ea
makefiles: Move the import library rules to the global Make.rules file.
2013-10-09 11:25:36 +02:00
Alexandre Julliard
e318b4a59c
makefiles: Move the static library rules to the global Make.rules file.
2013-10-09 11:25:04 +02:00
Henri Verbeet
44f5d4bd64
d3drm: Introduce impl_from_IDirect3DRMVisualArray().
2013-10-09 11:11:11 +02:00
Henri Verbeet
cd16932bf3
d3drm: Compare with the correct IID in IDirect3DRMVisualArrayImpl_QueryInterface().
2013-10-09 11:11:09 +02:00
Henri Verbeet
079b6d4c11
wined3d: Unify the shader state IDs.
2013-10-09 11:11:07 +02:00
Henri Verbeet
1f22246b84
wined3d: Send material updates through the command stream.
2013-10-09 11:11:00 +02:00
Henri Verbeet
db68c43678
wined3d: Send clip plane updates through the command stream.
2013-10-09 11:10:58 +02:00
Frédéric Delanoy
8afd655a62
winspool.drv: Use BOOL type where appropriate.
2013-10-09 10:08:57 +02:00
Frédéric Delanoy
387fafd39e
winex11.drv: Use BOOL type where appropriate.
2013-10-09 10:08:54 +02:00
Frédéric Delanoy
10f7f09d43
wineoss.drv: Use BOOL type where appropriate.
2013-10-09 10:08:37 +02:00
Frédéric Delanoy
510e30bd63
winemac.drv: Use BOOL type where appropriate.
2013-10-09 10:08:34 +02:00
Frédéric Delanoy
5274f855e3
ws2_32/tests: Use BOOL type where appropriate.
2013-10-09 10:08:29 +02:00
Akihiro Sagawa
0b58ab7ac9
gdi32/tests: Skip linked font like SimSun-ExtB in fixed-pitch font selection.
2013-10-09 10:08:06 +02:00
Jacek Caban
bb2c32d776
crypt32: Don't follow linked contexts in AddRef/Release implementations.
2013-10-08 18:10:15 +02:00
Jacek Caban
09121895fd
crypt32: Get rid of no longer used contextSize argument in Context_CopyProperties.
2013-10-08 18:10:10 +02:00
Jacek Caban
c1fa23ac5d
crypt32: Get rid of no longer used contextSize argument in Context_Release.
2013-10-08 18:10:06 +02:00
Jacek Caban
c6fd036b54
crypt32: Get rid of no longer used contextSize argument in Context_GetProperties.
2013-10-08 18:10:02 +02:00
Jacek Caban
5b5bb50852
crypt32: Get rid of no longer used contextSize argument in Context_GetLinkedContext.
2013-10-08 18:09:58 +02:00
Jacek Caban
f82237102b
crypt32: Get rid of no longer used contextSize argument in Context_AddRef.
2013-10-08 18:09:53 +02:00
Jacek Caban
ad912961db
crypt32: Allocate BASE_CONTEXT in the beginning of the memory block.
2013-10-08 18:09:48 +02:00
Jacek Caban
12982d867a
crypt32: Use BASE_CONTEXT for both data and link contexts.
2013-10-08 18:09:42 +02:00
Hans Leidekker
5674f16649
iphlpapi: Add support for GAA_FLAG_INCLUDE_PREFIX in GetAdaptersAddresses.
2013-10-08 15:58:48 +02:00
Austin English
d66f7cdb52
dxdiagn: Add a few more stub properties.
2013-10-08 15:57:36 +02:00
Stefan Dösinger
1631603986
wined3d: Remove redundant surface location changes.
...
fb_copy_to_texture_direct and fb_copy_to_texture_hwstretch already
invalidate everything but the RGB texture.
2013-10-08 15:39:02 +02:00
Stefan Dösinger
9331c791e8
wined3d: Remove the D3DSWAPEFFECT_DISCARD debug clear code.
2013-10-08 15:39:02 +02:00
Stefan Dösinger
e4a0767e2d
wined3d: Get rid of SFLAG_LOCKABLE.
2013-10-08 15:39:02 +02:00
Stefan Dösinger
bff422f340
wined3d: Avoid duplicated code in wined3d_surface_blt.
2013-10-08 15:39:02 +02:00
Piotr Caban
d31048f0ae
riched20: Fix loop condition while processing control content in WM_CREATE.
2013-10-08 15:39:01 +02:00
Ken Thomases
c043587d56
winemac: Tell Wine when Cocoa has brought a window to the front.
2013-10-08 15:39:01 +02:00
Ken Thomases
9779f0ace4
winemac: If the app doesn't specify a custom max. tracking size, don't restrict Cocoa.
2013-10-08 15:39:01 +02:00
Ken Thomases
4d9340eb41
winemac: Update the window min/max size info and enforce it when zooming.
2013-10-08 15:39:01 +02:00