Alexandre Julliard
96346ed62e
runtest: Fix handling of test binaries in the programs directory.
2010-02-15 12:49:08 +01:00
José Manuel Ferrer Ortiz
bd5f4637a1
mapi32: New Spanish translations.
2010-02-15 12:47:57 +01:00
José Manuel Ferrer Ortiz
efa97230c1
localspl: New Spanish translations.
2010-02-15 12:47:47 +01:00
José Manuel Ferrer Ortiz
7ffbfdb7a0
iccvid: New Spanish translations.
2010-02-15 12:47:27 +01:00
José Manuel Ferrer Ortiz
a4761f6fdf
hhctrl.ocx: New Spanish translations.
2010-02-15 12:47:08 +01:00
Alexandre Julliard
531daa04c2
ntdll/tests: Use correct access rights in the NtOpenKey test.
2010-02-15 12:20:18 +01:00
Ozkan Sezer
95a2f9d951
include: Make dmoreg.h C++ compatible.
2010-02-15 12:20:03 +01:00
Ozkan Sezer
f02fd4b5eb
include: Another fix for IDirectSound3DBuffer_SetConeAngles.
2010-02-15 12:20:03 +01:00
Jörg Höhle
da49030b39
winex11: Add vkey codes for functions keys upto F24.
...
Scancodes 63..6B for F16-F24 were not added because they conflict
with the 60.. reassignment heuristic in InitKeyboard.
2010-02-15 12:20:03 +01:00
Jörg Höhle
7155742d70
winex11: Initialize KeyPressEvent for XmbLookupString.
2010-02-15 12:20:02 +01:00
Hans Leidekker
b4bdfe6746
msi: Add tests for creating and removing shortcuts.
2010-02-15 12:20:02 +01:00
Hans Leidekker
2276c291fc
msi: Implement the RemoveShortcuts standard action.
2010-02-15 12:20:02 +01:00
Christian Costa
e0756602a4
d3drm: Make IDirect3DRMMeshBuilderImpl_Load handle normals and texture coordinates.
...
Implement IDirect3DRMMeshBuilderImpl_GetTextureCoordinates.
2010-02-15 12:20:02 +01:00
Christian Costa
739c1177d9
d3drm: Remove wrong description.
2010-02-15 12:20:02 +01:00
Alexander Nicolaysen Sørnes
9c88bd8d24
dsound/tests: Test querying for KsPropertySet on primary buffer.
2010-02-15 12:20:01 +01:00
André Hentschel
d00f031646
cmd: Improve German translation.
2010-02-15 12:20:01 +01:00
Vincent Povirk
d420a858da
ole32: Add error checking to StorageBaseImpl_CreateStorage.
2010-02-15 12:20:01 +01:00
Vincent Povirk
1fab6e3515
ole32: Add error checking to StorageBaseImpl_CreateStream.
2010-02-15 12:20:00 +01:00
Vincent Povirk
00dec58bb2
gdiplus: Convert formats that can't be drawn by gdi32 when drawing bitmaps.
2010-02-15 12:20:00 +01:00
Vincent Povirk
cf4ec6e840
gdiplus: Implement GdipGetTextureImage.
2010-02-15 12:20:00 +01:00
Vincent Povirk
70c9e4fb3d
gdiplus: Store an image in texture brushes, and use it when cloning.
2010-02-15 12:20:00 +01:00
Vincent Povirk
53e326a77c
gdiplus: Use GdipCloneBitmapArea to get bitmap areas for texture brushes.
2010-02-15 12:20:00 +01:00
Vincent Povirk
e933da4fdb
gdiplus: Copy hatch brushes using the create function.
...
The DIB used in the LOGBRUSH doesn't last long enough.
2010-02-15 12:20:00 +01:00
Dan Kegel
1aa3308fa5
ntdll: Fix leak in test_symlinks.
2010-02-15 12:19:15 +01:00
Kusanagi Kouichi
ccab177159
user32: Consolidate empty string.
2010-02-15 12:09:55 +01:00
Jeremy White
b8fbf9a1c2
wineps.drv: Prevent psdrv tracing from crashing on Solaris.
2010-02-15 12:09:49 +01:00
Paul Chitescu
2d5ea4b5d5
qedit: Add media type enumerator to SampleGrabber.
2010-02-15 12:09:42 +01:00
Paul Chitescu
43fe5e35b8
qedit: Add pins enumerator implementation to SampleGrabber.
2010-02-15 12:09:35 +01:00
Paul Chitescu
076fdb35ba
qedit: Add current media type and media matching to SampleGrabber.
2010-02-15 12:09:28 +01:00
Paul Chitescu
4457717d79
qedit: Add pins, IMemInputPin implementation and grabbing to SampleGrabber.
2010-02-15 12:09:19 +01:00
Paul Vriens
983cff23fa
msi/tests: Fix a test failure on Win9x/WinMe.
2010-02-12 16:39:39 +01:00
Paul Vriens
693dd47689
rcprt4/tests: Don't crash on NT4 or lower.
2010-02-12 16:39:39 +01:00
Alexandre Julliard
ed0f34c6e3
ntdll/tests: Add tests for registry symlinks.
2010-02-12 16:39:26 +01:00
Alexandre Julliard
34b011c357
ntdll/tests: Test NtOpenKey with an existing key.
2010-02-12 16:34:55 +01:00
Alexandre Julliard
5f699c93c8
ntdll/tests: Fix a few function prototypes in the registry test.
2010-02-12 16:34:42 +01:00
Alexandre Julliard
112ff62283
user32: Don't forward WM_SETCURSOR to the desktop window.
2010-02-12 15:55:45 +01:00
Jörg Höhle
cbb46ec83c
mciavi: Support more MCI_STATUS queries.
2010-02-12 15:52:26 +01:00
Jörg Höhle
541c6c2d97
mciavi: Step is like Seek.
2010-02-12 15:52:26 +01:00
Jörg Höhle
14c9f6a3cb
mciavi: Support the MCI_TEST flag.
...
Some apps send each command twice: first with MCI_TEST, then without.
Actually, support is more complex: MCI_TEST acts per flag, not for
the whole command, e.g. "status audio source test" fails
while "status audio stream test" is supported.
2010-02-12 15:52:26 +01:00
Jörg Höhle
3e5c704e7a
mciavi: Use MCIERR_UNSUPPORTED_FUNCTION, not 0 (NOERROR).
2010-02-12 15:52:26 +01:00
Jörg Höhle
a34831df13
mciavi: First check inputs, then (perhaps) stop and act.
2010-02-12 15:52:26 +01:00
Jörg Höhle
403a820ed1
mciqtz32: Complete MCI GetDevCaps/capability.
2010-02-12 15:52:26 +01:00
Jörg Höhle
6dadd15bdf
mciseq: Fix error code path in async command execution.
2010-02-12 15:52:26 +01:00
Detlef Riekenberg
b14a08f388
shlwapi: Return the correct length from GetAcceptLanguagesA.
2010-02-12 15:52:25 +01:00
Detlef Riekenberg
31ea126692
shlwapi: Return the correct results in GetAcceptLanguagesW.
2010-02-12 15:52:25 +01:00
Detlef Riekenberg
7aac2c070d
shlwapi/tests: Remove GetLastError tests for GetAcceptLanguages, which uses HRESULT.
2010-02-12 15:52:25 +01:00
Rico Schüller
f816210c21
d3d10/tests: Add effect shader test.
2010-02-12 15:52:25 +01:00
Rico Schüller
893b0b9d40
d3d10/tests: Use a wrapper function for D3D10CreateEffectFromMemory().
2010-02-12 15:52:25 +01:00
Hans Leidekker
f7879b43d5
msi: Fix a memory leak in ITERATE_StartService.
...
Found by Valgrind.
2010-02-12 14:49:38 +01:00
Hans Leidekker
82d50fa675
msi: Return the right error from ITERATE_RegisterTypeLibraries.
2010-02-12 14:49:38 +01:00