Commit Graph

99473 Commits

Author SHA1 Message Date
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
Ken Thomases ed3ed03519 winemac: Ignore failure to send or 0 result from WM_QUERYENDSESSION if target window was destroyed. 2014-01-17 11:02:46 +01:00
Frédéric Delanoy 841aabfd82 ntdll: Fix a typo in comment. 2014-01-17 11:01:44 +01:00
Frédéric Delanoy e46796e7a4 wine/test.h: Fix a typo in comment. 2014-01-17 11:01:42 +01:00
Michael Stefaniuc 604e395184 dmcompos: COM cleanup for IDirectMusicComposer.
Also lock/unlock the module only on creation/destruction of the object.
2014-01-17 11:01:23 +01:00
Michael Stefaniuc 29fe708970 dmstyle/tests: Fix a crash on old dmusic versions. 2014-01-17 11:01:15 +01:00
Henri Verbeet 1318d5786f ddraw/tests: Verify dwBackBufferCount on back buffer surfaces in test_flip(). 2014-01-17 11:00:38 +01:00
Vincent Povirk 7c12d889d4 gdiplus: Implement SetPageTransform playback. 2014-01-17 11:00:30 +01:00
Vincent Povirk 6518edfa5f gdiplus: Implement writing SetPageTransform records. 2014-01-17 11:00:28 +01:00
Vincent Povirk 55ad831598 gdiplus: Fix recording metafile bounds/dpi reporting. 2014-01-17 11:00:24 +01:00
Vincent Povirk ea41f29c32 include: Fix off-by-one error in EmfPlusRecordType enumeration.
Apparently MSDN made up EmfPlusRecordTypeSetGammaValue, it's not in
the SDK headers or EMF+ spec.
2014-01-17 10:59:41 +01:00
Frédéric Delanoy dd5459cff4 po: Update French translation. 2014-01-17 10:58:51 +01:00
André Hentschel dc27a38536 oleaut32/tests: Fix a test output. 2014-01-16 21:04:20 +01:00
Stefan Dösinger f85f733c79 d3dx9_36/tests: Use a window with a non-zero size. 2014-01-16 21:04:19 +01:00
Stefan Dösinger 65bc678fcc wined3d: Prevent blits to surfaces that will be converted. 2014-01-16 21:04:19 +01:00
Stefan Dösinger 09dbba00d0 wined3d: Remove surface_init_sysmem. 2014-01-16 21:04:19 +01:00
Stefan Dösinger 10a8b2cd7f wined3d: Remove resource->allocatedMemory. 2014-01-16 21:04:19 +01:00
Stefan Dösinger abb620ed2e wined3d: Sysmem can be freed when user memory is used. 2014-01-16 21:04:19 +01:00
Piotr Caban 638c8e3847 msvcrt: Don't overwrite unmatched string in scanf. 2014-01-16 21:04:19 +01:00
Dmitry Timoshkov 7341996f5d taskschd/tests: Add more task folder tests. 2014-01-16 21:04:19 +01:00
Dmitry Timoshkov 006aadd3d2 taskschd: Treat VT_BSTR/NULL or empty variant as NULL. 2014-01-16 21:04:19 +01:00
Nikolay Sivov 16ecf3c84a po: Update Russian translation. 2014-01-16 21:04:19 +01:00
Michael Stefaniuc d3a3deb660 dmcompos/tests: Add COM tests for DirectMusicTemplate. 2014-01-16 10:57:08 +01:00
Michael Stefaniuc 7c7c427c42 dmcompos/tests: COM tests for the different DirectMusic*Tracks. 2014-01-16 10:57:05 +01:00
Michael Stefaniuc ad52929b17 dmcompos/tests: Add COM tests for IDirectMusicChordMap. 2014-01-16 10:57:02 +01:00
Michael Stefaniuc 6c22a6ad56 dmcompos/tests: Add COM tests for IDirectMusicComposer. 2014-01-16 10:56:54 +01:00
Michael Stefaniuc 434842e13d dmcompos: None of the COM classes support aggregation. 2014-01-16 10:56:19 +01:00