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
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
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
Frédéric Delanoy
b0071852e8
mmdevapi/tests: Remove unused dbgstr_guid function.
2014-01-17 14:16:56 +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
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
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
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
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
Michael Stefaniuc
4f3931eb15
dmcompos: Use a better error for an unimplemented COM class.
2014-01-16 10:56:16 +01:00
Frédéric Delanoy
3684578a9f
comctl32: Avoid TRUE:FALSE conditional expressions.
2014-01-16 10:56:12 +01:00
Ken Thomases
d3488325ae
winecoreaudio: Remove some no-longer-used code.
2014-01-16 10:55:19 +01:00
Ken Thomases
f4b41eeb17
winemac: Eliminate unused "hdc" field of OpenGL context structure.
2014-01-16 10:55:16 +01:00
Ken Thomases
fbf2e243fe
opengl32: Download OpenGL registry files even if server certificate can't be verified.
2014-01-16 10:54:30 +01:00
Ken Thomases
46c7acadd7
opengl32: Fix Perl compilation errors in make_opengl script.
2014-01-16 10:52:56 +01:00
Stefan Dösinger
2b8e900ac4
wined3d: Give buffers their own location.
2014-01-15 20:03:53 +01:00
Stefan Dösinger
321cd8e825
wined3d: Decide about PBO use at surface creation time.
2014-01-15 20:03:47 +01:00
Stefan Dösinger
7c052171d6
wined3d: Remove SFLAG_PBO.
2014-01-15 20:03:35 +01:00
Stefan Dösinger
035012d5aa
wined3d: Load textures from dib without copying to sysmem first.
2014-01-15 20:03:33 +01:00
Stefan Dösinger
42927d0e9d
wined3d: Add INDIB and INUSERMEM to resource_access_from_location.
2014-01-15 20:03:31 +01:00
Huw Davies
7a0a4ce7ab
riched20: Add uniscribe support.
2014-01-15 15:20:52 +01:00
Dmitry Timoshkov
57d5b6fcdd
taskschd/tests: Add some ITaskFolder tests.
2014-01-15 11:55:55 +01:00
Dmitry Timoshkov
3826fc844a
taskschd/tests: Use IP 0.0.0.0 as a bad server name and test that unsuccessful connection attempt shouldn't trash an existing connection.
2014-01-15 11:55:53 +01:00
Michael Stefaniuc
134697b69f
dmstyle/tests: COM tests for DirectMusicSection.
2014-01-15 11:55:01 +01:00
Michael Stefaniuc
6dfae45b3a
dmstyle: Use a better error for an unimplemented COM class.
2014-01-15 11:54:57 +01:00
Michael Stefaniuc
31c9881f60
dmstyle/tests: COM tests for the different DirectMusic*Tracks.
2014-01-15 11:54:53 +01:00
Michael Stefaniuc
e5b4b69352
dmstyle/tests: Add COM tests for IDirectMusicStyle8.
2014-01-15 11:54:48 +01:00
Michael Stefaniuc
65942c1786
dmstyle: None of the COM classes support aggregation.
2014-01-15 11:54:31 +01:00
Frédéric Delanoy
bb356e23fa
odbc32: Use BOOL type where appropriate.
2014-01-15 11:54:25 +01:00
Sebastian Lackner
0c77f89f61
kernel32/tests: Add a SRWLock test to simulate a typical use case.
2014-01-14 20:18:28 +01:00
Sebastian Lackner
d7ff42a091
kernel32/tests: Add basic tests for SRWLock commands.
2014-01-14 20:18:27 +01:00
Nikolay Sivov
bb711b6133
oleaut32/tests: Test Invoke() arguments in *FromDisp() tests.
2014-01-14 20:18:26 +01:00
Stefan Dösinger
d0823eb4f0
wined3d: Re-enable mapping into the DIB.
2014-01-14 20:18:25 +01:00
Stefan Dösinger
9665884766
wined3d: Don't map the surface in getdc.
...
This avoids bouncing the content between the map binding and DIB.
2014-01-14 20:18:25 +01:00
Stefan Dösinger
adf0ab2ad8
wined3d: Give the DIB section its own location.
2014-01-14 20:18:24 +01:00
Stefan Dösinger
f6403b4ac0
wined3d: Do not use surface->resource.allocatedMemory.
2014-01-14 20:18:23 +01:00
Stefan Dösinger
353b3ba6d3
wined3d: Don't lock directly into the DIB.
2014-01-14 20:18:22 +01:00
Piotr Caban
d5b72bbcdc
msvcp110: Fix _Ctypevec structure layout.
2014-01-14 20:18:21 +01:00
Piotr Caban
08e851f3c6
msvcp110: Fix basic_streambuf structure layout.
2014-01-14 20:18:20 +01:00
Piotr Caban
1d1ea6ebf4
msvcp110: Add _New_Locimp implementation.
2014-01-14 20:18:19 +01:00
Piotr Caban
f3abe0bd7f
msvcp110: Add locale::_Init implementation.
2014-01-14 20:18:19 +01:00
Piotr Caban
866b616d1b
msvcp110: Make locale::facet::Incref and Decref virtual.
2014-01-14 20:18:18 +01:00
Alexandre Julliard
26f8ac8fae
shell32: Avoid a duplicate const.
2014-01-14 20:18:17 +01:00
Alexandre Julliard
36301db4d3
gdi32/tests: Update a few more failing DIB cases.
2014-01-14 20:18:15 +01:00
Alexandre Julliard
70009d053c
user32/tests: Protect the global message sequence with a critical section.
2014-01-14 13:31:10 +01:00
Dmitry Timoshkov
d03f65a51f
windowscodecs: Move the aggregation check from object constructors to class factory.
2014-01-14 12:31:42 +01:00
Jonathan Liu
91c5cf33ad
wined3d: Avoid wined3d_ftoa buffer overflow.
2014-01-14 12:31:37 +01:00
Dmitry Timoshkov
d9b9faa18a
taskschd/tests: Add some tests for invalid parameters.
2014-01-14 11:19:19 +01:00
Dmitry Timoshkov
c940a3e97e
taskschd: Implement ITaskService::get_TargetServer.
2014-01-14 11:19:13 +01:00
Dmitry Timoshkov
938f073e5c
taskschd: Implement ITaskService::Connect.
2014-01-14 11:18:30 +01:00
Dmitry Timoshkov
189bfa9643
taskschd: Implement ITaskService::get_Connected.
2014-01-14 11:17:51 +01:00
Ken Thomases
e21192469d
winemac: Make WineOpenGLContext hold a strong reference to its view.
...
Its superclass, NSOpenGLContext, only holds a weak reference. The view was
sometimes being deallocated before the context was disposed of, resulting in
crashes.
2014-01-14 11:17:40 +01:00
Ken Thomases
2963a2d4ab
winemac: Don't remove an OpenGL context from its view if we're only going to re-add it.
...
If the context is being made current with its existing view, just update it
before making it current.
2014-01-14 11:17:38 +01:00
Ken Thomases
2cc5337940
winemac: Consolidate code paths for clearing the OpenGL context.
...
We clear it if the context or the view is NULL. If the context is non-NULL,
we want to disassociate the views of both the current and passed-in contexts,
if they differ.
2014-01-14 11:17:35 +01:00
Ken Thomases
d57a99b482
winemac: When setting a view for an OpenGL context and it is latent, clear any existing view.
2014-01-14 11:17:31 +01:00
Ken Thomases
1896396330
winemac: When clearing the OpenGL context, disassociate it from its view.
2014-01-14 11:17:28 +01:00
Michael Stefaniuc
1643038eca
dmscript: Return CLASS_E_CLASSNOTAVAILABLE for classes not implemented.
2014-01-14 11:17:23 +01:00