wine
15 years agojscript: Fixed Array's function lengths.
Piotr Caban [Mon, 17 Aug 2009 10:13:00 +0000 (12:13 +0200)] 
jscript: Fixed Array's function lengths.

15 years agojscript: Fixed Date's function lengths.
Piotr Caban [Mon, 17 Aug 2009 10:12:49 +0000 (12:12 +0200)] 
jscript: Fixed Date's function lengths.

15 years agojscript: Fixed RegExp's function lengths.
Piotr Caban [Mon, 17 Aug 2009 10:12:36 +0000 (12:12 +0200)] 
jscript: Fixed RegExp's function lengths.

15 years agojscript: Fixed String's function lengths.
Piotr Caban [Mon, 17 Aug 2009 10:12:25 +0000 (12:12 +0200)] 
jscript: Fixed String's function lengths.

15 years agojscript: Fixed Number's function lengths.
Piotr Caban [Mon, 17 Aug 2009 10:11:51 +0000 (12:11 +0200)] 
jscript: Fixed Number's function lengths.

15 years agojscript: Added Boolean's function lengths test.
Piotr Caban [Mon, 17 Aug 2009 10:11:24 +0000 (12:11 +0200)] 
jscript: Added Boolean's function lengths test.

15 years agowined3d: Replace find_clip_texcoord() with a generic function for finding a free...
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.

15 years agowined3d: Remove a redundant IWineD3DDeviceImpl_MarkStateDirty() call.
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.

15 years agowined3d: Use WINED3D_UNMAPPED_STAGE in some more places.
Henri Verbeet [Mon, 17 Aug 2009 07:39:07 +0000 (09:39 +0200)] 
wined3d: Use WINED3D_UNMAPPED_STAGE in some more places.

15 years agowined3d: Check the correct vertex sampler in device_unit_free_for_vs().
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().

15 years agowined3d: Don't use a start index higher than MAX_COMBINED_SAMPLERS - 1 in device_map_...
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().

15 years agomshtml: Disable spell checker.
Jacek Caban [Sat, 15 Aug 2009 17:47:40 +0000 (19:47 +0200)] 
mshtml: Disable spell checker.

15 years agowinecfg: Update Chinese translation.
Cheer Xiao [Sat, 15 Aug 2009 03:47:19 +0000 (11:47 +0800)] 
winecfg: Update Chinese translation.

15 years agowordpad: Use smaller cbSize for REBARBANDINFOW for compatibility.
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.

15 years agorichedit: Fixed check for nOffset at the end of the cursor's run.
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.

15 years agowindowscodecs: Add a WARN message when CreateDecoderFromStream fails.
Vincent Povirk [Fri, 14 Aug 2009 21:13:15 +0000 (16:13 -0500)] 
windowscodecs: Add a WARN message when CreateDecoderFromStream fails.

15 years agoshdocvw: Support URLs passed by reference in WebBrowser_Navigate2.
Juan Lang [Fri, 14 Aug 2009 17:44:11 +0000 (10:44 -0700)] 
shdocvw: Support URLs passed by reference in WebBrowser_Navigate2.

15 years agodbghelp: Check for NULL adt before using it in stabs_pts_read_aggregate.
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.

15 years agodbghelp: Use symt_get_name directly 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.

15 years agodbghelp: Fixed buffer overflow in stabs_parse.
Jacek Caban [Fri, 14 Aug 2009 17:25:57 +0000 (19:25 +0200)] 
dbghelp: Fixed buffer overflow in stabs_parse.

15 years agowinebuild: Add support for creating 16-bit fake dlls.
Alexandre Julliard [Sat, 15 Aug 2009 09:21:38 +0000 (11:21 +0200)] 
winebuild: Add support for creating 16-bit fake dlls.

15 years agowinebuild: Compute the resource offsets while building the resource tree for 16-bit...
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.

15 years agoinclude: Fix the NE exe type defines.
Alexandre Julliard [Sat, 15 Aug 2009 09:16:40 +0000 (11:16 +0200)] 
include: Fix the NE exe type defines.

16 years agodbghelp: Improved arena allocation in pool_alloc.
Jacek Caban [Fri, 14 Aug 2009 12:51:09 +0000 (14:51 +0200)] 
dbghelp: Improved arena allocation in pool_alloc.

