Henri Verbeet
d1254eddb5
wined3d: Properly enable / disable register combiners.
2012-01-20 13:31:07 +01:00
Alistair Leslie-Hughes
c5235eeab0
gdi32: Add EnhMetafile PolyBezier, PolyBezierTo support.
2012-01-19 21:08:55 +01:00
Austin English
a4ee9f2d20
ntoskrnl.exe: Add a stub for IoCreateSynchronizationEvent.
2012-01-19 21:08:54 +01:00
Austin English
2bc08d7f35
kernel32: Add stubs for GetConsoleCommandHistoryLengthA/W.
2012-01-19 21:08:54 +01:00
Frédéric Delanoy
edd9066d5b
setupapi: Correctly handle errors in fake_dlls_callback (Coverity).
2012-01-19 21:08:54 +01:00
Jacek Caban
882d126dba
mshtml: Added IOleContainer::EnumObjects tests.
2012-01-19 21:08:53 +01:00
Jacek Caban
3b80784b63
mshtml: Added IOleContainer::EnumObjects implementation.
2012-01-19 21:08:53 +01:00
Jacek Caban
537d05fb4b
mshtml: Added ITargetContainer::GetFramesContainer implementation.
2012-01-19 21:08:52 +01:00
Jacek Caban
97f4b22543
tlogstg.idl: Added new file and ITravelLogClient declaration.
2012-01-19 21:08:52 +01:00
Aric Stewart
676754d11a
wineqtdecoder: Implement QTSplitter_ChangeStart.
2012-01-19 21:08:52 +01:00
Hans Leidekker
d20c69c54d
msi: Don't parse the format string when building the shortcut target path.
...
It's no longer necessary because target paths are always normalized.
2012-01-19 21:08:51 +01:00
Alexandre Julliard
f6368c4202
dinput: Clip the mouse to the entire window instead of a 1x1 rectangle in exclusive mode.
2012-01-19 21:08:51 +01:00
Dmitry Timoshkov
c0cf49d50c
winex11.drv: Use dialog window type also for owned windows with WS_EX_DLGMODALFRAME style set.
2012-01-19 21:08:51 +01:00
Huw Davies
3dc4f259e9
gdi32: The clip region should stop the flooding.
2012-01-19 21:08:50 +01:00
Jörg Höhle
32c23cbc80
winmm/tests: Properly recover from the WAVERR_STILLPLAYING case.
2012-01-19 21:08:50 +01:00
Michael Stefaniuc
e0d81e55e2
dsound: Merge IDirectSound3DBuffer into the secondary buffer object.
2012-01-19 21:08:49 +01:00
Michael Stefaniuc
a5d2120021
dsound: Get rid of some LPDIRECTSOUND3DBUFFER usage.
2012-01-19 21:08:49 +01:00
Matteo Bruni
58a171d1de
d3d8/tests: Add some RESZ tests.
2012-01-19 17:08:11 +01:00
Matteo Bruni
ec0c7a1605
d3d9/tests: Add some RESZ tests.
2012-01-19 17:08:10 +01:00
Matteo Bruni
922f4696cf
d3d8/tests: Test a multisampled -> not multisampled depth buffer copy.
2012-01-19 17:08:10 +01:00
Matteo Bruni
167b2869ff
d3d9/tests: Add a multisampled -> not multisampled depth buffer blit test.
2012-01-19 17:08:09 +01:00
Matteo Bruni
cf5bc7a711
wined3d: Dirtify STATE_FRAMEBUFFER after a FBO depth blit.
2012-01-19 17:08:09 +01:00
Henri Verbeet
bee9adbd05
wined3d: Get rid of the WINED3DDECLUSAGE typedef.
2012-01-19 11:56:47 +01:00
Henri Verbeet
c35c30fa68
wined3d: Get rid of the WINED3DDECLMETHOD typedef.
2012-01-19 11:56:41 +01:00
Henri Verbeet
67d4be0347
ddraw: Just pin all version 1 surfaces.
2012-01-19 11:56:35 +01:00
Henri Verbeet
d0d094dea2
wined3d: Respect SFLAG_PIN_SYSMEM when creating a surface DIB section.
2012-01-19 11:56:30 +01:00
Henri Verbeet
e1cd2453b9
wined3d: Get rid of the mostly unused blockType field in struct wined3d_stateblock.
2012-01-19 11:56:00 +01:00
Akihiro Sagawa
bd97589dba
wined3d: Let GetRasterStatus return D3D_OK, again.
2012-01-19 11:55:48 +01:00
Jacek Caban
b18ff8b3b0
mshtml: Added ITargetContainer stub implementation.
2012-01-18 20:01:43 +01:00
Jacek Caban
3b8c977a74
ieframe: Call appropriate functions in response to toolbar icons.
2012-01-18 19:38:17 +01:00
Jacek Caban
44aa20720d
mshtml: Added a test showing that HTMLDocument does not support ITargetFrame interface.
2012-01-18 19:38:11 +01:00
Jörg Höhle
72f8c64889
msacm32: Add missing acmStreamClose (Valgrind).
2012-01-18 17:53:49 +01:00
Ričardas Barkauskas
01195b2dd7
ws2_32/tests: Test AcceptEx behaviour more.
2012-01-18 17:53:29 +01:00
Francois Gouget
261893f494
comdlg32: Remove the font sample characters string.
2012-01-18 16:44:38 +01:00
Francois Gouget
069f9f8e60
crypt32: Remove some strings that don't need to be translated from the resources.
2012-01-18 16:43:43 +01:00
Huw Davies
b2c3ca090f
gdi32/tests: Add tests for ExtFloodFill.
2012-01-18 16:27:45 +01:00
Huw Davies
d69868e464
gdi32: Implement ExtFloodFill.
2012-01-18 16:27:42 +01:00
Huw Davies
ff4045b110
gdi32: Use separate x and y parameters in the get_pixel primitive.
2012-01-18 16:27:39 +01:00
Aric Stewart
8d25bfd524
wineqtdecoder: Add the framework for SourceSeeking to QTSplitter.
2012-01-18 16:27:22 +01:00
Aric Stewart
91f9c5377c
wineqtdecoder: Lock thing involved in streaming state in a csReceive critical section.
2012-01-18 16:27:17 +01:00
Aric Stewart
80c233b9dd
amstream: Have the MediaStream Filter use strmbase.
2012-01-18 16:27:06 +01:00
Jacek Caban
58aa5471a5
mshtml: Return error in IInternetHostSecurityManager calls on detached documents.
2012-01-18 16:25:51 +01:00
Jacek Caban
e5baa75034
jscript: Simplify identifier_eval function.
2012-01-18 16:25:46 +01:00
Hans Leidekker
9336c10619
msi: Make sure target paths are normalized.
...
Fix for the Lotus Notes 6.5.1 installer.
2012-01-18 16:25:21 +01:00
Nikolay Sivov
95d8f6fc2c
msxml3: Implemented IXMLHttpRequest::get_statusText().
2012-01-18 16:25:10 +01:00
André Hentschel
3935124d44
d3drm: Add IDirect3DRMViewport2 interface.
2012-01-18 16:22:40 +01:00
André Hentschel
c6bd442446
d3drm: Reorder viewport creation function to avoid forward declarations.
2012-01-18 16:22:17 +01:00
André Hentschel
d05f3e06c8
d3drm: Forward all IUnknown methods from IDirect3DRMDevice3.
2012-01-18 16:22:12 +01:00
André Hentschel
e1c00d32ed
d3drm: Add IDirect3DRMWinDevice interface.
2012-01-18 16:22:07 +01:00
André Hentschel
2e963df911
d3drm: Reorder device creation function to avoid forward declarations.
2012-01-18 16:21:57 +01:00
Alexandre Julliard
7e9d5a1771
gdi32: Negative destination sizes are allowed after coordinate mapping in GdiAlphaBlend.
2012-01-18 16:03:36 +01:00
Alexandre Julliard
0e3bfb8951
winex11: Move handling of negative width/height into the XRender blit helper functions.
2012-01-18 16:03:33 +01:00
Dmitry Timoshkov
d50814846e
kernel32: Remove a no longer needed todo_wine.
2012-01-18 12:37:39 +01:00
Henri Verbeet
ed417a6f13
wined3d: Get rid of the WINED3DSTATEBLOCKTYPE typedef.
2012-01-18 12:37:38 +01:00
Henri Verbeet
ae2e5d65ff
wined3d: Get rid of the WINED3DQUERYTYPE typedef.
2012-01-18 12:37:38 +01:00
Henri Verbeet
e53a277305
wined3d: Get rid of the WINED3DPOOL typedef.
2012-01-18 12:37:38 +01:00
Henri Verbeet
6a5a098b23
wined3d: Get rid of the WINED3DRESOURCETYPE typedef.
2012-01-18 12:37:38 +01:00
Henri Verbeet
992dbc1078
ddraw: Maintain D3D state across cooperative level changes.
2012-01-18 12:37:38 +01:00
Henri Verbeet
dfa7e9b563
ddraw/tests: Add some tests to show that we should maintain D3D state across cooperative level chnages.
2012-01-18 12:37:38 +01:00
Henri Verbeet
1acd8278c8
ddraw/tests: Add a border around the blitted source data in test_clipper_blt().
...
Some drivers use the neighbouring pixels in the interpolation. You can
probably argue about whether that's right or wrong, but it's really not what
we're trying to test in either case.
2012-01-18 12:37:38 +01:00
Henri Verbeet
cf636cc3b3
ddraw: Allow querying the surface interface if a device was created from a surface.
2012-01-18 12:37:38 +01:00
Henri Verbeet
c70e17e806
wined3d: Reset the changed float shader constants in stateblock_init_default_state().
...
The GLSL constant tracking needs these to be correct.
2012-01-18 12:37:37 +01:00
Henri Verbeet
59df293640
wined3d: Don't print an ERR if the depth/stencil surface still has references in wined3d_device_uninit_3d().
...
This is completely legitimate in ddraw.
2012-01-18 12:37:37 +01:00
Nikolay Sivov
3b60c2c0d1
msi: Support test for aplicable patch of MSIPATCH_DATATYPE_XMLPATH type.
2012-01-18 12:37:37 +01:00
Nikolay Sivov
123eba2801
msi: Support MSIPATCH_DATATYPE_XMLBLOB when testing for applicable patch.
2012-01-18 12:37:37 +01:00
Aric Stewart
4cd49d3bf1
quartz: Lower the merit on our current builtin filters.
2012-01-17 19:14:08 +01:00
Nikolay Sivov
5cbe5faf49
msi: Create the rest of objects with separate helpers.
2012-01-17 19:13:55 +01:00
Alexandre Julliard
adad80f4bd
user32: Always query actual key state from the server for pressed keys.
2012-01-17 16:26:09 +01:00
Alexandre Julliard
03820a527b
user32: Fix some printf format warnings.
2012-01-17 15:02:51 +01:00
Alexandre Julliard
51bba9ee07
shlwapi: Fix some printf format warnings.
2012-01-17 15:02:49 +01:00
Alexandre Julliard
902915f667
jscript: Set return value after assert(0) to avoid warnings.
2012-01-17 15:02:47 +01:00
Jacek Caban
f03b24ad3e
jscript: Get rid of no longer used OP_label.
2012-01-17 14:08:33 +01:00
Jacek Caban
5c47f4a269
jscript: Added labelled statements tests.
2012-01-17 14:08:32 +01:00
Jacek Caban
4aec6b1090
jscript: Added labelled continue statement implementation.
2012-01-17 14:08:32 +01:00
Jacek Caban
9a4e12aa93
jscript: Added labelled break statement implementation.
2012-01-17 14:07:54 +01:00
Jacek Caban
383e2b1a0e
jscript: Added labelled statement implementation.
2012-01-17 14:06:13 +01:00
Hans Leidekker
110d96634b
oleaut32: Handle negative offsets into the custom data table.
...
Fixes a crash in the Visio 2002 installer.
2012-01-17 13:59:03 +01:00
Frédéric Delanoy
d6073cc58a
appwiz.cpl: Avoid unneeded abbreviation in button label.
2012-01-17 11:58:59 +01:00
Dmitry Timoshkov
1d01a7ba1e
kernel32: Fix access flags to page protection mapping in MapViewOfFileEx.
2012-01-17 11:54:43 +01:00
Michael Stefaniuc
3ec0b056d5
dsound: Support IKsPropertySet in the primary buffer too.
2012-01-17 11:53:25 +01:00
Michael Stefaniuc
48ca5924b4
dsound: Merge IKsPropertySet into the secondary buffer object.
2012-01-17 11:53:19 +01:00
Michael Stefaniuc
fd04e770f1
dsound: Drop "Buffer" from the IKsPropertySet method names.
2012-01-17 11:53:05 +01:00
Austin English
fe30990e8d
wined3d: Recognize Nvidia 540M.
2012-01-17 11:52:26 +01:00
Andrew Eikum
9cf7f95483
dsound: Lock the source buffer during duplication.
2012-01-17 11:51:25 +01:00
Aric Stewart
ab73506528
wineqtdecoder: Lock the Transform filter csReceive around the decommpression callback.
2012-01-17 11:49:35 +01:00
Aric Stewart
b32b1a924e
strmbase: In the TransformFilter add a critical section that protects the streaming state.
2012-01-17 11:49:28 +01:00
Aric Stewart
9aa3c74503
wineqtdecoder: Do not invert height.
2012-01-17 11:49:07 +01:00
Alexandre Julliard
a6b6c0ebe5
mountmgr: Create a symlink in DosDevices for cdroms.
2012-01-17 11:41:15 +01:00
Andrew Eikum
6d391df4aa
dsound: Don't launch a separate thread for the mmdevapi enumerator.
2012-01-16 19:32:51 +01:00
Andrew Eikum
04ab858fef
winmm: Only start the devices thread when necessary.
2012-01-16 19:32:50 +01:00
Dmitry Timoshkov
9bd55bc2f5
kernel32: Test MapViewOfFile and NtMapViewOfSection side by side.
2012-01-16 19:32:48 +01:00
Aric Stewart
40220e7205
wineqtdecoder: Include cbAlign in the requested buffer size.
2012-01-16 19:32:46 +01:00
Aric Stewart
2ea8f8a4a0
wineqtdecoder: Improve and differentiate Sample Time and MediaTime.
2012-01-16 18:17:49 +01:00
Aric Stewart
3ef34d7799
wineqtdecoder: Zero out the whole QTSplitter structure on creation.
2012-01-16 18:17:49 +01:00
Aric Stewart
8c91f1bf5e
quartz: Implement IObjectWithSite and IAMGraphBuilderCallback for the FilterGraph.
2012-01-16 18:17:49 +01:00
Piotr Caban
c1fb15d1f8
urlmon/tests: Added Uri IMarshal_UnmarshalInterface tests.
2012-01-16 18:17:48 +01:00
Piotr Caban
c6a72ce150
urlmon/tests: Added Uri IMarshal_MarshalInterface tests.
2012-01-16 18:17:48 +01:00
Piotr Caban
991061e461
urlmon: Added Uri IMarshal implementation.
2012-01-16 18:17:47 +01:00
Alexandre Julliard
50480c72f3
user32: Fix a pointer cast warning.
2012-01-16 18:17:45 +01:00
Alexandre Julliard
55107912f0
dbghelp: Fix a couple of pointer cast warnings.
2012-01-16 18:17:43 +01:00