Dmitry Timoshkov [Tue, 19 Feb 2013 03:45:28 +0000 (11:45 +0800)]
gdiplus: Reimplement GdipDrawPie using GdipDrawPath.
Dmitry Timoshkov [Tue, 19 Feb 2013 03:45:23 +0000 (11:45 +0800)]
gdiplus: Reimplement GdipDrawEllipse using GdipDrawPath.
Dmitry Timoshkov [Tue, 19 Feb 2013 03:45:18 +0000 (11:45 +0800)]
gdiplus: Forward GdipDrawBezier to GdipDrawBeziers.
Dmitry Timoshkov [Tue, 19 Feb 2013 03:45:12 +0000 (11:45 +0800)]
gdiplus: Reimplement GdipDrawBeziers using GdipDrawPath.
Dmitry Timoshkov [Tue, 19 Feb 2013 03:45:08 +0000 (11:45 +0800)]
gdiplus: Reimplement GdipDrawArc using GdipDrawPath.
Dmitry Timoshkov [Tue, 19 Feb 2013 03:45:02 +0000 (11:45 +0800)]
gdiplus: Reimplement GdipDrawLines using GdipDrawPath.
Dmitry Timoshkov [Tue, 19 Feb 2013 03:44:57 +0000 (11:44 +0800)]
gdiplus: Reimplement GdipDrawCurve2 using GdipDrawPath.
Dmitry Timoshkov [Tue, 19 Feb 2013 03:44:35 +0000 (11:44 +0800)]
gdiplus: Slightly simplify GdipDrawClosedCurve2 implementation.
Dmitry Timoshkov [Tue, 19 Feb 2013 03:44:11 +0000 (11:44 +0800)]
gdiplus: Forward GdipDrawBezierI to GdipDrawBezier.
Ken Thomases [Tue, 19 Feb 2013 03:50:24 +0000 (21:50 -0600)]
winemac: Don't bring a window onto the screen in SetFocus().
Ken Thomases [Tue, 19 Feb 2013 03:50:22 +0000 (21:50 -0600)]
winemac: Call sync_window_position() before show_window() since window frame affects whether it shows.
Ken Thomases [Tue, 19 Feb 2013 03:50:19 +0000 (21:50 -0600)]
winemac: Always use proper z-order when putting a window on screen.
Matteo Bruni [Mon, 18 Feb 2013 12:56:23 +0000 (13:56 +0100)]
wined3d: Add RESZ support.
Matteo Bruni [Mon, 18 Feb 2013 12:56:22 +0000 (13:56 +0100)]
wined3d: Make (wined3d_)surface_depth_blt_fbo handle locations other than SFLAG_INTEXTURE.
Austin English [Mon, 18 Feb 2013 19:48:14 +0000 (13:48 -0600)]
riched20: Make sure to load dll below 2GB address space.
Michael Stefaniuc [Mon, 18 Feb 2013 21:55:08 +0000 (22:55 +0100)]
Revert "dsound/tests: Primary and secondary buffers use the same IDirectSoundBuffer vtbl.".
This reverts commit
7959778d3f84680fcee2e0d43cfcd0e613d68242.
This is not always the case on Windows.
André Hentschel [Mon, 18 Feb 2013 22:24:15 +0000 (23:24 +0100)]
ntdll: Correctly align the stack for odd numbers of arguments in relay traces on ARM.
Nikolay Sivov [Mon, 18 Feb 2013 14:23:29 +0000 (18:23 +0400)]
dwrite: Added more dwrite interfaces.
Jacek Caban [Mon, 18 Feb 2013 14:45:43 +0000 (15:45 +0100)]
wininet: Removed broken cache tests.
Jacek Caban [Mon, 18 Feb 2013 14:45:30 +0000 (15:45 +0100)]
wininet: Address string should never be converted to UNICODE in status notifications.
Jacek Caban [Mon, 18 Feb 2013 14:05:04 +0000 (15:05 +0100)]
urlmon: Skip https tests on IE6.
Alexandre Julliard [Mon, 18 Feb 2013 15:36:03 +0000 (16:36 +0100)]
winegcc: Don't use prelink when cross-compiling.
Huw Davies [Mon, 18 Feb 2013 13:43:48 +0000 (13:43 +0000)]
riched20: Add the ability to CharFromPoint to either pick the closest leading edge or the leading edge of the selected character.
Nikolay Sivov [Sat, 16 Feb 2013 16:23:04 +0000 (20:23 +0400)]
dwrite: Remove testing for exact script code value.
Dmitry Timoshkov [Mon, 18 Feb 2013 13:29:12 +0000 (21:29 +0800)]
gdiplus: Avoid a crash in GdipDrawImagePointRect.
André Hentschel [Sun, 17 Feb 2013 16:44:44 +0000 (17:44 +0100)]
winhlp32: Properly detect non-ASCII chars.
Alexandre Julliard [Mon, 18 Feb 2013 13:50:57 +0000 (14:50 +0100)]
kernel32: Attempt to buffer the full directory in FindFirstFile to avoid races.
Alexandre Julliard [Mon, 18 Feb 2013 11:31:58 +0000 (12:31 +0100)]
rpcrt4/tests: Define the required Windows version before including anything.
Alexandre Julliard [Mon, 18 Feb 2013 11:31:50 +0000 (12:31 +0100)]
user32/tests: Define the required Windows version before including anything.
Alexandre Julliard [Mon, 18 Feb 2013 11:31:40 +0000 (12:31 +0100)]
gdi32/tests: Define the required Windows version before including anything.
Piotr Caban [Mon, 18 Feb 2013 09:26:17 +0000 (10:26 +0100)]
msvcp90: Prefer builtin version.
Piotr Caban [Mon, 18 Feb 2013 09:26:01 +0000 (10:26 +0100)]
msvcr90: Prefer builtin version.
Dmitry Timoshkov [Mon, 18 Feb 2013 09:32:12 +0000 (17:32 +0800)]
gdiplus: Avoid a devision by zero when a being added segment length is 0.
This sometimes happens after GdipAddPathLine + GdipWidenPath.
Dmitry Timoshkov [Mon, 18 Feb 2013 09:31:48 +0000 (17:31 +0800)]
include/gdiplusenums.h: Add FlatnessDefault definition.
Dmitry Timoshkov [Mon, 18 Feb 2013 03:38:06 +0000 (11:38 +0800)]
gdiplus: Forward GdipDrawLinesI to GdipDrawLines.
Dmitry Timoshkov [Mon, 18 Feb 2013 03:37:40 +0000 (11:37 +0800)]
gdiplus: Forward GdipDrawLineI to GdipDrawLine.
Dmitry Timoshkov [Mon, 18 Feb 2013 03:37:19 +0000 (11:37 +0800)]
gdiplus: Forward GdipDrawLine to GdipDrawLines.
Ken Thomases [Mon, 18 Feb 2013 01:28:49 +0000 (19:28 -0600)]
winemac: Implement ChangeDisplaySettingsEx().
Ken Thomases [Mon, 18 Feb 2013 01:28:42 +0000 (19:28 -0600)]
winemac: Implement EnumDisplaySettingsEx().
Ken Thomases [Mon, 18 Feb 2013 01:28:38 +0000 (19:28 -0600)]
include/wingdi.h: Add definitions for DEVMODE display fixed output flags and values.
Ken Thomases [Mon, 18 Feb 2013 01:28:34 +0000 (19:28 -0600)]
winemac: Implement DISPLAYS_CHANGED event for when display configuration has changed.
Ken Thomases [Mon, 18 Feb 2013 01:28:30 +0000 (19:28 -0600)]
winemac: Implement support for full-screen windows.
Ken Thomases [Mon, 18 Feb 2013 01:28:27 +0000 (19:28 -0600)]
winemac: Track Cocoa windows in a z-ordered list.
Ken Thomases [Mon, 18 Feb 2013 01:28:23 +0000 (19:28 -0600)]
winemac: Use only on-screen windows for Cocoa parent (Win32 owner) and ordering sibling.
Ken Thomases [Mon, 18 Feb 2013 01:28:19 +0000 (19:28 -0600)]
winemac: Don't set Cocoa window frame to be zero-sized.
Ken Thomases [Mon, 18 Feb 2013 01:28:16 +0000 (19:28 -0600)]
winemac: Discard old frame changed events when setting frame for off-screen windows, too.
Carlo Bramini [Sun, 17 Feb 2013 11:13:10 +0000 (12:13 +0100)]
windowsx.h: Fix HANDLE_WM_DISPLAYCHANGE macro.
Andrew Talbot [Sat, 16 Feb 2013 21:09:13 +0000 (21:09 +0000)]
mshtml: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Sat, 16 Feb 2013 21:09:17 +0000 (21:09 +0000)]
msi: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Sat, 16 Feb 2013 21:09:21 +0000 (21:09 +0000)]
msvcp90: Avoid signed-unsigned integer comparisons.
Marcus Meissner [Sat, 16 Feb 2013 16:46:04 +0000 (17:46 +0100)]
ole32: Free *ppszProgID on error path (Coverity).
Marcus Meissner [Sat, 16 Feb 2013 16:45:31 +0000 (17:45 +0100)]
kernel32: Use the correct pointer size in atl thunk (Coverity).
Alexandre Julliard [Fri, 15 Feb 2013 20:21:05 +0000 (21:21 +0100)]
Release 1.5.24.
Huw Davies [Fri, 15 Feb 2013 16:13:41 +0000 (16:13 +0000)]
riched20: Use ME_PointFromChar to calculate the caret position.
Huw Davies [Fri, 15 Feb 2013 16:13:40 +0000 (16:13 +0000)]
riched20: Move the password string hack to just before it's used.
Huw Davies [Fri, 15 Feb 2013 16:13:39 +0000 (16:13 +0000)]
riched20: Move the range clamping to the helper now that the range isn't used later on.
Huw Davies [Fri, 15 Feb 2013 16:13:38 +0000 (16:13 +0000)]
riched20: Move underline drawing to a common function.
Hans Leidekker [Fri, 15 Feb 2013 15:45:04 +0000 (16:45 +0100)]
msi: Don't remove products if msidbUpgradeAttributesOnlyDetect is set.
Francois Gouget [Fri, 15 Feb 2013 10:16:49 +0000 (11:16 +0100)]
winetest: Trace the time it takes to run each test.
Piotr Caban [Fri, 15 Feb 2013 14:11:13 +0000 (15:11 +0100)]
vbscript: Rename vbsheap to heap_pool.
Piotr Caban [Fri, 15 Feb 2013 14:10:53 +0000 (15:10 +0100)]
vbscript: Added IRegExp2::Pattern implementation.
Piotr Caban [Fri, 15 Feb 2013 14:10:27 +0000 (15:10 +0100)]
vbscript: Added partial implementation of IDispatch methods in IRegExp2.
Piotr Caban [Fri, 15 Feb 2013 14:09:57 +0000 (15:09 +0100)]
vbscript: Added IRegExp2_QueryInterface tests.
Piotr Caban [Fri, 15 Feb 2013 14:09:28 +0000 (15:09 +0100)]
vbscript: Added IRegExp2 stub.
Piotr Caban [Fri, 15 Feb 2013 13:05:42 +0000 (14:05 +0100)]
jscript: Moved generic regular expressions code to separate file.
Piotr Caban [Fri, 15 Feb 2013 13:05:15 +0000 (14:05 +0100)]
jscript: Make context generic in internal regular expression functions.
Piotr Caban [Fri, 15 Feb 2013 13:04:59 +0000 (14:04 +0100)]
jscript: Move code operating on JSRegExp out of do_regexp_match_next function.
Piotr Caban [Fri, 15 Feb 2013 13:04:44 +0000 (14:04 +0100)]
jscript: Don't use jsstr_t in js_NewRegExp.
Piotr Caban [Fri, 15 Feb 2013 13:04:29 +0000 (14:04 +0100)]
jscript: Don't use jsstr_t in JSRegExp structure.
Piotr Caban [Fri, 15 Feb 2013 13:04:14 +0000 (14:04 +0100)]
jscript: Rename jsheap_t to heap_pool_t.
Jeff Latimer [Fri, 15 Feb 2013 12:32:02 +0000 (23:32 +1100)]
wmvcore: Fix a typo.
Francois Gouget [Fri, 15 Feb 2013 10:34:00 +0000 (11:34 +0100)]
ws2_32/tests: Fix the GetAcceptExSockaddrs() test.
Roman Dadkov [Wed, 13 Feb 2013 14:03:53 +0000 (18:03 +0400)]
ole32/tests: Add test for OleRun.
Francois Gouget [Fri, 15 Feb 2013 10:13:48 +0000 (11:13 +0100)]
d3d11: Make debug_d3d_driver_type() static.
Jacek Caban [Fri, 15 Feb 2013 09:29:42 +0000 (10:29 +0100)]
vbscript: Added support for a few more constants.
Dmitry Timoshkov [Fri, 15 Feb 2013 08:40:43 +0000 (16:40 +0800)]
kernel32: There is no need for lock/unlock heap in GlobalAlloc.
Dmitry Timoshkov [Fri, 15 Feb 2013 05:06:33 +0000 (13:06 +0800)]
gdi32: SelectClipPath should update actual clipping region for a EMF DC.
Henri Verbeet [Thu, 14 Feb 2013 20:16:11 +0000 (21:16 +0100)]
configure: Include Xlib.h before Xrandr.h.
Alexandre Julliard [Thu, 14 Feb 2013 20:37:37 +0000 (21:37 +0100)]
wtsapi32: Remove an unnecessary DllMain entry point.
Alexandre Julliard [Thu, 14 Feb 2013 20:37:25 +0000 (21:37 +0100)]
usp10: Remove an unnecessary DllMain entry point.
Alexandre Julliard [Thu, 14 Feb 2013 20:37:17 +0000 (21:37 +0100)]
sensapi: Remove an unnecessary DllMain entry point.
Alexandre Julliard [Thu, 14 Feb 2013 20:37:03 +0000 (21:37 +0100)]
ktmw32: Remove an unnecessary DllMain entry point.
Alexandre Julliard [Thu, 14 Feb 2013 20:36:51 +0000 (21:36 +0100)]
iphlpapi: Remove an unnecessary DllMain entry point.
Alexandre Julliard [Thu, 14 Feb 2013 20:36:39 +0000 (21:36 +0100)]
dpnhpast: Remove an unnecessary DllMain entry point.
Alexandre Julliard [Thu, 14 Feb 2013 20:36:26 +0000 (21:36 +0100)]
cryptnet: Remove an unnecessary DllMain entry point.
Alexandre Julliard [Thu, 14 Feb 2013 20:35:40 +0000 (21:35 +0100)]
twain_32: Remove an unnecessary DllMain entry point.
Alexandre Julliard [Thu, 14 Feb 2013 20:35:21 +0000 (21:35 +0100)]
odbccu32: Remove an unnecessary source file.
Aric Stewart [Thu, 14 Feb 2013 18:10:31 +0000 (12:10 -0600)]
usp10: Correct error with ScriptLayout log2vis.
Issue found and test written by Huw Davies.
Jacek Caban [Thu, 14 Feb 2013 17:05:14 +0000 (18:05 +0100)]
wininet: Set available bytes in InternetQueryDataAvailable even if it ends up in async call.
Jacek Caban [Thu, 14 Feb 2013 17:04:53 +0000 (18:04 +0100)]
urlmon: Allow available_bytes to be set before protocol_continue call.
Jactry Zeng [Thu, 14 Feb 2013 13:13:08 +0000 (21:13 +0800)]
msvcr90: Sync _wstat32i64 and _stat32i64 implementation.
Jactry Zeng [Thu, 14 Feb 2013 13:12:56 +0000 (21:12 +0800)]
msvcr80: Sync _wstat32i64 and _stat32i64 implementation.
Jactry Zeng [Thu, 14 Feb 2013 13:12:38 +0000 (21:12 +0800)]
msvcr100: Added _stat32i64 implementation.
Jactry Zeng [Thu, 14 Feb 2013 13:12:25 +0000 (21:12 +0800)]
msvcr100: Added _wstat32i64 implementation.
Jörg Höhle [Thu, 14 Feb 2013 06:39:50 +0000 (07:39 +0100)]
winmm: Handle GetTickCount overflow in MIDI player.
Huw Davies [Thu, 14 Feb 2013 14:16:23 +0000 (14:16 +0000)]
riched20: Simplify selection painting by drawing a selected run twice with appropriate clipping.
Huw Davies [Thu, 14 Feb 2013 14:16:22 +0000 (14:16 +0000)]
riched20: Use the point from char helpers to calculate the selection rectangle.
Huw Davies [Thu, 14 Feb 2013 14:16:21 +0000 (14:16 +0000)]
riched20: The string len parameter is no longer necessary.
Huw Davies [Thu, 14 Feb 2013 14:16:20 +0000 (14:16 +0000)]
riched20: Make it possible to perform point -> char conversion while holding a context.
Huw Davies [Thu, 14 Feb 2013 14:16:19 +0000 (14:16 +0000)]
riched20: Remove the special case tab handling now that we handle that in draw_space.