Sebastian Lackner
899fc8d4ee
ntdll: Implement RtlTryAcquireSRWLockShared/Exclusive commands.
2014-01-27 14:13:45 +01:00
Sebastian Lackner
8ca96a9de0
ntdll: Throw STATUS_RESOURCE_NOT_OWNED when it's impossible to acquire/release the SRWLock.
2014-01-27 14:13:44 +01:00
Austin English
77f871ab7c
mscms: Make missing lcms2 an error, not a fixme.
2014-01-27 14:13:43 +01:00
Bruno Jesus
8a7687d868
programs: Add support to arguments with dash in taskkill.
2014-01-27 14:13:42 +01:00
Dmitry Timoshkov
294adeec4f
kernel32/tests: Don't forget to delete a temporary file.
2014-01-27 14:13:40 +01:00
Dmitry Timoshkov
9703bee560
kernel32/tests: Don't forget to delete temporary manifest files.
2014-01-27 14:13:39 +01:00
Andrew Eikum
57895e5a8c
oleaut32: Improve ITypeLib::FindName.
2014-01-27 14:13:38 +01:00
Nikolay Sivov
1abafbffda
oleaut32: Use CoTaskMem* when dealing with CUSTDATA.
2014-01-27 14:13:37 +01:00
Jacek Caban
dcdfb7d8a0
wmp: Added WindowsMediaPlayer object stub implementation.
2014-01-27 14:13:36 +01:00
Jacek Caban
068a9daec7
wmp: Added WindowsMediaPlayer class factory.
2014-01-27 14:13:36 +01:00
Jacek Caban
6f95257b8b
wmp: Added typelib.
2014-01-27 14:13:34 +01:00
Jacek Caban
e7053c1100
wmp: Added new DLL.
2014-01-27 14:13:33 +01:00
Jacek Caban
d57ccd77ec
include: Added wmp.idl.
2014-01-27 14:13:32 +01:00
Vincent Povirk
6332297bf5
gdiplus: Add option to save metafile tests to files.
2014-01-27 14:13:32 +01:00
Vincent Povirk
3f8864ea82
gdiplus: Add test for page transform in metafiles.
2014-01-27 14:13:30 +01:00
Sebastian Lackner
f3568a5e12
winex11: Catch invalid values from broken QX11EmbedContainer implementations.
2014-01-27 14:13:29 +01:00
Akihiro Sagawa
e06d2dbc67
gdi32: Fix regression due to sub-pixel shift calculations fixes.
2014-01-27 14:13:28 +01:00
Piotr Caban
965d3acc6d
msvcrt: Fix wcs*coll functions behavior in C locale.
2014-01-27 14:13:27 +01:00
Piotr Caban
619944cf58
msvcrt: Fix str*coll functions behavior in C locale.
2014-01-27 14:13:27 +01:00
Jacek Caban
34a4789900
d3d9.h: Added __uuidof() support to interfaces.
2014-01-27 14:13:26 +01:00
Jacek Caban
2350597df2
mshtml: Added more refcnt tests.
2014-01-27 14:13:25 +01:00
Jacek Caban
e2d04d3dec
mshtml: Release ActiveX object interfaces in detach_plugin_host.
2014-01-27 14:13:24 +01:00
Piotr Caban
e7c9e32d7d
msvcp110: Fix sprintf argument size in num_put::do_put_double.
2014-01-27 14:13:23 +01:00
Piotr Caban
76db3b0deb
msvcp60: Add std::_Fpz export.
2014-01-27 14:13:22 +01:00
Piotr Caban
47f4e08a93
msvcp90: Fix ios_base_setf implementation.
2014-01-27 14:13:21 +01:00
Piotr Caban
12cfebb683
msvcp90: Read last character of bool string in num_get_do_get_bool.
2014-01-27 14:13:20 +01:00
Piotr Caban
75bcbece56
msvcp90: Fix basic_istream<wchar>::read implementation.
2014-01-27 14:13:18 +01:00
Jacek Caban
1a13012605
atl90: Share atl_ax.c with atl100.
2014-01-27 14:13:18 +01:00
Dmitry Timoshkov
d6f6b6b798
taskschd: Implement ITaskFolder::CreateFolder.
2014-01-27 11:03:14 +01:00
Dmitry Timoshkov
efced58861
taskschd: Implement ITaskFolder::GetFolder.
2014-01-27 11:03:12 +01:00
Dmitry Timoshkov
a4c4574bd4
taskschd: Implement ITaskFolder::get_Name.
2014-01-27 11:03:11 +01:00
Dmitry Timoshkov
3003ee9ba1
taskschd: Implement ITaskFolder::DeleteFolder.
2014-01-27 11:03:09 +01:00
Dmitry Timoshkov
630354f6df
taskschd: Make GetFolder check whether task folder tree exists in the registry.
2014-01-27 11:03:04 +01:00
Alexandre Julliard
e12a1bdf78
Release 1.7.11.
2014-01-17 20:48:48 +01:00
Stefan Dösinger
d640018a3c
wined3d: Only set SFLAG_DYNLOCK when map_binding = sysmem.
...
All other map bindings are never freed. Setting SFLAG_DYNLOCK if
map_binding != sysmem might only keep a heap memory allocation around
(e.g. after device_reset) that is never used.
2014-01-17 18:10:18 +01:00
Stefan Dösinger
5630cb5dc8
wined3d: Don't set SFLAG_DYNLOCK at surface creation.
...
We no longer depend on SFLAG_DYNLOCK to create buffers and PIN_SYSMEM
makes sure the address remains constant.
2014-01-17 18:10:13 +01:00
Stefan Dösinger
b81e560531
wined3d: Migrate surfaces to the new location flags.
2014-01-17 18:10:10 +01:00
Stefan Dösinger
beb64c9998
wined3d: Separate surface locations and flags.
2014-01-17 18:10:08 +01:00
Stefan Dösinger
00923cb50c
wined3d: Remove surface_ops->map.
2014-01-17 18:10:05 +01:00
Stefan Dösinger
f1ac04f2a6
wined3d: Add a missing break.
2014-01-17 16:22:51 +01:00
Jacek Caban
2190601ca2
include: Fixed eConnTypeRJ11Modem declaration.
2014-01-17 16:22:50 +01:00
Jacek Caban
c30581274e
msctf.idl: Added some missing declarations.
2014-01-17 14:17:03 +01:00
Frédéric Delanoy
b0071852e8
mmdevapi/tests: Remove unused dbgstr_guid function.
2014-01-17 14:16:56 +01:00
Andrey Gusev
57c5cd6cbc
po: Update Ukrainian translation.
2014-01-17 14:16:49 +01:00
Alistair Leslie-Hughes
1fd704b3af
dpnet: Cleanup IDirectPlay8Peer COM interface.
2014-01-17 11:33:11 +01:00
Alistair Leslie-Hughes
64b40aeb82
dpnet: Add stubbed interface IDirectPlay8Server.
2014-01-17 11:33:07 +01:00
Sebastian Lackner
31a283d4da
ntdll: Implement SRWLock functions using keyed events.
2014-01-17 11:26:38 +01:00
Dmitry Timoshkov
663444ccb7
taskschd: Implement ITaskFolder::get_Path.
2014-01-17 11:03:34 +01:00
Dmitry Timoshkov
fe55cb1031
taskschd: Add ITaskFolder stub implementation.
2014-01-17 11:03:31 +01:00
Ken Thomases
a05b53894a
wineboot: Ignore 0 result from WM_QUERYENDSESSION if target window was destroyed.
2014-01-17 11:02:48 +01:00