wine
14 years agomsi: Handle MSIDBOPEN_PATCHFILE properly in MsiOpenDatabase.
Hans Leidekker [Mon, 19 Apr 2010 10:38:51 +0000 (12:38 +0200)] 
msi: Handle MSIDBOPEN_PATCHFILE properly in MsiOpenDatabase.

14 years agomsi: Don't assume unversioned files are present.
Hans Leidekker [Mon, 19 Apr 2010 10:38:30 +0000 (12:38 +0200)] 
msi: Don't assume unversioned files are present.

14 years agomsi: Add beginnings of a test module that concentrates on patches.
Hans Leidekker [Mon, 19 Apr 2010 10:38:16 +0000 (12:38 +0200)] 
msi: Add beginnings of a test module that concentrates on patches.

14 years agomsi: Remove the string index parameter from msi_addstringW.
Hans Leidekker [Mon, 19 Apr 2010 10:37:38 +0000 (12:37 +0200)] 
msi: Remove the string index parameter from msi_addstringW.

14 years agomsi: Make the name parameter of create_storage and create_stream constant.
Hans Leidekker [Mon, 19 Apr 2010 10:37:20 +0000 (12:37 +0200)] 
msi: Make the name parameter of create_storage and create_stream constant.

14 years agomsi: Remove unused and redundant name field from STORAGE structure.
Hans Leidekker [Mon, 19 Apr 2010 10:37:02 +0000 (12:37 +0200)] 
msi: Remove unused and redundant name field from STORAGE structure.

14 years agouser32: Avoid using HIWORD on a string pointer.
Michael Stefaniuc [Mon, 19 Apr 2010 08:29:49 +0000 (10:29 +0200)] 
user32: Avoid using HIWORD on a string pointer.

14 years agosecur32: Use NTLM2 instead of NTLMv2.
Kai Blin [Mon, 19 Apr 2010 08:15:15 +0000 (10:15 +0200)] 
secur32: Use NTLM2 instead of NTLMv2.

In the current code NTLMv2 is used when talking about second generation
NTLM crypto algorithms. Most other publiations call this NTLM2, and use
NTLMv2 to describe a different crypto handshake that can be used by
either NTLM1 or NTLM2 crypto.

14 years agowined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_set_compatible_renderb...
Henri Verbeet [Sun, 18 Apr 2010 20:50:46 +0000 (22:50 +0200)] 
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_set_compatible_renderbuffer().

14 years agowined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_is_offscreen().
Henri Verbeet [Sun, 18 Apr 2010 20:50:45 +0000 (22:50 +0200)] 
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_is_offscreen().

14 years agowined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_modify_ds_location().
Henri Verbeet [Sun, 18 Apr 2010 20:50:44 +0000 (22:50 +0200)] 
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_modify_ds_location().

14 years agowined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_load_ds_location().
Henri Verbeet [Sun, 18 Apr 2010 20:50:43 +0000 (22:50 +0200)] 
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_load_ds_location().

14 years agowined3d: Get rid of "myDevice".
Henri Verbeet [Sun, 18 Apr 2010 20:50:42 +0000 (22:50 +0200)] 
wined3d: Get rid of "myDevice".

14 years agowinedbg: Italian translation update.
Davide Pizzetti [Sat, 17 Apr 2010 21:59:47 +0000 (23:59 +0200)] 
winedbg: Italian translation update.

14 years agonotepad: Italian translation update.
Davide Pizzetti [Sat, 17 Apr 2010 21:57:14 +0000 (23:57 +0200)] 
notepad: Italian translation update.

14 years agowinemine: Italian translation update.
Davide Pizzetti [Sat, 17 Apr 2010 21:52:52 +0000 (23:52 +0200)] 
winemine: Italian translation update.

14 years agowineboot: Italian translation update.
Davide Pizzetti [Sat, 17 Apr 2010 21:43:01 +0000 (23:43 +0200)] 
wineboot: Italian translation update.

14 years agonet: Italian translation update.
Davide Pizzetti [Sat, 17 Apr 2010 21:32:13 +0000 (23:32 +0200)] 
net: Italian translation update.

14 years agoprogman: Italian translation update.
Davide Pizzetti [Sat, 17 Apr 2010 21:25:35 +0000 (23:25 +0200)] 
progman: Italian translation update.

14 years agowindowscodecs: Unlock not lock again when leaving the function (Smatch).
Michael Stefaniuc [Sat, 17 Apr 2010 21:07:29 +0000 (23:07 +0200)] 
windowscodecs: Unlock not lock again when leaving the function (Smatch).

