Hans Leidekker
c9abb27d89
wbemprox: Return selected properties only from IWbemClassObject::GetNames.
2014-04-30 15:15:27 +02:00
Alistair Leslie-Hughes
91414e8ef8
dpnet: Cleanup IDirectPlay8Address.
2014-04-30 14:32:33 +02:00
Henri Verbeet
7bdbb8c890
ddraw/tests: Add some basic material tests.
2014-04-30 14:32:29 +02:00
Henri Verbeet
27a0b8a5f0
ddraw: Only output a warning when clearing a viewport without background material.
2014-04-30 09:34:05 +02:00
Henri Verbeet
4ff220f94b
ddraw: Reject setting a 0 material handle in d3d_viewport_SetBackground().
2014-04-30 09:34:03 +02:00
Henri Verbeet
91a615ee4d
ddraw: Disable lighting when a 0 material handle is set.
2014-04-30 09:34:01 +02:00
Henri Verbeet
174dbaf0f3
ddraw/tests: Handle the Windows 8 testbot in test_primary_palette().
2014-04-30 09:33:59 +02:00
Vincent Povirk
efc1d791a3
gdiplus/tests: Fix image leak in graphics test.
2014-04-30 09:33:55 +02:00
Jacek Caban
b84e112dd6
msctf: Added ITfInputProcessorProfileMgr interface stub implementation.
2014-04-29 18:22:36 +02:00
Stefan Dösinger
8d1b66bee4
ddraw/tests: Skip the ddraw7 primary palette test if 8 bpp mode doesn't work.
2014-04-29 16:07:48 +02:00
Stefan Dösinger
7178675741
ddraw/tests: Test P8 to RGB blits.
2014-04-29 16:07:46 +02:00
Piotr Caban
277eb98739
msvcrt: Add _wcsupr_l implementation.
2014-04-29 16:07:44 +02:00
Jacek Caban
d297cecc07
vbscript: Forward Invoke call to InvokeEx.
2014-04-29 16:07:43 +02:00
Huw Davies
806895a0c2
include: Add a few missing out-precision and clip-precision defines.
2014-04-29 16:07:40 +02:00
Jacek Caban
788cd0b4c6
iexplore: Mark iexplore.exe as large address aware.
2014-04-29 16:07:39 +02:00
Alexandre Julliard
1b02177a55
winegcc: Only pass large-address-aware option for i386 builds.
2014-04-29 16:07:37 +02:00
Henri Verbeet
56d7e3b9a7
ddraw: Don't return an error when setting a 0 material handle in d3d_device3_SetLightState().
2014-04-29 13:36:10 +02:00
Henri Verbeet
77da84b06a
ddraw: Cleanup d3d_execute_buffer_QueryInterface().
2014-04-29 13:36:09 +02:00
Henri Verbeet
b2e2b42b73
ddraw: Cleanup the D3DOP_PROCESSVERTICES implementation a bit.
2014-04-29 13:36:08 +02:00
Henri Verbeet
86f209ed80
ddraw: Implement D3DOP_STATERENDER on top of IDirect3DDevice3_SetRenderState().
2014-04-29 13:36:05 +02:00
Henri Verbeet
789fcf0daa
ddraw: Implement D3DOP_STATELIGHT on top of IDirect3DDevice3_SetLightState().
2014-04-29 13:35:33 +02:00
Jacek Caban
2d752d1a93
jscript: Fixed uninitialized variable access in interp_end_finally.
2014-04-29 11:27:02 +02:00
Vincent Povirk
65887802c5
ole32: Initial storage file locking implementation.
2014-04-29 11:26:51 +02:00
Vincent Povirk
e6c58c74ad
ole32: Reserve the range lock sector.
2014-04-29 11:26:47 +02:00
Vincent Povirk
a00f43d7e0
ole32/tests: Add tests for sharing storages in transacted mode.
2014-04-29 11:26:33 +02:00
Vincent Povirk
b8c60aaeec
ole32/tests: Add tests for storage locking.
2014-04-29 11:25:55 +02:00
Ken Thomases
ef4677106a
winemac: Disable moving or resizing windows when cursor clipping is in effect.
...
Many games clip the cursor to the client area of the window. However, on OS X,
the resizing controls extend into that client area. So, it's possible that
while playing, the user might unintentionally click in the resizing area and
drag, resizing the window.
2014-04-29 11:22:58 +02:00
André Hentschel
979c4498df
wscript: Fix function types.
2014-04-29 11:21:15 +02:00
André Hentschel
aa831198c2
winemenubuilder: Return FALSE on error when processing links and URLs.
2014-04-29 11:21:04 +02:00
André Hentschel
46594b8e6b
dbghelp: Make pdb_load_stream_name_table a void function.
2014-04-29 11:18:56 +02:00
André Hentschel
1986dabc3e
dbghelp: Use boolean return value in boolean function.
2014-04-29 11:18:51 +02:00
André Hentschel
5c73a4e629
shell32: Use boolean return value in boolean function.
2014-04-29 11:18:32 +02:00
Andrew Eikum
cb1242a8f2
user32: Only update listbox horizontal scroll info if WS_HSCROLL is set.
2014-04-28 18:25:02 +02:00
Piotr Caban
41f5b15523
oleacc: Add AccessibleObjectFromWindow tests.
2014-04-28 18:24:15 +02:00
Piotr Caban
817222558d
oleacc: Add AccessibleObjectFromWindow implementation.
2014-04-28 18:24:02 +02:00
Alexandre Julliard
91f2b04625
msvcp90: Fix the mbstowcs_s macro return value.
2014-04-28 15:34:01 +02:00
Alexandre Julliard
47ed5655c5
gdi32/tests: Don't fetch the bits into the DIB itself.
2014-04-28 14:37:02 +02:00
Jacek Caban
c49bb25950
mshtml: Removed invalid nsAString_InitDepend from HTMLTable_put_bgColor and fixed error handling.
2014-04-28 14:37:02 +02:00
Jacek Caban
8b81af32ae
mshtml: Renamed nsIDOMHTMLSelectElement::Remove to select_Remove to avoid conflict with nsIDOMElement.
...
Spotted by Zhenbo Li.
2014-04-28 14:37:01 +02:00
Jacek Caban
a36876e9d6
mshtml: Introduce a new debugstr_mshtml_guid helper for printing GUIDs.
2014-04-28 14:37:00 +02:00
Austin English
980e9225d2
msxml3: Complain louder if libxslt was missing at compile time.
2014-04-28 14:36:59 +02:00
Nikolay Sivov
0c0fe4efb4
oleaut32: Always free TLIBATTR in LoadRegTypeLib() (Valgrind).
2014-04-28 14:00:58 +02:00
Nikolay Sivov
3b16986a35
msxml3/tests: Fixed attributes map leak (Valgrind).
2014-04-28 14:00:55 +02:00
Nikolay Sivov
98a9fbe79f
msxml3: Fix XPath query result leak (Valgrind).
2014-04-28 14:00:53 +02:00
Nikolay Sivov
f9df884536
msxml3: Fixed attribute value string leak (Valgrind).
2014-04-28 14:00:50 +02:00
Stefan Dösinger
e2bf5163ec
ddraw/tests: Add a test for mipmap palettes.
2014-04-25 20:04:43 +02:00
Stefan Dösinger
590582e6bc
ddraw: Only ddraw7 disallows SetPalette on sublevels.
2014-04-25 20:04:38 +02:00
Nikolay Sivov
039712970b
msxml3/tests: Fix enumerator instance leak (Valgrind).
2014-04-25 16:18:16 +02:00
Nikolay Sivov
c2c37f8c40
msxml3: Fix a leak when trying to add to readonly collection (Valgrind).
2014-04-25 16:18:14 +02:00
Zhenbo Li
2a8d4a03d3
mshtml: Added IHTMLElement3::contentEditable property implemention.
2014-04-25 16:18:07 +02:00