Commit Graph

86844 Commits (e4ad164f6e2b66c26a96c83b593e2b8684369459)
 

Author SHA1 Message Date
Aric Stewart 4ae6f928aa strmbase: Implement BaseControlVideo. 2012-03-29 20:49:16 +02:00
Aric Stewart 73efbff484 strmbase: Implement BaseControlWindow. 2012-03-29 20:49:15 +02:00
André Hentschel 189800e04c view: Also show the filename in the window title when loading it from command line. 2012-03-29 20:49:15 +02:00
Henri Verbeet e1b8573ee8 d3d9: Don't return a pointer to the implementation in IDirect3DTexture9Impl_QueryInterface(). 2012-03-29 20:49:15 +02:00
Henri Verbeet 8e40db2783 d3d9: Don't return a pointer to the implementation in IDirect3DVertexDeclaration9Impl_QueryInterface(). 2012-03-29 20:49:14 +02:00
Henri Verbeet 12369f9f4d wined3d: Fix the VBO check in device_stream_info_from_declaration(). 2012-03-29 20:49:14 +02:00
Henri Verbeet 7017ed4587 wined3d: Drop a questionable FIXME in device_stream_info_from_declaration(). 2012-03-29 20:49:13 +02:00
Henri Verbeet c7d3a8a478 wined3d: Drop the "vbo" check in wined3d_device_process_vertices().
We care about individual streams having a VBO or not, and there's no way for
device_stream_info_from_declaration() to properly express that, so just check
the individual streams.
2012-03-29 20:49:13 +02:00
Andrew Eikum 8e88a5a6fa mciqtz32: Stop the graph when the file is no longer playing. 2012-03-29 18:40:41 +02:00
Huw Davies 105caa28bf gdi32: Implement CreateScalableFontResource.
Based on patches by Jeremy White and Dmitry Timoshkov.
2012-03-29 18:16:06 +02:00
Huw Davies 7ac623f380 gdi32: Add a helper to create a new FreeType face. 2012-03-29 18:15:39 +02:00
Aric Stewart a179b50c9b strmbase: Add beginnings of BaseWindow. 2012-03-28 19:05:06 +02:00
Andrew Eikum edab3b13f7 mmdevapi: TRACE all COM method calls. 2012-03-28 19:05:06 +02:00
Hans Leidekker ccad8e9d80 msi/tests: Reduce code duplication in the feature/component state tests. 2012-03-28 19:05:02 +02:00
Hans Leidekker 3f1e3008ea msi: Clear the cert pointer in MsiGetFileSignatureInformation. 2012-03-28 17:37:44 +02:00
Hans Leidekker d351a9999e msi: Also set the Intel property on 64-bit processors. 2012-03-28 17:37:41 +02:00
Hans Leidekker 456961548e sxs/tests: Add tests for CreateAssemblyNameObject. 2012-03-28 17:29:55 +02:00
Hans Leidekker 5a6b9ec329 sxs: Parse the display name in CreateAssemblyNameObject. 2012-03-28 17:29:16 +02:00
Jacek Caban 8f36daa422 jscript: Properly handle NULL bstr in str_to_number. 2012-03-28 17:28:34 +02:00
Hwang YunSong 1528d9021f po: Update Korean translation. 2012-03-28 17:28:28 +02:00
Frédéric Delanoy 576b639535 po: Update French translation. 2012-03-28 17:28:18 +02:00
Matteo Bruni c0d4c66a5a include: Fix some winsock definitions. 2012-03-28 15:09:47 +02:00
Matteo Bruni 7e3c7840e3 wined3d: Support WINED3D_TTFF_COUNT3 texture projection in the ARB backend. 2012-03-28 15:09:18 +02:00
Matteo Bruni 439097c810 wined3d: Update the correct draw buffers mask. 2012-03-28 15:09:09 +02:00
Jacek Caban 21f5ef2808 mshtml: Improved more VARIANT debug traces. 2012-03-28 14:56:39 +02:00
Jacek Caban 1dd2010f31 mshtml: Improved VARIANT debug traces in htmldoc*.c. 2012-03-28 14:56:32 +02:00
Jacek Caban 706ec7a10d mshtml: Improved VARIANT debug traces in htmlbody.c. 2012-03-28 14:56:29 +02:00
Jacek Caban 3f9c706606 mshtml: Improved VARIANT debug traces in htmlelem.c. 2012-03-28 14:56:25 +02:00
Jacek Caban 6e3d322cce mshtml: Improved VARIANT debug traces in htmldoc.c. 2012-03-28 14:56:20 +02:00
Jacek Caban f51ceff7e8 mshtml: Improved VARIANT debug traces in htmltable.c. 2012-03-28 14:56:00 +02:00
Jacek Caban 42bb6cab78 mshtml: Improved VARIANT debug traces in htmlwindow.c. 2012-03-28 14:55:57 +02:00
Jacek Caban 852a0d386f mshtml: Improved VARIANT debug traces in htmlstyle.c. 2012-03-28 14:55:54 +02:00
Alistair Leslie-Hughes e147d6714a scrrun: Register Scripting interfaces. 2012-03-28 14:50:16 +02:00
Alistair Leslie-Hughes d7a00c533e scrrun: Add DllCanUnloadNow, DllGetClassObject stubs. 2012-03-28 14:33:46 +02:00
Michael Mc Donnell f144626e81 d3dx9: Do not weld self. 2012-03-28 13:55:38 +02:00
Thomas Faber 9f0119a0c0 dbghelp: Fix uninitialized variable usage. 2012-03-28 13:55:26 +02:00
Jacek Caban 574becbf87 mshtml: Added IHTMLTableCell interface stub implementation. 2012-03-28 13:51:53 +02:00
Jacek Caban fb1640fb4e mshtml.idl: Added IHTMLTableCell declaration. 2012-03-28 13:51:19 +02:00
Jacek Caban 33742f1ed3 mshtml.idl: Added DispHTMLTableCell declaration. 2012-03-28 13:51:16 +02:00
Piotr Caban 37d3eaf476 msvcp90: Added basic_streambuf<wchar> implementation. 2012-03-28 13:50:17 +02:00
Piotr Caban 143f8e8792 msvcp90: Added basic_streambuf<char> implementation. 2012-03-28 13:49:59 +02:00
Piotr Caban 52bcd2e082 msvcp90: Added numpunct<wchar> implementation. 2012-03-28 13:49:26 +02:00
Christian Costa c1b92ca1e2 devenum: Add tests for devenum. 2012-03-28 11:53:18 +02:00
Christian Costa 303ce38bb3 amstream/tests: Add tests for querying interfaces and creating samples on video and audio media streams. 2012-03-28 11:48:45 +02:00
Christian Costa 3aab797929 amstream/tests: Verify if the dsound renderer is created when we create an audio stream with the default renderer. 2012-03-28 11:48:40 +02:00
Christian Costa 1349cf6902 amstream: Add stream to the media stream filter in IAMMultiMediaStreamImpl_AddMediaStream. 2012-03-28 11:48:35 +02:00
Christian Costa 76d69cdb91 amstream: Implement AddMediaStream and GetMediaStream in media stream filter. 2012-03-28 11:48:30 +02:00
André Hentschel 8229055692 include: Add peARM to fusion.idl. 2012-03-28 11:47:55 +02:00
André Hentschel 1de185efba include: Add new ARM defines to winnt.h. 2012-03-28 11:47:51 +02:00
André Hentschel 220aeda3a0 winebuild: Create stubs for ARM. 2012-03-28 11:47:22 +02:00