André Hentschel
171abcc401
qedit/tests: Improve test messages.
2013-04-29 11:42:55 +02:00
Detlef Riekenberg
ea516bfc10
shell32: Fix a copy & paste typo.
2013-04-29 11:42:06 +02:00
Andrew Eikum
ace442f3b7
winmm/tests: Only test non-mapper devices in interactive mode.
...
Other devices might be less reliable, but we should generally expect
WAVE_MAPPER to behave well. This also massively reduces test runtime,
depending on how many devices are present.
2013-04-29 11:41:59 +02:00
Alexandre Julliard
b55a27a16a
Release 1.5.29.
2013-04-26 20:04:15 +02:00
Piotr Caban
b3fb1b0408
mshtml: Support IObjectIdentity interface in HTMLWindow object.
2013-04-26 16:28:38 +02:00
Piotr Caban
a6fbf560e9
mshtml: Limit number of tasks processed in process_timer.
2013-04-26 16:28:33 +02:00
Matteo Bruni
58dc0346d6
wined3d: Remove some, now unnecessary, glReadBuffer(GL_NONE) calls.
...
This reverts parts of e4efcea223
and
8e12b2e61e
.
2013-04-26 16:28:22 +02:00
Matteo Bruni
bda63dd4a9
wined3d: Set GL_NONE for glReadBuffer / glDrawBuffer on FBO initialization.
2013-04-26 16:28:19 +02:00
Christian Costa
896ff53774
d3dcompiler_43: Turn FIXME into TRACE as D3DCompiler is no longer a stub.
2013-04-26 16:28:07 +02:00
Christian Costa
9d18b3de14
d3dx9_36: Use more appropriate function names.
2013-04-26 16:28:02 +02:00
Detlef Riekenberg
710555cf91
shell32/tests: Add tests for SHGetStockIconInfo.
2013-04-26 11:56:44 +02:00
Detlef Riekenberg
eafc9e84a6
shell32: Add a semi-stub for SHGetStockIconInfo.
2013-04-26 11:55:26 +02:00
Christian Costa
0fa2eddca2
shdocvw: Don't set res variable since it's not ckecked after the call.
2013-04-26 11:49:20 +02:00
Ken Thomases
51129752bc
winemac: For SetCursorPos(), reset positions of pending mouse button and scroll events.
...
They are effectively deemed to have happened after the SetCursorPos().
2013-04-26 11:48:53 +02:00
Ken Thomases
a6722029e5
winemac: Work around mouse "pausing" after CGWarpMouseCursorPosition().
2013-04-26 11:48:36 +02:00
Dmitry Timoshkov
fa5c708c41
kernel32/tests: Add some tests for remote process termination.
2013-04-26 11:48:32 +02:00
Stefan Dösinger
76941eff00
wined3d: Move gl_info->limits.max_texture_stages to d3d_info.
2013-04-25 20:25:10 +02:00
Stefan Dösinger
ac99d53991
wined3d: Move valid_rt_mask to wined3d_d3d_info.
2013-04-25 20:25:10 +02:00
Stefan Dösinger
cb01fb27b1
wined3d: Move max_ffp_textures to wined3d_d3d_info.
2013-04-25 20:25:09 +02:00
Stefan Dösinger
768e8c098c
wined3d: Move shader limits to wined3d_d3d_info.
2013-04-25 20:25:09 +02:00
Stefan Dösinger
f7580726b0
wined3d: Don't pass the device to gen_ffp_frag_op.
2013-04-25 20:25:08 +02:00
Stefan Dösinger
820c12c98f
wined3d: Access gl_info and d3d_info from the context in find_arb_*_compile_args.
2013-04-25 20:25:08 +02:00
Stefan Dösinger
16e862ba9d
wined3d: Add a new structure for d3d limits and other info.
2013-04-25 20:25:07 +02:00
Christian Costa
0321e63641
d3dx9_36: Add DIB file support to D3DXSaveSurfaceToFileInMemory.
2013-04-25 20:25:07 +02:00
Christian Costa
792e2ee248
d3dx9_36: Add DIB file support to D3DXLoadSurfaceFromFileInMemory.
2013-04-25 20:25:07 +02:00
Christian Costa
4653b839e7
d3dx9_36: Add support for DIB file in D3DXGetImageInfoFromFileInMemory.
2013-04-25 20:25:06 +02:00
Jacek Caban
b46ace51f8
jscript: Optimize String.concat implementation.
2013-04-25 15:41:53 +02:00
Alistair Leslie-Hughes
f5d64e0613
oledb32: Implement DataConvert DBTYPE_VARIANT->DBTYPE_UI4.
2013-04-25 13:42:16 +02:00
Hans Leidekker
736a4239a0
wininet: Always return errors from NETCON_recv.
2013-04-25 13:40:02 +02:00
Hans Leidekker
2145b637fd
wininet: Get rid of the clear parameter to HTTP_GetResponseHeaders.
2013-04-25 13:40:01 +02:00
Hans Leidekker
669a1b3562
wininet/tests: Improve error reporting in a couple of tests.
2013-04-25 13:40:01 +02:00
Henri Verbeet
b8e3cee783
d3drm: Avoid LPDIRECT3DRMLIGHT.
2013-04-25 13:40:00 +02:00
Henri Verbeet
1013b54915
d3drm: Avoid LPDIRECT3DRMFACE2.
2013-04-25 13:40:00 +02:00
Henri Verbeet
589eea0ca0
d3drm: Avoid LPDIRECT3DRMFACE.
2013-04-25 13:39:58 +02:00
Henri Verbeet
471991eb9a
wined3d: Introduce a wined3d_vertex_pipe_ops structure.
2013-04-25 13:39:56 +02:00
Henri Verbeet
76bbf106a2
winex11: Move the desktop process check from X11DRV_ClipCursor() to grab_clipping_window().
...
We don't want to clip in the desktop process, but we still need it to call
ungrab_clipping_window() if the process that was previously clipping didn't.
This can happen for example when fullscreen clipping is enabled, but the
corresponding window isn't explicitly destroyed before process exit.
2013-04-25 11:47:39 +02:00
Dmitry Timoshkov
e54c49d940
kernel32: Test LdrShutdownProcess behaviour only after NtTerminateProcess(0) call.
2013-04-25 11:46:09 +02:00
Ken Thomases
a34168edaa
winemac: Fix an off-by-one error in macdrv_wglChoosePixelFormatARB().
2013-04-25 11:45:11 +02:00
Ken Thomases
dfa2ba390d
winemac: Improve logging from wglChoosePixelFormatARB() and wglGetPixelFormatAttribivARB().
2013-04-25 11:45:07 +02:00
Ken Thomases
1c7a2ba33b
winemac: If an app opens a window shortly after its systray icon is clicked, activate it.
...
The Mac driver doesn't normally steal focus, but a click on the systray icon
counts as the user giving permission.
2013-04-25 11:44:42 +02:00
Sergey Guralnik
9d08045ad1
extrac32: Add /D switch support.
2013-04-24 20:15:29 +02:00
Alistair Leslie-Hughes
b4b45471ca
oledb32: Implement DataConvert DBTYPE_BOOL->VARIANT.
2013-04-24 19:42:34 +02:00
Piotr Caban
103693e43b
wininet: Load persistent cookies from other paths in get_cookie function.
2013-04-24 19:42:19 +02:00
Dan Kegel
c9d1a1906e
user32: Add assembly wrapper for calling hook procedures.
2013-04-24 19:40:44 +02:00
Stefan Dösinger
c371af0d5c
wined3d: Get rid of device->view_ident.
2013-04-24 18:26:56 +02:00
Stefan Dösinger
098105dca4
d3d9/tests: Don't test for equality in d3d9's depth_blit_test.
2013-04-24 18:26:48 +02:00
Stefan Dösinger
a4babd2ed3
d3d9/tests: Nvidia cannot handle 2x1 YUY2/UYVY surfaces.
2013-04-24 18:26:39 +02:00
Stefan Dösinger
6f8d25635d
d3d9/tests: Add r500 fp_special results.
2013-04-24 18:26:32 +02:00
Stefan Dösinger
67e57c84b9
d3d9/tests: Correct nv40 results.
2013-04-24 18:26:30 +02:00
Jacek Caban
2ac35ac441
jscript: Use single string instance for strings representing NULL BSTR instead of a flag.
2013-04-24 14:34:26 +02:00