Henri Verbeet
7b6ee15bc2
d2d1: Add the ID2D1TessellationSink interface.
2014-05-12 10:56:32 +02:00
Henri Verbeet
3a6b53feac
d2d1: Add the ID2D1StrokeStyle interface.
2014-05-12 10:56:29 +02:00
Henri Verbeet
eaac54e0ae
d2d1: Add the ID2D1Resource interface.
2014-05-12 10:56:18 +02:00
Bruno Jesus
443edfa1da
ws2_32: Avoid magic numbers in shutdown() function.
2014-05-12 10:55:54 +02:00
Nikolay Sivov
fa3e750e2c
comctl32/listview: Fix custom draw stage sequence.
2014-05-12 10:55:09 +02:00
Nikolay Sivov
dcab5fe61b
setupapi: Make default context structure layout compatible.
2014-05-12 10:53:16 +02:00
Akihiro Sagawa
776849987d
taskmgr: Show whether the process is running under WOW64.
2014-05-12 10:52:33 +02:00
Alistair Leslie-Hughes
123c670f8e
dxguid: Include dplobby8.h.
2014-05-12 10:51:32 +02:00
Frédéric Delanoy
b242d9cee3
user32/tests: Constify some arrays.
2014-05-12 10:48:33 +02:00
Vincent Povirk
b3e26be0cb
ole32: STGM_NOSNAPSHOT implies deny write.
2014-05-12 10:48:14 +02:00
Alistair Leslie-Hughes
b01fc1aa6e
dpnet: Implement IDirectPlay8Client GetSPCaps.
2014-05-09 20:03:44 +02:00
Alistair Leslie-Hughes
329c70d9b8
dpnet: Store DPN_SP_CAPS as part of the object.
2014-05-09 20:03:43 +02:00
Joachim Priesner
3cd86c9f62
wined3d: Clear active lights when cleaning up a D3D stateblock.
...
This prevents dangling pointers as the light structures that the pointers in
the state->lights array point to are freed below when cleaning the light maps.
2014-05-09 20:03:43 +02:00
Francois Gouget
22acc5cb30
ddraw/tests: Fix compilation on systems that don't support nameless unions.
2014-05-09 16:28:04 +02:00
Piotr Caban
40bdbda825
oleacc: Add Client_get_accParent implementation.
2014-05-09 14:25:46 +02:00
Piotr Caban
e99dc1aced
oleacc: Add Client_accHitTest implementation.
2014-05-09 14:25:44 +02:00
Piotr Caban
6474f8c1df
oleacc: Add default window accessible object stub.
2014-05-09 14:25:42 +02:00
Jacek Caban
60989ea332
mshtml: Fixed leaks in IHTMLStyleSheet::Release and IHTMLStyleSheetsCollection::Release implementations.
2014-05-09 14:24:53 +02:00
Jacek Caban
000b78e943
mshtml: Added IDispatchEx support to HTMLStyleSheetRulesCollection object.
2014-05-09 14:24:50 +02:00
Jacek Caban
018af15b9d
mshtml: Use debugmsg_mshtml_guid in a few more places.
2014-05-09 14:24:34 +02:00
Huw Davies
38483f1efe
imagehlp/tests: Don't assume the certificate chain is originally empty.
2014-05-09 14:24:26 +02:00
Huw Davies
f5aaaf215d
msxml3/tests: Don't overwrite a variant which is later used in a QueryInterface call.
2014-05-09 14:24:20 +02:00
Bruno Jesus
843ef11eb8
ws2_32: Return the correct error if SO_REUSEADDR is set in bind error.
2014-05-09 14:17:00 +02:00
Vincent Povirk
473a3a47a7
server: Try to get a read lock if we can't get a write lock.
2014-05-09 14:16:19 +02:00
Vincent Povirk
cf75c5368b
ole32: Use real blocking operations for storage locking when possible.
2014-05-09 14:16:12 +02:00
Vincent Povirk
45dd716e4e
ole32: Warn in cases where we might corrupt storage files.
2014-05-09 14:16:08 +02:00
Mark Harmstone
cfb81f2c60
setupapi: Add CM_Get_DevNode_Registry_Property wrapper around CM_Get_DevNode_Registry_Property_Ex.
2014-05-08 19:41:55 +02:00
Jacek Caban
ea950ac7cf
kernel32/tests: Added more shared memory tests, exposing MAP_PRIVATE mapping for read only mapping problem.
2014-05-08 18:27:51 +02:00
Jacek Caban
4792cf31c5
ntdll: Always use MAP_SHARED in NtMapViewOfSection.
2014-05-08 18:27:38 +02:00
Frédéric Delanoy
0ec7907c61
usp10: Silence a noisy fixme in ScriptPlaceOpenType.
2014-05-08 17:41:53 +02:00
Piotr Caban
73a996de01
msvcp/tests: Force dll cleanup code to get executed (for valgrind).
2014-05-08 17:41:50 +02:00
Piotr Caban
6fb5155f30
msvcp: Fix global_locale leak.
2014-05-08 17:40:50 +02:00
Piotr Caban
ea7baf5304
msvcp60: Fix uninitialized variable access in basic_string::_Tidy.
2014-05-08 14:59:13 +02:00
Jacek Caban
cf2278b2d0
mshtml: Forward IHTMLImageElementFactory IDispatch functions to IDispatchEx implementation.
2014-05-08 12:14:23 +02:00
Jacek Caban
cac04a675c
mshtml: Use debugmsg_mshtml_guid in a few more places.
2014-05-08 12:14:21 +02:00
Alistair Leslie-Hughes
0d8f86c66d
dpnet: Implement IDirectPlay8Client Initialize.
2014-05-08 11:20:54 +02:00
Alistair Leslie-Hughes
594c4ea392
dpnet/tests: Add IDirectPlay8Client tests.
2014-05-08 11:20:39 +02:00
Zhenbo Li
15ccfef080
mshtml: Added IHTMLSelectElement::remove method implementation.
2014-05-08 10:46:22 +02:00
Shuai Meng
b8aecb92b9
vbscript: Fixed CBool handling.
2014-05-08 10:46:11 +02:00
Bruno Jesus
43241934c6
ws2_32: Avoid using WS_ prefix on unix sockaddr struct.
...
The address was already converted to unix in these situations, so it's
wrong to check against windows #defines.
2014-05-08 10:30:05 +02:00
Ken Thomases
3bca22a6b9
winemac: Don't bring owned windows to the front when they're clicked.
...
Cocoa will bring an unowned window to the front of its level when it's clicked,
but it doesn't do that for owned windows. The old code went out of its way to
make owned windows behave like unowned windows in this respect. That was
exactly backward. We wish we could control whether windows are raised on a
click. We don't have that opportunity for unowned windows, but, by ripping
out a bunch of code, we do for owned windows.
2014-05-08 10:24:31 +02:00
Vincent Povirk
3ebb9b7b75
shell32/tests: Use SW_HIDE with ShellExecuteA in tests.
2014-05-07 21:28:46 +02:00
Aric Stewart
dfa65a52bb
user32: Pass WM_IME_CONTROL messages to the IME.
2014-05-07 20:21:58 +02:00
Stefan Dösinger
8ca711f428
ddraw/tests: Test palette alpha behavior.
...
What I care about here is that setting peFlags != 0 doesn't cause errors
either during ddraw palette creation or DIB section creation. peFlags
isn't an alpha channel, but P8 textures abuse it that way, hence the
name of the test. It probably has deeper meaning in DDSCL_NORMAL when
the X server is running in 8 bit paletteindexed mode, but I don't think
we really care about this.
2014-05-07 20:21:57 +02:00
Stefan Dösinger
a227188573
ddraw: Alpha palettes can only be attached to textures.
2014-05-07 20:21:57 +02:00
Stefan Dösinger
1558391a11
wined3d: Store RGBQUADs in palettes.
2014-05-07 20:21:56 +02:00
Stefan Dösinger
19f45af19c
wined3d: Copy the DIB to sysmem when PIN_SYSMEM is set.
2014-05-07 20:21:55 +02:00
Stefan Dösinger
a373c35371
gdi32/tests: Test RGBQUAD.rgbReserved in SetDIBColorTable.
2014-05-07 20:21:52 +02:00
Huw Davies
c66f0019ff
gdi32: In a Hebrew locale the last char of a symbol font is reported as 0xf896 rather than 0xf0ff.
2014-05-07 18:57:35 +02:00
Piotr Caban
87bfb306bd
msvcr80: Add __AdjustPointer implementation.
2014-05-07 18:57:35 +02:00