Nikolay Sivov
71ab66efa0
xmllite/writer: Initial support of output buffer creation.
2014-05-15 19:04:59 +02:00
Nikolay Sivov
0ae578b71c
xmllite/reader: Create reader input with same IMalloc as reader.
2014-05-15 19:04:58 +02:00
Jacek Caban
645cdf9dc3
msctf: Added IEnumTfInputProcessorProfiles interface stub implementation.
2014-05-15 19:04:57 +02:00
Martin Storsjo
8cb42d4135
ntdll: Align FILE_*_DIRECTORY_INFORMATION structs to 8 bytes.
2014-05-15 19:04:56 +02:00
Martin Storsjo
114444ca9c
ntdll: Don't write uninitialized bytes at the end of filenames.
2014-05-15 19:04:55 +02:00
Jacek Caban
9677454f7d
oleaut32: Use debugstr_variant in variant.c where appropriate.
2014-05-15 19:04:54 +02:00
Huw Davies
fec1ed454c
wininet/tests: Don't test GetLastError() on success.
2014-05-15 19:04:53 +02:00
Alexandre Julliard
c5b19d4ad0
d3d10_1: Remove unnecessary DllMain implementation.
2014-05-15 19:04:52 +02:00
Alexandre Julliard
29fcb82b94
d3d10: Remove unnecessary DllMain implementation.
2014-05-15 19:04:51 +02:00
Alexandre Julliard
64082aebc5
d3d9: Remove unnecessary DllMain implementation.
2014-05-15 19:04:50 +02:00
Alexandre Julliard
4df26c56d8
d3d8: Remove unnecessary DllMain implementation.
2014-05-15 19:04:50 +02:00
Alexandre Julliard
6eb922f1d4
wintrust: Remove unnecessary DllMain implementation.
2014-05-15 19:04:49 +02:00
Alexandre Julliard
693faf2a7d
msimg32: Remove unnecessary DllMain implementation.
2014-05-15 19:04:48 +02:00
Alexandre Julliard
16352f0aee
dciman32: Remove unnecessary DllMain implementation.
2014-05-15 19:04:47 +02:00
Alexandre Julliard
0289ea0e43
advpack: Remove unnecessary DllMain implementation.
2014-05-15 19:04:46 +02:00
Hans Leidekker
50c710bd91
winhttp: Add support for retrieving the proxy automatic configuration URL on Mac OS X.
2014-05-15 19:04:45 +02:00
Hans Leidekker
5522256328
winhttp: Reimplement WinHttpGetProxyForUrl on top of jsproxy.
2014-05-15 19:04:44 +02:00
Hans Leidekker
f7c8f5b3e4
jsproxy: Implement InternetGetProxyInfo.
2014-05-15 19:04:43 +02:00
Hans Leidekker
8545a971c9
jsproxy: Implement InternetInitializeAutoProxyDll and InternetDeinitializeAutoProxyDll.
2014-05-15 19:04:42 +02:00
Hans Leidekker
ae542221a0
jsproxy: New dll.
2014-05-15 19:04:41 +02:00
Frédéric Delanoy
d1dbc024b5
oleacc: Add message context for object state string resources.
2014-05-15 17:22:29 +02:00
Huw Davies
6f7650aec1
shell32/tests: Fix tests on win 8.
2014-05-15 17:22:28 +02:00
Huw Davies
d87aa43ce5
shell32/tests: Fix the tests when run from the top directory.
2014-05-15 17:22:27 +02:00
Nikolay Sivov
8e52466757
msxml3: Remove no longer used helper.
2014-05-15 11:29:46 +02:00
Ken Thomases
451915100a
winemac: Add the ability to disable high-resolution scrolling.
...
The Mac driver can generate scroll wheel events with values which are not integral
multiples of WHEEL_DELTA. Apps should handle that by scrolling a corresponding
non-integral multiple of what they'd do for a WHEEL_DELTA-valued scroll or, if
they can't, then at least accumulate scroll distance until its magnitude exceeds
WHEEL_DELTA and do a "chunky" scroll. However, many apps don't do that properly.
They may scroll way too far/fast or even in the opposite direction.
If the registry setting UsePreciseScrolling is set to "n", the Mac driver will do
that accumulation and chunking itself to work around such broken app behavior.
2014-05-15 11:28:52 +02:00
Ken Thomases
757c57634e
winemac: Fix a memory leak if posting WM_DROPFILES fails.
2014-05-15 11:28:36 +02:00
Shuai Meng
db42703d5f
vbscript: Implemented CByte.
2014-05-14 19:13:51 +02:00
Jacek Caban
c0247ab291
wmvcore: Added IWMReader interface stub implementation.
2014-05-14 19:13:31 +02:00
Jacek Caban
ed41fc1d9b
oleaut32: Added debugstr_variant helper for better debug traces.
2014-05-14 17:35:24 +02:00
Piotr Caban
5f51dda7ee
oleacc: Add GetStateText implementation.
2014-05-14 17:28:07 +02:00
Piotr Caban
c2df317c4b
user32: Fix LoadStringA behavior on 1-character long buffer.
2014-05-14 17:20:56 +02:00
Stefan Dösinger
544816797a
wined3d: Don't update the color table on palette changes.
2014-05-14 13:30:33 +02:00
Stefan Dösinger
3cd83f4d56
wined3d: Use GL_ALPHA8 for WINED3DFMT_P8_UINT surfaces.
2014-05-14 13:30:19 +02:00
Stefan Dösinger
7b049245f5
wined3d: Always provide P8 GL texture information.
2014-05-14 13:30:08 +02:00
Stefan Dösinger
bfb5be0f4b
wined3d: Remove WINED3D_CT_PALETTED_CK.
...
There's no difference between WINED3D_CT_PALETTED_CK and
WINED3D_CT_PALETTED with the palette index in the alpha channel.
2014-05-14 13:29:58 +02:00
Stefan Dösinger
c1cca63e5d
wined3d: Always store the palette index in the alpha component.
2014-05-14 13:29:52 +02:00
Austin English
6458aca761
user32: Add a stub for RegisterTouchWindow.
2014-05-14 11:25:48 +02:00
Nikolay Sivov
d2737dde80
xmllite/writer: Implement GetProperty().
2014-05-14 11:25:15 +02:00
Huw Davies
305db0f65b
msxml3/tests: Fix test on win 8.
2014-05-14 11:25:06 +02:00
Alex Henrie
0fb88f8d01
gdi32/tests: Add MS Shell Dlg tests.
2014-05-13 19:58:09 +02:00
Jacek Caban
6ebe1c60e2
mshtml: Use debugstr_mshtml_guid in a few more places.
2014-05-13 19:57:28 +02:00
Nikolay Sivov
9080329e4e
xmllite/writer: Implement SetOutput() for writer.
2014-05-13 16:59:00 +02:00
Nikolay Sivov
e58070ab83
xmllite: Support external IMalloc for writer.
2014-05-13 16:58:57 +02:00
Hans Leidekker
6494c50ad7
winhttp: Fix a couple of memory leaks (valgrind).
2014-05-13 13:47:11 +02:00
Hans Leidekker
e49ebbe953
wininet: Fix a memory leak (valgrind).
2014-05-13 13:47:11 +02:00
Hans Leidekker
2acd2116d9
fusion: Fix a couple of memory leaks (valgrind).
2014-05-13 13:47:10 +02:00
Hans Leidekker
59ca80cb3d
wmiutils: Always null-terminate the server string in build_server (valgrind).
2014-05-13 13:47:09 +02:00
Hans Leidekker
e17276b528
wbemprox: No longer prefer native.
2014-05-13 13:47:09 +02:00
Hans Leidekker
27b18a395b
wbemprox: Use a separate index variable to build the safearray in get_properties.
2014-05-13 13:47:08 +02:00
Alistair Leslie-Hughes
d9ae2b828e
dpnet: Implement IDirectPlay8LobbiedApplication Initialize.
2014-05-13 13:47:06 +02:00
Alexandre Julliard
2cef8dbcc2
ntdll: Determine the mapping type automatically from the WRITECOPY flag.
2014-05-13 12:28:58 +02:00
Jacek Caban
5ceb22714e
ntdll: Use MAP_PRIVATE for copy on write mappings.
2014-05-13 12:27:32 +02:00
Nikolay Sivov
82bb4f51c1
msxml3: Implement empty tagname case of getElementsByTagName() for document.
2014-05-13 11:45:29 +02:00
Nikolay Sivov
239d8077db
msxml3: Support 'any attribute' selection [@*] in XSLPattern predicates.
2014-05-13 11:45:25 +02:00
Huw Davies
9e3d103dcb
msxml3/tests: Don't test the variant payload for the VT_EMPTY type.
2014-05-13 11:44:50 +02:00
Huw Davies
8335335c1d
msxml3/tests: Fix a failing test on win 8.
2014-05-13 11:44:43 +02:00
Huw Davies
25e5daf872
msxml3/tests: Don't test the values of alignment holes in the variant structure.
2014-05-13 11:44:39 +02:00
Stefan Dösinger
fc25510fad
wined3d: Remove wined3d_surface_get_palette.
2014-05-12 21:24:59 +02:00
Stefan Dösinger
46df06aae7
wined3d: Implement DDBLTFX_MIRRORUPDOWN for DXT2.
2014-05-12 21:24:49 +02:00
Piotr Caban
c18d52d346
msvcrt: Don't crash on NULL struct _tm in asctime.
2014-05-12 19:30:16 +02:00
Piotr Caban
7a0fd9cfe2
oleacc: Add Client_accLocation implementation.
2014-05-12 19:30:11 +02:00
Nikolay Sivov
a709e3f98d
comctl32/treeview: Added a test for NM_RETURN.
2014-05-12 13:51:44 +02:00
Jacek Caban
75afeb4740
mshtml: Forward IHTMLScreen's IDispatch methods to IDispatchEx.
2014-05-12 13:51:36 +02:00
Jacek Caban
d06d73c136
mshtml: Added IDispatchEx support to HTMLOptionElementFactory object.
2014-05-12 13:51:33 +02:00
Jacek Caban
b54a9c662a
mshtml: Use debugmsg_mshtml_guid in a few more places.
2014-05-12 13:51:30 +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
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
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
Piotr Caban
6c4b075d1a
msvcp70: Add basic_fstream(const char*, int) constructor implementation.
2014-05-07 18:57:34 +02:00
Huw Davies
0451a89ca1
advapi32/tests: Fix access rights tests in win 8.
2014-05-07 18:57:33 +02:00
Christoph von Wittich
4cc503d164
comctl32/treeview: Notify the parent on a return key press.
2014-05-07 18:57:31 +02:00
Erich E. Hoover
74c5e38b7c
hhctrl.ocx: Fix an off by one mistake in searching for the node endpoint.
2014-05-07 18:57:31 +02:00
Qian Hong
2d80b3ed54
atl: Include atlcom.h for ATL_PROPMAP_ENTRY.
2014-05-07 18:57:29 +02:00
Piotr Caban
42e800fe79
msvcrt: Fix ioinfo structure size.
2014-05-07 10:27:46 +02:00
Alistair Leslie-Hughes
2aaef5e48f
netcfgx: Fix memory leak (valgrind).
2014-05-07 10:26:50 +02:00
Alistair Leslie-Hughes
e95f42fca4
dplayx: Initial msgtid variable (Valgrind).
2014-05-07 10:26:37 +02:00
Bruno Jesus
eda14e611c
ws2_32/tests: Test more the behavior of SO_REUSEADDR.
2014-05-07 10:25:58 +02:00
Alex Henrie
d2dce849b5
gdi32: Simplify family_matches and face_matches.
2014-05-07 10:22:08 +02:00
Huw Davies
a27a1214a2
wintrust/tests: Fix failing test on win8.
2014-05-06 19:21:58 +02:00
Piotr Caban
868e009e79
msvcrt: Add __ExceptionPtr* functions implementation.
2014-05-06 19:21:21 +02:00
Piotr Caban
1be4654842
msvcr80: Update exceptions RTTI data to reflect it's part of std namespace.
2014-05-06 19:20:48 +02:00
Huw Davies
ee14105afd
usp10/tests: Mark two failing Hebrew strings as broken under win8.
...
The strings are tagged as Hebrew, yet the RTL and bidi levels are not correctly set.
2014-05-06 19:20:22 +02:00
Nikolay Sivov
8802f84c8c
setupapi: Implement a binary compatible string table.
2014-05-06 16:42:44 +02:00
Ken Thomases
351fae1206
winex11: Consolidate duplicate code from glxdrv_wglSetPixelFormat() and X11DRV_wglSetPixelFormatWINE().
2014-05-06 15:45:12 +02:00
Damjan Jovanovic
f0a91c0248
winex11: Fix a WM_DROPFILES memory ownership ambiguity.
2014-05-06 15:45:11 +02:00
Henri Verbeet
9016d1eda0
gdi32: Use FIELD_OFFSET to calculate the structure size in GetRegionData().
2014-05-06 13:51:40 +02:00
Hans Leidekker
89d40b3de1
wininet: Add support for retrieving the proxy automatic configuration URL on Mac OS X.
2014-05-06 13:49:47 +02:00
Hans Leidekker
5b56624a1b
wininet: Handle secure proxy connections inside the main loop.
...
This adds support for authenticated secure proxy connections.
2014-05-06 13:49:09 +02:00
Hans Leidekker
4036475dc6
wininet: Only parse proxy URLs taken from the environment.
...
Proxy server strings stored in the registry use a different format.
2014-05-06 13:49:05 +02:00
Hans Leidekker
9946e8a87e
wininet: Fix a couple of memory leaks.
2014-05-06 13:49:00 +02:00
Hans Leidekker
282b9c7bb7
wininet: Use a semicolon to delimit registered proxy servers.
2014-05-06 13:48:57 +02:00
Jacek Caban
e759105cdd
mshtml: Use debugstr_mshtml_guid in a few more places.
2014-05-06 13:47:06 +02:00
Nikolay Sivov
0563c78cb6
ntdll/tests: Fix some string leaks (Valgrind).
2014-05-06 13:47:01 +02:00
Nikolay Sivov
29eace89e9
oleaut32/tests: Fixed a couple of string leaks (Valgrind).
2014-05-06 13:46:59 +02:00
Nikolay Sivov
9e576e1089
msxml3: Fix some string leaks (Valgrind).
2014-05-06 09:56:24 +02:00
Vijay Kiran Kamuju
8b50762b18
usp10: Show fixme once in ScriptShapeOpenType.
2014-05-06 09:56:13 +02:00
Marcus Meissner
e399729462
ver.dll16: filelen is an in/out parameter (Coverity).
2014-05-05 19:23:35 +02:00
Nikolay Sivov
8595d70203
scrrun: Fix invalid read/write access to path buffer (Valgrind).
2014-05-05 19:23:07 +02:00
Nikolay Sivov
c50503d049
scrrun: Fix use-after-free of version info (Valgrind).
2014-05-05 19:22:59 +02:00
Nikolay Sivov
a596cbb847
dmime: Fix handling of NULL out pointer in QI.
2014-05-05 12:17:57 +02:00
Nikolay Sivov
51a4fce54d
oledb32/tests: Simplify IMalloc handling.
2014-05-05 12:17:56 +02:00
Nikolay Sivov
3804423f8c
oledb32: Fix IDBInitialize instance leak on error path (Valgrind).
2014-05-05 12:17:55 +02:00
Nikolay Sivov
c7f1262613
msxml3: Fix a string leak in msxml6 mode (Valgrind).
2014-05-05 12:17:54 +02:00
Nikolay Sivov
c9c47459a9
msxml3/tests: Fix some stream instance leaks (Valgrind).
2014-05-05 12:17:54 +02:00
Nikolay Sivov
1742449ad8
msxml3/tests: Null-terminate a string before A->W conversion (Valgrind).
2014-05-05 12:17:53 +02:00
Nikolay Sivov
30410d48fd
msxml3/tests: Fix a BSTR leak (Valgrind).
2014-05-05 12:17:52 +02:00
Nikolay Sivov
4a28464484
ntdll: Fix a 'tlbid' string value leak (Valgrind).
2014-05-05 12:17:51 +02:00
Victor Martinez Calvo
c2ff8f4005
shlwapi: Check correct attributes in PathRelativePath.
2014-05-05 12:17:50 +02:00
Victor Martinez Calvo
0aea3728cc
msdmo: Actually copy output string in IEnumDMO_fnNext.
2014-05-05 12:17:50 +02:00
Victor Martinez Calvo
2dbfb2af84
quartz: Check correct dwReserved item before tracing.
2014-05-05 12:17:49 +02:00
Victor Martinez Calvo
9e828995c9
ieframe: Compare against the correct IID in ShellUIHelper.
2014-05-05 12:17:48 +02:00
Piotr Caban
d8467aee74
oleacc: Add GetProcessHandleFromHwnd implementation.
2014-05-05 12:17:46 +02:00
Zhenbo Li
8192f54998
mshtml: Removed invalid nsAString_InitDepend from HTMLTableRow_put_bgColor and fixed error handling.
2014-05-05 10:54:16 +02:00
Vincent Povirk
4f0d36d9a0
ole32: Initial implementation of transaction locking.
2014-05-05 10:53:41 +02:00
Vincent Povirk
b4ade51a84
ole32: Accept STGM_TRANSACTED with no share mode specified.
2014-05-05 10:53:38 +02:00
Vincent Povirk
6417a277cf
ole32: Map STGM_SHARE_EXCLUSIVE to FILE_SHARE_READ.
2014-05-05 10:53:35 +02:00
Vincent Povirk
04735d6f39
ole32: Use share modes when creating storage files.
2014-05-05 10:53:30 +02:00
Vincent Povirk
a60d41d70a
ole32: Use symbolic names for range lock offsets.
2014-05-05 10:53:27 +02:00
Francois Gouget
b95b044bff
dpnet/tests: Add a trailing '\n' to an ok() call.
2014-05-02 17:15:25 +02:00
Francois Gouget
3d70f86fe2
ole32/tests: Add a trailing '\n' to an ok() call.
2014-05-02 17:15:24 +02:00
Francois Gouget
4e950d9cbc
ddraw: Remove WINAPI on static functions where not needed.
2014-05-02 17:15:22 +02:00
Matteo Bruni
c37714342e
d3dcompiler: add_func_parameter is only used in hlsl.y.
2014-05-02 17:15:09 +02:00
Matteo Bruni
d25486fba4
d3dcompiler: Pre/post increment/decrement operators are unary.
2014-05-02 17:15:05 +02:00
Matteo Bruni
89cac9c20d
d3dcompiler: Remove a couple of noisy traces.
2014-05-02 17:15:02 +02:00
Stefan Dösinger
39212d2ffb
wined3d: Remove broken gdi palette code.
2014-05-02 16:32:54 +02:00
Stefan Dösinger
7839ec874f
ddraw/tests: Test mipmap GetDC behavior.
2014-05-02 16:32:52 +02:00
Stefan Dösinger
a8bcb6c7ad
ddraw/tests: Add a test for getdc palette handling.
2014-05-02 16:32:45 +02:00
Akihiro Sagawa
af089289b3
msvfw32: Fix uncompressed bitmap size handling in DrawDibDraw.
2014-05-02 16:29:26 +02:00
Akihiro Sagawa
47a3a0528d
msvfw32: Drawdib doesn't support inverted DIBs.
2014-05-02 16:29:23 +02:00
Akihiro Sagawa
93089217c3
msvfw32/tests: Add tests for drawdib.
2014-05-02 16:29:19 +02:00
Akihiro Sagawa
b6ef7274c5
gdi32/tests: Make bmi structure const.
2014-05-02 16:29:03 +02:00
Zhenbo Li
cfb411c10d
mshtml: Added IHTMLTable::width property implementation.
2014-05-02 14:08:58 +02:00
Henri Verbeet
301a17d556
d3d9/tests: Merge vertexdeclaration.c into device.c.
2014-05-02 14:08:42 +02:00
Henri Verbeet
ffc01ec648
d3dcompiler: Make some string arrays const.
2014-05-02 13:45:43 +02:00
Henri Verbeet
4d887292af
ddraw: Cleanup DDRAW_dump_pixelformat().
2014-05-02 13:45:21 +02:00
Henri Verbeet
0eebe0515f
wined3d: Fix a couple of string declarations.
2014-05-02 13:45:10 +02:00
Henri Verbeet
14e3f71c75
wined3d: Bump ps_1x_max_value.
...
Shader model 4 hardware should generally have real floats for everything, and
FLT_MAX matches the value from the Windows drivers for that kind of hardware.
OpenGL requires at least 2^10 for colors, and 2^32 for other floats.
2014-05-02 13:45:04 +02:00
Huw Davies
56019a4dc6
kernel32/tests: Fix test for win8 heap layout.
2014-05-02 13:45:00 +02:00
Matteo Bruni
c1bf61e56c
d3dx9/tests: Take MaxVolumeExtent into account in some tests.
2014-05-01 20:36:40 +02:00
Matteo Bruni
2a8dae52aa
d3dx9/tests: Fix expected values when mipmaps on cube maps are not supported.
2014-05-01 20:36:37 +02:00
Matteo Bruni
8ca7617d4d
d3dx9/tests: Don't fail a test if volume textures are not supported.
2014-05-01 20:36:34 +02:00
Matteo Bruni
96e9a70661
d3dx9/tests: Release the device when skipping some tests.
2014-05-01 20:36:31 +02:00
Erich E. Hoover
b5bd529769
user32: Reduce the minimum Set[System]Timer from 15 ms to 10 ms.
2014-05-01 18:56:46 +02:00
Alex Henrie
d5f1841417
bcrypt: Add stub for BCryptOpenAlgorithmProvider.
2014-05-01 18:56:19 +02:00
Piotr Caban
7c029e02ae
oleacc: Add tests for default client accessible object.
2014-05-01 17:23:12 +02:00
Piotr Caban
0793010063
oleacc: Add Client_get_accRole implementaiton.
2014-05-01 17:23:11 +02:00
Piotr Caban
f196551a4d
oleacc: Add Client_get_accHelpTopic implementation.
2014-05-01 17:23:10 +02:00
Piotr Caban
acc45124d6
oleacc: Add Client_get_accDefaultAction implementation.
2014-05-01 17:23:09 +02:00
Piotr Caban
4ecee6f7d8
oleacc: Add Client_get_accHelp implementation.
2014-05-01 17:23:09 +02:00
Piotr Caban
2c8bb773b6
oleacc: Add Client_get_accRole implementation.
2014-05-01 17:23:08 +02:00
Piotr Caban
1eb9d7e703
oleacc: Add Client_get_accDescription implementation.
2014-05-01 17:23:07 +02:00
Piotr Caban
5224f09371
oleacc: Add Client_get_accValue implementation.
2014-05-01 17:23:07 +02:00
Piotr Caban
a5f78530dd
oleacc: Add Client_get_accName implementation.
2014-05-01 17:23:05 +02:00
Piotr Caban
99d0590b01
oleacc: Add Client_get_accChildCount implementation.
2014-05-01 17:21:47 +02:00
Piotr Caban
da8005c75e
oleacc: Add default client accessible object stub.
2014-05-01 17:21:33 +02:00
Alexandre Julliard
1dd04884d7
comctl32/imagelist: Correctly resize the alpha flags when clearing the image list.
2014-05-01 17:19:54 +02:00
Piotr Caban
d1469144e9
oleaut32: Handle VariantCopy errors in VariantChangeTypeEx.
2014-05-01 16:32:14 +02:00
Huw Davies
dcfd901c83
ole32/tests: Fix win8 test failures.
2014-05-01 16:32:09 +02:00
Thomas Faber
8365eb8753
qmgr: Register WINE_REGISTRY resource in DllRegisterServer instead of a nonexistent inf file.
2014-05-01 16:31:36 +02:00
Alexandre Julliard
6a0f3df68c
user32: Don't bother returning a value from the SetWindowRgn driver entry point.
2014-05-01 12:31:14 +02:00
Huw Davies
ddf861da00
shlwapi/tests: Fix win8 test failures.
2014-05-01 11:17:06 +02:00
Jérôme Gardou
70225a4de3
msi: Expand REG_EXPAND_SZ keys when resolving AppSearch entries.
2014-05-01 10:50:39 +02:00
Hans Leidekker
95d72ae6f0
msi: Avoid a crash when MIME entries point to non-existing extensions.
2014-05-01 10:18:15 +02:00
Thomas Faber
3f9c9eaa54
usp10: Do not write to last script item if buffer space is insufficient.
2014-05-01 10:18:11 +02:00
Frédéric Delanoy
2e5cb7aac8
Assorted spelling/grammar fixes.
2014-04-30 18:34:20 +02:00
Victor Martinez Calvo
f6bb1a51a9
msvcrt: Avoid null dereference in TRACE in MSVCRT__wfreopen.
2014-04-30 18:33:00 +02:00
Victor Martinez Calvo
9eca0aa8a7
dbghelp: Fix invalid assignment in symt_fill_sym_info.
2014-04-30 18:32:21 +02:00
Piotr Caban
36309142d0
msvcrt: Handle seh exceptions rethrowing in cxx_frame_handler.
2014-04-30 15:15:33 +02:00
Piotr Caban
b5b454c504
msvcrt: Handle seh exception rethrowing in catch_function_nested_handler.
2014-04-30 15:15:32 +02:00
Jacek Caban
b4d30e92c9
vbscript: Added InvokeEx(DISPATCH_PROPERTYGET) implementation.
2014-04-30 15:15:31 +02:00
Jacek Caban
0f50cb323e
vbscript: Allow property getters to take arguments.
2014-04-30 15:15:31 +02:00
Hans Leidekker
4c8edb1b4c
msi/tests: Fix a couple of memory leaks (valgrind).
2014-04-30 15:15:30 +02:00
Hans Leidekker
582c5fde99
wmiutils: Fix a memory leak (valgrind).
2014-04-30 15:15:29 +02:00
Hans Leidekker
ed1f005e14
wbemprox: Implement Win32_Processor.CurrentClockSpeed.
2014-04-30 15:15:28 +02:00
Hans Leidekker
8343aed4c2
wbemprox: Return selected properties only from IWbemClassObject::Next.
2014-04-30 15:15:27 +02:00
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
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
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