Alexandre Julliard
9d9ce29823
msxml3: Avoid some uninitialized variable warnings on old gcc.
2010-12-01 19:45:34 +01:00
Maarten Lankhorst
e591700177
quartz: Fill up sound buffer while in paused state.
2010-12-01 17:18:05 +01:00
Maarten Lankhorst
6e69cd4df4
quartz: Increase min_lag.
...
The max_lag variable determines how much fuzz is allowed between the
sound cursor and the scheduled times, some filters are inaccurate wrt
time and would skip and overwrite data otherwise.
2010-12-01 17:17:47 +01:00
Maarten Lankhorst
945793722d
quartz: Implement AsyncReader_FindPin.
2010-12-01 17:17:41 +01:00
André Hentschel
7e5da86076
user32/tests: Skip DDE tests on win9x.
2010-12-01 17:16:22 +01:00
Alexander Morozov
6fcca28b07
crypt32: Add a stub enveloped message implementation.
2010-12-01 17:16:22 +01:00
Alexander Puzankov
ec00d6dced
winmm/tests: Add tests for mmioOpen for the file name of the form EXAMPLE.EXT+ABC.
2010-12-01 17:16:21 +01:00
Alexander Puzankov
507db530b2
winmm: The default I/O procedure should return MMIOERR_FILENOTFOUND if the openable file is not found.
2010-12-01 17:16:21 +01:00
Alexander Puzankov
304c455b2b
winmm: Use the default I/O procedure only if a custom procedure for a given FOURCC is not found.
2010-12-01 17:16:21 +01:00
Alexander Puzankov
cc5f2b2c76
winmm: Revert "Handle playing of files containing a '+' as part of the filename.".
...
This reverts commit ed593fdf2f
.
2010-12-01 17:16:20 +01:00
Jacek Caban
6a1f4eb724
mshtml: Improved error handling in get_node calls.
2010-12-01 16:29:38 +01:00
Andrew Bogott
796aca38f0
ole32: Fix the test for arbitrary property ids.
2010-12-01 11:14:39 +01:00
Andrew Bogott
c75a4fd50a
ole32: Fix an off-by-one error that broke reading of many properties.
2010-12-01 11:14:34 +01:00
Andrew Bogott
df219f8758
ole32: Revert "ole32: Only read known format ids when attempting to read summary information.".
...
This reverts commit c94b2687d2
.
2010-12-01 11:14:29 +01:00
André Hentschel
3eef4e110c
include: Increase rpcndr header version.
2010-12-01 11:11:17 +01:00
André Hentschel
d4c50adb72
winemaker: Add calling convention flags.
2010-12-01 11:10:24 +01:00
André Hentschel
c8f4154874
winemaker: Fix going up one directory level.
2010-12-01 11:10:07 +01:00
André Hentschel
4dd043a583
winemaker: Fix current directory recognition.
...
Also fixed some comments
2010-12-01 11:10:01 +01:00
Adam Martinson
a4b0152c27
msxml3/domdoc: Add a ref to the schema cache in copy_properties().
2010-12-01 11:09:38 +01:00
Henri Verbeet
f45aeb4abe
wined3d: Pass an IWineD3DDeviceImpl pointer to shader_free_private().
2010-12-01 11:09:08 +01:00
Henri Verbeet
4a69874938
wined3d: Pass an IWineD3DDeviceImpl pointer to shader_alloc_private().
2010-12-01 11:09:02 +01:00
Henri Verbeet
77923346da
wined3d: Pass an IWineD3DDeviceImpl pointer to shader_update_float_pixel_constants().
2010-12-01 11:08:57 +01:00
Henri Verbeet
4a6d0da207
wined3d: Pass an IWineD3DDeviceImpl pointer to shader_update_float_vertex_constants().
2010-12-01 11:08:51 +01:00
Henri Verbeet
fad461eefa
wined3d: Move the PrivateData structure to resource.c.
2010-12-01 11:08:39 +01:00
Jacek Caban
fa12dd98d7
mshtml: Added beginning ActiveX tests.
2010-11-30 16:22:01 +01:00
Hans Leidekker
79da91eb7e
msi: Improve the stub implementations of RemoveExistingProducts and MigrateFeatureStates.
2010-11-30 16:21:19 +01:00
Hans Leidekker
09eb7f1eb7
msi: Look for transform files relative to the package directory.
2010-11-30 16:21:13 +01:00
Hans Leidekker
c47ecd1ccc
msi: Always ignore disabled components.
2010-11-30 16:21:01 +01:00
Maarten Lankhorst
4881a354c2
quartz: Add support for advise functions in dsoundrender.
2010-11-30 13:53:28 +01:00
Jacek Caban
4bdf39ea51
urlmon: Clean up default protocol handler pseudo-interface implementation.
2010-11-30 13:53:27 +01:00
Jacek Caban
883871174a
urlmon: Moved buffer-based MIME finding to a separated function.
2010-11-30 13:53:27 +01:00
Alexandre Julliard
9626a976ad
include: Don't use the Ndr functions at all when using registration resources.
2010-11-30 13:53:27 +01:00
Alexandre Julliard
bdcaa39676
sti: Create dll registration resources.
2010-11-30 13:53:26 +01:00
Alexandre Julliard
e7242e15ea
oleaut32: Create dll registration resources.
2010-11-30 13:53:26 +01:00
Alexandre Julliard
1787e8f05e
makedep: Add support for dll registration files.
2010-11-30 13:53:25 +01:00
Alexandre Julliard
1a2837a089
makefiles: Add rules for building dll registration resources.
2010-11-30 13:53:25 +01:00
Jacek Caban
09e275c740
mshtml: Fixed tests on Windows.
...
Spotted by Paul Vriens.
2010-11-30 13:53:25 +01:00
Tristan Schmelcher
9f43630ee0
ddeml: Fix incorrect HSZ argument sizes.
2010-11-30 11:10:19 +01:00
Marcus Meissner
a8c50b12f5
winex11.drv: Do not include XFORM.eDx and eDy into font hashing/caching.
2010-11-30 11:00:43 +01:00
Michael Stefaniuc
55583f9386
shlwapi: Use an iface instead of an vtbl pointer in ISHRegStream.
2010-11-30 11:00:33 +01:00
Michael Stefaniuc
9093312bdf
shlwapi: Use an iface instead of an vtbl pointer in threadref.
2010-11-30 10:58:59 +01:00
Michael Stefaniuc
abb850c9c4
shlwapi: Use iface instead of vtbl pointers in ISHFileStream.
2010-11-30 10:58:34 +01:00
Henri Verbeet
7363b0e98a
wined3d: Explicitly pass data and gl_info to shader_deselect_depth_blt().
2010-11-30 10:57:23 +01:00
Henri Verbeet
93a824d744
wined3d: Explicitly pass data and gl_info to shader_select_depth_blt().
2010-11-30 10:57:17 +01:00
Henri Verbeet
363d8a316e
wined3d: Pass an IWineD3DDeviceImpl pointer to drawPrimitive().
2010-11-30 10:57:10 +01:00
Henri Verbeet
6476ef599d
wined3d: Pass an IWineD3DDeviceImpl pointer to drawStridedSlow().
2010-11-30 10:57:01 +01:00
Henri Verbeet
8c2416941e
ddraw/tests: Fix a typo.
2010-11-30 10:56:57 +01:00
Austin Lund
c82aa505e9
user32/tests: Fix test failures by disabling IME when testing unicode input.
2010-11-29 19:52:06 +01:00
André Hentschel
5d95857c27
winemaker: Remove unused target constants.
2010-11-29 19:52:02 +01:00
André Hentschel
37adf3a6be
user32/tests: Remove obsolete comment.
2010-11-29 19:51:57 +01:00