Piotr Caban [Mon, 17 Aug 2009 10:13:20 +0000 (12:13 +0200)]
jscript: Fixed Object's function lengths.
Piotr Caban [Mon, 17 Aug 2009 10:13:10 +0000 (12:13 +0200)]
jscript: Fixed Math's function lengths.
Piotr Caban [Mon, 17 Aug 2009 10:13:00 +0000 (12:13 +0200)]
jscript: Fixed Array's function lengths.
Piotr Caban [Mon, 17 Aug 2009 10:12:49 +0000 (12:12 +0200)]
jscript: Fixed Date's function lengths.
Piotr Caban [Mon, 17 Aug 2009 10:12:36 +0000 (12:12 +0200)]
jscript: Fixed RegExp's function lengths.
Piotr Caban [Mon, 17 Aug 2009 10:12:25 +0000 (12:12 +0200)]
jscript: Fixed String's function lengths.
Piotr Caban [Mon, 17 Aug 2009 10:11:51 +0000 (12:11 +0200)]
jscript: Fixed Number's function lengths.
Piotr Caban [Mon, 17 Aug 2009 10:11:24 +0000 (12:11 +0200)]
jscript: Added Boolean's function lengths test.
Henri Verbeet [Mon, 17 Aug 2009 07:39:09 +0000 (09:39 +0200)]
wined3d: Replace find_clip_texcoord() with a generic function for finding a free input register.
Henri Verbeet [Mon, 17 Aug 2009 07:39:08 +0000 (09:39 +0200)]
wined3d: Remove a redundant IWineD3DDeviceImpl_MarkStateDirty() call.
We should now correctly track the relevant state per-context. The
IWineD3DDeviceImpl_SetViewport() call isn't quite correct for d3d8 and d3d9,
Stefan still has a patch for that.
Henri Verbeet [Mon, 17 Aug 2009 07:39:07 +0000 (09:39 +0200)]
wined3d: Use WINED3D_UNMAPPED_STAGE in some more places.
Henri Verbeet [Mon, 17 Aug 2009 07:39:06 +0000 (09:39 +0200)]
wined3d: Check the correct vertex sampler in device_unit_free_for_vs().
Henri Verbeet [Mon, 17 Aug 2009 07:39:05 +0000 (09:39 +0200)]
wined3d: Don't use a start index higher than MAX_COMBINED_SAMPLERS - 1 in device_map_vsamplers().
Jacek Caban [Sat, 15 Aug 2009 17:47:40 +0000 (19:47 +0200)]
mshtml: Disable spell checker.
Cheer Xiao [Sat, 15 Aug 2009 03:47:19 +0000 (11:47 +0800)]
winecfg: Update Chinese translation.
Dylan Smith [Sat, 15 Aug 2009 02:23:21 +0000 (22:23 -0400)]
wordpad: Use smaller cbSize for REBARBANDINFOW for compatibility.
The cbSize field for the REBARBANDINFOW structure was previously set to
the sizeof(REBARBANDINFOW), however, new fields were added to this
structure for newer version of windows. Testing in Windows XP (or with
comctl32.dll from Windows XP) I found this larger size was rejected
causing the rebar to not be displayed in wordpad.
Dylan Smith [Sat, 15 Aug 2009 02:23:13 +0000 (22:23 -0400)]
richedit: Fixed check for nOffset at the end of the cursor's run.
For some reason the code previously mixed up a selection cursor with the
result cursor. The problem seemed to have corrected itself before as a
result of conversion between offsets and cursors, but my recent changes
made this bug more severe.
Vincent Povirk [Fri, 14 Aug 2009 21:13:15 +0000 (16:13 -0500)]
windowscodecs: Add a WARN message when CreateDecoderFromStream fails.
Juan Lang [Fri, 14 Aug 2009 17:44:11 +0000 (10:44 -0700)]
shdocvw: Support URLs passed by reference in WebBrowser_Navigate2.
Jacek Caban [Fri, 14 Aug 2009 17:28:39 +0000 (19:28 +0200)]
dbghelp: Check for NULL adt before using it in stabs_pts_read_aggregate.
Jacek Caban [Fri, 14 Aug 2009 17:26:35 +0000 (19:26 +0200)]
dbghelp: Use symt_get_name directly in stabs_pts_read_aggregate.
Jacek Caban [Fri, 14 Aug 2009 17:25:57 +0000 (19:25 +0200)]
dbghelp: Fixed buffer overflow in stabs_parse.
Alexandre Julliard [Sat, 15 Aug 2009 09:21:38 +0000 (11:21 +0200)]
winebuild: Add support for creating 16-bit fake dlls.
Alexandre Julliard [Sat, 15 Aug 2009 09:19:46 +0000 (11:19 +0200)]
winebuild: Compute the resource offsets while building the resource tree for 16-bit resources.
Alexandre Julliard [Sat, 15 Aug 2009 09:16:40 +0000 (11:16 +0200)]
include: Fix the NE exe type defines.
Jacek Caban [Fri, 14 Aug 2009 12:51:09 +0000 (14:51 +0200)]
dbghelp: Improved arena allocation in pool_alloc.
Stefan Leichter [Fri, 14 Aug 2009 11:31:57 +0000 (13:31 +0200)]
ntoskrnl.exe: Add stub for IoQueryDeviceDescription.
Alexandre Julliard [Fri, 14 Aug 2009 13:29:26 +0000 (15:29 +0200)]
wintrust: Add stubs for the driver policy init functions.
Alexandre Julliard [Fri, 14 Aug 2009 12:16:38 +0000 (14:16 +0200)]
winebuild: Add support for creating a fake dll at compile time.
Alexandre Julliard [Fri, 14 Aug 2009 12:11:34 +0000 (14:11 +0200)]
winebuild: Compute the resource offsets while building the resource tree.
Alexandre Julliard [Fri, 14 Aug 2009 11:26:09 +0000 (13:26 +0200)]
winebuild: Add helper functions for writing binary data to a file.
Alexandre Julliard [Fri, 14 Aug 2009 11:22:26 +0000 (13:22 +0200)]
winebuild: Add helper functions for reading binary data from a file.
Jacek Caban [Fri, 14 Aug 2009 10:23:05 +0000 (12:23 +0200)]
msxml3: Optimize bstr_from_xmlChar implementation.
Alistair Leslie-Hughes [Wed, 12 Aug 2009 04:32:06 +0000 (14:32 +1000)]
msxml3: Register missing MXXMLWriter interfaces.
Alistair Leslie-Hughes [Wed, 12 Aug 2009 10:47:26 +0000 (20:47 +1000)]
msxml3: IXMLDOMElement doesn't support IObjectIdentity.
Alistair Leslie-Hughes [Wed, 12 Aug 2009 05:52:35 +0000 (15:52 +1000)]
shdocvw: Add basic support for InPlaceDeactivate.
Piotr Caban [Fri, 14 Aug 2009 09:58:54 +0000 (11:58 +0200)]
jscript: Inherit Math from Object.
Piotr Caban [Fri, 14 Aug 2009 09:58:44 +0000 (11:58 +0200)]
jscript: Added RegExp.source implementation.
Piotr Caban [Fri, 14 Aug 2009 09:58:31 +0000 (11:58 +0200)]
jscript: Inherit some Function functions from Object.
Piotr Caban [Fri, 14 Aug 2009 09:58:10 +0000 (11:58 +0200)]
jscript: Inherit some Error functions from Object.
Piotr Caban [Fri, 14 Aug 2009 09:55:15 +0000 (11:55 +0200)]
jscript: Inherit some Array functions from Object.
Piotr Caban [Fri, 14 Aug 2009 09:54:51 +0000 (11:54 +0200)]
jscript: Inherit some Boolean function from Object.
Piotr Caban [Fri, 14 Aug 2009 09:53:57 +0000 (11:53 +0200)]
jscript: Inherit some Date functions from Object.
Vincent Povirk [Thu, 13 Aug 2009 19:07:04 +0000 (14:07 -0500)]
windowscodecs: Implement conversion from 8bppIndexed to 32bppBGRA.
Vincent Povirk [Thu, 13 Aug 2009 19:01:39 +0000 (14:01 -0500)]
windowscodecs: Implement conversion from 4bppIndexed to 32bppBGRA.
Vincent Povirk [Thu, 13 Aug 2009 18:56:02 +0000 (13:56 -0500)]
windowscodecs: Implement conversion from 24bppBGR to 32bppBGRA.
Vincent Povirk [Thu, 13 Aug 2009 18:48:22 +0000 (13:48 -0500)]
windowscodecs: Implement conversion from 1bppIndexed to 32bppBGRA.
Vincent Povirk [Thu, 13 Aug 2009 18:34:20 +0000 (13:34 -0500)]
windowscodecs: Implement conversion from 16bppBGR565 to 32bppBGRA.
Vincent Povirk [Thu, 13 Aug 2009 18:31:14 +0000 (13:31 -0500)]
windowscodecs: Implement conversion from 16bppBGR555 to 32bppBGRA.
Vincent Povirk [Sun, 9 Aug 2009 03:28:01 +0000 (22:28 -0500)]
windowscodecs: Implement WICConvertBitmapSource.
Vincent Povirk [Thu, 13 Aug 2009 15:40:59 +0000 (10:40 -0500)]
windowscodecs: Register the default pixel format converter.
Vincent Povirk [Thu, 13 Aug 2009 15:34:05 +0000 (10:34 -0500)]
windowscodecs: Add stub implementation of IWICFormatConverterInfo.
Vincent Povirk [Thu, 13 Aug 2009 17:46:44 +0000 (12:46 -0500)]
windowscodecs: Implement conversion to 32bppBGR.
Vincent Povirk [Thu, 13 Aug 2009 17:43:05 +0000 (12:43 -0500)]
windowscodecs: Implement GetPixelFormat for default format converter.
Vincent Povirk [Thu, 13 Aug 2009 17:38:02 +0000 (12:38 -0500)]
windowscodecs: Implement GetSize/Resolution for default format converter.
Vincent Povirk [Thu, 13 Aug 2009 17:31:39 +0000 (12:31 -0500)]
windowscodecs: Implement conversion from 32bppBGR to 32bppBGRA.
Vincent Povirk [Thu, 6 Aug 2009 01:49:37 +0000 (20:49 -0500)]
windowscodecs: Add stub implementation of WICStandardFormatConverter.
Vincent Povirk [Thu, 13 Aug 2009 14:38:14 +0000 (09:38 -0500)]
include: Add definitions needed for WIC pixel format conversion.
Vincent Povirk [Thu, 13 Aug 2009 15:46:43 +0000 (10:46 -0500)]
windowscodecs: Register all formats supported by the BMP decoder.
Henri Verbeet [Fri, 14 Aug 2009 07:23:25 +0000 (09:23 +0200)]
wined3d: Make RTL_READTEX the default rendertarget locking method.
For most cards this should make more sense than RTL_READDRAW, even if e.g.
surface_upload_data() has some room for improvement.
Henri Verbeet [Fri, 14 Aug 2009 07:23:24 +0000 (09:23 +0200)]
wined3d: Add a separate function for guessing the card.
Henri Verbeet [Fri, 14 Aug 2009 07:23:23 +0000 (09:23 +0200)]
wined3d: Add a separate function for guessing the driver version.
Note that I don't necessarily think the ATI path for example will work
correctly. This patch is just for moving it out of IWineD3DImpl_FillGLCaps().
Henri Verbeet [Fri, 14 Aug 2009 07:23:22 +0000 (09:23 +0200)]
wined3d: Add a separate function for parsing the GL version.
Henri Verbeet [Fri, 14 Aug 2009 07:23:21 +0000 (09:23 +0200)]
wined3d: Add a separate function for guessing the vendor.
Henri Verbeet [Fri, 14 Aug 2009 07:23:20 +0000 (09:23 +0200)]
wined3d: Escape GL strings with debugstr_a() in IWineD3DImpl_FillGLCaps().
Andrew Eikum [Thu, 13 Aug 2009 22:36:56 +0000 (17:36 -0500)]
comctl32/tests: Add tests for wizard dialog navigation.
Andrew Eikum [Thu, 13 Aug 2009 22:36:49 +0000 (17:36 -0500)]
user32/tests: Add tests for saving and restoring control focus.
Andrew Eikum [Thu, 13 Aug 2009 22:36:35 +0000 (17:36 -0500)]
comctl32: Correctly assign focus and default button in property sheet wizards.
Andrew Eikum [Thu, 13 Aug 2009 22:36:25 +0000 (17:36 -0500)]
comctl32: Don't pass unrelated control to UnChanged.
Austin Lund [Thu, 13 Aug 2009 23:33:18 +0000 (09:33 +1000)]
user32/tests: Remove superfluous code from WM_PAINT loop test.
Michael Karcher [Thu, 13 Aug 2009 22:04:42 +0000 (00:04 +0200)]
ntdll/tests: Implement tests for data execution prevention.
Jacek Caban [Thu, 13 Aug 2009 20:32:52 +0000 (22:32 +0200)]
jscript: Added missing port.h includes.
Jacek Caban [Thu, 13 Aug 2009 20:32:29 +0000 (22:32 +0200)]
mshtml: Parse post data in channelbsc_set_channel.
Jörg Höhle [Thu, 13 Aug 2009 17:27:04 +0000 (19:27 +0200)]
winecfg: Fix German typo.
Jörg Höhle [Thu, 13 Aug 2009 17:27:04 +0000 (19:27 +0200)]
cmd: Fix German typo.
Jörg Höhle [Sat, 11 Jul 2009 14:05:41 +0000 (16:05 +0200)]
d3d9/tests: Detect empty graphics driver name.
Alexandre Julliard [Thu, 13 Aug 2009 17:54:31 +0000 (19:54 +0200)]
configure: Rename the main binary to "wine32" for the Wow64 build.
Alexandre Julliard [Thu, 13 Aug 2009 17:48:42 +0000 (19:48 +0200)]
configure: Disable installation of a number of extra files for the Wow64 build.
Alexandre Julliard [Thu, 13 Aug 2009 17:45:31 +0000 (19:45 +0200)]
configure: Add a --with-wine64 option to build a 32-bit Wow64 tree.
Alexandre Julliard [Thu, 13 Aug 2009 16:18:22 +0000 (18:18 +0200)]
winex11: Use the Globally Active focus model with take focus.
Juan Lang [Wed, 12 Aug 2009 16:15:33 +0000 (09:15 -0700)]
ws2_32: Implement getsockopt(SOL_IRLMP, IRLMP_ENUMDEVICES).
Juan Lang [Wed, 12 Aug 2009 16:15:17 +0000 (09:15 -0700)]
ws2_32: Add debug support for IrDA addresses.
Juan Lang [Wed, 12 Aug 2009 16:15:05 +0000 (09:15 -0700)]
ws2_32: Implement ws_sockaddr_u2ws for AF_IRDA.
Juan Lang [Wed, 12 Aug 2009 16:14:41 +0000 (09:14 -0700)]
ws2_32: Implement ws_sockaddr_ws2u for AF_IRDA.
Juan Lang [Wed, 12 Aug 2009 16:14:27 +0000 (09:14 -0700)]
ws2_32: Allow binding to IrDA sockets if IrDA support is compiled in.
Juan Lang [Wed, 12 Aug 2009 16:14:16 +0000 (09:14 -0700)]
ws2_32: Test for linux/irda.h.
Juan Lang [Wed, 12 Aug 2009 16:14:00 +0000 (09:14 -0700)]
ws2_32: Add af_irda.h.
Juan Lang [Wed, 12 Aug 2009 16:13:18 +0000 (09:13 -0700)]
ws2_32: Add AF_IRDA to the address family map.
André Hentschel [Thu, 13 Aug 2009 14:43:37 +0000 (16:43 +0200)]
winemaker: Put the defines in DEFINES instead of CEXTRA.
Andrew Eikum [Wed, 12 Aug 2009 20:37:42 +0000 (15:37 -0500)]
gdiplus/tests: Add tests for GdipGetVisibleClipBounds.
Andrew Eikum [Wed, 12 Aug 2009 20:37:09 +0000 (15:37 -0500)]
gdiplus: Implement GdipGetVisibleClipBounds.
Andrew Eikum [Wed, 12 Aug 2009 20:36:54 +0000 (15:36 -0500)]
gdiplus: Create utility function get_graphics_bounds.
André Hentschel [Wed, 12 Aug 2009 17:19:55 +0000 (19:19 +0200)]
cmdlgtst: Update German translation.
André Hentschel [Wed, 12 Aug 2009 17:20:33 +0000 (19:20 +0200)]
taskmgr: Update German translation.
André Hentschel [Wed, 12 Aug 2009 17:20:10 +0000 (19:20 +0200)]
oleview: Update German translation.
André Hentschel [Wed, 12 Aug 2009 17:19:43 +0000 (19:19 +0200)]
msvfw32: Update German translation.
André Hentschel [Wed, 12 Aug 2009 17:19:32 +0000 (19:19 +0200)]
comdlg32: Update German translation.
Austin Lund [Thu, 9 Jul 2009 23:10:07 +0000 (09:10 +1000)]
user32/tests: Added tests for infinite WM_PAINT loop.
Owen Rudge [Wed, 12 Aug 2009 20:51:36 +0000 (21:51 +0100)]
comctl32: Add stubs for image list functions introduced in Vista.
Owen Rudge [Wed, 12 Aug 2009 20:51:28 +0000 (21:51 +0100)]
comctl32/tests: Add basic test for IImageList using SHGetImageList.