16 years agontoskrnl.exe: Add stub for IoQueryDeviceDescription.
Stefan Leichter [Fri, 14 Aug 2009 11:31:57 +0000 (13:31 +0200)] 
ntoskrnl.exe: Add stub for IoQueryDeviceDescription.

16 years agowintrust: Add stubs for the driver policy init functions.
Alexandre Julliard [Fri, 14 Aug 2009 13:29:26 +0000 (15:29 +0200)] 
wintrust: Add stubs for the driver policy init functions.

16 years agowinebuild: Add support for creating a fake dll at compile time.
Alexandre Julliard [Fri, 14 Aug 2009 12:16:38 +0000 (14:16 +0200)] 
winebuild: Add support for creating a fake dll at compile time.

16 years agowinebuild: Compute the resource offsets while building the resource tree.
Alexandre Julliard [Fri, 14 Aug 2009 12:11:34 +0000 (14:11 +0200)] 
winebuild: Compute the resource offsets while building the resource tree.

16 years agowinebuild: Add helper functions for writing binary data to a file.
Alexandre Julliard [Fri, 14 Aug 2009 11:26:09 +0000 (13:26 +0200)] 
winebuild: Add helper functions for writing binary data to a file.

16 years agowinebuild: Add helper functions for reading binary data from 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.

16 years agomsxml3: Optimize bstr_from_xmlChar implementation.
Jacek Caban [Fri, 14 Aug 2009 10:23:05 +0000 (12:23 +0200)] 
msxml3: Optimize bstr_from_xmlChar implementation.

16 years agomsxml3: Register missing MXXMLWriter interfaces.
Alistair Leslie-Hughes [Wed, 12 Aug 2009 04:32:06 +0000 (14:32 +1000)] 
msxml3: Register missing MXXMLWriter interfaces.

16 years agomsxml3: IXMLDOMElement doesn't support IObjectIdentity.
Alistair Leslie-Hughes [Wed, 12 Aug 2009 10:47:26 +0000 (20:47 +1000)] 
msxml3: IXMLDOMElement doesn't support IObjectIdentity.

16 years agoshdocvw: Add basic support for InPlaceDeactivate.
Alistair Leslie-Hughes [Wed, 12 Aug 2009 05:52:35 +0000 (15:52 +1000)] 
shdocvw: Add basic support for InPlaceDeactivate.

16 years agojscript: Inherit Math from Object.
Piotr Caban [Fri, 14 Aug 2009 09:58:54 +0000 (11:58 +0200)] 
jscript: Inherit Math from Object.

16 years agojscript: Added RegExp.source implementation.
Piotr Caban [Fri, 14 Aug 2009 09:58:44 +0000 (11:58 +0200)] 
jscript: Added RegExp.source implementation.

16 years agojscript: Inherit some Function functions from Object.
Piotr Caban [Fri, 14 Aug 2009 09:58:31 +0000 (11:58 +0200)] 
jscript: Inherit some Function functions from Object.

16 years agojscript: Inherit some Error functions from Object.
Piotr Caban [Fri, 14 Aug 2009 09:58:10 +0000 (11:58 +0200)] 
jscript: Inherit some Error functions from Object.

16 years agojscript: Inherit some Array functions from Object.
Piotr Caban [Fri, 14 Aug 2009 09:55:15 +0000 (11:55 +0200)] 
jscript: Inherit some Array functions from Object.

16 years agojscript: Inherit some Boolean function from Object.
Piotr Caban [Fri, 14 Aug 2009 09:54:51 +0000 (11:54 +0200)] 
jscript: Inherit some Boolean function from Object.

16 years agojscript: Inherit some Date functions from Object.
Piotr Caban [Fri, 14 Aug 2009 09:53:57 +0000 (11:53 +0200)] 
jscript: Inherit some Date functions from Object.

16 years agowindowscodecs: Implement conversion from 8bppIndexed to 32bppBGRA.
Vincent Povirk [Thu, 13 Aug 2009 19:07:04 +0000 (14:07 -0500)] 
windowscodecs: Implement conversion from 8bppIndexed to 32bppBGRA.

