Jacek Caban
|
6920b289b0
|
jscript: Use BOOL instead of VARIANT_BOOL in a few more places.
|
2012-09-17 18:30:03 +02:00 |
Jacek Caban
|
29f4194d74
|
jscript: Return BOOL instead of VARIANT_BOOL from jsdisp_is_own_prop.
|
2012-09-17 18:29:54 +02:00 |
Jacek Caban
|
bc768b0906
|
jscript: Store Boolean object's value as BOOL instead of VARIANT_BOOL.
|
2012-09-17 18:29:49 +02:00 |
Jacek Caban
|
5fecc71d34
|
jscript: Get rid of no longer needed VARIANT helpers.
|
2012-09-17 18:29:42 +02:00 |
Jacek Caban
|
a3f7f0f7de
|
jscript: Store regexp last_index value as jsval.
|
2012-09-17 18:29:35 +02:00 |
Jacek Caban
|
228aab23be
|
jscript: Always use jsval-based to_object implementation.
|
2012-09-17 18:29:19 +02:00 |
Jacek Caban
|
acfd2b98c3
|
jscript: Always use jsval-based to_string implementation.
|
2012-09-17 18:29:11 +02:00 |
Jacek Caban
|
2fc71ab6d5
|
jscript: Always use jsval-based to_uint32 implementation.
|
2012-09-17 18:29:02 +02:00 |
Jacek Caban
|
0bab034fac
|
jscript: Always use jsval-based to_number implementation.
|
2012-09-17 18:28:52 +02:00 |
Jacek Caban
|
26576b83da
|
jscript: Always use jsval-based to_boolean.
|
2012-09-17 18:28:41 +02:00 |
Jacek Caban
|
c1eb4326a0
|
jscript: Always use jsval-based to_primitive.
|
2012-09-17 18:28:35 +02:00 |
Jacek Caban
|
daf0b8dad2
|
jscript: Store exception value as jsval_t instead of VARIANT.
|
2012-09-17 18:28:05 +02:00 |
Jacek Caban
|
80f7f3c246
|
jscript: Store jsdisp_t values as jsval_t instead of VARIANT.
|
2012-09-17 18:27:57 +02:00 |
Jacek Caban
|
16b2b019b8
|
jscript: Use jsval_t instead of VARIANT for stack values.
|
2012-09-17 18:27:42 +02:00 |
Jacek Caban
|
847aebdc87
|
jscript: Use jsval instead of VARIANT to pass arguments to builtin functions.
|
2012-09-17 18:27:36 +02:00 |
Jacek Caban
|
932b3dd088
|
jscript: Added new variable representation and use it for internal function return values.
|
2012-09-17 18:27:17 +02:00 |
Alexandre Julliard
|
b57323a61e
|
user32/tests: Add a test for calling UpdateLayeredWindow from a different thread.
|
2012-09-17 14:13:27 +02:00 |
Alexandre Julliard
|
4289c74f50
|
winex11: Allow retrieving the window data structure from another thread, with appropriate locking.
|
2012-09-17 14:13:24 +02:00 |
Alexandre Julliard
|
c8ea1e50dc
|
winex11: Avoid passing a window data structure to functions that can send messages.
|
2012-09-17 12:42:21 +02:00 |
Henri Verbeet
|
c982e5f64b
|
wined3d: Implement WINED3DSIH_CUT in the GLSL shader backend.
|
2012-09-17 12:28:50 +02:00 |
Henri Verbeet
|
a67ee02a48
|
wined3d: Recognize the SM4 dcl_outputTopology opcode.
|
2012-09-17 12:28:40 +02:00 |
Henri Verbeet
|
0fbb98424c
|
wined3d: Recognize the SM4 dcl_inputPrimitive opcode.
|
2012-09-17 12:28:36 +02:00 |
Henri Verbeet
|
d574d639a4
|
wined3d: Recognize the SM4 dcl_maxOutputVertexCount opcode.
|
2012-09-17 12:28:28 +02:00 |
Henri Verbeet
|
0a17173bc2
|
wined3d: Introduce a union for declaration shader instruction arguments.
|
2012-09-17 12:28:20 +02:00 |
Hans Leidekker
|
2760a70aee
|
wbemprox: Implement Win32_VideoController.Description.
|
2012-09-17 12:28:13 +02:00 |
Hans Leidekker
|
c60fe47518
|
wbemprox: Win32_Processor.MaxClockSpeed is expressed in Mhz.
|
2012-09-17 12:28:01 +02:00 |
Hans Leidekker
|
8e53500418
|
wbemprox: Override variant conversion for Win32_Processor.MaxClockSpeed.
|
2012-09-17 12:27:55 +02:00 |
Hans Leidekker
|
66d39fba28
|
wbemprox: Adapt to the new behavior of NtPowerInformation.
|
2012-09-17 12:27:49 +02:00 |
André Hentschel
|
a6086e1161
|
vcomp90: Add new stub dll.
|
2012-09-17 12:13:43 +02:00 |
Alistair Leslie-Hughes
|
65a15809d5
|
oledb32: Register typelib.
|
2012-09-17 12:11:32 +02:00 |
Alexandre Julliard
|
8ab2ed64fd
|
ddraw/tests: Fix clip region tests for older ddraw too.
|
2012-09-17 12:10:55 +02:00 |
Piotr Caban
|
06d5c487c7
|
msvcp71: Removed unused functions.
|
2012-09-17 12:10:23 +02:00 |
Piotr Caban
|
e0936feebd
|
msvcp71: Updated spec file.
|
2012-09-17 12:10:12 +02:00 |
Piotr Caban
|
08eab0ed22
|
msvcp71: Don't forward _Getcat functions to msvcp80.
|
2012-09-17 12:09:46 +02:00 |
Piotr Caban
|
ca171741d0
|
msvcp71: Fixed basic_streambuf virtual functions table.
|
2012-09-17 12:09:41 +02:00 |
Piotr Caban
|
da0c0c6bd4
|
msvcp71: Fixed ctype class virtual functions table.
|
2012-09-17 12:09:33 +02:00 |
Piotr Caban
|
9cf1910db7
|
msvp71: Copy source files from msvcp90.
|
2012-09-17 12:09:26 +02:00 |
Piotr Caban
|
9ebc5f0478
|
msvcp80: Make some internal variables static.
|
2012-09-17 12:08:50 +02:00 |
Piotr Caban
|
aeafaf691f
|
msvcp100: Removed unused functions.
|
2012-09-17 12:08:44 +02:00 |
Piotr Caban
|
38d7325106
|
msvcp90: VTBL_WRAPPER(60) is unused so remove it.
|
2012-09-17 12:08:34 +02:00 |
Dmitry Timoshkov
|
cfdf84b434
|
windowscodecs: Add support for color table sort flag to the GIF decoder.
|
2012-09-17 12:08:25 +02:00 |
Dmitry Timoshkov
|
ec206a843f
|
windowscodecs: Implement GIF Comment Extension metadata reader.
|
2012-09-17 12:08:11 +02:00 |
Dmitry Timoshkov
|
be28f266ff
|
windowscodecs: Implement GIF Application Extension metadata reader.
|
2012-09-17 12:08:00 +02:00 |
Christian Costa
|
66a817f067
|
dmusic: Create the list of available system ports at the beginning and use it to enumerate ports.
|
2012-09-17 12:07:41 +02:00 |
Christian Costa
|
649a177007
|
dmusic: Rename params in GetMasterClock.
|
2012-09-17 12:07:16 +02:00 |
Christian Costa
|
8c07215f3a
|
dmusic: Rename params in CreateMusicBuffer.
|
2012-09-17 12:06:59 +02:00 |
Christian Costa
|
87d7fe68e2
|
d3dxof: Checkout output pointer and set returned interface to NULL at the beginning.
|
2012-09-17 12:06:47 +02:00 |
Michael Stefaniuc
|
d8d58b238c
|
mshtml: Fix a memory leak on an error path (Smatch).
|
2012-09-17 12:06:04 +02:00 |
Michael Stefaniuc
|
ab381658e0
|
urlmon: Don't generate unreachable break after return (Smatch).
|
2012-09-17 12:05:54 +02:00 |
Michael Stefaniuc
|
dfd4191de4
|
ntdll/tests: Fix a memory leak (Smatch).
|
2012-09-17 12:05:48 +02:00 |