Michael Stefaniuc
|
54a1504c57
|
ddraw/tests: Simplify some equality comparisons between bools.
|
2013-02-20 10:34:29 +01:00 |
Andrew Talbot
|
d8efcc9cb3
|
msvcrt: Avoid signed-unsigned integer comparisons.
|
2013-02-20 10:33:38 +01:00 |
Andrew Talbot
|
5360780a9b
|
msxml3: Avoid signed-unsigned integer comparisons.
|
2013-02-20 10:33:35 +01:00 |
André Hentschel
|
2976b6342f
|
kernel32: Add stub for GetCurrentPackageId.
|
2013-02-20 10:33:28 +01:00 |
Jacek Caban
|
5069ad71b4
|
mshtml: Don't crash if fire_event_obj is called on detached document.
|
2013-02-19 19:50:54 +01:00 |
Michael Stefaniuc
|
52bdc93e72
|
mshtml: Fix copy and paste error.
|
2013-02-19 19:50:54 +01:00 |
Jörg Höhle
|
2f0b93ca13
|
ntdll: Stabilize CreateTimerQueueTimer callbacks over time.
|
2013-02-19 19:50:54 +01:00 |
Jacek Caban
|
ee880b28c5
|
jscript: Fixed BSTR leak.
|
2013-02-19 19:50:53 +01:00 |
Jacek Caban
|
1926b5617d
|
jscript: Use to_int32 in to_uint32 implementation.
|
2013-02-19 19:50:53 +01:00 |
Piotr Caban
|
add71cb91d
|
vbscript: Added IMatchCollection2::__NewEnum test.
|
2013-02-19 19:50:53 +01:00 |
Piotr Caban
|
6b8a34a396
|
vbscript: Added tests for invalid parameters in regular expression functions.
|
2013-02-19 19:50:52 +01:00 |
Piotr Caban
|
56b2a7b1bd
|
vbscript: Added IMatchCollection2::_NewEnum implementation.
|
2013-02-19 19:50:52 +01:00 |
Piotr Caban
|
d4ccce8ddb
|
vbscript: Added RegExp.Execute tests.
|
2013-02-19 19:50:52 +01:00 |
Piotr Caban
|
e618241c27
|
vbscript: Silence IDispatchEx queries on RegExp objects.
|
2013-02-19 19:50:51 +01:00 |
Piotr Caban
|
f26bdf92cc
|
vbscript: Added RegExp2::Execute implementation.
|
2013-02-19 19:50:51 +01:00 |
Piotr Caban
|
2270f14e1b
|
vbscript: Added RegExp2 flags getters and setters implementation.
|
2013-02-19 19:50:51 +01:00 |
Piotr Caban
|
4b0f475344
|
vbscript: Added RegExp2::Test implementation.
|
2013-02-19 19:50:51 +01:00 |
Jacek Caban
|
820c7635ab
|
oleaut32: Fixed copy&paste mistake in SysFreeString.
Spotted by Piotr.
|
2013-02-19 19:50:50 +01:00 |
Jacek Caban
|
f5cb8c175c
|
mshtml: Fixed tests on some broken Vista versions.
|
2013-02-19 19:50:50 +01:00 |
Piotr Caban
|
f16c9877bd
|
jscript: Avoid copying regular expression results.
|
2013-02-19 19:50:40 +01:00 |
Piotr Caban
|
67c7cc5517
|
jscript: Cleanup regular expressions engine API.
|
2013-02-19 19:50:36 +01:00 |
Piotr Caban
|
4c6a1d1d92
|
jscript: Rename JSREG_* defines to REG_*.
|
2013-02-19 13:47:57 +01:00 |
Dmitry Timoshkov
|
6b474b555e
|
gdiplus: Reimplement GdipFillRectangles using GdipFillPath.
|
2013-02-19 10:42:45 +01:00 |
Dmitry Timoshkov
|
bb16c926b4
|
gdiplus: Slightly simplify GdipFillClosedCurve2 implementation.
|
2013-02-19 10:42:36 +01:00 |
Dmitry Timoshkov
|
338958287a
|
gdiplus: Reimplement GdipDrawRectangles using GdipDrawPath.
|
2013-02-19 10:42:32 +01:00 |
Dmitry Timoshkov
|
1223569d64
|
gdiplus: Reimplement GdipDrawRectangle using GdipDrawPath.
|
2013-02-19 10:42:29 +01:00 |
Dmitry Timoshkov
|
981223a736
|
gdiplus: Reimplement GdipDrawPie using GdipDrawPath.
|
2013-02-19 10:42:24 +01:00 |
Dmitry Timoshkov
|
6df50f1d16
|
gdiplus: Reimplement GdipDrawEllipse using GdipDrawPath.
|
2013-02-19 10:42:16 +01:00 |
Dmitry Timoshkov
|
ad49f83c7d
|
gdiplus: Forward GdipDrawBezier to GdipDrawBeziers.
|
2013-02-19 10:42:10 +01:00 |
Dmitry Timoshkov
|
ae8826c43e
|
gdiplus: Reimplement GdipDrawBeziers using GdipDrawPath.
|
2013-02-19 10:42:03 +01:00 |
Dmitry Timoshkov
|
89f380f69b
|
gdiplus: Reimplement GdipDrawArc using GdipDrawPath.
|
2013-02-19 10:41:46 +01:00 |
Dmitry Timoshkov
|
2fd1bf60ae
|
gdiplus: Reimplement GdipDrawLines using GdipDrawPath.
|
2013-02-19 10:41:37 +01:00 |
Dmitry Timoshkov
|
03228b1784
|
gdiplus: Reimplement GdipDrawCurve2 using GdipDrawPath.
|
2013-02-19 10:41:18 +01:00 |
Dmitry Timoshkov
|
4233b82872
|
gdiplus: Slightly simplify GdipDrawClosedCurve2 implementation.
|
2013-02-19 10:41:01 +01:00 |
Dmitry Timoshkov
|
cc54d1eb68
|
gdiplus: Forward GdipDrawBezierI to GdipDrawBezier.
|
2013-02-19 10:40:43 +01:00 |
Ken Thomases
|
6cfa0a31d8
|
winemac: Don't bring a window onto the screen in SetFocus().
|
2013-02-19 10:40:12 +01:00 |
Ken Thomases
|
1561fa4126
|
winemac: Call sync_window_position() before show_window() since window frame affects whether it shows.
|
2013-02-19 10:40:08 +01:00 |
Ken Thomases
|
abb0161c4c
|
winemac: Always use proper z-order when putting a window on screen.
|
2013-02-19 10:40:03 +01:00 |
Matteo Bruni
|
5e28b0c974
|
wined3d: Add RESZ support.
|
2013-02-19 10:39:47 +01:00 |
Matteo Bruni
|
25d0d0876d
|
wined3d: Make (wined3d_)surface_depth_blt_fbo handle locations other than SFLAG_INTEXTURE.
|
2013-02-19 10:39:42 +01:00 |
Austin English
|
d50baaa1df
|
riched20: Make sure to load dll below 2GB address space.
|
2013-02-19 10:39:31 +01:00 |
Michael Stefaniuc
|
621d9e444a
|
Revert "dsound/tests: Primary and secondary buffers use the same IDirectSoundBuffer vtbl.".
This reverts commit 7959778d3f .
This is not always the case on Windows.
|
2013-02-19 10:39:07 +01:00 |
André Hentschel
|
242da67082
|
ntdll: Correctly align the stack for odd numbers of arguments in relay traces on ARM.
|
2013-02-19 10:39:03 +01:00 |
Nikolay Sivov
|
c44942789c
|
dwrite: Added more dwrite interfaces.
|
2013-02-18 17:02:36 +01:00 |
Jacek Caban
|
aa4ccd807d
|
wininet: Removed broken cache tests.
|
2013-02-18 17:02:18 +01:00 |
Jacek Caban
|
3098e3c355
|
wininet: Address string should never be converted to UNICODE in status notifications.
|
2013-02-18 17:02:14 +01:00 |
Jacek Caban
|
2544999ed2
|
urlmon: Skip https tests on IE6.
|
2013-02-18 17:01:03 +01:00 |
Alexandre Julliard
|
381bbe1b28
|
winegcc: Don't use prelink when cross-compiling.
|
2013-02-18 16:36:03 +01:00 |
Huw Davies
|
acaad0a842
|
riched20: Add the ability to CharFromPoint to either pick the closest leading edge or the leading edge of the selected character.
|
2013-02-18 16:34:10 +01:00 |
Nikolay Sivov
|
1cb663f5ce
|
dwrite: Remove testing for exact script code value.
|
2013-02-18 15:06:23 +01:00 |