Francois Gouget
|
b8050f0571
|
Assorted spelling fixes.
|
2012-09-04 16:15:52 +02:00 |
Nikolay Sivov
|
2bb07936ef
|
oleaut32: Added some VT_DECIMAL rounding tests.
|
2012-09-04 16:15:51 +02:00 |
Michael Geddes
|
cf41a41738
|
tapi32: Stub some missing functions.
|
2012-09-04 16:15:50 +02:00 |
Chae Jong Bin
|
4c6c8ed041
|
fltlib: Add stub for FilterUnload.
|
2012-09-04 16:15:49 +02:00 |
Chae Jong Bin
|
ecdd6c58c5
|
netapi32: Add stub for NetScheduleJobAdd.
|
2012-09-04 16:15:48 +02:00 |
Jacek Caban
|
6ba7a1964a
|
jscript: Fixed empty cases in the end of switch statement.
|
2012-09-04 16:15:45 +02:00 |
Jacek Caban
|
a1e6835d0e
|
mshtml: Added IHTMLElement::contains implementation.
|
2012-09-04 15:06:41 +02:00 |
Jacek Caban
|
d898f27af4
|
mshtml: Added IHTMLStyle::put_pixelWidth implementation.
|
2012-09-04 15:06:36 +02:00 |
Jacek Caban
|
f63da13c28
|
mshtml: Added IHTMLWindow2::onhelp property implementation.
|
2012-09-04 15:06:28 +02:00 |
Jacek Caban
|
4ff0a82416
|
mshtml: Properly expose frame and iframe element's windows to scripts.
|
2012-09-04 15:06:11 +02:00 |
Henri Verbeet
|
99d1c9ba82
|
d3d10: Improve a couple of debug messages.
|
2012-09-04 15:05:32 +02:00 |
Henri Verbeet
|
0f372135bb
|
d3d10: Handle D3D10_SVT_UINT in read_int32_value() and read_int8_value().
|
2012-09-04 15:05:27 +02:00 |
Henri Verbeet
|
66ec8a5cfb
|
wined3d: Get rid of wined3d_device_get_wined3d().
|
2012-09-04 15:05:22 +02:00 |
Hans Leidekker
|
5c074732d5
|
wbemprox: Implement Win32_ComputerSystem.DomainRole.
|
2012-09-04 15:05:15 +02:00 |
Hans Leidekker
|
a568d08c5f
|
wbemprox: Implement IWbemClassObject::GetObjectText.
|
2012-09-04 15:05:10 +02:00 |
Hans Leidekker
|
4e2c2e5a64
|
wbemprox: Add support for boolean values in get_value_bstr.
|
2012-09-04 15:05:04 +02:00 |
Hans Leidekker
|
bbb823f8c2
|
wbemprox: Add a function to query the service configuration.
|
2012-09-04 15:04:58 +02:00 |
Hans Leidekker
|
d582950db2
|
wbemprox: Get rid of a duplicate string constant.
|
2012-09-04 15:04:51 +02:00 |
Rico Schüller
|
6268414cab
|
d3dx9: Remove ID3DXMatrixStackImpl typedef.
|
2012-09-04 15:04:40 +02:00 |
Rico Schüller
|
27b7fdf663
|
d3dx9: Use sizeof variable instead of type.
|
2012-09-04 15:04:34 +02:00 |
Rico Schüller
|
7d08ae9b29
|
d3dx9: Make '\0' the default case in get_constant_by_name().
|
2012-09-04 15:04:23 +02:00 |
Rico Schüller
|
b999ab16b3
|
d3dx9: Fix ID3DXConstantTable::GetConstantElement() for structs.
|
2012-09-04 15:04:09 +02:00 |
Jason Edmeades
|
c5a72379a1
|
cmd: Fix renaming inside directories.
|
2012-09-04 15:04:01 +02:00 |
Jason Edmeades
|
94f9e789c9
|
cmd: Fix rmdir error during recursive delete.
|
2012-09-04 15:03:44 +02:00 |
Alexandre Julliard
|
514eb69584
|
winex11: Store the rectangle of the GL drawable and use it when updating the window size.
|
2012-09-04 15:03:04 +02:00 |
Alexandre Julliard
|
ea07c310ec
|
winex11: Create the whole window at window creation time.
|
2012-09-04 14:11:16 +02:00 |
Alexandre Julliard
|
a76f60d14e
|
server: Always repaint the whole non-client area if part of it is exposed.
|
2012-09-04 14:11:07 +02:00 |
Alexandre Julliard
|
2dc234d923
|
user32: Only show a window the first time WS_VISIBLE is toggled, to work around Steam's WM_SETREDRAW usage.
|
2012-09-04 12:38:33 +02:00 |
Marcus Meissner
|
54f06e6b84
|
wbemprox: Break out of loop when out of memory (Coverity).
|
2012-09-03 17:44:42 +02:00 |
Marcus Meissner
|
bf8c45f3ed
|
joy.cpl: Added missing break; (Coverity).
|
2012-09-03 17:43:58 +02:00 |
Marcus Meissner
|
2288851c90
|
msctf: Also free the sink in the non-source branch (Coverity).
|
2012-09-03 17:43:47 +02:00 |
Marcus Meissner
|
439605634e
|
dinput: No need for null ptr check of pKeyboard.
|
2012-09-03 17:43:38 +02:00 |
Marcus Meissner
|
5ae8629fca
|
gdiplus: Avoid uninitialized usage of bitmap (Coverity).
|
2012-09-03 17:43:31 +02:00 |
Jacek Caban
|
fcc3a77ae5
|
mshtml: Added IHTMLIFrameElement3 stub implementation.
|
2012-09-03 17:42:50 +02:00 |
Jacek Caban
|
12a35ac9de
|
mshtml: Added IHTMLIFrameElement2 stub implementation.
|
2012-09-03 17:42:45 +02:00 |
Jacek Caban
|
d71ce1a282
|
mshtml.idl: Added IHTMLIFrameElement2 and IHTMLIFrameElement3 declarations.
|
2012-09-03 17:42:41 +02:00 |
Jacek Caban
|
2dcb37e520
|
mshtml: Use nsIDOMWindowCollection::NamedItem in get_window_by_name.
|
2012-09-03 17:42:38 +02:00 |
Jacek Caban
|
a535417443
|
mshtml: Open targeted anchors in existing frames if available.
|
2012-09-03 17:42:34 +02:00 |
Jacek Caban
|
d3b77c4507
|
mshtml: Moved getting frame by name to separated function.
|
2012-09-03 17:42:29 +02:00 |
Alexandre Julliard
|
9f042298f7
|
winex11: Move the GL drawable management to opengl.c.
|
2012-09-03 16:45:51 +02:00 |
Alexandre Julliard
|
ef034e71e2
|
winex11: Treat the client window as an OpenGL drawable.
|
2012-09-03 16:45:51 +02:00 |
Alexandre Julliard
|
fbac3194a5
|
winex11: Store the OpenGL drawable in a separate structure with its own context.
|
2012-09-03 16:45:51 +02:00 |
Alexandre Julliard
|
d596b62d95
|
winex11: Only create the client window when the pixel format is changed.
|
2012-09-03 16:45:50 +02:00 |
Daniel Jelinski
|
e389326bdd
|
comctl32/listview: Do not draw unnecessary grid lines.
|
2012-09-03 16:45:50 +02:00 |
Dan Kegel
|
481a8036ea
|
msvcr100: Add wmemmove_s and wmemcpy_s.
|
2012-09-03 16:45:46 +02:00 |
Jacek Caban
|
7fec767864
|
jscript: Fixed argument conversion in disp_call_value when 'this' is specified.
|
2012-09-03 16:13:21 +02:00 |
Jacek Caban
|
3cd189c0c0
|
urlmon: Added more tests.
|
2012-09-03 16:10:27 +02:00 |
Jacek Caban
|
719ab21d75
|
urlmon: Avoid direct notifications from callbacks from Read call.
|
2012-09-03 16:10:23 +02:00 |
Jacek Caban
|
8bf9d8e90d
|
urlmon: Process pending tasks before exiting Start function.
|
2012-09-03 16:10:20 +02:00 |
Jacek Caban
|
3636a25279
|
urlmon: Added better debug traces for BINDSTATUS values.
|
2012-09-03 16:10:16 +02:00 |