70471 Commits

Author SHA1 Message Date
Rico Schüller
792cd67bf1 d3dx9: Don't use memcpy in ID3DXConstantTable::GetDesc(). 2012-09-03 15:52:07 +02:00
Rico Schüller
587468dc6d d3dx9: Remove FormatType typedef. 2012-09-03 15:52:01 +02:00
Rico Schüller
8da8811615 d3dx9: Remove PixelFormatDesc typedef. 2012-09-03 15:51:57 +02:00
Philip Pemberton
e3e1ddcf2f kernel32: Scan for SCSI scanners and printers. 2012-09-03 15:50:09 +02:00
Marcus Meissner
006ee88278 shell32: Use characters not bytes in one place (Coverity). 2012-09-03 15:49:49 +02:00
Marcus Meissner
e10a658c0c dinput: Added some missing free/close in disabled case (Coverity). 2012-09-03 15:49:39 +02:00
Marcus Meissner
791bc1cb93 quartz: Handle freeing pins in error case (Coverity). 2012-09-03 15:49:31 +02:00
Marcus Meissner
c7355f7921 gameux: Move SysFreeString to success branches (Coverity). 2012-09-03 15:48:22 +02:00
Piotr Caban
2bfbac07a8 dxdiagn: Initialize ProcessorEnglish property. 2012-08-31 17:02:31 +02:00
Piotr Caban
1711b99e98 wbemprox: Added MaxClockSpeed and NumberOfLogicalProcessors builtin properties. 2012-08-31 17:02:25 +02:00
Dmitry Timoshkov
bf0f8c970f gdiplus: Add a test for scaling an image with world transform. 2012-08-31 17:02:22 +02:00
Erich Hoover
182bd9dac4 hhctrl.ocx: Implement HH_SET_WIN_TYPE. 2012-08-31 11:21:35 +02:00
Michael Stefaniuc
ebf33fff47 dsound: Move the capture structs declarations to the .c file. 2012-08-31 09:54:47 +02:00
Erich Hoover
d39801bef3 hhctrl.ocx: Create a special structure for holding non-const unicode strings. 2012-08-30 19:19:52 +02:00
Francois Gouget
1af1601177 usbd.sys: Add a trailing '\n' to a Wine trace. 2012-08-30 19:16:57 +02:00
Dmitry Timoshkov
e0fd87aea1 gdiplus: Print some additional information about device and image being drawn. 2012-08-30 19:16:52 +02:00
Alexandre Julliard
044f790bcb winex11: Always paint to the whole window. 2012-08-30 19:02:27 +02:00
Alexandre Julliard
2967599286 winex11: Don't select for mouse events on the client window. 2012-08-30 12:57:45 +02:00
Alexandre Julliard
e280527f6b winex11: Never attempt to create the window data from a different thread. 2012-08-30 12:11:58 +02:00
André Hentschel
c540c98d55 usbd.sys: Add partial USBD_ValidateConfigurationDescriptor implementation. 2012-08-29 21:26:38 +02:00
Dmitry Timoshkov
89ab0e4b12 gdiplus: Make GdipMeasureCharacterRanges/GdipMeasureString/GdipDrawString add extra space around the text. 2012-08-29 21:25:07 +02:00
Piotr Caban
21898b2fba comctl32: Remove property sheet page that can't be initialized. 2012-08-29 20:13:48 +02:00
Jonas Wielicki
a64b7918c8 wined3d: Fix crash in wined3d_device_reset with gdi backend for directdraw. 2012-08-29 20:13:42 +02:00
Alexandre Julliard
85fed5b194 user32: Invalidate the DCEs while still holding the window lock in SetWindowPos. 2012-08-29 20:10:56 +02:00
Alexandre Julliard
d35fc4369f user32: Always go through set_window_pos when the WS_VISIBLE style is changed. 2012-08-29 20:09:28 +02:00
Alexandre Julliard
4890964e31 user32: Rely on SetWindowPos to invalidate the DCEs when the window region is changed. 2012-08-29 18:08:10 +02:00
Alexandre Julliard
f71be05ba7 user32: ScrollWindow should not use a cached DC, unlike ScrollWindowEx. 2012-08-29 12:22:58 +02:00
Jacek Caban
4c660d6e62 mshtml: Use nsIDirectoryServiceProvider2::GetFiles to provide Wine-specific plugin directory. 2012-08-29 11:47:29 +02:00
Jacek Caban
b4a228f461 mshtml: Added nsIDirectoryServiceProvider2 implementation. 2012-08-29 11:47:25 +02:00
Alistair Leslie-Hughes
87fabd1009 oleaut32: Add VT_BSTR to VT_UI2|VT_ARRAY test. 2012-08-29 11:47:22 +02:00
Nikolay Sivov
ae0b830cf1 xmllite: Store DTD processing mode in reader. 2012-08-29 11:46:43 +02:00
Rico Schüller
bfec155345 d3dx9: Improve traces in set_number(). 2012-08-29 11:43:39 +02:00
Rico Schüller
396af0dac3 d3dx9: Optimize set_matrix(). 2012-08-29 11:43:20 +02:00
Rico Schüller
77632f0880 d3dx9: Avoid desc copy in ID3DXConstantTable::GetSamplerIndex(). 2012-08-28 20:24:35 +02:00
Rico Schüller
edb802a847 d3dx9: Remove min() in set_matrix_array(), uses always the desc value. 2012-08-28 20:24:34 +02:00
Rico Schüller
b5b0520723 d3dx9: Handle D3DXPC_VECTOR in set_matrix_array(). 2012-08-28 20:24:34 +02:00
Rico Schüller
a4dde8151b d3dx9: Improve set_matrix_array(). 2012-08-28 20:24:33 +02:00
Rico Schüller
97ef9f9322 d3dx9: Add some traces to D3DXLoadSurfaceFromMemory(). 2012-08-28 20:24:18 +02:00
Piotr Caban
f9ff5fe3e6 msvcp80: Fixed basic_string::rbegin and basic_string::rend implementation. 2012-08-28 14:41:14 +02:00
Piotr Caban
27d0551b90 msvcp80: Forward basic_string::erase functions to msvcp90. 2012-08-28 14:41:13 +02:00
Jacek Caban
e679471885 Always define WIDL_C_INLINE_WRAPPERS. 2012-08-28 14:41:13 +02:00
Jacek Caban
434b696c46 Fixed remaining wrong iface call helpers. 2012-08-28 14:41:12 +02:00
Jacek Caban
57074556d2 d3d10core: Use proper helpers for iface calls. 2012-08-28 14:41:11 +02:00
Jacek Caban
cbf155afe1 windowscodecs/tests: Use proper helpers for iface calls. 2012-08-28 14:41:11 +02:00
Jacek Caban
9bb70e2739 d3d9/tests: Use proper helpers for iface calls. 2012-08-28 14:41:10 +02:00
Lucas Zawacki
d5e9cedaf5 dinput: BuildActionMap should not fail if mapping has no pre-stored settings. 2012-08-28 14:41:04 +02:00
Lucas Zawacki
851d38c4ef dinput8/tests: Test load actions when there's no pre-stored ones. 2012-08-28 14:41:02 +02:00
Francois Gouget
c19855bc96 msvcp100: Remove some unused functions. 2012-08-28 14:41:00 +02:00
Francois Gouget
d2fc8007d2 msvcp100: Make some locale and string functions static. 2012-08-28 14:40:59 +02:00
Vincent Povirk
284f3cc047 ole32: Fix typo. 2012-08-28 14:40:58 +02:00