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.
André Hentschel [Thu, 1 Dec 2011 20:24:00 +0000 (21:24 +0100)]
po: Update German translation.
Vitaliy Margolen [Fri, 2 Dec 2011 04:08:14 +0000 (21:08 -0700)]
dinput: Fix device enumeration by DX8 device type.
André Hentschel [Thu, 1 Dec 2011 22:56:00 +0000 (23:56 +0100)]
winebuild: Fill the delay slot on Sparc.
Francois Gouget [Fri, 2 Dec 2011 09:07:27 +0000 (10:07 +0100)]
cmd: Print error messages on stderr, not on stdout.
Alex Henrie [Fri, 2 Dec 2011 07:36:22 +0000 (00:36 -0700)]
po: Update Catalan translation.
Nikolay Sivov [Fri, 2 Dec 2011 06:56:24 +0000 (09:56 +0300)]
po: Updated Russian translation.
Henri Verbeet [Fri, 2 Dec 2011 07:15:53 +0000 (08:15 +0100)]
wined3d: Get rid of the WINED3DRASTER_STATUS typedef.
Henri Verbeet [Fri, 2 Dec 2011 07:15:52 +0000 (08:15 +0100)]
wined3d: Get rid of the WINED3DPRESENT_PARAMETERS typedef.
Henri Verbeet [Fri, 2 Dec 2011 07:15:51 +0000 (08:15 +0100)]
d3d9/tests: Add a test for texture creation from system memory.
Henri Verbeet [Fri, 2 Dec 2011 07:15:50 +0000 (08:15 +0100)]
d3d9: Implement texture creation from system memory.
Henri Verbeet [Fri, 2 Dec 2011 07:15:49 +0000 (08:15 +0100)]
d3d9: Add some FIXMEs for d3d9ex resource sharing.
André Hentschel [Thu, 1 Dec 2011 19:07:10 +0000 (20:07 +0100)]
po: Update German translation.
Alexandre Julliard [Thu, 1 Dec 2011 19:37:18 +0000 (20:37 +0100)]
appwiz.cpl: Make the Gecko URL a proper link.
Alexandre Julliard [Thu, 1 Dec 2011 19:30:16 +0000 (20:30 +0100)]
comctl32: Fix text wrapping in syslink when an item starts in the middle of a line.
Alexandre Julliard [Thu, 1 Dec 2011 19:17:33 +0000 (20:17 +0100)]
appwiz.cpl: Convert dialogs to po files.
Andrew Eikum [Thu, 1 Dec 2011 16:57:18 +0000 (10:57 -0600)]
wineoss.drv: Add period to latency calculation.
Andrew Eikum [Thu, 1 Dec 2011 16:57:11 +0000 (10:57 -0600)]
wineoss.drv: Remove volume setting support.
Nikolay Sivov [Thu, 1 Dec 2011 17:19:29 +0000 (20:19 +0300)]
shlwapi: Partially implement SHRegCreateUSKeyW.
Aric Stewart [Thu, 1 Dec 2011 16:13:34 +0000 (10:13 -0600)]
usp10: Handle the Gurmukhi addak.
Aric Stewart [Thu, 1 Dec 2011 15:09:41 +0000 (09:09 -0600)]
usp10: Always apply features in logical order.
Aric Stewart [Thu, 1 Dec 2011 15:09:25 +0000 (09:09 -0600)]
usp10: Apply lookups in order over the whole range of glyphs instead of individually to each glyph.
Aric Stewart [Thu, 1 Dec 2011 15:08:42 +0000 (09:08 -0600)]
usp10: Standard features are only ccmp and locl.
Aric Stewart [Thu, 1 Dec 2011 15:08:36 +0000 (09:08 -0600)]
usp10: Turn off dlig feature for hebrew. It is not used by default.
Dmitry Timoshkov [Tue, 29 Nov 2011 05:54:44 +0000 (13:54 +0800)]
kernel32: Add a bunch of VirtualProtect tests on a memory-mapped file.
Frédéric Delanoy [Wed, 30 Nov 2011 22:08:14 +0000 (23:08 +0100)]
msvfw32: Fix a displayed label.
Frédéric Delanoy [Wed, 30 Nov 2011 15:26:17 +0000 (16:26 +0100)]
gameux: Do not use RegCloseKey on invalid/uninitialized registry key handle (Coverity).
Rico Schüller [Thu, 1 Dec 2011 12:45:07 +0000 (13:45 +0100)]
d3dx9: Implement ID3DXBaseEffect::SetMatrixTranspose().
Rico Schüller [Thu, 1 Dec 2011 12:44:55 +0000 (13:44 +0100)]
d3dx9: Implement ID3DXBaseEffect::SetMatrixTransposeArray().
Jacek Caban [Thu, 1 Dec 2011 12:23:36 +0000 (13:23 +0100)]
jscript: Use bytecode for '>=' expression implementation.
Jacek Caban [Thu, 1 Dec 2011 12:23:16 +0000 (13:23 +0100)]
jscript: Use bytecode for '>' expression implementation.