Jacek Caban
7f7ea0e116
mshtml: Added IHTMLEventObj::get_keyCode implementation.
2009-09-08 13:40:41 +02:00
Jacek Caban
63e0b63ff9
mshtml: Addded IHTMLEventObj::get_shiftKey implementation.
2009-09-08 13:40:36 +02:00
Jacek Caban
066e0812e6
mshtml: Added IHTMLEventObj::get_ctrKey implementation.
2009-09-08 13:40:28 +02:00
Jacek Caban
461b3768d2
mshtml: Added IHTMLEventObj::get_altKey implementation.
2009-09-08 13:40:22 +02:00
Jacek Caban
145d53e2ac
mshtml: Added IHTMLEventObj::get_type implementation.
2009-09-08 13:40:16 +02:00
Jacek Caban
a6ee270f0f
mshtml: Always create event object in fire_event.
2009-09-08 13:40:09 +02:00
Jacek Caban
50ab5620e8
mshtml: Move event handlers invocation to separated function.
2009-09-08 13:40:02 +02:00
Jacek Caban
872a89436d
mshtml.idl: Added missing hidden attributes.
2009-09-08 13:39:53 +02:00
Jacek Caban
2aee9e3fc2
mshtml: Added GetNextDispID and GetMemberName tests.
2009-09-08 13:39:46 +02:00
Jacek Caban
00457c7f3d
mshtml: Added GetMemberName implementation.
2009-09-08 13:39:38 +02:00
Jacek Caban
249ab3b33f
mshtml: Added IDispatchEx::GetNextDispID implementation.
2009-09-08 13:39:30 +02:00
Jacek Caban
6767b74032
mshtml: Move builtin function info lookup to separated function.
2009-09-08 13:39:23 +02:00
Paul Vriens
9cf0563fb9
jscript: Updated Dutch translations.
2009-09-08 13:07:26 +02:00
Austin English
ba151944b4
netapi32: Add a stub for NetGroupGetInfo.
2009-09-08 13:07:20 +02:00
Vitaliy Margolen
9d86110327
dinput: Convert axis mapping array to int instead of BYTE. BYTE is unsigned and char isn't enough to store all possible axis values.
2009-09-08 13:07:09 +02:00
Vitaliy Margolen
f6351117f1
dinput: Move axes and buttons queries into initial joystick discovery for joydev driver.
2009-09-08 13:07:01 +02:00
Austin English
a188b56d52
hal: Add a stub for HalGetBusDataByOffset.
2009-09-08 13:06:55 +02:00
Dmitry Timoshkov
8d524700d3
riched20: Make vtables const.
2009-09-08 13:06:49 +02:00
André Hentschel
4705d60ba1
oleaut32/tests: Add a testcase for vartype.
2009-09-08 13:06:46 +02:00
Jeff Zaroyko
350fcb73eb
readme: Git is not an acronym.
2009-09-08 13:06:39 +02:00
Jacek Caban
1e7b90463e
jscript: Added 'in' expression implementation.
2009-09-08 13:06:32 +02:00
Jacek Caban
dda957d87c
jscript: Fixed typeof implementation for null VT_DISPATCH.
2009-09-08 13:06:24 +02:00
Henri Verbeet
d1f5fa65d0
wined3d: Fix some function pointers and typedefs.
2009-09-08 13:06:14 +02:00
Henri Verbeet
f8a3a5fd49
wined3d: Check the correct debug channel in shader_arb_load_constantsF().
2009-09-08 13:06:07 +02:00
Henri Verbeet
f928d6ec87
wined3d: Fix shader_arb_load_constantsF().
2009-09-08 13:06:01 +02:00
Henri Verbeet
400ff9f72d
d3d10: Implement IsValid() for a few interfaces.
2009-09-08 13:05:52 +02:00
Henri Verbeet
cd1afd72eb
d3d10: Add the ID3D10EffectSamplerVariable interface.
2009-09-08 13:05:46 +02:00
Henri Verbeet
a6afc5e0a4
d3d10: Add the ID3D10EffectRasterizerVariable interface.
2009-09-08 13:05:41 +02:00
Stefan Dösinger
e1469961d4
wined3d: Test and fix ddraw and d3d9 GetDC differences.
...
The MSDN is not totally correct: A8R8G8B8 and A1R5G5B5 also allow GetDC. The
main differences that have to be filtered out in d3d9.dll are GetDC on
A8B8G8R8, X8B8G8R8 and P8.
2009-09-08 13:04:52 +02:00
Stefan Dösinger
65f3d54da5
wined3d: Silence a compiler warning.
2009-09-08 13:03:24 +02:00
Stefan Dösinger
d6547c535b
wined3d: Only generate the clipplane emulation KIL if a clipplane is used.
...
The KIL is quite expensive because it forces drivers to disable early Z
discard. It is cheaper to generate and switch between two shaders.
2009-09-08 13:03:03 +02:00
Vincent Povirk
5a1fb6bd9c
windowscodecs: Fix the bmpformat test on Windows 7.
2009-09-08 12:14:05 +02:00
Marcus Meissner
5006da3bb7
oleview: Fixed bad error check.
2009-09-08 12:13:32 +02:00
Marcus Meissner
063ddfeead
wineoss.drv: Avoid mixer fd leak.
2009-09-08 12:13:29 +02:00
Peter Dons Tychsen
7c1ae27443
mshtml: Fix crash because of usage of pointer before cheking if it is NULL.
2009-09-08 12:13:19 +02:00
Vincent Povirk
aef202507b
gdiplus: Remove unused bitmap flipping code.
2009-09-08 12:13:07 +02:00
Vincent Povirk
0313f88794
gdiplus: Disable alpha channel support for BMP images.
2009-09-08 12:13:01 +02:00
Vincent Povirk
91e0ee260b
gdiplus: Use WIC to decode PNG files.
2009-09-08 12:12:54 +02:00
Vincent Povirk
947e39dbc7
gdiplus: Use WIC to decode BMP files.
2009-09-08 12:12:45 +02:00
Vincent Povirk
e23ccb787d
gdiplus: Fix a copy outside allocated memory in GdipCreateTextureIA.
2009-09-08 12:12:39 +02:00
Vincent Povirk
ba09567716
gdiplus: Test for the lowest rejected startup version.
2009-09-08 12:12:34 +02:00
Mike Kaplinskiy
3f232785d3
ntdll: Remember to set the iosb status if using a worker thread for serial wait.
2009-09-08 12:12:28 +02:00
Hans Leidekker
6cde75646a
winhttp: Make tests pass on Win7. Conform to the more recent behavior.
2009-09-08 12:12:22 +02:00
Hans Leidekker
f7a4936fc4
usp10: Make tests pass on Win7. Conform to the more recent behavior.
2009-09-08 12:12:18 +02:00
Roderick Colenbrander
70241904b9
winex11: Always adjust the color_shifts pointer when SelectBitmap is called.
2009-09-08 12:12:13 +02:00
Ge van Geldorp
1e6a80133b
gdiplus/tests: Fix tests on Win7.
2009-09-08 12:12:00 +02:00
Ge van Geldorp
1c65c6d6f9
ws2_32/tests: Add acceptable error codes for Win7.
2009-09-08 12:11:56 +02:00
Ge van Geldorp
b5d7025932
user32/tests: Skip test on non-US keyboard.
2009-09-08 12:11:52 +02:00
Piotr Caban
782dea35f8
jscript: Fix 'object expected' error number.
2009-09-08 12:11:46 +02:00
Frédéric Delanoy
90d2c25961
jscript: Update French translation.
2009-09-08 12:11:42 +02:00