Commit Graph

88853 Commits

Author SHA1 Message Date
Dmitry Timoshkov b9132b6815 gdiplus: Implement GdipGetPropertyCount. 2012-06-26 19:40:59 +02:00
Dmitry Timoshkov b72d236ca8 gdiplus: When loading a bitmap frame save its IWICMetadataReader interface. 2012-06-26 19:40:44 +02:00
Erich Hoover b72ac222ea hhctrl.ocx: Keep parsing failure from causing a segmentation fault. 2012-06-26 19:29:34 +02:00
Vincent Povirk 07795754f4 windowscodecs: Implement IWICBitmapScaler::Initialize. 2012-06-26 17:34:11 +02:00
Vincent Povirk 02aa7ec403 windowscodecs: Implement IWICImagingFactory::CreateEncoder. 2012-06-26 17:34:03 +02:00
Vincent Povirk efab393295 windowscodecs: Add stub IWICBitmapScaler implementation. 2012-06-26 17:33:54 +02:00
Vincent Povirk 917c4e1f10 windowscodecs: Add tests for IWICPixelFormatInfo. 2012-06-26 17:33:22 +02:00
Vincent Povirk 12babdb7da windowscodecs: Implement IWICPixelFormatInfo2::SupportsTransparency. 2012-06-26 17:33:14 +02:00
Hans Leidekker 661d7f19c9 wbemprox Implement Win32_Processor.CpuStatus and Win32_Processor.DeviceId. 2012-06-26 17:33:06 +02:00
Hans Leidekker 3ebf6c8bfa wbemprox: Implement Win32_ComputerSystem.NumberOfLogicalProcessors and Win32_ComputerSystem.NumberOfProcessors. 2012-06-26 17:33:06 +02:00
Hans Leidekker eb9fa4dd05 wbemprox: Implement Win32_OperatingSystem.OSLanguage and Win32_OperatingSystem.SystemDirectory. 2012-06-26 17:33:05 +02:00
Hans Leidekker 1bf73ea81d wbemprox: Implement IWbemServices::CreateInstanceEnum. 2012-06-26 17:33:05 +02:00
Hans Leidekker 21ea8b3c3c wbemprox: Implement IWbemServices::OpenNamespace. 2012-06-26 17:33:05 +02:00
Henri Verbeet d93e61f249 wined3d: Release the stateblock only after mode setting in wined3d_device_reset().
While we're allowed to leave the device in a somewhat inconsistent state after
a failed reset, such a state should be recoverable by calling reset again. If
e.g. mode setting were to fail between the point where we destroy and recreate
the stateblock a subsequent reset would crash because the device doesn't have
a stateblock anymore.
2012-06-26 17:32:59 +02:00
Henri Verbeet 0ee3007963 wined3d: Only unset the onscreen depth / stencil buffer once in wined3d_device_reset(). 2012-06-26 17:32:48 +02:00
Henri Verbeet 394519db67 secur32: Handle incomplete messages in schan_InitializeSecurityContextW(). 2012-06-26 17:32:40 +02:00
Henri Verbeet 8f39fb146a secur32: We can't read more than expected_size - 5 in schan_DecryptMessage(). 2012-06-26 17:31:02 +02:00
Henri Verbeet e2bd967a85 secur32: Handle padding only records in schan_DecryptMessage(). 2012-06-26 17:30:55 +02:00
Huw Davies dc1d7868d3 oleaut32: Add support for boolean strings in VarNot. 2012-06-26 17:30:42 +02:00
Piotr Caban 9173de875a msvcp90: Fix basic_ostream<char>::operator<<(basic_string) export. 2012-06-26 17:30:26 +02:00
Piotr Caban 6ad43ea61f msvcp90: Added basic_iostream<wchar> class implementation. 2012-06-26 17:30:17 +02:00
Piotr Caban 07ccbb6351 msvcp90: Added basic_istream<wchar> implementation. 2012-06-26 17:30:08 +02:00
Alexandre Julliard 312dd5297b opengl32: Get rid of the X11 locking. 2012-06-26 17:06:13 +02:00
Alexandre Julliard b6a7a3fe23 opengl32: Generate an entry point for glDebugEntry. 2012-06-26 17:06:13 +02:00
Alexandre Julliard 370a8c10d2 opengl32: Add a helper function to build the extension list, and do it only when requested. 2012-06-26 17:06:13 +02:00
Alexandre Julliard b349aa676f opengl32: Add a helper function to correctly compare extension strings. 2012-06-26 17:06:12 +02:00
Jacek Caban a384fbee20 mshtml: Share nsanchor reference with nsnode. 2012-06-26 17:06:12 +02:00
Jacek Caban f878c9983d mshtml: Share nselem reference with nsnode. 2012-06-26 17:06:12 +02:00
Jacek Caban 8c396ed437 mshtml: Call HTMLDOMNode_Init directly in HTMLCommentElement_Create. 2012-06-26 17:06:11 +02:00
Jacek Caban cf35bbd261 mshtml: Share nsIDOMText reference with nsIDOMNode. 2012-06-26 17:06:11 +02:00
Jacek Caban d9efd6a44d mshtml: Use inner window as script global object. 2012-06-26 17:06:11 +02:00
Jacek Caban a8d0efc7d6 mshtml: Return referenced instances from node constructors. 2012-06-26 17:06:11 +02:00
Jacek Caban d31176ec03 mshtml: Moved history property to HTMLInnerWindow. 2012-06-26 17:06:11 +02:00
Jacek Caban 4647fe0f23 mshtml: Moved screen property to HTMLInnerWindow. 2012-06-26 17:06:11 +02:00
Jacek Caban b85631bab6 mshtml: Moved image_factory to HTMLInnerWindow. 2012-06-26 17:06:11 +02:00
Francois Gouget b7f74922a4 jscript: Make int_to_bstr() static. 2012-06-26 17:06:11 +02:00
Francois Gouget 98748efbf5 msvcp90: Make numpunct_char_use_facet() static. 2012-06-26 17:06:11 +02:00
Francois Gouget 6bacd9559f msvcp90: Add a space between the spec entry name the implementation function. 2012-06-26 17:06:11 +02:00
Roderick Colenbrander 71faef0f50 opengl32: Disable wglGetProcAddress for core GL 1.0/1.1 functions. 2012-06-26 17:06:11 +02:00
Chris Robinson 2ccc5bd2c7 quartz: Remove the seek position table from the MPEG splitter.
It takes a good 0.5 seconds for MPEGSplitter_pre_connect to iterate over the
file and build the table for a standard 2 or 3 minute MP3. This causes
unsightly hiccups when an app tries to play a new file, particularly in games,
as the pre-connect needs to happen synchronously to tell whether it can
succeed or not.
2012-06-26 17:06:10 +02:00
Michael Stefaniuc f596c747ef usp10: Remove unreachable break after return (Smatch). 2012-06-26 12:41:05 +02:00
Vincent Povirk 862986576b appwiz: Update text to match button names. 2012-06-26 12:41:01 +02:00
Vincent Povirk 697dd42ed2 gdiplus: Remove FIXME from GdipAddPathString. 2012-06-26 12:25:41 +02:00
Dmitry Timoshkov 58387fca69 windowscodecs: Implement MetadataReaderInfo_GetVendorGUID. 2012-06-26 12:25:33 +02:00
Dmitry Timoshkov 2d3cf48300 windowscodecs: Implement TiffFrameDecode_GetThumbnail. 2012-06-26 12:25:27 +02:00
Dmitry Timoshkov a7190c7dc7 windowscodecs: Implement TiffDecoder_GetPreview. 2012-06-26 12:25:21 +02:00
Dmitry Timoshkov f07829da57 windowscodecs: TiffDecoder_GetThumbnail should return NULL interface. 2012-06-26 12:25:12 +02:00
Alexandre Julliard 67e7eda96c gdi32: Forward SwapBuffers to opengl32 which in turn calls GdiSwapBuffers. 2012-06-26 12:24:15 +02:00
Alexandre Julliard c013945728 gdi32: Forward SetPixelFormat to opengl32 which in turn calls GdiSetPixelFormat. 2012-06-26 12:24:15 +02:00
Alexandre Julliard e9f270bd41 gdi32: Forward DescribePixelFormat to opengl32 which in turn calls GdiDescribePixelFormat. 2012-06-26 12:24:14 +02:00