Aric Stewart [Mon, 12 Oct 2009 19:24:18 +0000 (14:24 -0500)]
wininet: Cache basic authentication values based on realm and host.
Alexandre Julliard [Tue, 13 Oct 2009 12:15:27 +0000 (14:15 +0200)]
ntdll: Use the exception code as exit status when no debugger is present.
Dmitry Timoshkov [Tue, 13 Oct 2009 10:25:31 +0000 (19:25 +0900)]
rsaenh: Fix the accepted RC2 key length, based on a test case by Dan Kegel.
Charles Davis [Mon, 12 Oct 2009 19:15:35 +0000 (13:15 -0600)]
ntdll: Implement CDROM_ReadQChannel() on Mac OS.
Sergey Khodych [Sun, 4 Oct 2009 20:16:08 +0000 (23:16 +0300)]
riched20: Implement handling of WM_KEYDOWN VK_TAB in the dialog mode.
Sergey Khodych [Sun, 4 Oct 2009 19:50:50 +0000 (22:50 +0300)]
riched20: Implement handling of WM_KEYDOWN VK_ESCAPE in the dialog mode.
Sergey Khodych [Sun, 4 Oct 2009 19:48:44 +0000 (22:48 +0300)]
riched20: Implement handling of WM_KEYDOWN VK_RETURN in the dialog mode.
Sergey Khodych [Sun, 4 Oct 2009 18:41:48 +0000 (21:41 +0300)]
riched20: Enable the dialog mode after receiving WM_GETDLGCODE message.
Sergey Khodych [Sun, 4 Oct 2009 18:16:25 +0000 (21:16 +0300)]
riched20: Cache ES_WANTRETURN style.
Alexandre Julliard [Tue, 13 Oct 2009 10:21:53 +0000 (12:21 +0200)]
winex11: Store the device format in the Xrender info structure.
Alexandre Julliard [Tue, 13 Oct 2009 10:06:38 +0000 (12:06 +0200)]
winex11: Make all render format pointers const.
Roderick Colenbrander [Thu, 8 Oct 2009 15:24:46 +0000 (17:24 +0200)]
winex11: Introduce get_xrender_picture for retrieving a Picture from a physDev and allocating a Picture when needed.
Andrew Eikum [Mon, 12 Oct 2009 18:39:23 +0000 (13:39 -0500)]
mshtml: Add stub implementation for IHTMLDocument6.
Andrew Eikum [Mon, 12 Oct 2009 18:39:19 +0000 (13:39 -0500)]
mshtml.idl: Add IHTMLDocument6 dispiface.
Andrew Eikum [Mon, 12 Oct 2009 18:39:16 +0000 (13:39 -0500)]
mshtml.idl: Add IHTMLDocumentCompatibleInfo[Collection] dispifaces.
Andrew Eikum [Mon, 12 Oct 2009 18:39:12 +0000 (13:39 -0500)]
include: Remove redundant #defines in mshtmdid.h.
Henri Verbeet [Tue, 13 Oct 2009 08:38:04 +0000 (10:38 +0200)]
wined3d: Remove some code that doesn't make sense.
This was introduced by
abb11f30cd418c6337a93a26981763b20c059172, 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.
Henri Verbeet [Tue, 13 Oct 2009 08:38:03 +0000 (10:38 +0200)]
d3d9: Add some stateblock tests for device resources.
Henri Verbeet [Tue, 13 Oct 2009 08:38:02 +0000 (10:38 +0200)]
d3d8: Add some stateblock tests for device resources.
Henri Verbeet [Tue, 13 Oct 2009 08:38:01 +0000 (10:38 +0200)]
wined3d: Capture on a recorded stateblock doesn't record the vertexdeclaration in d3d9.
Henri Verbeet [Tue, 13 Oct 2009 08:38:00 +0000 (10:38 +0200)]
wined3d: Vertex state stateblocks should also record the vertex declaration.
Paul Vriens [Tue, 13 Oct 2009 06:09:09 +0000 (08:09 +0200)]
comctl32/tests: Fix a test failure on older comctl32 versions.
Nikolay Sivov [Tue, 13 Oct 2009 00:21:27 +0000 (04:21 +0400)]
comctl32/monthcal: Add separate handler for WM_PRINTCLIENT.
Nikolay Sivov [Tue, 13 Oct 2009 00:16:31 +0000 (04:16 +0400)]
comctl32/monthcal: Implement handler for WM_ERASEBKGND.
Nikolay Sivov [Tue, 13 Oct 2009 00:05:31 +0000 (04:05 +0400)]
comctl32/monthcal: Simplify painting operations, split painting to several helpers.
Jacek Caban [Mon, 12 Oct 2009 22:42:37 +0000 (00:42 +0200)]
mshtml: Added more events tests.
Jacek Caban [Mon, 12 Oct 2009 22:42:22 +0000 (00:42 +0200)]
mshtml: Added IHTMLElement::click implementation.
Jacek Caban [Mon, 12 Oct 2009 22:42:02 +0000 (00:42 +0200)]
mshtml: Added IHTMLElement3::fireEvent implementation.
Jacek Caban [Mon, 12 Oct 2009 22:41:44 +0000 (00:41 +0200)]
mshtml: Create nsIDOMEvent in create_event if not available.
Jacek Caban [Mon, 12 Oct 2009 22:41:28 +0000 (00:41 +0200)]
mshtml: Added IHTMLWindow2::get_length implementation.
Jacek Caban [Mon, 12 Oct 2009 22:41:11 +0000 (00:41 +0200)]
mshtml: Added IHTMLWindow2::name property implementation.
Alexandre Julliard [Mon, 12 Oct 2009 17:45:06 +0000 (19:45 +0200)]
oleaut32/tests: Fix some test failures on Win64.
Hans Leidekker [Mon, 12 Oct 2009 11:39:54 +0000 (13:39 +0200)]
sti: Return success from the IStillImageW::UnregisterLaunchApplication stub.
Hans Leidekker [Mon, 12 Oct 2009 11:39:30 +0000 (13:39 +0200)]
iphlpapi: Allow both direct and indirect default routes in GetBestRoute.
Hans Leidekker [Mon, 12 Oct 2009 11:38:57 +0000 (13:38 +0200)]
hnetcfg: Add stub implementations of INetFwServices and INetFwService.
Hans Leidekker [Mon, 12 Oct 2009 11:38:29 +0000 (13:38 +0200)]
hnetcfg: Add stub implementations of INetFwOpenPorts and INetFwOpenPort.
Alexandre Julliard [Mon, 12 Oct 2009 13:51:12 +0000 (15:51 +0200)]
user32: Set last error in WIN_GetRectangles.
Alexandre Julliard [Mon, 12 Oct 2009 12:32:21 +0000 (14:32 +0200)]
user32: Get rid of the 16-bit heap support.
Alexandre Julliard [Mon, 12 Oct 2009 12:30:34 +0000 (14:30 +0200)]
user32: Use client-side user handles for menus.
Alexandre Julliard [Mon, 12 Oct 2009 12:29:34 +0000 (14:29 +0200)]
user32: Use the generic handle functions for windows too.
Alexandre Julliard [Mon, 12 Oct 2009 13:31:22 +0000 (15:31 +0200)]
user32: Use client-side user handles for DeferWindowPos.
Alexandre Julliard [Mon, 12 Oct 2009 12:27:55 +0000 (14:27 +0200)]
user32: Add functions for manipulating client-side user handles.
Alexandre Julliard [Mon, 12 Oct 2009 12:25:01 +0000 (14:25 +0200)]
server: Add support for allocating purely client-side user handles.
Jeff Zaroyko [Sat, 10 Oct 2009 07:30:47 +0000 (18:30 +1100)]
wined3d: Fix prototype for set_texture_matrix.
Louis Lenders [Sun, 11 Oct 2009 21:12:30 +0000 (23:12 +0200)]
dwmapi: Add stub for DwmGetGraphicsStreamTransformHint.
Louis Lenders [Sun, 11 Oct 2009 21:02:27 +0000 (23:02 +0200)]
include: Add definition of MilMatrix3x2D.
Austin English [Sun, 11 Oct 2009 07:21:52 +0000 (02:21 -0500)]
include: fix a compiler warning on GNU/FreeBSD.
Nikolay Sivov [Sun, 11 Oct 2009 15:02:51 +0000 (19:02 +0400)]
comctl32/monthcal: Fix today link test.
Nikolay Sivov [Sun, 11 Oct 2009 14:43:52 +0000 (18:43 +0400)]
comctl32/datetime: Use SDK class name for inner button window.
Nikolay Sivov [Sun, 11 Oct 2009 14:23:16 +0000 (18:23 +0400)]
comctl32/datetime: It isn't allowed to change DTS_SHOWNONE after creation.
Nikolay Sivov [Sun, 11 Oct 2009 14:12:46 +0000 (18:12 +0400)]
comctl32/datetime: Fix wrong assumption about DTN_DATETIMECHANGE flags, add DTN_CLOSEUP notifications.
Nikolay Sivov [Sun, 11 Oct 2009 13:05:36 +0000 (17:05 +0400)]
comctl32/datetime: Get rid of duplicated helper.
Nikolay Sivov [Sun, 11 Oct 2009 12:25:17 +0000 (16:25 +0400)]
comctl32: Don't use additional heap allocated pointer to old window procedure.
Nikolay Sivov [Sun, 11 Oct 2009 11:33:02 +0000 (15:33 +0400)]
comctl32/monthcal: Fix selection during navigation with prev/next buttons.
Nikolay Sivov [Sun, 11 Oct 2009 01:03:59 +0000 (05:03 +0400)]
comctl32/monthcal: Fix multiselection days painting, including intersections with prev/next months.
Nikolay Sivov [Sun, 11 Oct 2009 00:28:09 +0000 (04:28 +0400)]
comctl32/monthcal: Simplify parameter set of day of week calculation helper.
Nikolay Sivov [Sat, 10 Oct 2009 23:54:11 +0000 (03:54 +0400)]
comctl32/monthcal: Fix column/row calculation for previous and next month.
Nikolay Sivov [Sat, 10 Oct 2009 20:32:59 +0000 (00:32 +0400)]
comctl32/monthcal: Fix a test skip condition - zero is a valid day of week.
Nikolay Sivov [Sat, 10 Oct 2009 20:28:51 +0000 (00:28 +0400)]
comctl32/monthcal: Handle over/underflow while navigation with month menu.
Nikolay Sivov [Sat, 10 Oct 2009 19:12:43 +0000 (23:12 +0400)]
comctl32/monthcal: Handle September 1752 with a special case - it's a 19 day month.
Nikolay Sivov [Sat, 10 Oct 2009 17:20:26 +0000 (21:20 +0400)]
comctl32/monthcal: Reuse existing calls to get day of week.
Nikolay Sivov [Sat, 10 Oct 2009 17:04:16 +0000 (21:04 +0400)]
comctl32/monthcal: Process UpDown year control through subclass procedure.
Nikolay Sivov [Fri, 9 Oct 2009 23:27:33 +0000 (03:27 +0400)]
comctl32/tab: Support for TCN_KEYDOWN notification.
Nikolay Sivov [Fri, 9 Oct 2009 22:40:03 +0000 (02:40 +0400)]
comctl32/tab: Handle item focusing better (including keyboard support).
Nikolay Sivov [Fri, 9 Oct 2009 19:26:13 +0000 (23:26 +0400)]
comctl32/tab: Add more TRACE(), further cleanup.
Nikolay Sivov [Fri, 9 Oct 2009 18:42:32 +0000 (22:42 +0400)]
comctl32/tab: Remove dead parameter check code.
Nikolay Sivov [Fri, 9 Oct 2009 18:35:54 +0000 (22:35 +0400)]
comctl32/tab: Remove unnecessary helper parameter, use SDK name for UpDown control.
Nikolay Sivov [Fri, 9 Oct 2009 18:27:32 +0000 (22:27 +0400)]
comctl32/tab: Cache window GWL_STYLE style.
Dmitry Timoshkov [Mon, 12 Oct 2009 08:20:57 +0000 (17:20 +0900)]
kernel32: Implement HeapQueryInformation, add some basic tests for it.
Paul Vriens [Mon, 12 Oct 2009 07:21:25 +0000 (09:21 +0200)]
user32/tests: Fix an intermittent test failure.
Henri Verbeet [Mon, 12 Oct 2009 08:10:26 +0000 (10:10 +0200)]
d3d10: Explicitly handle D3D10_SVC_STRUCT in set_variable_vtbl().
Henri Verbeet [Mon, 12 Oct 2009 08:10:25 +0000 (10:10 +0200)]
d3d9: Cleanup the stateblock test callbacks a bit.
Henri Verbeet [Mon, 12 Oct 2009 08:10:24 +0000 (10:10 +0200)]
d3d8: Cleanup the stateblock test callbacks a bit.
This mostly just makes the naming more conistent with what we use in other D3D
code, but also passes the device to the init() and cleanup() callbacks to
allow device resources to be created there. Future tests require this.
Henri Verbeet [Mon, 12 Oct 2009 08:10:23 +0000 (10:10 +0200)]
d3d9: Only run the vertex/pixel shader constant apply tests when the implementation supports them.
Detlef Riekenberg [Sun, 11 Oct 2009 19:01:36 +0000 (21:01 +0200)]
advapi32: Add stubs for ControlTrace[A|W].
Detlef Riekenberg [Sun, 11 Oct 2009 18:02:13 +0000 (20:02 +0200)]
advapi32: Add stub for EnableTrace.
Detlef Riekenberg [Sun, 11 Oct 2009 15:38:21 +0000 (17:38 +0200)]
advapi32: Add stubs for StartTrace[A|W].
Detlef Riekenberg [Sun, 11 Oct 2009 15:19:29 +0000 (17:19 +0200)]
advapi32: Add stubs for QueryAllTraces[A|W].
Detlef Riekenberg [Sun, 11 Oct 2009 15:09:04 +0000 (17:09 +0200)]
include: Add typedef for EVENT_TRACE_PROPERTIES.
Detlef Riekenberg [Sun, 11 Oct 2009 15:08:12 +0000 (17:08 +0200)]
include: Add typedef for WNODE_HEADER.
Dmitry Timoshkov [Mon, 12 Oct 2009 08:20:40 +0000 (17:20 +0900)]
user32: Make sure that focus_rect is always initialized.
Jeffrey Morlan [Sun, 11 Oct 2009 20:02:40 +0000 (13:02 -0700)]
netapi32: Fix heap buffer overflows.
Jacek Caban [Sun, 11 Oct 2009 19:24:51 +0000 (21:24 +0200)]
shdocvw: Improved debug messages.
Ken Thomases [Sun, 11 Oct 2009 19:14:36 +0000 (14:14 -0500)]
winecoreaudio: Minor grammar fix in comment.
Ken Thomases [Sun, 11 Oct 2009 19:14:03 +0000 (14:14 -0500)]
winecoreaudio: Fix an error check (bad copy-paste).
Ken Thomases [Sun, 11 Oct 2009 19:13:42 +0000 (14:13 -0500)]
winecoreaudio: Fix declaration of CoreAudio_MIDIRelease to match definition.
Ken Thomases [Sun, 11 Oct 2009 19:13:23 +0000 (14:13 -0500)]
winecoreaudio: Allow opening multiple wave-out instances.
Ken Thomases [Sun, 11 Oct 2009 19:12:48 +0000 (14:12 -0500)]
winecoreaudio: For WODM_* messages, treat dwUser as a driver instance handle.
Ken Thomases [Sun, 11 Oct 2009 19:12:20 +0000 (14:12 -0500)]
winecoreaudio: Make wodMessage signature match WINEMM_msgFunc32 typedef.
Ken Thomases [Sun, 11 Oct 2009 19:12:01 +0000 (14:12 -0500)]
winecoreaudio: Move instance-specific fields of WINE_WAVEOUT to sub-struct.
Ken Thomases [Sun, 11 Oct 2009 19:11:49 +0000 (14:11 -0500)]
winecoreaudio: Remove some unused structure fields.
Ken Thomases [Sun, 11 Oct 2009 19:11:37 +0000 (14:11 -0500)]
winecoreaudio: Add more debug logging.
Ken Thomases [Sun, 11 Oct 2009 19:11:19 +0000 (14:11 -0500)]
winecoreaudio: Consolidate formatting of FOURCC values in a function.
Jacek Caban [Sun, 11 Oct 2009 19:11:35 +0000 (21:11 +0200)]
mshtml: Added IHTMLLocation::put_href implementation.
Jacek Caban [Sun, 11 Oct 2009 19:11:03 +0000 (21:11 +0200)]
mshtml: Moved QueryService call to hlink_frame_navigate.
Jacek Caban [Sun, 11 Oct 2009 19:10:47 +0000 (21:10 +0200)]
mshtml: Improved IHTMLElement2::doScroll stub.
Jacek Caban [Sun, 11 Oct 2009 19:10:07 +0000 (21:10 +0200)]
mshtml: Return NULL documentElement in READYSTATE_UNINITIALIZED state.
Paul Vriens [Sun, 11 Oct 2009 08:21:26 +0000 (10:21 +0200)]
shell32/tests: Fix test failure on Cyrillic locales.
Andrey Turkin [Sat, 10 Oct 2009 13:52:09 +0000 (17:52 +0400)]
advapi32: Ignore invalid MultipleTrusteeOperation values in SetEntriesInAcl.
Andrey Turkin [Sat, 10 Oct 2009 11:09:02 +0000 (15:09 +0400)]
ntdll: Run TLS callbacks in zero-sized TLS directories.