Commit Graph

83208 Commits

Author SHA1 Message Date
Jacek Caban da72de967b user32: Allow making window visible by WM_SETREDRAW message. 2015-03-13 21:53:19 +09:00
Piotr Caban 3ece08ff4d gdiplus: Add pixel format test for transparent non-animated gif. 2015-03-13 21:52:53 +09:00
Piotr Caban 02d4c6b5ac windowscodecs: Show that WIC doesn't do GIF frames composition. 2015-03-13 21:52:51 +09:00
Piotr Caban a3822f973e gdiplus/tests: Add gif frames composition tests. 2015-03-13 21:52:49 +09:00
Piotr Caban 821932dab9 gdiplus: Fix animated gif frames composition. 2015-03-13 21:52:48 +09:00
Piotr Caban 799362a0b7 gdiplus: Convert animated gif to PixelFormat32bppARGB on load. 2015-03-13 21:52:46 +09:00
Piotr Caban b3a9c698e8 gdiplus: Don't store stream reference in GpImage, it's done by IWICBitmapDecoder. 2015-03-13 21:52:45 +09:00
Piotr Caban 531992c760 windowscodecs: Store stream reference in png decoder. 2015-03-13 21:52:43 +09:00
Piotr Caban b681123385 windowscodecs: Store stream reference in gif decoder. 2015-03-13 21:52:41 +09:00
Piotr Caban a181997855 gdiplus: Don't create new instance of IWICBitmapDecoder to encode every frame of animation. 2015-03-13 21:52:40 +09:00
Daniel Lehman e889dd8eaa wininet: Accept Version in cookies. 2015-03-13 21:52:15 +09:00
Ken Thomases 14a0fc3ccc winemac: Prevent maximized windows from entering Cocoa full-screen mode.
OS X doesn't really have the concept of windows being maximized; that is, being
in a mode where they can't be moved or resized.  As a consequence, it doesn't
have a button in the window title bar to restore a maximized window to normal.
So, when a Wine window is maximized, the Mac driver hijacks the green zoom
button to act as a restore button.  (When a window is zoomed, the green button
"unzooms" back to its last user size and position, so it's analogous.)

However, with OS X 10.10 (Yosemite), the green button prefers to act as a
toggle for the Cocoa full-screen mode rather than zooming and unzooming.  This
made it difficult for users to restore a maximized window.  They would have to
Option-click the green button, double-click the title bar, or choose Zoom
from the Window menu, none of which is obvious.

The fix is to disable Cocoa full-screen mode for maximized windows.  Then, the
green button reverts to unzoom and restoring the window.
2015-03-13 21:52:14 +09:00
Ken Thomases 4af5d5bd99 winemac: When exiting Cocoa full-screen mode for a no-longer-eligible window, bypass the override of -toggleFullScreen:.
The override checks the disabled state of the window, but that's for user-
driven changes, not programmatic changes.
2015-03-13 21:52:12 +09:00
Alexandre Julliard 3a55206787 msvcp60: Merge the char_traits functions with msvcp90. 2015-03-13 21:51:46 +09:00
Alexandre Julliard e38ae09043 msvcp60: Move string iterator functions to match msvcp90. 2015-03-13 21:51:44 +09:00
Alexandre Julliard c54fa4fc8d msvcp60: Add MSVCP prefix on more string functions. 2015-03-13 21:51:28 +09:00
Alexandre Julliard 402a72a07a msvcp60: Merge I/O stream code with msvcp90 where possible to reduce the differences. 2015-03-13 14:07:23 +09:00
Nikolay Sivov ed92458754 wshom.ocx: Implement Terminate(). 2015-03-13 00:28:22 +09:00
Sebastian Lackner 66e8060204 ole32: Wait a bit before doing next sanity check in StorageImpl_LockRegionSync. 2015-03-13 00:28:21 +09:00
Francois Gouget 4af6be9d3a ieframe/tests: NONAMELESSUNION is not needed when using the U() macro. 2015-03-13 00:28:21 +09:00
Francois Gouget 6ddd879515 ieframe: Remove unneeded NONAMELESSXXX directives.
Move a NONAMELESSUNION directive to the one C file that needs it.
2015-03-13 00:28:20 +09:00
Francois Gouget bc68822c09 krnl386.exe16: Remove unneeded NONAMELESSXXX directives. 2015-03-13 00:28:20 +09:00
Francois Gouget ecc04f6996 kernel32: Remove unneeded NONAMELESSXXX directives. 2015-03-13 00:28:19 +09:00
Francois Gouget 5e93b02662 inetcpl.cpl: Remove uneeded NONAMELESSUNION directives. 2015-03-13 00:28:19 +09:00
Francois Gouget e96ab17ec1 hhctrl.ocx: Remove unneeded NONAMELESSXXX directives. 2015-03-13 00:28:18 +09:00
Francois Gouget e815da3c1a gphoto2.ds: Remove unneeded NONAMELESSXXX directives. 2015-03-13 00:28:18 +09:00
Henri Verbeet 57c76e10e0 d3d10core: Implement d3d10_rendertarget_view_GetPrivateData(). 2015-03-13 00:28:17 +09:00
Henri Verbeet 656be74d13 d3d10core: Implement d3d10_rendertarget_view_SetPrivateDataInterface(). 2015-03-13 00:28:17 +09:00
Henri Verbeet c81446a7cc d3d10core: Implement d3d10_depthstencil_view_GetPrivateData(). 2015-03-13 00:28:16 +09:00
Henri Verbeet 3c65bff802 d3d10core: Implement d3d10_rendertarget_view_SetPrivateData(). 2015-03-13 00:28:16 +09:00
Henri Verbeet c3fab65647 d3d10core: Implement d3d10_depthstencil_view_SetPrivateDataInterface(). 2015-03-13 00:28:15 +09:00
Bruno Jesus 0415407404 ws2_32/tests: Add more select() tests related to OOB handling. 2015-03-13 00:28:15 +09:00
Alexandre Julliard f1e23aa619 msvcp90: Remove functions that are not exported in native. 2015-03-13 00:28:14 +09:00
Alexandre Julliard 42500b0cfe msvcp60: Share exception functions implementation with msvcp90. 2015-03-13 00:28:14 +09:00
Alexandre Julliard 62ae503fa1 msvcp60: Add MSVCP prefix on exported string functions. 2015-03-13 00:28:13 +09:00
Alexandre Julliard bebc979483 msvcp60: Merge locale code with msvcp90 where possible to reduce the differences. 2015-03-13 00:28:06 +09:00
Alexandre Julliard 165f8734e8 msvcp60: Share misc functions implementation with msvcp90. 2015-03-12 17:27:12 +09:00
Alexandre Julliard 2466ed265e msvcp60: Share memory functions implementation with msvcp90. 2015-03-12 17:27:03 +09:00
Alexandre Julliard 0c9b55ef24 msvcp60: Share math functions implementation with msvcp90. 2015-03-12 14:57:25 +09:00
Alexandre Julliard c6c3ccad36 ole32: Remove confusing uses of the __thiscall specifier. 2015-03-12 14:20:33 +09:00
Nikolay Sivov 985bff76be dwrite: Fix excessive refcount increment when setting interface pointers as range attributes. 2015-03-12 13:56:35 +09:00
Nikolay Sivov c1ecf862a4 dwrite: Make a deep copy of family name string (Valgrind). 2015-03-12 13:56:28 +09:00
Andrew Eikum fdbdad03f3 shell32/tests: Support alternate parent folders. 2015-03-12 13:56:11 +09:00
Andrew Eikum 122f71866e shell32/tests: Fix win8 knownfolder attributes. 2015-03-12 13:55:58 +09:00
Andrew Eikum 7a55f5461a shell32/tests: Remove unused flag. 2015-03-12 13:55:51 +09:00
Andrew Eikum dd275615db shell32/tests: Fix win8 knownfolders relative and parsed paths. 2015-03-12 13:55:40 +09:00
Andrew Eikum 1b4272639b shell32/tests: A couple of win8 fixes. 2015-03-12 13:54:45 +09:00
Jacek Caban 8ef78d068f wininet: Get rid of no longer needed sock_get_error. 2015-03-12 13:54:16 +09:00
Jacek Caban f0aff23ddd wmvcore: Added WMCreateWriter implementation. 2015-03-12 13:54:13 +09:00
Alexandre Julliard 4c1da45567 ntoskrnl: Allow IoCompleteRequest to report completion asynchronously. 2015-03-11 22:48:22 +09:00
Francois Gouget 3dbb09a56b explorerframe: Remove unneeded NONAMELESSXXX directives. 2015-03-11 22:10:35 +09:00
Francois Gouget 6e3e5ea654 dwmapi: Remove unneeded NONAMELESSXXX directives. 2015-03-11 22:10:33 +09:00
Francois Gouget 359fbe829a dsound: Remove unneeded NONAMELESSXXX directives. 2015-03-11 22:10:31 +09:00
Francois Gouget abd2c7265b dplayx: Remove unneeded NONAMELESSSTRUCT directives. 2015-03-11 22:10:30 +09:00
Francois Gouget 41768edec4 dmloader: Remove an unneeded NONAMELESSSTRUCT directive. 2015-03-11 22:10:28 +09:00
Francois Gouget a3b806ced7 dispex: Remove unneeded NONAMELESSXXX directives. 2015-03-11 22:10:26 +09:00
Henri Verbeet 4a965589a6 d3d10core: Implement d3d10_depthstencil_view_SetPrivateData(). 2015-03-11 22:10:24 +09:00
Henri Verbeet c840645bc2 d3d10core: Implement d3d10_texture3d_GetPrivateData(). 2015-03-11 22:10:22 +09:00
Henri Verbeet 2d96cefbb7 d3d10core: Implement d3d10_texture3d_SetPrivateDataInterface(). 2015-03-11 22:10:20 +09:00
Henri Verbeet 721d399038 d3d10core: Implement d3d10_texture3d_SetPrivateData(). 2015-03-11 22:10:19 +09:00
Henri Verbeet f205b413f4 d3d10core: Implement d3d10_sampler_state_GetPrivateData(). 2015-03-11 22:10:16 +09:00
Michael Stefaniuc b211f9123b mshtml/tests: '%' doesn't needs escaping in a C string (sparse). 2015-03-11 22:09:57 +09:00
Stefan Dösinger 406cfefc2f wined3d: Initialize WINED3DTA_TEMP. 2015-03-11 22:09:42 +09:00
Stefan Dösinger 2702f28e66 ddraw: Remove support for V16U16.
None of my Windows drivers support this format. At best this will
confuse applications trying to pick X8L8V8U8.
2015-03-11 22:09:29 +09:00
Stefan Dösinger b07b350286 ddraw: Set DDPF_BUMPLUMINANCE for V5U5L6 and X8L8V8U8. 2015-03-11 22:09:24 +09:00
Stefan Dösinger 937522ffd0 ddraw/tests: Add a test for signed formats. 2015-03-11 22:09:15 +09:00
Stefan Dösinger a46cad41b3 d3d8/tests: Add a test for signed formats. 2015-03-11 22:09:09 +09:00
Matteo Bruni f298d30b39 wined3d: Fix a typo in a trace in context_create(). 2015-03-11 22:08:34 +09:00
Alexandre Julliard 91fc10847e ws2_32: Use Win32 APIs for interlocked functions. 2015-03-11 14:21:10 +09:00
Mark Harmstone 55ed98cb88 dsound: Pipe audio data through DMOs. 2015-03-11 13:18:08 +09:00
Bruno Jesus 18b3f4cadd ws2_32/tests: Test the behavior of reading data from an OOBINLINE'd socket. 2015-03-11 12:48:13 +09:00
Christian Costa beff432354 d3dxof: Use assignment for GUID instead of memcpy with hardcoded size. 2015-03-11 12:47:53 +09:00
Sebastian Lackner 59a1bcd96a ole32: Fix call to free_stringtable with uninitialized pointer (Coverity). 2015-03-11 12:47:40 +09:00
Sebastian Lackner 83aca6e7aa ole32: Fix a possible handle leak (Coverity). 2015-03-11 12:46:54 +09:00
Bruno Jesus b1fc62a213 ws2_32: Normalize socket tracing. 2015-03-11 12:46:27 +09:00
Vincent Povirk 0b7c05389b ole32: Fail to open storage files that are locked incorrectly. 2015-03-11 12:45:52 +09:00
Vincent Povirk eead04803f ole32: Add a 20 second timeout when attempting to grab locks. 2015-03-11 12:45:49 +09:00
Vincent Povirk 1645f7b9e3 ole32: Accept only STG_E_INVALIDFUNCTION or success from LockRegionSync. 2015-03-11 12:45:42 +09:00
Vincent Povirk c8791edbdf ole32: Don't use real synchronous locks for storage synchronization. 2015-03-11 12:45:38 +09:00
Vincent Povirk 06b735ae76 ole32: Test the entire range lock block for synchronization. 2015-03-11 12:45:33 +09:00
Jacek Caban 144056bce0 mshtml: Allow setting event handlers to strings. 2015-03-11 12:42:42 +09:00
Qian Hong c61407f651 ntdll: Removed incorrect stub message in NtQueryObject and NtSetInformationObject. 2015-03-11 12:42:35 +09:00
Mark Harmstone 862d7dae75 dsound: Implement GetObjectInPath. 2015-03-10 23:53:43 +09:00
Mark Harmstone 17056b9f30 dsound: Implement SetFX. 2015-03-10 23:53:40 +09:00
Mark Harmstone e6ae73359f dsound: Keep track of locked bytes. 2015-03-10 23:53:17 +09:00
Gerald Pfeifer fc324d97bc twain_32: Avoid using an uninitialized variable in the failure path in path in a couple of cases. 2015-03-10 23:44:38 +09:00
Stefan Dösinger d4db09d0e9 wined3d: Support WINED3DFMT_R5G5_SNORM_L6_UNORM with EXT_texture_snorm.
From: Stefan Dösinger <stefandoesinger@gmx.at>
2015-03-10 21:43:34 +09:00
Stefan Dösinger 6df52ca7e6 wined3d: Add support for GL_EXT_texture_snorm. 2015-03-10 21:43:32 +09:00
Stefan Dösinger cdb7e825ce d3d9/tests: Add a test for signed formats. 2015-03-10 21:43:28 +09:00
Stefan Dösinger 6f2f73a456 wined3d: Improve the unsigned emulation of WINED3DFMT_R5G5_SNORM_L6_UNORM. 2015-03-10 21:43:11 +09:00
Stefan Dösinger ce836bf651 wined3d: Properly up-scale WINED3DFMT_R5G5_SNORM_L6_UNORM. 2015-03-10 21:43:07 +09:00
Bernhard Übelacker 44ddcac6c3 wined3d: Recognize Nvidia GeForce 8100 with Nouveau driver (bug). 2015-03-10 21:42:50 +09:00
Henri Verbeet 5b5498a8b4 d3d10core: Implement d3d10_sampler_state_SetPrivateDataInterface(). 2015-03-10 21:37:22 +09:00
Henri Verbeet 21d94883bc d3d10core: Implement d3d10_sampler_state_SetPrivateData(). 2015-03-10 21:37:20 +09:00
Henri Verbeet 3b2c28d8cf d3d10core: Implement d3d10_rasterizer_state_GetPrivateData(). 2015-03-10 21:37:04 +09:00
Henri Verbeet da48976de9 d3d10core: Implement d3d10_rasterizer_state_SetPrivateDataInterface(). 2015-03-10 21:37:02 +09:00
Henri Verbeet 7531acd360 d3d10core: Implement d3d10_rasterizer_state_SetPrivateData(). 2015-03-10 21:36:59 +09:00
Nikolay Sivov 49a1c60c37 scrrun: Fix copy-paste issue in trace message. 2015-03-10 21:36:29 +09:00
Michael Stefaniuc 58afc397cb ws2_32: Avoid using bitwise operations on BOOLs (PVS-Studio). 2015-03-10 21:36:24 +09:00
Sebastian Lackner ae309c2d00 ntdll: Move static threadpool variables into a struct. 2015-03-10 15:33:20 +09:00