16 years agowindowscodecs: Implement conversion from 4bppIndexed to 32bppBGRA.
Vincent Povirk [Thu, 13 Aug 2009 19:01:39 +0000 (14:01 -0500)] 
windowscodecs: Implement conversion from 4bppIndexed to 32bppBGRA.

16 years agowindowscodecs: Implement conversion from 24bppBGR to 32bppBGRA.
Vincent Povirk [Thu, 13 Aug 2009 18:56:02 +0000 (13:56 -0500)] 
windowscodecs: Implement conversion from 24bppBGR to 32bppBGRA.

16 years agowindowscodecs: Implement conversion from 1bppIndexed to 32bppBGRA.
Vincent Povirk [Thu, 13 Aug 2009 18:48:22 +0000 (13:48 -0500)] 
windowscodecs: Implement conversion from 1bppIndexed to 32bppBGRA.

16 years agowindowscodecs: Implement conversion from 16bppBGR565 to 32bppBGRA.
Vincent Povirk [Thu, 13 Aug 2009 18:34:20 +0000 (13:34 -0500)] 
windowscodecs: Implement conversion from 16bppBGR565 to 32bppBGRA.

16 years agowindowscodecs: Implement conversion from 16bppBGR555 to 32bppBGRA.
Vincent Povirk [Thu, 13 Aug 2009 18:31:14 +0000 (13:31 -0500)] 
windowscodecs: Implement conversion from 16bppBGR555 to 32bppBGRA.

16 years agowindowscodecs: Implement WICConvertBitmapSource.
Vincent Povirk [Sun, 9 Aug 2009 03:28:01 +0000 (22:28 -0500)] 
windowscodecs: Implement WICConvertBitmapSource.

16 years agowindowscodecs: Register the default pixel format converter.
Vincent Povirk [Thu, 13 Aug 2009 15:40:59 +0000 (10:40 -0500)] 
windowscodecs: Register the default pixel format converter.

16 years agowindowscodecs: Add stub implementation of IWICFormatConverterInfo.
Vincent Povirk [Thu, 13 Aug 2009 15:34:05 +0000 (10:34 -0500)] 
windowscodecs: Add stub implementation of IWICFormatConverterInfo.

16 years agowindowscodecs: Implement conversion to 32bppBGR.
Vincent Povirk [Thu, 13 Aug 2009 17:46:44 +0000 (12:46 -0500)] 
windowscodecs: Implement conversion to 32bppBGR.

16 years agowindowscodecs: Implement GetPixelFormat for default format converter.
Vincent Povirk [Thu, 13 Aug 2009 17:43:05 +0000 (12:43 -0500)] 
windowscodecs: Implement GetPixelFormat for default format converter.

16 years agowindowscodecs: Implement GetSize/Resolution 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.

16 years agowindowscodecs: Implement conversion from 32bppBGR to 32bppBGRA.
Vincent Povirk [Thu, 13 Aug 2009 17:31:39 +0000 (12:31 -0500)] 
windowscodecs: Implement conversion from 32bppBGR to 32bppBGRA.

16 years agowindowscodecs: Add stub implementation of WICStandardFormatConverter.
Vincent Povirk [Thu, 6 Aug 2009 01:49:37 +0000 (20:49 -0500)] 
windowscodecs: Add stub implementation of WICStandardFormatConverter.

16 years agoinclude: Add definitions needed for WIC pixel format conversion.
Vincent Povirk [Thu, 13 Aug 2009 14:38:14 +0000 (09:38 -0500)] 
include: Add definitions needed for WIC pixel format conversion.

16 years agowindowscodecs: Register all formats supported by the BMP decoder.
Vincent Povirk [Thu, 13 Aug 2009 15:46:43 +0000 (10:46 -0500)] 
windowscodecs: Register all formats supported by the BMP decoder.

16 years agowined3d: Make RTL_READTEX the default rendertarget locking method.
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.

16 years agowined3d: Add a separate function for guessing the card.
Henri Verbeet [Fri, 14 Aug 2009 07:23:24 +0000 (09:23 +0200)] 
wined3d: Add a separate function for guessing the card.

16 years agowined3d: Add a separate function for guessing the driver version.
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().

16 years agowined3d: Add a separate function for parsing the GL version.
Henri Verbeet [Fri, 14 Aug 2009 07:23:22 +0000 (09:23 +0200)] 
wined3d: Add a separate function for parsing the GL version.