14 years agogdiplus: Use ddb's instead of dib's to create texture brushes.
Vincent Povirk [Sat, 17 Apr 2010 20:38:44 +0000 (15:38 -0500)] 
gdiplus: Use ddb's instead of dib's to create texture brushes.

14 years agogdiplus: Prevent integer overflows when rounding text bounds.
Vincent Povirk [Sat, 17 Apr 2010 17:04:03 +0000 (12:04 -0500)] 
gdiplus: Prevent integer overflows when rounding text bounds.

Mono calls GdipMeasureString with a height so large that rounding and
converting it to an integer gives a negative result.

14 years agogdiplus: Fix the non-trivial case in color_over.
Vincent Povirk [Sat, 17 Apr 2010 16:31:15 +0000 (11:31 -0500)] 
gdiplus: Fix the non-trivial case in color_over.

14 years agowinedump: Output Makefile.in the right way for the new build system.
Austin English [Fri, 16 Apr 2010 20:21:50 +0000 (15:21 -0500)] 
winedump: Output Makefile.in the right way for the new build system.

14 years agoRelease 1.1.43. wine-1.1.43
Alexandre Julliard [Fri, 16 Apr 2010 17:53:23 +0000 (19:53 +0200)] 
Release 1.1.43.

14 years agontdll: Report the correct processor architecture.
Alexandre Julliard [Fri, 16 Apr 2010 14:59:01 +0000 (16:59 +0200)] 
ntdll: Report the correct processor architecture.

14 years agokernel32: Added proper support for GetSystemInfo on x86_64.
Eric Pouech [Thu, 15 Apr 2010 20:16:52 +0000 (22:16 +0200)] 
kernel32: Added proper support for GetSystemInfo on x86_64.

