Commit Graph

102522 Commits

Author SHA1 Message Date
Johannes Brandstätter db2e44a9bc d3d10core: Add support for map_type flags D3D10_MAP_READ, D3D10_MAP_WRITE_NO_OVERWRITE and D3D10_MAP_DISCARD. 2014-09-26 13:29:49 +02:00
Alistair Leslie-Hughes f23b46464e dpnet: Show SetSP adds a component. 2014-09-26 09:56:20 +02:00
Alistair Leslie-Hughes 9a5a5a365e dpnet: Implement IDirectPlay8Address AddComponent. 2014-09-26 09:56:11 +02:00
Alistair Leslie-Hughes a192e7f11b dpvoice: Add IDirectPlayVoiceTest stub interface. 2014-09-26 09:54:28 +02:00
Stefan Dösinger 92bcb74768 d3d8: Return the correct value in CreateAdditionalSwapChain. 2014-09-25 16:41:48 +02:00
Alexandre Julliard 0ff2fb8a4f secur32/tests: Update test for the new certificate on winehq.org. 2014-09-25 16:08:05 +02:00
Hans Leidekker 462f56d468 wininet: Protect the request headers array with a critical section. 2014-09-25 15:20:19 +02:00
Hans Leidekker bbfae5be4b wininet/tests: Update test data to match the new certificate on winehq.org. 2014-09-25 15:20:18 +02:00
Alistair Leslie-Hughes 92564dd03e dpvoice: Add DirectPlay Voice test. 2014-09-25 15:20:17 +02:00
Jacek Caban c1acf1647b ieframe: Added partial Refresh2 implementation. 2014-09-25 15:20:16 +02:00
Nikolay Sivov dae9096c2e dwrite: Allow underscores in script names. 2014-09-25 13:44:53 +02:00
Nikolay Sivov d58f519c08 dwrite: Update to IDWriteTextAnalyzer2. 2014-09-25 13:44:47 +02:00
Jacek Caban b472a1f3f4 mshtml: Don't share nsobject reference with nsnode. 2014-09-25 13:44:26 +02:00
Jacek Caban d2a97e73eb mshtml: Don't share nscell reference with nsnode. 2014-09-25 13:44:24 +02:00
Jacek Caban e5e0fc3019 mshtml: Don't share nstable reference with nsnode. 2014-09-25 13:44:22 +02:00
Jacek Caban 556b2ad0c5 mshtml: Don't share nstextarea reference with nsnode. 2014-09-25 13:44:21 +02:00
Jacek Caban 01e09bbb47 mshtml: Don't share nsoption reference with nsnode. 2014-09-25 13:44:19 +02:00
Jacek Caban cac39acbe3 mshtml: Don't share nsselect reference with nsnode. 2014-09-25 13:44:17 +02:00
Jacek Caban 29205426a7 mshtml: Don't share nsanchor reference with nsnode. 2014-09-25 13:44:15 +02:00
Nikolay Sivov 59d9a2e16b include: Update dwrite headers to match SDK 8.1. 2014-09-25 13:44:07 +02:00
Qian Hong 7f29fc7e91 appwiz.cpl: Fixed typo. 2014-09-24 19:59:25 +02:00
Jacek Caban a57d87d265 mshtml: Don't share nslink reference with nsnode. 2014-09-24 16:13:55 +02:00
Jacek Caban 316417cc3d mshtml: Don't share nsstyle reference with nsnode. 2014-09-24 16:13:54 +02:00
Jacek Caban 727c1ceb1e mshtml: Don't share nsframe and nsiframe reference with nsnode. 2014-09-24 16:13:52 +02:00
Jacek Caban 5f149f52d1 mshtml: Don't share nsinput reference with nsnode. 2014-09-24 16:13:50 +02:00
Jacek Caban c0f8d17c05 mshtml: Don't share nsform reference with nsnode. 2014-09-24 16:13:47 +02:00
Thomas Faber c5b9bdc75a wined3d: Use correct FXCAPS constant in wined3d_get_device_caps. 2014-09-24 14:05:18 +02:00
Ralf Habacker 6485c76ed3 wineps.drv: For each printer start page size and source index with the same value. 2014-09-24 11:14:58 +02:00
Nikolay Sivov e36025a2a8 dwrite: Implement itemization by script id using Unicode.org data. 2014-09-24 11:10:39 +02:00
André Hentschel b5eec81315 winemenubuilder: Respect TMPDIR environment variable. 2014-09-24 11:04:56 +02:00
André Hentschel 20006966ab winegcc: Respect TMPDIR environment variable. 2014-09-24 11:04:54 +02:00
Piotr Caban dcdf4dbf15 user32: Return early on child windows in DrawMenuBar. 2014-09-23 18:48:26 +02:00
Andrei Slăvoiu 9d0f924d1b wined3d: Pass the capabilities directly to d3d_level_from_gl_info and rename it to d3d_level_from_caps. 2014-09-23 17:17:12 +02:00
Andrei Slăvoiu 24f661674f wined3d: Adjust the Intel fallbacks to better reflect reality. 2014-09-23 17:17:12 +02:00
André Hentschel 6d50cfcac2 ntdll: Use a dynamic buffer for change notification data. 2014-09-23 17:17:11 +02:00
Alistair Leslie-Hughes 95763d9146 dpvoice: Add IDirectPlayVoiceServer support. 2014-09-23 13:05:59 +02:00
Alistair Leslie-Hughes 300f53a4f8 dpvoice: Add IDirectPlayVoiceClient Support. 2014-09-23 13:05:43 +02:00
Qian Hong d62f0f5e63 mshtml: Don't pass NULL string pointer to jscript engine. 2014-09-23 13:02:22 +02:00
Marcus Meissner fec49d1182 dxgi: Added missing unlock (Coverity). 2014-09-23 13:01:47 +02:00
Marcus Meissner 50c8766cce dwrite: Check correct variable for NULL (Coverity). 2014-09-23 13:01:42 +02:00
André Hentschel b12381a04a dwrite: Check correct variable (Coverity). 2014-09-22 21:22:20 +02:00
André Hentschel 8a7d4c7f22 d3d10core: Fix out of bounds access (Coverity). 2014-09-22 21:21:56 +02:00
Vincent Povirk 3fc386fc86 gdiplus: Process a row instead of a column in inner conversion loop. 2014-09-22 19:10:46 +02:00
Qian Hong 2eeffe8acd mshtml: Using UTF-8 as default charset in bind_mon_to_wstr. 2014-09-22 19:09:58 +02:00
Marcus Meissner e0905d780e wbemprox: Fixed a memory leak in get_sd (Coverity). 2014-09-22 19:09:10 +02:00
Nikolay Sivov 2c6cc0be46 dwrite: Use proper type for return value. 2014-09-22 19:08:43 +02:00
Nikolay Sivov e65307f29f usp10: Use proper type for return value. 2014-09-22 19:08:40 +02:00
Jacek Caban 85b989927f vbscript: Don't try to convert int to short in return_int. 2014-09-22 19:07:51 +02:00
Marcus Meissner d684d776c2 dwrite: Avoid NULL ptr dereference (Coverity). 2014-09-22 19:07:34 +02:00
Marcus Meissner 90774871c8 dwrite: Fixed NULL ptr deref before check (Coverity). 2014-09-22 19:07:30 +02:00