16 years agowined3d: Add a separate function for guessing the vendor.
Henri Verbeet [Fri, 14 Aug 2009 07:23:21 +0000 (09:23 +0200)] 
wined3d: Add a separate function for guessing the vendor.

16 years agowined3d: Escape GL strings with debugstr_a() in IWineD3DImpl_FillGLCaps().
Henri Verbeet [Fri, 14 Aug 2009 07:23:20 +0000 (09:23 +0200)] 
wined3d: Escape GL strings with debugstr_a() in IWineD3DImpl_FillGLCaps().

16 years agocomctl32/tests: Add tests for wizard dialog navigation.
Andrew Eikum [Thu, 13 Aug 2009 22:36:56 +0000 (17:36 -0500)] 
comctl32/tests: Add tests for wizard dialog navigation.

16 years agouser32/tests: Add tests for saving and restoring control focus.
Andrew Eikum [Thu, 13 Aug 2009 22:36:49 +0000 (17:36 -0500)] 
user32/tests: Add tests for saving and restoring control focus.

16 years agocomctl32: Correctly assign focus and default button in property sheet wizards.
Andrew Eikum [Thu, 13 Aug 2009 22:36:35 +0000 (17:36 -0500)] 
comctl32: Correctly assign focus and default button in property sheet wizards.

16 years agocomctl32: Don't pass unrelated control to UnChanged.
Andrew Eikum [Thu, 13 Aug 2009 22:36:25 +0000 (17:36 -0500)] 
comctl32: Don't pass unrelated control to UnChanged.

16 years agouser32/tests: Remove superfluous code from WM_PAINT loop test.
Austin Lund [Thu, 13 Aug 2009 23:33:18 +0000 (09:33 +1000)] 
user32/tests: Remove superfluous code from WM_PAINT loop test.

16 years agontdll/tests: Implement tests for data execution prevention.
Michael Karcher [Thu, 13 Aug 2009 22:04:42 +0000 (00:04 +0200)] 
ntdll/tests: Implement tests for data execution prevention.

16 years agojscript: Added missing port.h includes.
Jacek Caban [Thu, 13 Aug 2009 20:32:52 +0000 (22:32 +0200)] 
jscript: Added missing port.h includes.

16 years agomshtml: Parse post data in channelbsc_set_channel.
Jacek Caban [Thu, 13 Aug 2009 20:32:29 +0000 (22:32 +0200)] 
mshtml: Parse post data in channelbsc_set_channel.

16 years agowinecfg: Fix German typo.
Jörg Höhle [Thu, 13 Aug 2009 17:27:04 +0000 (19:27 +0200)] 
winecfg: Fix German typo.

16 years agocmd: Fix German typo.
Jörg Höhle [Thu, 13 Aug 2009 17:27:04 +0000 (19:27 +0200)] 
cmd: Fix German typo.

16 years agod3d9/tests: Detect empty graphics driver name.
Jörg Höhle [Sat, 11 Jul 2009 14:05:41 +0000 (16:05 +0200)] 
d3d9/tests: Detect empty graphics driver name.

16 years agoconfigure: Rename the main binary to "wine32" for the Wow64 build.
Alexandre Julliard [Thu, 13 Aug 2009 17:54:31 +0000 (19:54 +0200)] 
configure: Rename the main binary to "wine32" for the Wow64 build.

16 years agoconfigure: Disable installation of a number of extra files 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.

16 years agoconfigure: Add a --with-wine64 option to build a 32-bit Wow64 tree.
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.

16 years agowinex11: Use the Globally Active focus model with take focus.
Alexandre Julliard [Thu, 13 Aug 2009 16:18:22 +0000 (18:18 +0200)] 
winex11: Use the Globally Active focus model with take focus.

16 years agows2_32: Implement getsockopt(SOL_IRLMP, IRLMP_ENUMDEVICES).
Juan Lang [Wed, 12 Aug 2009 16:15:33 +0000 (09:15 -0700)] 
ws2_32: Implement getsockopt(SOL_IRLMP, IRLMP_ENUMDEVICES).

16 years agows2_32: Add debug support for IrDA addresses.
Juan Lang [Wed, 12 Aug 2009 16:15:17 +0000 (09:15 -0700)] 
ws2_32: Add debug support for IrDA addresses.

