Henri Verbeet [Wed, 14 Oct 2009 08:55:17 +0000 (10:55 +0200)]
wined3d: Remove the useless "changed" and "enabledChanged" fields from struct wined3d_light_info.
Henri Verbeet [Wed, 14 Oct 2009 08:55:16 +0000 (10:55 +0200)]
wined3d: Rename PLIGHTINFOEL to something less awful.
Henri Verbeet [Wed, 14 Oct 2009 08:55:15 +0000 (10:55 +0200)]
wined3d: Get rid of stateblock_copy_values().
Use IWineD3DStateBlockImpl_Capture() for the initial stateblock capture
instead.
Nikolay Sivov [Tue, 13 Oct 2009 19:35:19 +0000 (23:35 +0400)]
comctl32/monthcal: Reduce update rectangle after updating current selection.
Nikolay Sivov [Tue, 13 Oct 2009 18:06:48 +0000 (22:06 +0400)]
comctl32/monthcal: Fix painting selected day, remove unneeded operations.
Nikolay Sivov [Tue, 13 Oct 2009 16:59:39 +0000 (20:59 +0400)]
comctl32/comboex: Handle NULL item text case to avoid crash.
Maarten Lankhorst [Tue, 13 Oct 2009 18:04:22 +0000 (20:04 +0200)]
winealsa.drv: Remove call to snd_pcm_drain.
snd_pcm_drain can cause a deadlock if in the wrong state, and
snd_pcm_drop below does the same thing.
Piotr Caban [Tue, 13 Oct 2009 20:39:20 +0000 (22:39 +0200)]
jscript: Added Global.encodeURIComponent implementation.
Piotr Caban [Tue, 13 Oct 2009 20:08:43 +0000 (22:08 +0200)]
jscript: Fixed Global functions lengths.
Vincent Povirk [Mon, 12 Oct 2009 21:26:01 +0000 (16:26 -0500)]
ole32: Add test showing storage objects can't be opened twice.
Paul Vriens [Tue, 13 Oct 2009 19:03:26 +0000 (21:03 +0200)]
advapi32/tests: Fix a test failure on Vista and higher.
Paul Vriens [Tue, 13 Oct 2009 18:55:34 +0000 (20:55 +0200)]
advapi32/tests: Fix a test failure on W2K and lower.
Jacek Caban [Tue, 13 Oct 2009 18:50:55 +0000 (20:50 +0200)]
mshtml: Return failure in GetContentType if content type is not available.
Jacek Caban [Tue, 13 Oct 2009 18:50:28 +0000 (20:50 +0200)]
mshtml: Added support for DISPATCH_METHOD|DISPATCH_PROPERTYGET calls to InvokeEx implementation.
Jacek Caban [Tue, 13 Oct 2009 18:50:02 +0000 (20:50 +0200)]
mshtml: Use DISPATCH_* macros instead of INVOKE_*.
Jacek Caban [Tue, 13 Oct 2009 18:49:34 +0000 (20:49 +0200)]
mshtml: Added IHTMLFrameBase IDispatchEx support.
Jacek Caban [Tue, 13 Oct 2009 18:49:13 +0000 (20:49 +0200)]
mshtml: Added IHTMLBaseFrame interface stub implementation.
Matteo Bruni [Wed, 30 Sep 2009 18:15:38 +0000 (20:15 +0200)]
wpp: Add I/O callbacks.
Paul Vriens [Tue, 13 Oct 2009 13:40:20 +0000 (15:40 +0200)]
advapi32/tests: Add some extra tests.
Paul Vriens [Tue, 13 Oct 2009 13:39:47 +0000 (15:39 +0200)]
advapi32: Skip leading spaces when parsing.
Paul Vriens [Tue, 13 Oct 2009 11:34:34 +0000 (13:34 +0200)]
advapi32/tests: Make some tests table driven.
Alexandre Julliard [Tue, 13 Oct 2009 12:51:39 +0000 (14:51 +0200)]
winetest: Improve the native dll check to catch .NET dlls too.
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].