Ken Thomases [Mon, 11 Mar 2013 03:58:26 +0000 (22:58 -0500)]
winemac: Add support for "query" events which wait for synchronous responses.
Ken Thomases [Mon, 11 Mar 2013 03:58:21 +0000 (22:58 -0500)]
winemac: Implement setting of clipboard data with support for text formats.
Ken Thomases [Mon, 11 Mar 2013 03:58:18 +0000 (22:58 -0500)]
winemac: Implement GetClipboardData() with support for text formats.
Ken Thomases [Mon, 11 Mar 2013 03:58:12 +0000 (22:58 -0500)]
winemac: Implement EnumClipboardFormats() with support for text formats.
Ken Thomases [Mon, 11 Mar 2013 03:58:09 +0000 (22:58 -0500)]
winemac: Implement IsClipboardFormatAvailable() with support for text formats.
Ken Thomases [Mon, 11 Mar 2013 03:58:03 +0000 (22:58 -0500)]
winemac: Implement CountClipboardFormats() with support for text formats.
André Hentschel [Fri, 8 Mar 2013 20:33:37 +0000 (21:33 +0100)]
include: Remove SPARC support.
André Hentschel [Fri, 8 Mar 2013 20:43:37 +0000 (21:43 +0100)]
winapi: Remove SPARC support.
André Hentschel [Fri, 8 Mar 2013 20:40:54 +0000 (21:40 +0100)]
libport: Remove SPARC support.
André Hentschel [Fri, 8 Mar 2013 20:39:12 +0000 (21:39 +0100)]
winedump: Remove SPARC support.
André Hentschel [Fri, 8 Mar 2013 20:35:13 +0000 (21:35 +0100)]
winebuild: Remove SPARC support.
André Hentschel [Fri, 8 Mar 2013 20:34:33 +0000 (21:34 +0100)]
winegcc: Remove SPARC support.
André Hentschel [Fri, 8 Mar 2013 20:33:55 +0000 (21:33 +0100)]
widl: Remove SPARC and Alpha support.
André Hentschel [Fri, 8 Mar 2013 20:33:10 +0000 (21:33 +0100)]
winedbg: Remove SPARC support.
Dmitry Timoshkov [Mon, 11 Mar 2013 08:33:24 +0000 (17:33 +0900)]
gdiplus: Protect from mixing BrushTypeLinearGradient and BrushTypePathGradient.
Dmitry Timoshkov [Mon, 11 Mar 2013 08:31:52 +0000 (17:31 +0900)]
gdiplus: Print a passed in rectangle in GdipCombineRegionRect.
Nikolay Sivov [Mon, 11 Mar 2013 04:49:28 +0000 (08:49 +0400)]
xmllite: Fix a test failure on Windows 8.
Nikolay Sivov [Mon, 11 Mar 2013 04:45:53 +0000 (08:45 +0400)]
xmllite: Make another read attempt if we don't have enough data initially.
Nikolay Sivov [Sun, 10 Mar 2013 14:32:00 +0000 (18:32 +0400)]
xmllite: Support resuming to comments and PIs while on Content part.
Nikolay Sivov [Sun, 10 Mar 2013 14:29:43 +0000 (18:29 +0400)]
xmllite: Support CDATA nodes.
Nikolay Sivov [Sun, 10 Mar 2013 11:45:38 +0000 (15:45 +0400)]
xmllite: Actually resume comment and PI parsing while on Misc part.
Nikolay Sivov [Sun, 10 Mar 2013 09:28:38 +0000 (13:28 +0400)]
xmllite: Support resuming for start tag.
Nikolay Sivov [Fri, 8 Mar 2013 10:10:26 +0000 (14:10 +0400)]
xmllite: Support pending input reads for PI nodes.
Detlef Riekenberg [Sun, 10 Mar 2013 23:11:22 +0000 (00:11 +0100)]
kernel32/tests: Fix failures with virtual Drives (AppVirt Client).
Ken Thomases [Sun, 10 Mar 2013 22:38:30 +0000 (17:38 -0500)]
winemac: Override -[NSOpenGLContext clearDrawable] to not hide the GL surface.
This fixes a problem with flickering when repeatedly attaching and detaching
a GL context from a window, such as for each WM_PAINT.
Ken Thomases [Sun, 10 Mar 2013 22:38:25 +0000 (17:38 -0500)]
winemac: Don't defer attaching OpenGL context to view if it is backed by a window device.
This fixes a problem with certain OpenGL programs which create a context very
briefly before destroying it, like while handling WM_PAINT.
Andrew Talbot [Sat, 9 Mar 2013 21:48:49 +0000 (21:48 +0000)]
dwrite: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Sat, 9 Mar 2013 21:48:51 +0000 (21:48 +0000)]
joy.cpl: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Sat, 9 Mar 2013 21:48:53 +0000 (21:48 +0000)]
msvcp60: Avoid signed-unsigned integer comparisons.
Vincent Povirk [Sat, 9 Mar 2013 18:08:27 +0000 (12:08 -0600)]
gdiplus: Fix GdipCreateBitmapFromGraphics implementation.
Jacek Caban [Sat, 9 Mar 2013 16:52:02 +0000 (17:52 +0100)]
wininet: Skip test_open_url_async on IEs older than 7.
Hans Leidekker [Sat, 9 Mar 2013 11:37:59 +0000 (12:37 +0100)]
dnsapi: Increase maximum packet size.
Filip Navara [Sat, 9 Mar 2013 11:04:17 +0000 (12:04 +0100)]
iphlpapi: Use prefixed WS_ structures to avoid misalignment on OS X builds.
Thanks to Hans Leidekker for diagnosing the problem.
Akihiro Sagawa [Sat, 9 Mar 2013 07:56:40 +0000 (16:56 +0900)]
msvcrt: Fix incorrect casts in _wcstoi64_l and _wcstoui64_l.
Akihiro Sagawa [Sat, 9 Mar 2013 07:56:38 +0000 (16:56 +0900)]
msvcrt/tests: Add _wcstoi64/_wcstoui64 tests.
Daniel Jelinski [Sat, 9 Mar 2013 05:52:53 +0000 (06:52 +0100)]
comctl32/listview: Fix overwriting of item values.
Francois Gouget [Sat, 9 Mar 2013 06:42:35 +0000 (07:42 +0100)]
d3dx9_34: Add a space between the spec entry name and the implementation function.
Daniel Jelinski [Wed, 27 Feb 2013 20:47:43 +0000 (21:47 +0100)]
comctl32/imagelist: Use proper color format for merged image lists.
Alexandre Julliard [Fri, 8 Mar 2013 18:29:24 +0000 (19:29 +0100)]
jscript: Return after assert(0) to silence warnings.
Jacek Caban [Fri, 8 Mar 2013 14:59:36 +0000 (15:59 +0100)]
wininet: Added a test of request reading from cache.
Jacek Caban [Fri, 8 Mar 2013 14:59:20 +0000 (15:59 +0100)]
wininet: Don't pass expected cache file size to CreateUrlCacheEntry if it's unknown.
Jacek Caban [Fri, 8 Mar 2013 14:25:37 +0000 (15:25 +0100)]
urlmon: Fixed some test failures on IE10.
Jacek Caban [Fri, 8 Mar 2013 10:38:11 +0000 (11:38 +0100)]
jscript: Avoid direct access to string buffer in a few more places.
Jacek Caban [Fri, 8 Mar 2013 10:37:56 +0000 (11:37 +0100)]
jscript: Reuse static instance of 'undefined' string.
Jacek Caban [Fri, 8 Mar 2013 10:37:30 +0000 (11:37 +0100)]
jscript: Pass msg as jsstr_t to create_error.
Piotr Caban [Fri, 8 Mar 2013 10:17:53 +0000 (11:17 +0100)]
cryptnet: Don't ignore HttpEndRequestW error in HTTP_RetrieveEncodedObjectW.
Piotr Caban [Fri, 8 Mar 2013 10:17:30 +0000 (11:17 +0100)]
cryptnet: Open file with FILE_SHARE_READ flag in File_RetrieveEncodedObjectW.
Piotr Caban [Fri, 8 Mar 2013 10:17:11 +0000 (11:17 +0100)]
cryptnet: Lock cache file while accessing it.
Volkan Gezer [Tue, 5 Mar 2013 19:57:20 +0000 (20:57 +0100)]
po: Updated Turkish translation.
Hans Leidekker [Fri, 8 Mar 2013 08:26:42 +0000 (09:26 +0100)]
user32: Add a stub implementation of UserHandleGrantAccess.
Dmitry Timoshkov [Fri, 8 Mar 2013 04:18:06 +0000 (13:18 +0900)]
windowscodecs: Fix handling of a tRNS PNG chunk in the frame CopyPalette method.
Ken Thomases [Fri, 8 Mar 2013 02:37:02 +0000 (20:37 -0600)]
winemac: Improve handling of "invert" pixels in monochrome cursors.
Andrew Talbot [Thu, 7 Mar 2013 22:22:31 +0000 (22:22 +0000)]
ws2_32: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Thu, 7 Mar 2013 22:22:36 +0000 (22:22 +0000)]
wsock32: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Thu, 7 Mar 2013 22:22:42 +0000 (22:22 +0000)]
xmllite: Avoid signed-unsigned integer comparisons.
C.W. Betts [Thu, 7 Mar 2013 22:12:45 +0000 (15:12 -0700)]
winemac: Fix compilation on Lion and later.
Daniel Jelinski [Thu, 7 Mar 2013 19:35:19 +0000 (20:35 +0100)]
comctl32/listview: Correct sending NM_CUSTOMDRAW to subitem 0.
Jacek Caban [Thu, 7 Mar 2013 15:32:43 +0000 (16:32 +0100)]
wininet: Fixed crash in chunked_read if netconn is not available.
Nozomi Kodama [Mon, 4 Mar 2013 10:56:53 +0000 (00:56 -1000)]
d3dx9: Save multiplications for better performance.
Nozomi Kodama [Mon, 4 Mar 2013 10:55:50 +0000 (00:55 -1000)]
d3dx9: Implement D3DXSHEvalConeLight.
Jacek Caban [Thu, 7 Mar 2013 15:29:58 +0000 (16:29 +0100)]
urlmon: Added HTTP cache reading tests.
Jacek Caban [Thu, 7 Mar 2013 15:29:48 +0000 (16:29 +0100)]
urlmon: Fixed handling binding reading immediately from cache.
Hans Leidekker [Thu, 7 Mar 2013 13:50:48 +0000 (14:50 +0100)]
winhttp: Make the first parameter of resolve_hostname const.
Piotr Caban [Thu, 7 Mar 2013 12:50:27 +0000 (13:50 +0100)]
wininet: Rename URLCacheContainer_* functions to cache_container_*.
Piotr Caban [Thu, 7 Mar 2013 12:50:14 +0000 (13:50 +0100)]
wininet: Added better urlcache index file validation on first open.
index.dat file may get broken when computer is switched off incorrectly
or when application crashes
Piotr Caban [Thu, 7 Mar 2013 12:50:01 +0000 (13:50 +0100)]
wininet: Cleanup and optimize URLCacheContainer_OpenIndex function.
Jacek Caban [Thu, 7 Mar 2013 10:03:34 +0000 (11:03 +0100)]
jscript: Use jsstr_flush in literal_as_bstr.
Jacek Caban [Thu, 7 Mar 2013 10:03:23 +0000 (11:03 +0100)]
jscript: Use (index,length) pair as match result.
Petr Kočandrle [Wed, 6 Mar 2013 23:15:36 +0000 (00:15 +0100)]
po: Completed winecfg and clock Czech translation.
Dmitry Timoshkov [Thu, 7 Mar 2013 06:26:13 +0000 (15:26 +0900)]
windowscodecs: Ask libpng to ignore CRC of PNG chunks.
According to my tests with manually created PNG images WIC ignores CRC errors
for both critical and ancillary chunks.
Michael Stefaniuc [Wed, 6 Mar 2013 23:46:17 +0000 (00:46 +0100)]
avifil32/tests: Add COM tests for AVIFile.
Michael Stefaniuc [Wed, 6 Mar 2013 23:45:08 +0000 (00:45 +0100)]
avifil32: Support COM aggregation for AVIFile.
Ref counting bug in QueryInterface comes free of charge!
Michael Stefaniuc [Wed, 6 Mar 2013 23:43:14 +0000 (00:43 +0100)]
avifil32: Avoid forward declaration of IAVIFile/IPersistFile methods.
Michael Stefaniuc [Wed, 6 Mar 2013 23:42:27 +0000 (00:42 +0100)]
avifil32: Merge and cleanup the IPersistFile iface.
Michael Stefaniuc [Wed, 6 Mar 2013 23:39:26 +0000 (00:39 +0100)]
avifil32: COM cleanup for the IAVIFile iface.
Alistair Leslie-Hughes [Wed, 6 Mar 2013 05:01:45 +0000 (16:01 +1100)]
msxml3: Implement IXMLParser Get/Set Factory.
Alistair Leslie-Hughes [Mon, 4 Mar 2013 22:21:03 +0000 (09:21 +1100)]
msxml3: Add xmlns attribute test.
Francois Gouget [Wed, 6 Mar 2013 14:11:40 +0000 (15:11 +0100)]
qcap: Fix compilation on systems that have v4l1 but not VIDIOCMCAPTURE & co.
Francois Gouget [Wed, 6 Mar 2013 14:07:51 +0000 (15:07 +0100)]
msvcrt: Remove WINAPI on static functions where not needed.
Hans Leidekker [Wed, 6 Mar 2013 12:30:49 +0000 (13:30 +0100)]
wininet: Port resolution doesn't depend on the secure flag.
Piotr Caban [Wed, 6 Mar 2013 11:48:15 +0000 (12:48 +0100)]
wininet: Improved urlcache debug traces.
Jacek Caban [Wed, 6 Mar 2013 11:39:38 +0000 (12:39 +0100)]
jscript: Reimplemented do_attribute_tag_format without direct access to object's string buffer.
Jacek Caban [Wed, 6 Mar 2013 11:39:27 +0000 (12:39 +0100)]
jscript: Reimplemented do_attributeless_tag_format without direct access to object's string buffer.
Alexandre Julliard [Wed, 6 Mar 2013 13:09:47 +0000 (14:09 +0100)]
vbscript: Return after assert(0) to silence warnings.
Alexandre Julliard [Wed, 6 Mar 2013 12:32:49 +0000 (13:32 +0100)]
wininet: Always pass a ULONG variable to ioctlsocket.
Alexandre Julliard [Wed, 6 Mar 2013 12:32:44 +0000 (13:32 +0100)]
winhttp: Always pass a ULONG variable to ioctlsocket.
Alexandre Julliard [Wed, 6 Mar 2013 13:09:24 +0000 (14:09 +0100)]
winedbg: Use socklen_t where appropriate.
Alexandre Julliard [Wed, 6 Mar 2013 12:26:59 +0000 (13:26 +0100)]
ws2_32: Use socklen_t where appropriate.
Alexandre Julliard [Wed, 6 Mar 2013 12:40:38 +0000 (13:40 +0100)]
server: Use socklen_t where appropriate.
Ken Thomases [Wed, 6 Mar 2013 10:59:35 +0000 (04:59 -0600)]
winemac: Implement WGL_EXT_swap_control.
Ken Thomases [Wed, 6 Mar 2013 10:59:30 +0000 (04:59 -0600)]
winemac: Implement WGL_NV_render_texture_rectangle.
Ken Thomases [Wed, 6 Mar 2013 10:59:25 +0000 (04:59 -0600)]
winemac: Implement WGL_ARB_render_texture.
Ken Thomases [Wed, 6 Mar 2013 10:59:21 +0000 (04:59 -0600)]
winemac: Implement WGL_ARB_pbuffer.
Ken Thomases [Wed, 6 Mar 2013 10:59:17 +0000 (04:59 -0600)]
winemac: Implement WGL_ARB_pixel_format and enable dependent extensions.
Ken Thomases [Wed, 6 Mar 2013 10:59:14 +0000 (04:59 -0600)]
winemac: Implement WGL_ARB_make_current_read.
Ken Thomases [Wed, 6 Mar 2013 10:59:07 +0000 (04:59 -0600)]
winemac: Implement OpenGL support.
Dmitry Timoshkov [Wed, 6 Mar 2013 07:29:20 +0000 (16:29 +0900)]
windowscodecs: Add a comment to PNG decoder that Windows ignores CRC of the chunks.
Dmitry Timoshkov [Wed, 6 Mar 2013 07:28:56 +0000 (16:28 +0900)]
windowscodecs: Add a test for palette of a PNG image with PLTE and tRNS chunks.
Alessandro Pignotti [Tue, 5 Mar 2013 15:13:43 +0000 (16:13 +0100)]
strmbase: Frame scheduling should use IMediaSample::GetTime.
Andrew Talbot [Tue, 5 Mar 2013 22:52:11 +0000 (22:52 +0000)]
winex11.drv: Avoid signed-unsigned integer comparisons.