14 years agowinedbg: Fix minidump support on 64bit OSes (don't clamp addresses out of 64bit minid...
Eric Pouech [Thu, 15 Apr 2010 20:17:04 +0000 (22:17 +0200)] 
winedbg: Fix minidump support on 64bit OSes (don't clamp addresses out of 64bit minidumps).

14 years agowinedump: Add support for x86-64 in known CPUs while reading minidumps.
Eric Pouech [Thu, 15 Apr 2010 20:16:58 +0000 (22:16 +0200)] 
winedump: Add support for x86-64 in known CPUs while reading minidumps.

14 years agowinedbg: Add support for x86-64 in known CPUs while reading minidumps.
Eric Pouech [Thu, 15 Apr 2010 20:16:58 +0000 (22:16 +0200)] 
winedbg: Add support for x86-64 in known CPUs while reading minidumps.

14 years agoshell32: Support IShellView in ::CreateViewObject() for printers folder.
Nikolay Sivov [Fri, 16 Apr 2010 10:35:43 +0000 (14:35 +0400)] 
shell32: Support IShellView in ::CreateViewObject() for printers folder.

14 years agowined3d: Allow offscreen depth/stencil clears again with FBOs.
Henri Verbeet [Fri, 16 Apr 2010 10:41:02 +0000 (12:41 +0200)] 
wined3d: Allow offscreen depth/stencil clears again with FBOs.

This fixes a regression introduced by 10f58c14bcdeba9f7ea82701b9d9ab8f2bb3414b.

14 years agoappwiz.cpl: Use the fancy new icon.
Alexandre Julliard [Fri, 16 Apr 2010 14:24:28 +0000 (16:24 +0200)] 
appwiz.cpl: Use the fancy new icon.

14 years agowinex11: Fix 16-bpp cursor conversions.
Alexandre Julliard [Fri, 16 Apr 2010 14:23:59 +0000 (16:23 +0200)] 
winex11: Fix 16-bpp cursor conversions.

14 years agowinex11: Set the NET_WM_ICON hint for 32-bpp icons.
Alexandre Julliard [Fri, 16 Apr 2010 14:23:33 +0000 (16:23 +0200)] 
winex11: Set the NET_WM_ICON hint for 32-bpp icons.

14 years agommdevapi: Fix wrong blacklist test.
Maarten Lankhorst [Fri, 16 Apr 2010 08:20:36 +0000 (10:20 +0200)] 
mmdevapi: Fix wrong blacklist test.

14 years agotaskmgr: Replaced program icon with a Tango compliant icon.
Joel Holdsworth [Thu, 15 Apr 2010 21:37:29 +0000 (22:37 +0100)] 
taskmgr: Replaced program icon with a Tango compliant icon.

14 years agowordpad: Replaced program icon with a Tango compliant icon.
Joel Holdsworth [Thu, 15 Apr 2010 21:37:23 +0000 (22:37 +0100)] 
wordpad: Replaced program icon with a Tango compliant icon.

14 years agoappwiz: Replaced program icon with a Tango compliant icon.
Joel Holdsworth [Thu, 15 Apr 2010 21:37:18 +0000 (22:37 +0100)] 
appwiz: Replaced program icon with a Tango compliant icon.

14 years agouser32: Do not ask DrawFrameControl() to modify the passed in rectangle.
Dmitry Timoshkov [Fri, 16 Apr 2010 09:59:24 +0000 (18:59 +0900)] 
user32: Do not ask DrawFrameControl() to modify the passed in rectangle.

This patch should fix the regression(s) caused by my recent button painting
patches. The problem was that DrawFrameControl() was modifying the rectangle,
and one of my patches stopped calling DrawFrameControl() in case of ODA_FOCUS
action, so drawing an entire button and only focus started to differ, which
was hidden by the custom clipping (that was removed by my last patch).

14 years agoshell32: Add IPersistFolder2 stub for printers folder.
Nikolay Sivov [Fri, 16 Apr 2010 09:42:42 +0000 (13:42 +0400)] 
shell32: Add IPersistFolder2 stub for printers folder.

14 years agowinmm: MCI_SYSINFO dwRetSize counts characters, not bytes.
Jörg Höhle [Fri, 9 Apr 2010 03:45:07 +0000 (05:45 +0200)] 
winmm: MCI_SYSINFO dwRetSize counts characters, not bytes.

MSDN says the contrary.

14 years agowined3d: Separate AMD GPUs in D3D9 and D3D10 models, this allows for a more correct...
Roderick Colenbrander [Fri, 16 Apr 2010 06:49:41 +0000 (08:49 +0200)] 
wined3d: Separate AMD GPUs in D3D9 and D3D10 models, this allows for a more correct fall back when the GPU table isn't up to date.

D3D10_CAPABLE should work on any AMD OpenGL 3.0 driver (those came out in september 2008) and on OSX 10.5 and up.

14 years agowined3d: Separate AMD Radeon HD2300 from other HD2xxx/HD3xxx GPUs since it is D3D9...
Roderick Colenbrander [Fri, 16 Apr 2010 06:49:40 +0000 (08:49 +0200)] 
wined3d: Separate AMD Radeon HD2300 from other HD2xxx/HD3xxx GPUs since it is D3D9 instead of D3D10.

14 years agomsvcrt: Fix locale initialization.
Piotr Caban [Thu, 15 Apr 2010 21:13:59 +0000 (23:13 +0200)] 
msvcrt: Fix locale initialization.

14 years agomsvcrt: Change localeconv implementation.
Piotr Caban [Thu, 15 Apr 2010 21:13:18 +0000 (23:13 +0200)] 
msvcrt: Change localeconv implementation.

14 years agogdiplus: Add fixmes for unimplemented imageattributes features.
Vincent Povirk [Thu, 15 Apr 2010 20:31:45 +0000 (15:31 -0500)] 
gdiplus: Add fixmes for unimplemented imageattributes features.

14 years agogdiplus: Always use software to draw bitmaps to bitmaps.
Vincent Povirk [Thu, 15 Apr 2010 20:26:15 +0000 (15:26 -0500)] 
gdiplus: Always use software to draw bitmaps to bitmaps.

14 years agogdiplus: Implement color remapping.
Vincent Povirk [Thu, 15 Apr 2010 20:24:25 +0000 (15:24 -0500)] 
gdiplus: Implement color remapping.

14 years agogdiplus: Correct the coordinate transform for non-rectangular parallelograms.
Vincent Povirk [Thu, 15 Apr 2010 20:13:34 +0000 (15:13 -0500)] 
gdiplus: Correct the coordinate transform for non-rectangular parallelograms.

Apparently matrices in gdiplus don't work the way I think they do.

14 years agogdiplus: Transform bitmaps to non-rectangular parallelograms in software.
Vincent Povirk [Thu, 15 Apr 2010 19:48:47 +0000 (14:48 -0500)] 
gdiplus: Transform bitmaps to non-rectangular parallelograms in software.

14 years agogdiplus: Use a helper function to draw image data from bitmaps in software.
Vincent Povirk [Thu, 15 Apr 2010 19:11:07 +0000 (14:11 -0500)] 
gdiplus: Use a helper function to draw image data from bitmaps in software.

This will make it possible to use the same codepath for non-bitmap graphics
objects and to create a software implementation for other drawing operations.

14 years agoloader: Fix French translation of wine manpage.
Frédéric Delanoy [Thu, 8 Apr 2010 23:31:59 +0000 (01:31 +0200)] 
loader: Fix French translation of wine manpage.

14 years agogdiplus: Use UnitPixel for metafile bounds when creating from HMETAFILE.
Vincent Povirk [Thu, 15 Apr 2010 18:32:44 +0000 (13:32 -0500)] 
gdiplus: Use UnitPixel for metafile bounds when creating from HMETAFILE.

14 years agowined3d: Remove some dead code from IWineD3DDeviceImpl_Uninit3D().
Henri Verbeet [Thu, 15 Apr 2010 17:21:29 +0000 (19:21 +0200)] 
wined3d: Remove some dead code from IWineD3DDeviceImpl_Uninit3D().

14 years agowined3d: Store the depth/stencil attachment as IWineD3DSurfaceImpl pointer in struct...
Henri Verbeet [Thu, 15 Apr 2010 17:21:28 +0000 (19:21 +0200)] 
wined3d: Store the depth/stencil attachment as IWineD3DSurfaceImpl pointer in struct fbo_entry.

14 years agowined3d: Store render target attachments as IWineD3DSurfaceImpl pointers in struct...
Henri Verbeet [Thu, 15 Apr 2010 17:21:27 +0000 (19:21 +0200)] 
wined3d: Store render target attachments as IWineD3DSurfaceImpl pointers in struct fbo_entry.

14 years agowined3d: Simply pass an IWineD3DSurfaceImpl pointer to context_attach_depth_stencil_f...
Henri Verbeet [Thu, 15 Apr 2010 17:21:26 +0000 (19:21 +0200)] 
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to context_attach_depth_stencil_fbo().

14 years agowined3d: Simply pass an IWineD3DSurfaceImpl pointer to context_attach_surface_fbo().
Henri Verbeet [Thu, 15 Apr 2010 17:21:25 +0000 (19:21 +0200)] 
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to context_attach_surface_fbo().

14 years agowined3d: Simply pass an IWineD3DSurfaceImpl pointer to context_apply_attachment_filte...
Henri Verbeet [Thu, 15 Apr 2010 17:21:24 +0000 (19:21 +0200)] 
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to context_apply_attachment_filter_states().

14 years agowined3d: Get rid of the width and height parameters to surface_upload_data().
Henri Verbeet [Thu, 15 Apr 2010 17:21:23 +0000 (19:21 +0200)] 
wined3d: Get rid of the width and height parameters to surface_upload_data().

14 years agowined3d: Get rid of the width and height parameters to surface_allocate_surface().
Henri Verbeet [Thu, 15 Apr 2010 17:21:22 +0000 (19:21 +0200)] 
wined3d: Get rid of the width and height parameters to surface_allocate_surface().

14 years agowined3d: The currentDesc and pow2 width/height are the same for power of two textures.
Henri Verbeet [Thu, 15 Apr 2010 17:21:21 +0000 (19:21 +0200)] 
wined3d: The currentDesc and pow2 width/height are the same for power of two textures.

14 years agowined3d: Get rid of glRect from IWineD3DSurfaceImpl.
Henri Verbeet [Thu, 15 Apr 2010 17:21:20 +0000 (19:21 +0200)] 
wined3d: Get rid of glRect from IWineD3DSurfaceImpl.

604caf0caae888c5765198416e9b5640a9e64efa supposedly removed the "oversized
texture" code, but this was still left over.

14 years agogdiplus: Do not create FontFamilies for bitmap fonts.
Vincent Povirk [Thu, 15 Apr 2010 16:49:20 +0000 (11:49 -0500)] 
gdiplus: Do not create FontFamilies for bitmap fonts.

14 years agogdiplus: Ensure GdipGetGenericFontFamilySansSerif returns a truetype font.
Vincent Povirk [Thu, 15 Apr 2010 16:40:21 +0000 (11:40 -0500)] 
gdiplus: Ensure GdipGetGenericFontFamilySansSerif returns a truetype font.

14 years agomsvcrt: Initialize exported common variables to fix the build on Mac OS.
Alexandre Julliard [Fri, 16 Apr 2010 10:01:35 +0000 (12:01 +0200)] 
msvcrt: Initialize exported common variables to fix the build on Mac OS.

14 years agowinex11: Mask out the alpha channel when converting from color to monochrome.
Alexandre Julliard [Thu, 15 Apr 2010 20:53:27 +0000 (22:53 +0200)] 
winex11: Mask out the alpha channel when converting from color to monochrome.

14 years agowine.inf: Register iexplore from the system directory so that the 32-bit version...
Alexandre Julliard [Thu, 15 Apr 2010 20:52:54 +0000 (22:52 +0200)] 
wine.inf: Register iexplore from the system directory so that the 32-bit version gets registered too.

14 years agoconfigure: Don't disable 32-bit programs on Wow64 to support a future 32-bit compatib...
Alexandre Julliard [Thu, 15 Apr 2010 20:52:36 +0000 (22:52 +0200)] 
configure: Don't disable 32-bit programs on Wow64 to support a future 32-bit compatibility mode.

14 years agousp10/tests: Expanded tests for ScriptShape.
Aric Stewart [Thu, 15 Apr 2010 14:23:04 +0000 (09:23 -0500)] 
usp10/tests: Expanded tests for ScriptShape.

14 years agommdevapi: Don't load openal on older openal-soft versions.
Maarten Lankhorst [Wed, 14 Apr 2010 19:18:42 +0000 (21:18 +0200)] 
mmdevapi: Don't load openal on older openal-soft versions.

14 years agommdevapi: Add OSS to blacklist on linux.
Maarten Lankhorst [Wed, 14 Apr 2010 18:17:07 +0000 (20:17 +0200)] 
mmdevapi: Add OSS to blacklist on linux.

14 years agowined3d: Remove paletteOverride from BltOverride offscreen->render_target blit.
Roderick Colenbrander [Thu, 15 Apr 2010 10:42:00 +0000 (12:42 +0200)] 
wined3d: Remove paletteOverride from BltOverride offscreen->render_target blit.

This code was needed when the destination uses 8-bit and the source lacked a palette.
Since we don't allow destination fixups, this code doesn't do anything. At a later
stage something like this should perhaps be readded to specific backends.

14 years agowined3d: We don't need color keying for sysmem->drawable uploads.
Roderick Colenbrander [Thu, 15 Apr 2010 10:41:59 +0000 (12:41 +0200)] 
wined3d: We don't need color keying for sysmem->drawable uploads.

14 years agowined3d: Remove call to d3dfmt_get_conv from read_from_framebuffer_texture.
Roderick Colenbrander [Thu, 15 Apr 2010 10:41:58 +0000 (12:41 +0200)] 
wined3d: Remove call to d3dfmt_get_conv from read_from_framebuffer_texture.

14 years agowined3d: Remove temporary conv_byte_count fixup from d3dfmt_get_conv.
Roderick Colenbrander [Thu, 15 Apr 2010 10:41:57 +0000 (12:41 +0200)] 
wined3d: Remove temporary conv_byte_count fixup from d3dfmt_get_conv.

14 years agomsxml4: Add Schema interfaces.
Alistair Leslie-Hughes [Thu, 15 Apr 2010 11:14:08 +0000 (21:14 +1000)] 
msxml4: Add Schema interfaces.

14 years agomsvcrt: Use per thread locale in many functions.
Piotr Caban [Thu, 15 Apr 2010 12:26:47 +0000 (14:26 +0200)] 
msvcrt: Use per thread locale in many functions.

14 years agomsvcrt: Make setlocale working with per thread locales.
Piotr Caban [Thu, 15 Apr 2010 12:26:33 +0000 (14:26 +0200)] 
msvcrt: Make setlocale working with per thread locales.

14 years agomsvcrt: Added multiple locales parsing to _create_locale.
Piotr Caban [Thu, 15 Apr 2010 12:26:17 +0000 (14:26 +0200)] 
msvcrt: Added multiple locales parsing to _create_locale.

14 years agomsvcrt: Move locale string interpretation to MSVCRT_locale_to_LCID.
Piotr Caban [Thu, 15 Apr 2010 12:26:01 +0000 (14:26 +0200)] 
msvcrt: Move locale string interpretation to MSVCRT_locale_to_LCID.

14 years agomsvcrt: Added _configthreadlocale implementation.
Piotr Caban [Thu, 15 Apr 2010 12:25:47 +0000 (14:25 +0200)] 
msvcrt: Added _configthreadlocale implementation.

14 years agomsvcrt: Add helper function that returns current locale.
Piotr Caban [Thu, 15 Apr 2010 12:25:34 +0000 (14:25 +0200)] 
msvcrt: Add helper function that returns current locale.

14 years agomsvcrt: Change implementation of setlocale.
Piotr Caban [Thu, 15 Apr 2010 12:25:13 +0000 (14:25 +0200)] 
msvcrt: Change implementation of setlocale.

14 years agomsvcrt: Change _create_locale implementation so generated structure is easier to...
Piotr Caban [Thu, 15 Apr 2010 12:24:53 +0000 (14:24 +0200)] 
msvcrt: Change _create_locale implementation so generated structure is easier to modify.

14 years agomsvcr90: Forward _iswalpha_l calls to msvcrt.
Piotr Caban [Thu, 15 Apr 2010 12:24:28 +0000 (14:24 +0200)] 
msvcr90: Forward _iswalpha_l calls to msvcrt.

14 years agomsvcrt: Implement findfirst64 and findnext64.
Marcus Meissner [Thu, 15 Apr 2010 11:42:27 +0000 (13:42 +0200)] 
msvcrt: Implement findfirst64 and findnext64.

14 years agowinex11: Add support for big-endian 32-bpp Xrender formats.
Alexandre Julliard [Thu, 15 Apr 2010 13:55:40 +0000 (15:55 +0200)] 
winex11: Add support for big-endian 32-bpp Xrender formats.

14 years agowinex11: Rewrite AlphaBlend to do everything on the server side, and support all...
Alexandre Julliard [Thu, 15 Apr 2010 09:39:41 +0000 (11:39 +0200)] 
winex11: Rewrite AlphaBlend to do everything on the server side, and support all types of source bitmaps.

14 years agowinex11: Use the BITBLT_GetVisRectangles helper function for AlphaBlend too.
Alexandre Julliard [Wed, 14 Apr 2010 18:41:18 +0000 (20:41 +0200)] 
winex11: Use the BITBLT_GetVisRectangles helper function for AlphaBlend too.

14 years agowinex11: Move logical to physical mapping into the BITBLT_GetVisRectangles helper...
Alexandre Julliard [Wed, 14 Apr 2010 18:41:18 +0000 (20:41 +0200)] 
winex11: Move logical to physical mapping into the BITBLT_GetVisRectangles helper function.

14 years agowinex11: Define a structure to hold coordinates information for BitBlt operations.
Alexandre Julliard [Wed, 14 Apr 2010 18:27:17 +0000 (20:27 +0200)] 
winex11: Define a structure to hold coordinates information for BitBlt operations.

14 years agowinex11: Use repeating instead of scaling when stretching a 1x1 source bitmap.
Alexandre Julliard [Thu, 15 Apr 2010 11:47:28 +0000 (13:47 +0200)] 
winex11: Use repeating instead of scaling when stretching a 1x1 source bitmap.

14 years agowinex11: Add a separate helper function for Xrender mono->color blits.
Alexandre Julliard [Thu, 15 Apr 2010 10:13:16 +0000 (12:13 +0200)] 
winex11: Add a separate helper function for Xrender mono->color blits.

14 years agowinex11: The source offset for mirrored Xrender blits must be scaled too.
Alexandre Julliard [Thu, 15 Apr 2010 10:04:18 +0000 (12:04 +0200)] 
winex11: The source offset for mirrored Xrender blits must be scaled too.

14 years agod3dx9_36: Check wnd just after CreateWindow. Remove useless wnd check before calling...
Christian Costa [Thu, 15 Apr 2010 06:50:17 +0000 (08:50 +0200)] 
d3dx9_36: Check wnd just after CreateWindow. Remove useless wnd check before calling DestroyWindow.

14 years agowined3d: Add BLT_OP_COLOR_FILL to blit_supported and use it in BltOverride.
Roderick Colenbrander [Mon, 12 Apr 2010 10:17:09 +0000 (12:17 +0200)] 
wined3d: Add BLT_OP_COLOR_FILL to blit_supported and use it in BltOverride.

14 years agowined3d: Improve FBO support in ClearSurface.
Roderick Colenbrander [Mon, 12 Apr 2010 10:08:06 +0000 (12:08 +0200)] 
wined3d: Improve FBO support in ClearSurface.

14 years agojscript: Fixed String.match implementation for non-global regexps.
Jacek Caban [Thu, 15 Apr 2010 10:38:38 +0000 (12:38 +0200)] 
jscript: Fixed String.match implementation for non-global regexps.