Jacek Caban
d43ab58efb
mshtml: Use DISPATCH_* macros instead of INVOKE_*.
2009-10-14 11:22:26 +02:00
Jacek Caban
f6b89e9f15
mshtml: Added IHTMLFrameBase IDispatchEx support.
2009-10-14 11:22:18 +02:00
Jacek Caban
a4deae49b3
mshtml: Added IHTMLBaseFrame interface stub implementation.
2009-10-14 11:21:48 +02:00
Matteo Bruni
e773c516ba
wpp: Add I/O callbacks.
2009-10-13 16:25:43 +02:00
Paul Vriens
17c1881953
advapi32/tests: Add some extra tests.
2009-10-13 16:23:16 +02:00
Paul Vriens
e57edfea8b
advapi32: Skip leading spaces when parsing.
2009-10-13 16:23:09 +02:00
Paul Vriens
69568dac91
advapi32/tests: Make some tests table driven.
2009-10-13 16:22:57 +02:00
Alexandre Julliard
33d91a861a
winetest: Improve the native dll check to catch .NET dlls too.
2009-10-13 14:51:39 +02:00
Aric Stewart
fc5089349d
wininet: Cache basic authentication values based on realm and host.
2009-10-13 14:19:47 +02:00
Alexandre Julliard
44ed5c0423
ntdll: Use the exception code as exit status when no debugger is present.
2009-10-13 14:15:27 +02:00
Dmitry Timoshkov
d3c482250a
rsaenh: Fix the accepted RC2 key length, based on a test case by Dan Kegel.
2009-10-13 14:07:00 +02:00
Charles Davis
c7992a8d26
ntdll: Implement CDROM_ReadQChannel() on Mac OS.
2009-10-13 12:41:30 +02:00
Sergey Khodych
12a417de8a
riched20: Implement handling of WM_KEYDOWN VK_TAB in the dialog mode.
2009-10-13 12:38:58 +02:00
Sergey Khodych
a50ca4ace0
riched20: Implement handling of WM_KEYDOWN VK_ESCAPE in the dialog mode.
2009-10-13 12:38:54 +02:00
Sergey Khodych
8fb119ba8b
riched20: Implement handling of WM_KEYDOWN VK_RETURN in the dialog mode.
2009-10-13 12:38:49 +02:00
Sergey Khodych
851c33ddd9
riched20: Enable the dialog mode after receiving WM_GETDLGCODE message.
2009-10-13 12:38:44 +02:00
Sergey Khodych
205df00c64
riched20: Cache ES_WANTRETURN style.
2009-10-13 12:38:40 +02:00
Alexandre Julliard
2fda19ca98
winex11: Store the device format in the Xrender info structure.
2009-10-13 12:21:53 +02:00
Alexandre Julliard
6193d7def4
winex11: Make all render format pointers const.
2009-10-13 12:06:38 +02:00
Roderick Colenbrander
34116289a5
winex11: Introduce get_xrender_picture for retrieving a Picture from a physDev and allocating a Picture when needed.
2009-10-13 12:03:58 +02:00
Andrew Eikum
1622fd0e7a
mshtml: Add stub implementation for IHTMLDocument6.
2009-10-13 11:38:29 +02:00
Andrew Eikum
44df672a38
mshtml.idl: Add IHTMLDocument6 dispiface.
2009-10-13 11:38:29 +02:00
Andrew Eikum
ba16fc9064
mshtml.idl: Add IHTMLDocumentCompatibleInfo[Collection] dispifaces.
2009-10-13 11:38:28 +02:00
Andrew Eikum
c940ec572a
include: Remove redundant #defines in mshtmdid.h.
2009-10-13 11:38:28 +02:00
Henri Verbeet
8949a2c1ad
wined3d: Remove some code that doesn't make sense.
...
This was introduced by abb11f30cd
, but I don't
see how it could ever do something useful. Perhaps that's a lack of
imagination on my part, but the only situation in which device->stateBlock
should be NULL is while creating the initial stateblock, and in that case we
just returned in the line above. Setting the stream frequency of all streams
to 0x01010101 doesn't make sense either.
2009-10-13 11:38:28 +02:00
Henri Verbeet
aa96a4559e
d3d9: Add some stateblock tests for device resources.
2009-10-13 11:38:28 +02:00
Henri Verbeet
6bd741e3ce
d3d8: Add some stateblock tests for device resources.
2009-10-13 11:38:28 +02:00
Henri Verbeet
da5b491606
wined3d: Capture on a recorded stateblock doesn't record the vertexdeclaration in d3d9.
2009-10-13 11:38:28 +02:00
Henri Verbeet
526839068f
wined3d: Vertex state stateblocks should also record the vertex declaration.
2009-10-13 11:38:28 +02:00
Paul Vriens
3c130309d3
comctl32/tests: Fix a test failure on older comctl32 versions.
2009-10-13 11:28:09 +02:00
Nikolay Sivov
e58b5349fb
comctl32/monthcal: Add separate handler for WM_PRINTCLIENT.
2009-10-13 11:27:59 +02:00
Nikolay Sivov
7beaa88ed9
comctl32/monthcal: Implement handler for WM_ERASEBKGND.
2009-10-13 11:27:52 +02:00
Nikolay Sivov
840a39e90a
comctl32/monthcal: Simplify painting operations, split painting to several helpers.
2009-10-13 11:27:48 +02:00
Jacek Caban
8272ecd3f2
mshtml: Added more events tests.
2009-10-13 11:27:39 +02:00
Jacek Caban
6e319087a9
mshtml: Added IHTMLElement::click implementation.
2009-10-13 11:27:32 +02:00
Jacek Caban
946bd4ae1c
mshtml: Added IHTMLElement3::fireEvent implementation.
2009-10-13 11:27:27 +02:00
Jacek Caban
672bca557a
mshtml: Create nsIDOMEvent in create_event if not available.
2009-10-13 11:27:21 +02:00
Jacek Caban
3e0fa120a8
mshtml: Added IHTMLWindow2::get_length implementation.
2009-10-13 11:27:12 +02:00
Jacek Caban
2d4236bfda
mshtml: Added IHTMLWindow2::name property implementation.
2009-10-13 11:27:07 +02:00
Alexandre Julliard
6310ff1d7b
oleaut32/tests: Fix some test failures on Win64.
2009-10-12 19:45:06 +02:00
Hans Leidekker
d95d7db7f6
sti: Return success from the IStillImageW::UnregisterLaunchApplication stub.
2009-10-12 17:07:05 +02:00
Hans Leidekker
a57d86068e
iphlpapi: Allow both direct and indirect default routes in GetBestRoute.
2009-10-12 17:07:05 +02:00
Hans Leidekker
1e867f3647
hnetcfg: Add stub implementations of INetFwServices and INetFwService.
2009-10-12 17:07:05 +02:00
Hans Leidekker
535025c93d
hnetcfg: Add stub implementations of INetFwOpenPorts and INetFwOpenPort.
2009-10-12 17:07:04 +02:00
Alexandre Julliard
5db3e7d43e
user32: Set last error in WIN_GetRectangles.
2009-10-12 17:07:04 +02:00
Alexandre Julliard
796346f825
user32: Get rid of the 16-bit heap support.
2009-10-12 17:07:04 +02:00
Alexandre Julliard
db79a9f2e9
user32: Use client-side user handles for menus.
2009-10-12 17:07:04 +02:00
Alexandre Julliard
4bb95f4d0f
user32: Use the generic handle functions for windows too.
2009-10-12 17:07:04 +02:00
Alexandre Julliard
da3c4c995a
user32: Use client-side user handles for DeferWindowPos.
2009-10-12 17:07:04 +02:00
Alexandre Julliard
d996f7e334
user32: Add functions for manipulating client-side user handles.
2009-10-12 17:07:04 +02:00