Stefan Dösinger [Mon, 5 Dec 2011 23:03:06 +0000 (00:03 +0100)]
d3d9/tests: Clarify a comment.
Stefan Dösinger [Mon, 5 Dec 2011 23:03:05 +0000 (00:03 +0100)]
d3d9/tests: Test StrechRect between depth stencils with different sizes.
Stefan Dösinger [Mon, 5 Dec 2011 23:03:04 +0000 (00:03 +0100)]
ddraw/tests: Add a IDirect3DDevice2 GetCaps test.
Stefan Dösinger [Mon, 5 Dec 2011 23:03:03 +0000 (00:03 +0100)]
wined3d: Remove the Apple NV_texture_shader quirk.
Stefan Dösinger [Mon, 5 Dec 2011 23:03:02 +0000 (00:03 +0100)]
wined3d: Remove fglrx GLSL constant quirks.
Fglrx does not support r500 and earlier GPUs any longer, making those
quirks obsolete and a problem for r300g.
Aric Stewart [Tue, 6 Dec 2011 14:49:00 +0000 (08:49 -0600)]
usp10: Handle Halant, ZWJ and ZWNJ in ShapeCharGlyphProp_BaseIndic.
Aric Stewart [Tue, 6 Dec 2011 14:48:48 +0000 (08:48 -0600)]
usp10: Sinhala, while behaving like a base Indic, does not set GlyphProps based on indic syllable.
Aric Stewart [Tue, 6 Dec 2011 14:48:37 +0000 (08:48 -0600)]
usp10: Use UpdateClusters in DecomposeVowels.
Aric Stewart [Tue, 6 Dec 2011 14:48:20 +0000 (08:48 -0600)]
usp10: The top logclust value may be different than the number of chars.
Aric Stewart [Tue, 6 Dec 2011 15:27:01 +0000 (09:27 -0600)]
usp10: Use GDEF in baseIndic GlyphProp processing.
Aric Stewart [Tue, 6 Dec 2011 14:47:51 +0000 (08:47 -0600)]
usp10: Initialize the GSUB table before doing any contextual shaping.
Jacek Caban [Tue, 6 Dec 2011 14:11:16 +0000 (15:11 +0100)]
mshtml: Added support for navigating to _self target.
Aric Stewart [Tue, 6 Dec 2011 14:31:12 +0000 (08:31 -0600)]
user32: Protect against NULL ssa to prevent crashes in old native usp10.
Luca Bennati [Tue, 6 Dec 2011 10:23:00 +0000 (11:23 +0100)]
po: Update Italian translation.
Hans Leidekker [Tue, 6 Dec 2011 12:13:33 +0000 (13:13 +0100)]
msi/tests: Try harder to remove a shortcut file.
Hans Leidekker [Tue, 6 Dec 2011 12:13:21 +0000 (13:13 +0100)]
msi: Make sure to keep a reference to custom action data until the actions are finished.
Hans Leidekker [Tue, 6 Dec 2011 12:12:57 +0000 (13:12 +0100)]
user32: Add stub implementations of MessageBoxTimeoutA/W.
Piotr Caban [Tue, 6 Dec 2011 11:49:52 +0000 (12:49 +0100)]
msvcp90: Added _Getctype implementation.
Piotr Caban [Tue, 6 Dec 2011 11:49:16 +0000 (12:49 +0100)]
msvcp90: Added _Getcoll implementation.
Piotr Caban [Tue, 6 Dec 2011 11:49:01 +0000 (12:49 +0100)]
msvcp90: Added _Locinfo::_Addcats partial implementation.
Piotr Caban [Tue, 6 Dec 2011 11:48:46 +0000 (12:48 +0100)]
msvcp90: Added _Locinfo constructor implementation.
Piotr Caban [Tue, 6 Dec 2011 11:48:31 +0000 (12:48 +0100)]
include: Update msvcrt/locale.h.
Piotr Caban [Tue, 6 Dec 2011 11:48:09 +0000 (12:48 +0100)]
msvcrt: Fix lc_collate_cp initialization.
Piotr Caban [Tue, 6 Dec 2011 11:47:54 +0000 (12:47 +0100)]
msvcrt: Added _get_current_locale implementation.
Alexandre Julliard [Tue, 6 Dec 2011 13:00:14 +0000 (14:00 +0100)]
winex11: Allow the visible region to be zero when not clipping.
Alexandre Julliard [Tue, 6 Dec 2011 12:31:46 +0000 (13:31 +0100)]
winex11: Store the visible region handle directly instead of making a copy.
Alexandre Julliard [Tue, 6 Dec 2011 12:15:35 +0000 (13:15 +0100)]
gdi32: Pass the total visible region in the SetDeviceClipping driver entry point.
Alexandre Julliard [Tue, 6 Dec 2011 12:08:19 +0000 (13:08 +0100)]
gdi32: Maintain a region inside gdi32 to keep track of the total visible region.
Alexandre Julliard [Tue, 6 Dec 2011 11:57:30 +0000 (12:57 +0100)]
gdi32: Add a helper function to clip a rectangle to the DC visible rect.
Jacek Caban [Tue, 6 Dec 2011 10:09:40 +0000 (11:09 +0100)]
mshtml: Don't use WINAPI for assembly functions to avoid linker warnings on mingw.
Jacek Caban [Tue, 6 Dec 2011 09:42:30 +0000 (10:42 +0100)]
jscript: Use bytecode for '^=' expression implementation.
Jacek Caban [Tue, 6 Dec 2011 09:42:21 +0000 (10:42 +0100)]
jscript: Use bytecode for '|=' expression.
Jacek Caban [Tue, 6 Dec 2011 09:42:09 +0000 (10:42 +0100)]
jscript: Added bytecode version of member expression.
Jacek Caban [Tue, 6 Dec 2011 09:41:57 +0000 (10:41 +0100)]
jscript: Use bytecode for '%=' expression implementation.
Jacek Caban [Tue, 6 Dec 2011 09:41:45 +0000 (10:41 +0100)]
jscript: Use bytecode for '/=' expression implementation.
Jacek Caban [Tue, 6 Dec 2011 09:41:34 +0000 (10:41 +0100)]
jscript: Use bytecode for '*=' expression implementation.
Alexandre Julliard [Tue, 6 Dec 2011 11:09:04 +0000 (12:09 +0100)]
netapi32: Simplify the smbpasswd invocation to avoid compiler warnings.
Nikolay Sivov [Mon, 5 Dec 2011 20:27:20 +0000 (23:27 +0300)]
msxml3: Attribute name could be qualified.
Frédéric Delanoy [Tue, 6 Dec 2011 00:57:16 +0000 (01:57 +0100)]
po: Use non-breaking space before double punctuation in the French translation.
Frédéric Delanoy [Tue, 6 Dec 2011 00:57:15 +0000 (01:57 +0100)]
po: Update French translation.
Henri Verbeet [Mon, 5 Dec 2011 21:06:57 +0000 (22:06 +0100)]
wined3d: Get rid of the WINED3DLOCKED_BOX typedef.
Henri Verbeet [Mon, 5 Dec 2011 21:06:56 +0000 (22:06 +0100)]
wined3d: Get rid of the WINED3DLOCKED_RECT typedef.
Henri Verbeet [Mon, 5 Dec 2011 21:06:55 +0000 (22:06 +0100)]
ddraw: Don't enumerate surfaces without references.
Henri Verbeet [Mon, 5 Dec 2011 21:06:54 +0000 (22:06 +0100)]
wined3d: Disable client storage in upload_palette().
Stack pointers don't work so well with client storage.
Henri Verbeet [Mon, 5 Dec 2011 21:06:53 +0000 (22:06 +0100)]
wined3d: Don't declare more varyings than required by the shader model.
Alexandre Julliard [Mon, 5 Dec 2011 21:47:31 +0000 (22:47 +0100)]
winex11: Use an X11 error handler to catch BadMatch errors from XGetImage.
Alexandre Julliard [Mon, 5 Dec 2011 21:29:46 +0000 (22:29 +0100)]
wineps: Fall through to the null driver for Polyline and Polygon.
Alexandre Julliard [Mon, 5 Dec 2011 21:29:16 +0000 (22:29 +0100)]
gdi32: Add a null driver implementation for Polyline and Polygon.
Alexandre Julliard [Mon, 5 Dec 2011 20:23:22 +0000 (21:23 +0100)]
user32: Convert dialogs to po files.
Alexandre Julliard [Mon, 5 Dec 2011 20:09:27 +0000 (21:09 +0100)]
shell32: Convert dialogs to po files.
Alexandre Julliard [Mon, 5 Dec 2011 19:38:21 +0000 (20:38 +0100)]
comctl32: Convert dialogs to po files.
Alex Henrie [Fri, 2 Dec 2011 07:37:01 +0000 (00:37 -0700)]
user32: If a dialog has no tab-accessible controls, set focus to first control (with tests).
Frédéric Delanoy [Sun, 4 Dec 2011 23:24:16 +0000 (00:24 +0100)]
dinput: Clarify a translatable string.
Jacek Caban [Mon, 5 Dec 2011 16:31:14 +0000 (17:31 +0100)]
mshtml: Added tests for returning ActiveX object's interfaces from object element's QueryInterface.
Jacek Caban [Mon, 5 Dec 2011 16:29:43 +0000 (17:29 +0100)]
mshtml: Return wrapped ActiveX object's interface from object element's QueryInterface.
Marcus Meissner [Sun, 4 Dec 2011 22:52:55 +0000 (23:52 +0100)]
ole32: Output more information in OleCreateStaticFromData.
Marcus Meissner [Sun, 4 Dec 2011 22:52:44 +0000 (23:52 +0100)]
ole32: Handle VT_BLOB in PropertyStorage_ReadProperty.
Stefan Dösinger [Sun, 4 Dec 2011 23:07:22 +0000 (00:07 +0100)]
ddraw/tests: Update a copyright line.
Stefan Dösinger [Sun, 4 Dec 2011 23:07:21 +0000 (00:07 +0100)]
ddraw/tests: Add a IDirect3DDevice7 GetCaps test.
Stefan Dösinger [Sun, 4 Dec 2011 23:07:20 +0000 (00:07 +0100)]
ddraw: Size handling fixes for IDirect3DDevice::GetCaps.
Aric Stewart [Mon, 5 Dec 2011 15:50:10 +0000 (09:50 -0600)]
usp10: Correct issues with LTR logclust indexing after Multiple substitution.
Andrew Eikum [Mon, 5 Dec 2011 12:37:29 +0000 (06:37 -0600)]
wineoss.drv: Don't set volume in IAudioClient::Initialize.
Alexandre Julliard [Mon, 5 Dec 2011 16:21:17 +0000 (17:21 +0100)]
winex11: Always refresh the picture clipping when we have an additional clip region.
Alexandre Julliard [Mon, 5 Dec 2011 15:27:28 +0000 (16:27 +0100)]
gdi32: Use the DIB engine and PutImage for the null driver triangular gradient implementation.
Alexandre Julliard [Thu, 1 Dec 2011 17:08:09 +0000 (18:08 +0100)]
gdi32: Add more parameter checks in GdiGradientFill.
Alexandre Julliard [Mon, 5 Dec 2011 12:46:23 +0000 (13:46 +0100)]
gdi32: Use dithering also for 1-bpp gradients.
Alexandre Julliard [Mon, 5 Dec 2011 12:33:05 +0000 (13:33 +0100)]
gdi32/tests: Add more gradient tests.
Alexandre Julliard [Sun, 4 Dec 2011 16:10:30 +0000 (17:10 +0100)]
gdi32: Implement triangular gradients in the DIB engine.
Akihiro Sagawa [Fri, 2 Dec 2011 12:36:56 +0000 (21:36 +0900)]
po: Update Japanese translation.
Luca Bennati [Fri, 2 Dec 2011 11:12:53 +0000 (12:12 +0100)]
po: Update Italian translation.
Nikolay Sivov [Mon, 5 Dec 2011 08:07:26 +0000 (11:07 +0300)]
msxml3: Added IDispatchEx support for IMXWriter.
Jacek Caban [Mon, 5 Dec 2011 10:13:14 +0000 (11:13 +0100)]
jscript: Use bytecode for '-=' expression implementation.
Jacek Caban [Mon, 5 Dec 2011 10:13:02 +0000 (11:13 +0100)]
jscript: Use bytecode for '+=' expression implementation.
Jacek Caban [Mon, 5 Dec 2011 10:12:32 +0000 (11:12 +0100)]
jscript: Use bytecode for invalid assignments.
Jacek Caban [Mon, 5 Dec 2011 10:11:59 +0000 (11:11 +0100)]
jscript: Use bytecode for assignment to member expression.
Jacek Caban [Mon, 5 Dec 2011 10:11:45 +0000 (11:11 +0100)]
jscript: Use bytecode for assigning to array expression.
Jacek Caban [Mon, 5 Dec 2011 10:11:29 +0000 (11:11 +0100)]
jscript: Use bytecode for assignment to identifier.
Andrew Eikum [Fri, 2 Dec 2011 17:53:14 +0000 (11:53 -0600)]
dsound: Validate format in primary buffer's SetFormat().
Nikolay Sivov [Sun, 4 Dec 2011 18:18:57 +0000 (21:18 +0300)]
comctl32/listview: Create header when LVS_EX_GRIDLINES style is set.
Henri Verbeet [Sun, 4 Dec 2011 14:50:16 +0000 (15:50 +0100)]
wined3d: Get rid of WINED3DDEVINFO_VCACHE.
Henri Verbeet [Sun, 4 Dec 2011 14:50:15 +0000 (15:50 +0100)]
wined3d: Get rid of WINED3DDEVINFO_VERTEXSTATS.
Henri Verbeet [Sun, 4 Dec 2011 14:50:14 +0000 (15:50 +0100)]
wined3d: Only unload the surface when we're using GL for rendering in updateSurfaceDesc().
Henri Verbeet [Sun, 4 Dec 2011 14:50:13 +0000 (15:50 +0100)]
wined3d: Only recreate GL contexts when we're using GL for rendering in wined3d_device_reset().
Henri Verbeet [Sun, 4 Dec 2011 14:50:12 +0000 (15:50 +0100)]
wined3d: Create the device state block when the device is created.
Bruno Jesus [Sat, 3 Dec 2011 23:32:27 +0000 (21:32 -0200)]
ws2_32: Fix a function name comment.
André Hentschel [Fri, 2 Dec 2011 16:58:28 +0000 (17:58 +0100)]
winecfg: Bump NT 3.51 to Service Pack 5.
André Hentschel [Fri, 2 Dec 2011 16:58:04 +0000 (17:58 +0100)]
winecfg: Fill in the Service Pack major version for win2008.
Alexandre Julliard [Fri, 2 Dec 2011 19:20:07 +0000 (20:20 +0100)]
Release 1.3.34.
Aurimas Fišeras [Fri, 2 Dec 2011 17:06:48 +0000 (19:06 +0200)]
po: Update Lithuanian translation.
Francois Gouget [Fri, 2 Dec 2011 14:29:23 +0000 (15:29 +0100)]
winspool: Fix the compilation on Solaris by including errno.h instead of sys/errno.h.
Francois Gouget [Fri, 2 Dec 2011 14:29:16 +0000 (15:29 +0100)]
secur32: Fix the compilation on Solaris by including errno.h instead of sys/errno.h.
Francois Gouget [Fri, 2 Dec 2011 14:29:04 +0000 (15:29 +0100)]
netapi32: Fix the compilation on Solaris by including errno.h instead of sys/errno.h.
Francois Gouget [Fri, 2 Dec 2011 14:27:33 +0000 (15:27 +0100)]
libwine: Include a couple of extra system headers to fix the compilation on Solaris.
Huw Davies [Fri, 2 Dec 2011 14:11:51 +0000 (14:11 +0000)]
gdi32: Add support for checking the font's gasp flags.
Aric Stewart [Fri, 2 Dec 2011 14:59:25 +0000 (08:59 -0600)]
usp10: Handle Thai SARA AM differently than GDEF.
Aric Stewart [Fri, 2 Dec 2011 13:22:33 +0000 (07:22 -0600)]
usp10: More properly handle the glyph properties on glyphs added by multiple substitutions.
Aric Stewart [Fri, 2 Dec 2011 13:22:13 +0000 (07:22 -0600)]
usp10: Phags-Pa wants the calt feature enabled.
Alexandre Julliard [Fri, 2 Dec 2011 13:12:07 +0000 (14:12 +0100)]
winex11: Always ignore alpha channel with XRender gradients.
Alexandre Julliard [Thu, 1 Dec 2011 17:08:09 +0000 (18:08 +0100)]
gdi32: Add some parameter checks in GdiGradientFill.
André Hentschel [Thu, 1 Dec 2011 19:07:52 +0000 (20:07 +0100)]
ntoskrnl: Add a stub for ExInitializePagedLookasideList.