Jacek Caban [Tue, 26 Jun 2012 10:34:06 +0000 (12:34 +0200)]
mshtml: Share nsIDOMText reference with nsIDOMNode.
Jacek Caban [Tue, 26 Jun 2012 10:33:48 +0000 (12:33 +0200)]
mshtml: Use inner window as script global object.
Jacek Caban [Tue, 26 Jun 2012 10:33:35 +0000 (12:33 +0200)]
mshtml: Return referenced instances from node constructors.
Jacek Caban [Tue, 26 Jun 2012 10:32:53 +0000 (12:32 +0200)]
mshtml: Moved history property to HTMLInnerWindow.
Jacek Caban [Tue, 26 Jun 2012 10:32:40 +0000 (12:32 +0200)]
mshtml: Moved screen property to HTMLInnerWindow.
Jacek Caban [Tue, 26 Jun 2012 10:32:27 +0000 (12:32 +0200)]
mshtml: Moved image_factory to HTMLInnerWindow.
Francois Gouget [Tue, 26 Jun 2012 10:33:28 +0000 (12:33 +0200)]
jscript: Make int_to_bstr() static.
Francois Gouget [Tue, 26 Jun 2012 10:32:56 +0000 (12:32 +0200)]
msvcp90: Make numpunct_char_use_facet() static.
Francois Gouget [Tue, 26 Jun 2012 10:32:44 +0000 (12:32 +0200)]
msvcp90: Add a space between the spec entry name the implementation function.
Roderick Colenbrander [Tue, 26 Jun 2012 05:37:30 +0000 (22:37 -0700)]
opengl32: Disable wglGetProcAddress for core GL 1.0/1.1 functions.
Chris Robinson [Tue, 26 Jun 2012 02:41:13 +0000 (19:41 -0700)]
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.
Michael Stefaniuc [Mon, 25 Jun 2012 21:11:51 +0000 (23:11 +0200)]
usp10: Remove unreachable break after return (Smatch).
Vincent Povirk [Mon, 25 Jun 2012 20:03:36 +0000 (15:03 -0500)]
appwiz: Update text to match button names.
Vincent Povirk [Mon, 25 Jun 2012 15:40:36 +0000 (10:40 -0500)]
gdiplus: Remove FIXME from GdipAddPathString.
Dmitry Timoshkov [Mon, 25 Jun 2012 03:54:21 +0000 (12:54 +0900)]
windowscodecs: Implement MetadataReaderInfo_GetVendorGUID.
Dmitry Timoshkov [Mon, 25 Jun 2012 03:27:22 +0000 (12:27 +0900)]
windowscodecs: Implement TiffFrameDecode_GetThumbnail.
Dmitry Timoshkov [Mon, 25 Jun 2012 03:27:12 +0000 (12:27 +0900)]
windowscodecs: Implement TiffDecoder_GetPreview.
Dmitry Timoshkov [Mon, 25 Jun 2012 03:26:56 +0000 (12:26 +0900)]
windowscodecs: TiffDecoder_GetThumbnail should return NULL interface.
Alexandre Julliard [Mon, 25 Jun 2012 20:45:28 +0000 (22:45 +0200)]
gdi32: Forward SwapBuffers to opengl32 which in turn calls GdiSwapBuffers.
Alexandre Julliard [Mon, 25 Jun 2012 20:03:59 +0000 (22:03 +0200)]
gdi32: Forward SetPixelFormat to opengl32 which in turn calls GdiSetPixelFormat.
Alexandre Julliard [Mon, 25 Jun 2012 19:59:11 +0000 (21:59 +0200)]
gdi32: Forward DescribePixelFormat to opengl32 which in turn calls GdiDescribePixelFormat.
Alexandre Julliard [Mon, 25 Jun 2012 19:51:16 +0000 (21:51 +0200)]
winex11: Move ChoosePixelFormat implementation to opengl32 and base it on DescribePixelFormat.
Vincent Povirk [Wed, 13 Jun 2012 15:22:33 +0000 (10:22 -0500)]
windowscodecs: Implement IWICPixelFormatInfo2::GetNumericRepresentation.
Vincent Povirk [Wed, 13 Jun 2012 15:20:48 +0000 (10:20 -0500)]
windowscodecs: Implement IWICPixelFormatInfo::GetFormatGUID.
Vincent Povirk [Wed, 13 Jun 2012 15:11:53 +0000 (10:11 -0500)]
windowscodecs: Implement IWICPixelFormatInfo::GetChannelMask.
Vincent Povirk [Mon, 16 Apr 2012 21:03:57 +0000 (16:03 -0500)]
windowscodecs: Implement PixelFormatInfo_GetChannelCount.
Vincent Povirk [Mon, 16 Apr 2012 20:40:35 +0000 (15:40 -0500)]
windowscodecs: Implement PixelFormatInfo_GetBitsPerPixel.
Józef Kucia [Thu, 21 Jun 2012 12:15:39 +0000 (14:15 +0200)]
wined3d: Use the system memory pool for the logo surface.
Jacek Caban [Mon, 25 Jun 2012 12:09:12 +0000 (14:09 +0200)]
jscript: Added more apply and call tests.
Jacek Caban [Mon, 25 Jun 2012 12:08:58 +0000 (14:08 +0200)]
jscript: Removed no longer needed arg_cnt and get_arg helpers.
Jacek Caban [Mon, 25 Jun 2012 12:08:38 +0000 (14:08 +0200)]
jscript: Don't use DISPPARAMS for internal arguments.
Jacek Caban [Mon, 25 Jun 2012 12:07:48 +0000 (14:07 +0200)]
jscript: Don't use DISPPARAMS named args for internal parameter passing.
Nikolay Sivov [Sat, 23 Jun 2012 13:08:27 +0000 (17:08 +0400)]
msxml3: Support VT_I2 variants tracing.
Nikolay Sivov [Sat, 23 Jun 2012 20:16:39 +0000 (00:16 +0400)]
msxml3: Accept VT_ERROR body as empty data.
Nikolay Sivov [Sat, 23 Jun 2012 15:44:04 +0000 (19:44 +0400)]
msxml3: Fix async flag setting.
Nikolay Sivov [Sat, 23 Jun 2012 13:06:04 +0000 (17:06 +0400)]
msxml3: Recognise PROPFIND method in open().
Piotr Caban [Mon, 25 Jun 2012 13:50:13 +0000 (15:50 +0200)]
msvcp90: Export clog object.
Piotr Caban [Mon, 25 Jun 2012 13:49:53 +0000 (15:49 +0200)]
msvcp90: Added basic_ostream<wchar> implementation.
Piotr Caban [Mon, 25 Jun 2012 13:49:35 +0000 (15:49 +0200)]
msvcp90: Added num_get<wchar>::get functions implementation.
Piotr Caban [Mon, 25 Jun 2012 13:49:15 +0000 (15:49 +0200)]
msvcp90: Added num_get<wchar>::_Getifld implementation.
Piotr Caban [Mon, 25 Jun 2012 13:48:59 +0000 (15:48 +0200)]
msvcp90: Added num_get<wchar>::_Getffld implementation.
Piotr Caban [Mon, 25 Jun 2012 13:48:39 +0000 (15:48 +0200)]
msvcp90: Added partial num_get<wchar> and num_get<short> implementation.
Piotr Caban [Mon, 25 Jun 2012 13:48:18 +0000 (15:48 +0200)]
msvcp90: Added num_put<wchar> implementation.
Jacek Caban [Mon, 25 Jun 2012 12:06:27 +0000 (14:06 +0200)]
mshtml: Store event object in HTMLInnerWindow instead of HTMLOuterWindow.
Jacek Caban [Mon, 25 Jun 2012 12:06:09 +0000 (14:06 +0200)]
mshtml: Moved script_hosts from HTMLOuterWindow to HTMLInnerWindow.
Jacek Caban [Mon, 25 Jun 2012 12:05:58 +0000 (14:05 +0200)]
mshtml: Moved option_factory from HTMLOuterWindow to HTMLInnerWindow.
Jacek Caban [Mon, 25 Jun 2012 12:05:48 +0000 (14:05 +0200)]
mshtml: Moved global_props from HTMLOuterWindow to HTMLInnerWindow.
Jacek Caban [Mon, 25 Jun 2012 12:05:33 +0000 (14:05 +0200)]
mshtml: Moved DispatchEx instance from HTMLOuterWindow to HTMLInnerWindow.
Jacek Caban [Mon, 25 Jun 2012 12:05:17 +0000 (14:05 +0200)]
mshtml: Moved document node from HTMLOuterWindow to HTMLInnerWindow.
Jacek Caban [Mon, 25 Jun 2012 12:04:59 +0000 (14:04 +0200)]
mshtml: Added separated types for outer and inner HTML windows.
Jacek Caban [Mon, 25 Jun 2012 12:04:40 +0000 (14:04 +0200)]
mshtml: Keep reference in node returned from get_node.
Hans Leidekker [Mon, 25 Jun 2012 09:20:21 +0000 (11:20 +0200)]
wbemprox: Parse the resource string in IWbemLocator::ConnectServer.
Hans Leidekker [Mon, 25 Jun 2012 09:20:09 +0000 (11:20 +0200)]
wbemprox: Add a partial Win32_NetworkAdapter class implementation.
Alexandre Julliard [Mon, 25 Jun 2012 10:02:13 +0000 (12:02 +0200)]
gdi32: Remove OpenGL functions that don't use an HDC from the driver entry points.
Alexandre Julliard [Mon, 25 Jun 2012 14:22:16 +0000 (16:22 +0200)]
winex11: Move wglGetCurrentContext and wglGetCurrentDC to the internal OpenGL extension functions.
Alexandre Julliard [Mon, 25 Jun 2012 10:21:18 +0000 (12:21 +0200)]
winex11: Move wglCopyContext and wglDeleteContext to the internal OpenGL extension functions.
Alexandre Julliard [Mon, 25 Jun 2012 10:12:40 +0000 (12:12 +0200)]
winex11: Move wglShareLists to the internal OpenGL extension functions.
Alexandre Julliard [Mon, 25 Jun 2012 09:58:53 +0000 (11:58 +0200)]
winex11: Move the wglUseFontBitmaps implementation to opengl32, it's no longer driver-dependent.
Dmitry Timoshkov [Fri, 22 Jun 2012 09:22:36 +0000 (18:22 +0900)]
windowscodecs: Implement ImagingFactory_CreateDecoder.
Dmitry Timoshkov [Fri, 22 Jun 2012 06:12:54 +0000 (15:12 +0900)]
windowscodecs: Add WICImagingCategories registration.
Erich Hoover [Fri, 22 Jun 2012 17:07:19 +0000 (11:07 -0600)]
hhctrl.ocx: Add icons for the table of contents TreeView control.
Nikolay Sivov [Sat, 23 Jun 2012 11:03:42 +0000 (15:03 +0400)]
msxml3: Basic refcount test for IMXNamespacePrefixes.
Nikolay Sivov [Sat, 23 Jun 2012 09:56:53 +0000 (13:56 +0400)]
msxml3: Implement internalEntityDecl() for writer.
Nikolay Sivov [Sat, 23 Jun 2012 09:38:03 +0000 (13:38 +0400)]
msxml3: Initial implementation of attributeDecl() in writer.
Nikolay Sivov [Sat, 23 Jun 2012 08:29:14 +0000 (12:29 +0400)]
msxml3: Fix closing of open element.
Nikolay Sivov [Fri, 22 Jun 2012 20:38:12 +0000 (00:38 +0400)]
msxml3: Properly handle -1 as length of element qualified name in startElement().
Nikolay Sivov [Fri, 22 Jun 2012 18:36:04 +0000 (22:36 +0400)]
msxml3: Return stream reference from get_output() if stream is set.
Austin English [Mon, 25 Jun 2012 06:03:37 +0000 (01:03 -0500)]
kernel32: Add more tracing to GetDiskFreeSpaceW.
Roderick Colenbrander [Mon, 25 Jun 2012 05:42:11 +0000 (22:42 -0700)]
opengl32: Check for valid context in wglGetProcAddress.
Roderick Colenbrander [Mon, 25 Jun 2012 05:42:10 +0000 (22:42 -0700)]
winex11.drv: Remove GLX_ATI_render_texture support.
André Hentschel [Sun, 24 Jun 2012 22:25:28 +0000 (00:25 +0200)]
ntdll: Check for ARMv7 architecture dynamically when loading a PE.
André Hentschel [Sun, 24 Jun 2012 22:22:16 +0000 (00:22 +0200)]
configure: Downgrade the Thumb2 requirement to Thumb on ARM.
André Hentschel [Sun, 24 Jun 2012 22:20:50 +0000 (00:20 +0200)]
winebuild: Put the PE header into the text section on ARM.
Julian Rüger [Sun, 24 Jun 2012 17:40:56 +0000 (19:40 +0200)]
winspool.drv/tests: Fix typos/grammar.
Julian Rüger [Sun, 24 Jun 2012 15:45:47 +0000 (17:45 +0200)]
localui/tests: Fix typos/grammar.
Chris Robinson [Sat, 23 Jun 2012 17:04:00 +0000 (10:04 -0700)]
quartz: Improve MPEG header parsing and sync recovery.
Chris Robinson [Sat, 23 Jun 2012 15:35:16 +0000 (08:35 -0700)]
quartz: Fix frame length calculation for MPEG audio.
Francois Gouget [Sat, 23 Jun 2012 15:11:25 +0000 (17:11 +0200)]
d3dx9_36/tests: Simplify test_D3DXSHMultiply3().
Eric Pouech [Sun, 24 Jun 2012 11:03:09 +0000 (13:03 +0200)]
winedbg: In 'info locals' command, show the full register/stack layout for parameters & locals.
Eric Pouech [Sat, 23 Jun 2012 13:18:35 +0000 (15:18 +0200)]
dbghelp: Added support for index leaves in types definition for CodeView debug format.
Lauri Kenttä [Sat, 23 Jun 2012 10:47:10 +0000 (13:47 +0300)]
po: Update Norwegian Bokmål translation.
Lauri Kenttä [Sat, 23 Jun 2012 10:47:09 +0000 (13:47 +0300)]
po: Add missing ='s in the Catalan translation.
Alexandre Julliard [Fri, 22 Jun 2012 18:16:32 +0000 (20:16 +0200)]
Release 1.5.7.
Piotr Caban [Fri, 22 Jun 2012 08:42:09 +0000 (10:42 +0200)]
msvcp: Sync spec files.
Henri Verbeet [Fri, 22 Jun 2012 13:57:31 +0000 (15:57 +0200)]
wined3d: Get rid of the d3d_caps debug channel.
Henri Verbeet [Fri, 22 Jun 2012 13:57:30 +0000 (15:57 +0200)]
wined3d: Only store a different screen format if it's explicitly changed through wined3d.
Henri Verbeet [Fri, 22 Jun 2012 13:57:29 +0000 (15:57 +0200)]
wined3d: Properly retrieve the display mode in wined3d_device_set_cursor_properties().
Henri Verbeet [Fri, 22 Jun 2012 13:57:28 +0000 (15:57 +0200)]
wined3d: Just forward wined3d_device_get_display_mode() to the appropriate swapchain.
Henri Verbeet [Fri, 22 Jun 2012 13:57:27 +0000 (15:57 +0200)]
wined3d: Implement mode setting in the adapter instead of the device.
Alexandre Julliard [Fri, 22 Jun 2012 11:37:19 +0000 (13:37 +0200)]
gdi32: Fix StretchDIBits return value when destination is clipped.
Stefan Leichter [Thu, 21 Jun 2012 21:11:22 +0000 (23:11 +0200)]
psapi/tests: Added tests for EnumProcessModules with last parameter NULL.
Stefan Leichter [Thu, 21 Jun 2012 21:11:19 +0000 (23:11 +0200)]
kernel32: Let K32EnumProcessModules fail if the last parameter is NULL.
Per Johansson [Thu, 21 Jun 2012 12:13:09 +0000 (14:13 +0200)]
ws2_32: In WSAIoctl(SIO_GET_INTERFACE_LIST), skip interfaces with no IPv4 address.
Frédéric Delanoy [Fri, 22 Jun 2012 05:46:28 +0000 (07:46 +0200)]
po: Update French translation.
Dmitry Timoshkov [Thu, 21 Jun 2012 08:29:17 +0000 (17:29 +0900)]
kernel32: Add a test for deleting a file opened for reading.
Dmitry Timoshkov [Tue, 19 Jun 2012 02:40:10 +0000 (11:40 +0900)]
windowscodecs: Create a IWICMetadataReader for a TIFF frame.
Erich Hoover [Wed, 20 Jun 2012 20:31:19 +0000 (14:31 -0600)]
hhctrl.ocx: Add support for the CHM code page.
Erich Hoover [Wed, 20 Jun 2012 20:31:15 +0000 (14:31 -0600)]
hhctrl.ocx: Use HTML decoder for the index.
Erich Hoover [Wed, 20 Jun 2012 20:31:10 +0000 (14:31 -0600)]
hhctrl.ocx: Add HTML to Unicode decoding capability to the table of contents.
Dmitry Timoshkov [Thu, 21 Jun 2012 12:01:29 +0000 (21:01 +0900)]
include/wine/test.h: Fix compilation of standalone tests with PSDK headers.