Jacek Caban
bb4050d792
jscript: Throw correct error in get_length.
2009-09-23 17:08:31 +02:00
Jacek Caban
8717c388f8
jscript: Allow 'this' to be host object in invoke_value_proc.
2009-09-23 17:08:24 +02:00
Jacek Caban
461180459b
jscript: Added Object.toString for host objects implementation.
2009-09-23 17:08:19 +02:00
Jacek Caban
37c2d43e28
jscript: Allow this_obj to be host object in call_function.
2009-09-23 17:08:14 +02:00
Jacek Caban
f8c2b42de4
jscript: Allow 'this' to be host object in builtin functions.
2009-09-23 16:25:23 +02:00
Jacek Caban
5dcd182e8f
jscript: Avoid using dispex->ctx.
2009-09-23 16:25:13 +02:00
Jacek Caban
a9dc89a3e1
jscript: Don't use dispex->ctx in function.c.
2009-09-23 16:25:05 +02:00
Jacek Caban
da16d42e17
jscript: Don't use dispex->ctx in date.c.
2009-09-23 16:21:03 +02:00
Jacek Caban
8337986efa
jscript: Don't use dispex->ctx in array.c.
2009-09-23 16:20:53 +02:00
Jacek Caban
a5e8281947
jscript: Avoid calling JS builtin functions directly.
2009-09-23 16:20:44 +02:00
Jacek Caban
0b4fa6e426
jscript: Avoid calling JS builtin functions directly.
2009-09-23 16:19:54 +02:00
Jacek Caban
5511f7173f
jscript: Pass script_ctx_t to builtin functions.
2009-09-23 16:19:44 +02:00
Jacek Caban
f14c5f074a
jscript: Get rid of lcid argument in builtin function implementations.
2009-09-23 16:19:31 +02:00
Jacek Caban
fadfab5ff6
jscript: Use script LCID in *disp_propput* functions.
2009-09-23 16:19:11 +02:00
Jacek Caban
8b338786aa
jscript: Use script LCID in *disp_propget* functions.
2009-09-23 16:19:01 +02:00
Jacek Caban
1f565ac095
jscript: Use script global LCID in *disp_call* functions.
2009-09-23 16:18:54 +02:00
Jacek Caban
b2b197faba
jscript: Don't require semicolon after function expression.
2009-09-23 16:18:46 +02:00
Jacek Caban
9e523c6130
jscript: Added RegExp function call implementation.
2009-09-23 16:18:41 +02:00
Alexander Scott-Johns
9c9ebe04c5
user32: Send a WM_DRAWCLIPBOARD message to the new viewer when SetClipboardViewer is called.
2009-09-23 16:09:05 +02:00
Alexander Scott-Johns
64569c66e4
user32: When sending the WM_DRAWCLIPBOARD message, pass the clipboard owner in wParam.
2009-09-23 16:08:59 +02:00
Alexander Scott-Johns
4807fd99a7
user32/tests: Add some clipboard viewer tests.
2009-09-23 16:08:50 +02:00
Wilfried Pasquazzo
1a5db69019
user32/tests: Test for correct scaling of DrawIcon.
2009-09-23 16:06:55 +02:00
Wilfried Pasquazzo
32ca9b27c3
user32: Correct scaling of DrawIcon.
2009-09-23 16:06:49 +02:00
Huw Davies
4a61c1d265
oledb32: Implement DBTYPE_STR and DBTYPE_WSTR src types.
2009-09-23 14:36:06 +02:00
Huw Davies
a3d947c70f
oledb32: Implement some conversions to DBTYPE_I4.
2009-09-23 14:36:03 +02:00
Ge van Geldorp
73b3d35d05
mshtml/tests: Fix htmldoc test on Windows Server and Win7.
2009-09-23 14:35:52 +02:00
Alexandre Julliard
9cb140c43d
oleaut32: Use the appropriate PSFactoryBuffer guid when registering interfaces.
2009-09-23 14:32:01 +02:00
Alexandre Julliard
6e2babc977
oleaut32: Properly register the stdole typelibs.
2009-09-23 14:28:13 +02:00
Alexandre Julliard
9585bf6700
ntdll: Remap EXCEPTION_EXECUTE_FAULT only after the internal handlers have been run.
2009-09-23 14:20:17 +02:00
Stefan Dösinger
4fe014cb54
wined3d: Fix sRGB->RGB copy condition.
...
The old condition happened to work, because SFLAG_INTEXTURE was not
set(we're loading it), and neither was SFLAG_INDRAWABLE(otherwise
INTEXTURE would be set too). If the fbo INDRAWABLE == INTEXTURE is
replaced by INDRAWABLE == INSRGBTEX this doesn't hold true any longer
because SFLAG_INDRAWABLE is set, but not used because the drawable
readback is never used for fbos.
2009-09-23 13:25:33 +02:00
Stefan Dösinger
33ca3c0207
wined3d: Don't mark SFLAG_INTEXTURE up to date with fbo stretchrect.
...
FBO stretchrect marks SFLAG_INDRAWABLE up to date, which currently
also marks SFLAG_INTEXTURE up to date. However, this will change when
we enable rendering to the srgb copy, in which case the drawable could
be equal to the srgb copy, not the rgb copy.
2009-09-23 13:25:21 +02:00
Stefan Dösinger
ba6fac697a
wined3d: Create a separate function for deleting GL textures.
2009-09-23 13:25:02 +02:00
Stefan Dösinger
529e6737d3
wined3d: Use the correct enum.
2009-09-23 13:24:25 +02:00
Stefan Dösinger
5b5e3bd0d2
wined3d: Track GL texture states in a separate structure.
2009-09-23 13:24:16 +02:00
Henri Verbeet
1c93ab1ee0
wined3d: Cleanup after wglMakeCurrent() failures in context_set_current().
...
The D3D context is potentially destroyed, so we need to clear the thread's
current D3D context. Found by Rico Schüller.
2009-09-23 12:37:25 +02:00
Henri Verbeet
eca28c942d
wined3d: Add support for ARB_provoking_vertex.
...
This is just EXT_provoking_vertex promoted to ARB.
2009-09-23 12:37:18 +02:00
Henri Verbeet
a0de42db13
wined3d: Fix a typo.
2009-09-23 12:37:12 +02:00
Henri Verbeet
34dd27e3a8
wined3d: Don't create a depthstencil renderbuffer if ARB_framebuffer_object is supported.
2009-09-23 12:37:06 +02:00
Henri Verbeet
ec97383f6f
wined3d: Add support for ARB_framebuffer_object.
2009-09-23 12:37:00 +02:00
Henri Verbeet
c4c86215ed
wined3d: Detect ARB_framebuffer_object.
2009-09-23 12:36:48 +02:00
Henri Verbeet
d4a211f0be
dxgi: Mark internal symbols hidden.
2009-09-23 12:36:39 +02:00
Henri Verbeet
66a7236590
wined3d: Don't free D3D vertex declarations until the wined3d vertex declaration is destroyed.
2009-09-23 12:36:28 +02:00
Henri Verbeet
b6d422446b
d3d8: Add a separate function for vertex declaration initialization from an FVF.
2009-09-23 12:35:42 +02:00
Henri Verbeet
f394dfc0f8
d3d8: Add a separate function for vertex declaration initialization.
2009-09-23 12:35:08 +02:00
Henri Verbeet
0241fefa94
d3d9: Add a separate function for vertex declaration initialization.
2009-09-23 12:35:00 +02:00
Henri Verbeet
cc68900d86
d3d10core: Add a separate function for d3d10_input_layout initialization.
2009-09-23 12:34:53 +02:00
Paul Vriens
4a5ecb3236
crypt32/tests: Fix a test failure on Vista and higher.
2009-09-23 12:34:49 +02:00
Nikolay Sivov
df3f2a1b13
comctl32/listview: Skip LVS_EX_CHECKBOXES tests when this style is unsupported.
2009-09-23 12:33:32 +02:00
Michael Stefaniuc
a8c19696f1
kernel32: Add missing stdarg.h include.
...
This fixes a compile breakage with older gcc versions.
2009-09-23 12:33:25 +02:00
Huw Davies
90f95172b8
ntdll: Fix build on MacOSX.
2009-09-23 12:33:19 +02:00