David Hedberg
7311a9fc6e
comdlg32: Populate psia_results before making any callbacks.
2014-07-22 14:28:21 +02:00
Jacek Caban
062f92a99c
atl: Added AtlAxCreateControlLic(Ex) stubs.
2014-07-22 14:25:58 +02:00
Jacek Caban
1e191e031c
mshtml: Fixed tests on IE11.
2014-07-22 14:25:47 +02:00
Bruno Jesus
4a28977f38
crypt32: Fix conversion of multiple fields in CertStrToName.
2014-07-22 14:25:34 +02:00
Marcus Meissner
b20365ee29
dmime: Remove useless NULL check (Coverity).
2014-07-22 12:41:22 +02:00
Marcus Meissner
877f1a759e
secur32: Removed superflous NULL check (Coverity).
2014-07-22 12:40:40 +02:00
Henri Verbeet
96d845aa46
wined3d: Avoid a compiler warning in context_stream_info_from_declaration().
2014-07-22 12:37:54 +02:00
Henri Verbeet
d3c6d3425f
dxgi: Only use a single newline in the dxgi_factory_MakeWindowAssociation() FIXME.
2014-07-22 12:37:39 +02:00
Henri Verbeet
7976da345a
d2d1: Implement d2d_d3d_render_target_SetTransform().
2014-07-22 12:37:35 +02:00
Henri Verbeet
952b2575fd
d2d1: Implement d2d_d3d_render_target_GetTransform().
2014-07-22 12:37:31 +02:00
Henri Verbeet
d17bd8d821
dxgi: Implement dxgi_surface_GetDesc().
2014-07-22 12:37:26 +02:00
Marcus Meissner
20ef8d2991
d3dx9_36: Fixed typo in HeapAlloc return checking (Coverity).
2014-07-22 12:08:07 +02:00
Thomas Faber
5ce8c7a5a7
quartz: Destroy BaseFilter after child class.
2014-07-22 12:07:34 +02:00
Thomas Faber
c6dfc084a5
wineqtdecoder: Destroy BaseFilter after QT child class.
2014-07-22 12:07:27 +02:00
Thomas Faber
04240e6ae3
winegstreamer: Destroy BaseFilter after GST child class.
2014-07-22 12:07:24 +02:00
Thomas Faber
5cbc081a1f
qcap: Destroy BaseFilter after VfwCapture child class.
2014-07-22 12:07:19 +02:00
Shuai Meng
13fe9147b3
vbscript: Implemented IsNumeric.
2014-07-22 12:07:03 +02:00
Zhenbo Li
f8f8964afe
mshtml: Added IHTMLFormElement::target property implementation.
2014-07-22 12:05:43 +02:00
Zhenbo Li
fbc4d3f160
mshtml: Fixed get_target_window when no parent frame is found.
2014-07-22 12:05:39 +02:00
Jactry Zeng
1f6073c861
riched20: Implement ITextSelection::GetText.
2014-07-21 18:45:38 +02:00
Jactry Zeng
68b9018d50
riched20: Fix ME_SetSelection when cpMax > strlen().
2014-07-21 18:45:34 +02:00
Jacek Caban
e73bd253ea
wscript: Added support for calling object by DISPID_VALUE in do_icall.
2014-07-21 18:44:22 +02:00
Jacek Caban
15dfae71a1
vbscript: Use VariantChangeType in to_int.
2014-07-21 18:44:19 +02:00
Akihiro Sagawa
0eed829f7f
msi/tests: Add CLSID registry tests for mixed package.
2014-07-21 18:42:45 +02:00
Akihiro Sagawa
5b76cd199a
msi/tests: Add non-existence value tests for mixed package.
2014-07-21 15:57:23 +02:00
Akihiro Sagawa
6fc6d32da2
msi: Move set_installed_prop() call because platform information is needed in it.
2014-07-21 15:56:54 +02:00
Andrei Slăvoiu
41962a5a07
wined3d: Remove the gl_info parameter from select_card callbacks.
2014-07-21 14:02:31 +02:00
Andrei Slăvoiu
22475ddd82
wined3d: Remove usage of gl_info parameter from select_card_amd_binary.
2014-07-21 14:02:29 +02:00
Andrei Slăvoiu
665c2e1e27
wined3d: Remove usage of gl_info parameter from select_card_nvidia_binary.
2014-07-21 14:02:26 +02:00
Bruno Jesus
70ff9620a8
crypt32/tests: Add more tests related to certificates.
...
Thanks to Juan Lang for help.
2014-07-21 11:55:53 +02:00
Thomas Faber
7865b1a277
kernel32: Do not omit mandatory argument to DeviceIoControl.
2014-07-21 11:55:35 +02:00
Thomas Faber
21a7cc6fa7
mpr: Do not omit mandatory argument to DeviceIoControl.
2014-07-21 11:55:20 +02:00
Thomas Faber
b5bcc63f64
wbemprox: Do not omit mandatory argument to DeviceIoControl.
2014-07-21 11:55:13 +02:00
Bruno Jesus
7e456b8f25
rsaenh/tests: Fix some Windows 8 tests.
2014-07-21 11:51:23 +02:00
Bruno Jesus
3a7b89e4c0
rsaenh/tests: Simplify broken NT4 tests.
...
Based on Dmitry Timoshkov idea.
2014-07-21 11:50:16 +02:00
Thomas Faber
3dbcadc278
strmbase: Destroy base class after child class.
2014-07-21 11:49:59 +02:00
Thomas Faber
992f5345ed
strmbase: Separate BaseFilter destructor from Release.
2014-07-21 11:49:53 +02:00
Nikolay Sivov
509bdae8e2
kernel32/tests: Skip working tests properly.
2014-07-18 19:13:39 +02:00
Henri Verbeet
6944803ccc
d2d1: Implement D2D1MakeRotateMatrix().
2014-07-18 19:13:38 +02:00
Henri Verbeet
c903192243
d2d1: Implement d2d_factory_CreateStrokeStyle().
2014-07-18 19:13:38 +02:00
Henri Verbeet
bc019fcbbd
wined3d: Track synchronized buffer maps.
...
Instead of trying to infer unsynchronized ones.
2014-07-18 19:13:37 +02:00
Henri Verbeet
01251f3d3c
wined3d: Use the previous "dirty" status to set WINED3D_BUFFER_NOSYNC in wined3d_buffer_map().
...
This (presumably) fixes a regression introduced by commit
c1032e977b
.
2014-07-18 19:13:36 +02:00
Henri Verbeet
8c19371b62
wined3d: Fix a couple of renderer strings in select_card_nvidia_binary().
2014-07-18 19:13:35 +02:00
Damjan Jovanovic
c60d6c46bf
winex11.drv: Allow the clipboard to copy files to other X11 apps.
2014-07-18 19:13:34 +02:00
Damjan Jovanovic
846a8f6c8d
winex11.drv: Translate the WM_DROPFILES point into client coordinates whenever possible.
2014-07-18 19:06:43 +02:00
Damjan Jovanovic
f2f8d187e4
winex11.drv: Don't memcpy() over the DROPFILES point just after setting it.
2014-07-18 19:05:30 +02:00
Damjan Jovanovic
04d8b325bf
winex11.drv: Fix a GlobalLock() reference leak.
2014-07-18 19:05:13 +02:00
Zhenbo Li
d734935a2c
mshtml: Added IHTMLFormElement::reset method implementation.
2014-07-17 19:17:57 +02:00
Alexandre Julliard
1b1ea639cd
ntdll: Use a custom signal restorer for Android.
...
Bionic doesn't provide one, even when vdso has been unmapped by the
preloader.
2014-07-17 14:51:12 +02:00
Ken Thomases
cafb192ecc
winemac: Don't query the position of the one-past-the-end character with IMR_QUERYCHARPOSITION.
...
This means the resulting rectangle will be short, but we don't have much
choice. Some apps don't cope properly with the one-past-the-end character.
For example, Excel 2007 gets stuck in an infinite loop.
2014-07-16 20:46:32 +02:00