16 years agows2_32: Implement ws_sockaddr_u2ws for AF_IRDA.
Juan Lang [Wed, 12 Aug 2009 16:15:05 +0000 (09:15 -0700)] 
ws2_32: Implement ws_sockaddr_u2ws for AF_IRDA.

16 years agows2_32: Implement ws_sockaddr_ws2u 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.

16 years agows2_32: Allow binding to IrDA sockets if IrDA support is compiled in.
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.

16 years agows2_32: Test for linux/irda.h.
Juan Lang [Wed, 12 Aug 2009 16:14:16 +0000 (09:14 -0700)] 
ws2_32: Test for linux/irda.h.

16 years agows2_32: Add af_irda.h.
Juan Lang [Wed, 12 Aug 2009 16:14:00 +0000 (09:14 -0700)] 
ws2_32: Add af_irda.h.

16 years agows2_32: Add AF_IRDA to the address family map.
Juan Lang [Wed, 12 Aug 2009 16:13:18 +0000 (09:13 -0700)] 
ws2_32: Add AF_IRDA to the address family map.

16 years agowinemaker: Put the defines in DEFINES instead of CEXTRA.
André Hentschel [Thu, 13 Aug 2009 14:43:37 +0000 (16:43 +0200)] 
winemaker: Put the defines in DEFINES instead of CEXTRA.

16 years agogdiplus/tests: Add tests for GdipGetVisibleClipBounds.
Andrew Eikum [Wed, 12 Aug 2009 20:37:42 +0000 (15:37 -0500)] 
gdiplus/tests: Add tests for GdipGetVisibleClipBounds.

16 years agogdiplus: Implement GdipGetVisibleClipBounds.
Andrew Eikum [Wed, 12 Aug 2009 20:37:09 +0000 (15:37 -0500)] 
gdiplus: Implement GdipGetVisibleClipBounds.

16 years agogdiplus: Create utility function get_graphics_bounds.
Andrew Eikum [Wed, 12 Aug 2009 20:36:54 +0000 (15:36 -0500)] 
gdiplus: Create utility function get_graphics_bounds.

16 years agocmdlgtst: Update German translation.
André Hentschel [Wed, 12 Aug 2009 17:19:55 +0000 (19:19 +0200)] 
cmdlgtst: Update German translation.

16 years agotaskmgr: Update German translation.
André Hentschel [Wed, 12 Aug 2009 17:20:33 +0000 (19:20 +0200)] 
taskmgr: Update German translation.

16 years agooleview: Update German translation.
André Hentschel [Wed, 12 Aug 2009 17:20:10 +0000 (19:20 +0200)] 
oleview: Update German translation.

16 years agomsvfw32: Update German translation.
André Hentschel [Wed, 12 Aug 2009 17:19:43 +0000 (19:19 +0200)] 
msvfw32: Update German translation.

16 years agocomdlg32: Update German translation.
André Hentschel [Wed, 12 Aug 2009 17:19:32 +0000 (19:19 +0200)] 
comdlg32: Update German translation.

16 years agouser32/tests: Added tests for infinite WM_PAINT loop.
Austin Lund [Thu, 9 Jul 2009 23:10:07 +0000 (09:10 +1000)] 
user32/tests: Added tests for infinite WM_PAINT loop.

16 years agocomctl32: Add stubs for image list functions introduced in Vista.
Owen Rudge [Wed, 12 Aug 2009 20:51:36 +0000 (21:51 +0100)] 
comctl32: Add stubs for image list functions introduced in Vista.

16 years agocomctl32/tests: Add basic test for IImageList using SHGetImageList.
Owen Rudge [Wed, 12 Aug 2009 20:51:28 +0000 (21:51 +0100)] 
comctl32/tests: Add basic test for IImageList using SHGetImageList.

16 years agouuid: Add IImageList (commoncontrols.h).
Owen Rudge [Wed, 12 Aug 2009 20:51:20 +0000 (21:51 +0100)] 
uuid: Add IImageList (commoncontrols.h).

16 years agoinclude: Add SHGetImageList and its flags to shellapi.h.
Owen Rudge [Wed, 12 Aug 2009 20:51:13 +0000 (21:51 +0100)] 
include: Add SHGetImageList and its flags to shellapi.h.