Nikolay Sivov
b5184df5df
dwrite: Recognize more Unicode ranges in script analyzer.
2014-06-16 09:31:45 +02:00
Nikolay Sivov
af46bab594
xmllite/writer: Maintain a stack of written elements to write end tags.
...
Xmllite helps in a way that user doesn't have to specify closing tag
name (like it has to in case of MXWriter). So when closing current level
element qname is used for a closing tag; later this stack will also hold
namespace definitions that element is carrying to check if nested
element uses defined prefix.
2014-06-16 09:31:40 +02:00
Nikolay Sivov
45b9027258
msxml3/tests: Accept Stat() method called on test stream.
2014-06-16 09:31:19 +02:00
Nikolay Sivov
d3980cdcf2
msctf/tests: Fix crash when ITfInputProcessorProfileMgr is not supported.
2014-06-16 09:31:14 +02:00
Nikolay Sivov
d789495534
dsound/tests: Accept another error code.
2014-06-16 09:31:10 +02:00
Nikolay Sivov
7e3ab90187
windowscodecs/tests: Fixed some leaks on error path (Valgrind).
2014-06-16 09:31:04 +02:00
Nikolay Sivov
d3a034e348
shell32: Release cached desktop folder on process detach.
2014-06-16 09:30:52 +02:00
Nikolay Sivov
1f92df77a8
quartz/tests: Fix couple of test failures running with limited user.
2014-06-16 09:30:39 +02:00
Nikolay Sivov
9475dc58d1
d3dx9: Trace out parameters as pointers (Valgrind).
2014-06-16 09:30:33 +02:00
Nikolay Sivov
023e885156
d3drm/tests: Release frame instance (Valgrind).
2014-06-16 09:30:29 +02:00
Nikolay Sivov
99449fc8d4
wmp: Implement get_versionInfo().
2014-06-16 09:30:16 +02:00
Vincent Povirk
88f17cdb54
windowscodecs: Check for empty rect in WriteSource_Proxy.
2014-06-16 09:29:13 +02:00
Vincent Povirk
30f9834061
windowscodecs: Share WriteSource code between implementations.
2014-06-16 09:29:05 +02:00
Vincent Povirk
a270ed90ad
ole32: Add tests for STGC_OVERWRITE.
2014-06-16 09:28:45 +02:00
Andrew Eikum
c2089cbd0d
ole32: Respect TreatAs in CoCreateInstance.
2014-06-16 09:28:38 +02:00
Andrew Eikum
42f5118570
ole32: Implement CoTreatAsClass for classes without AutoTreatAs.
2014-06-16 09:28:29 +02:00
Jacek Caban
be583662d4
vbscript: Reset error number on error mode change.
2014-06-16 09:28:16 +02:00
Nikolay Sivov
055129485d
comctl32/tests: Avoid testing uninitialized value (Valgrind).
2014-06-16 09:28:10 +02:00
Alexandre Julliard
56999940a3
Release 1.7.20.
2014-06-13 19:45:11 +02:00
Andrew Eikum
e9533ca85a
ole32: Fix return type.
2014-06-13 16:22:28 +02:00
Andrew Eikum
f02c0ae656
ole32: Fix return value logging.
2014-06-13 16:22:20 +02:00
Nikolay Sivov
31fb427737
shlwapi/tests: Skip if test ini file wasn't created.
2014-06-13 16:05:55 +02:00
Vincent Povirk
8e873c8afc
notepad: Check IsDialogMessage before TranslateAccelerator.
2014-06-13 16:05:05 +02:00
Damjan Jovanovic
026fe4d08e
winex11.drv: Migrate importing text/uri-list XDND selections to the clipboard.
2014-06-13 16:02:47 +02:00
Damjan Jovanovic
a58c220d9b
winex11.drv: Store XDND cached data in global memory objects.
2014-06-13 16:02:43 +02:00
Damjan Jovanovic
c2f73b9780
winex11.drv: Import text/plain XDND selections through the clipboard.
2014-06-13 16:02:38 +02:00
Michael Stefaniuc
d33989f675
dmusic: Remove the redundant "IDirectMusicCollection" from method names.
2014-06-13 15:59:48 +02:00
Michael Stefaniuc
147f100f3e
dmusic: Get rid of the extra pointer to a DMUS_OBJECTDESC.
2014-06-13 15:59:42 +02:00
Michael Stefaniuc
4e81a977c7
dmusic: Use generic "unimplemented" methods for IPersistStream.
2014-06-13 15:59:39 +02:00
Michael Stefaniuc
02ed47fa3c
dmusic: Move the common parts of DMObject to a generic implementation.
2014-06-13 15:59:36 +02:00
Akihiro Sagawa
cb2b15921d
user32: Don't close a popup menu when clicking a sub-menu parent item twice.
2014-06-13 15:57:25 +02:00
Nikolay Sivov
c6de8ad981
quartz/tests: Unregister filters only when registered successfully.
2014-06-13 10:13:43 +02:00
Alexandre Julliard
a95651a5dc
user32/tests: Remove some noisy traces.
2014-06-13 10:13:41 +02:00
Alexandre Julliard
7d21dd26c8
gdi32/tests: Remove some noisy traces.
2014-06-13 10:12:28 +02:00
Henri Verbeet
f25317a608
user32: Ensure at least one character is used in TEXT_WordBreak().
2014-06-13 10:12:12 +02:00
Henri Verbeet
8d23f13b16
d3d10core: Implement d3d10_device_GetDeviceRemovedReason().
2014-06-13 10:12:06 +02:00
Henri Verbeet
90e662c4e7
d3d10_1: Forward D3D10CreateEffectFromMemory to d3d10.
2014-06-13 10:12:04 +02:00
Henri Verbeet
fa312a32b2
wined3d: Add format information for WINED3DFMT_R8_UNORM.
2014-06-13 10:11:59 +02:00
Henri Verbeet
d30720d825
ddraw: Don't try to create surfaces for wined3d internal textures.
2014-06-13 10:11:56 +02:00
Piotr Caban
b540277cc7
msvcrt: Add _wcsxfrm_l implementation.
2014-06-12 18:25:27 +02:00
Piotr Caban
00bce25143
msvcrt: Add _strxfrm_l implementation.
2014-06-12 18:25:23 +02:00
Akihiro Sagawa
80695cde4f
kernel32: Return correct buffer size when returning DBCS characters.
2014-06-12 18:25:06 +02:00
Akihiro Sagawa
89a558fe8f
kernel32: Avoid uninitialised value read in GetCalendarInfoA.
2014-06-12 18:24:41 +02:00
Nikolay Sivov
6a4c146962
services: Defer service delete until all handles are closed.
2014-06-12 18:24:17 +02:00
Guillaume Charifi
f823b6abe3
pdh: Implement PdhExpandCounterPathA/W.
2014-06-12 18:24:09 +02:00
Guillaume Charifi
216b24527d
ole32: CoCreateGuid returns E_INVALIDARG on null-GUID.
2014-06-12 18:23:33 +02:00
Austin English
d13d296c27
msasn1: Add stub dll.
2014-06-12 18:22:52 +02:00
Michael Müller
97c3bb040e
ntdll: Stub TokenAppContainerSid in NtQueryInformationToken.
2014-06-12 18:13:19 +02:00
Bruno Jesus
515b8bebb6
kernel32: Limit the environment variable size to 32767 in GetEnvironmentVariable.
2014-06-12 18:11:42 +02:00
Damjan Jovanovic
b6d0df6a31
winex11.drv: Use the clipboard to import text/html XDND selections.
2014-06-12 18:09:41 +02:00