Andrew Eikum
a5cfae6db3
mmdevapi/tests: Add tests for IAudioClient::GetCurrentPadding.
2011-04-25 19:38:25 +02:00
Andrew Eikum
d2f7b628d9
winecoreaudio.drv: Add mmdevapi driver.
2011-04-25 19:38:19 +02:00
Andrew Eikum
86e90c92af
winealsa.drv: Add mmdevapi driver.
...
Maarten Lankhorst also contributed to this driver.
2011-04-25 17:29:11 +02:00
Andrew Eikum
5014099928
mmdevapi: Reimplement using a driver system.
2011-04-25 17:24:50 +02:00
Amine Khaldi
30b8d046ba
gdi32/test: SelectObject doesn't work with palettes, use SelectPalette instead.
2011-04-25 16:25:11 +02:00
Piotr Caban
c09f9ef498
msvcrt: Removed pf_vnsprintf internal function.
2011-04-25 14:36:42 +02:00
Piotr Caban
bfc2f5f2a5
msvcrt: Use callback based printf in sprintf functions family.
2011-04-25 14:36:36 +02:00
Piotr Caban
b9e456aa79
msvcrt: Use callback based printf in fprintf functions family.
2011-04-25 14:36:31 +02:00
Piotr Caban
7303b8c4db
msvcrt: Use callback based printf in cprintf functions family.
2011-04-25 14:36:26 +02:00
Piotr Caban
056dfb26ce
msvcrt: Copy and reorganize printf implementation.
2011-04-25 14:36:19 +02:00
Piotr Caban
dbc8c07ba8
msvcrt/tests: Added fprintf tests.
2011-04-25 14:35:52 +02:00
Amine Khaldi
942aa70a0e
comctl32: Don't draw text when the number of text lines has been set to zero.
2011-04-25 13:05:06 +02:00
Vincent Povirk
9483b3ba86
windowscodecs: Treat samples as unspecified if there's no ExtraSamples tag.
2011-04-25 13:03:22 +02:00
Austin English
cad8afb8ee
kernel32: Add a stub for SetThreadPreferredUILanguages.
2011-04-25 13:03:07 +02:00
Marcus Meissner
eb97e6179f
msi: Mark internal symbols as visibility hidden.
2011-04-25 13:02:17 +02:00
Marcus Meissner
b4af43db7b
winmm: Mark internal symbols with visibility hidden.
2011-04-25 13:02:10 +02:00
Marcus Meissner
b5cbe08b56
crypt32: Mark internal symbols as hidden visibility.
2011-04-25 13:02:07 +02:00
Marcus Meissner
14c4ef3fdd
ole32: Mark internal symbols has hidden visibility.
2011-04-25 13:02:01 +02:00
Marcus Meissner
2802d3344d
ntdll: Mark internal functions as hidden.
2011-04-25 13:01:52 +02:00
Marcus Meissner
3d80a798cf
gdi32: Mark internal symbols as hidden.
2011-04-25 13:01:50 +02:00
Frédéric Delanoy
0ad90ee9ed
po: Add message contexts (and French translations) for some polysemic English translation entries.
2011-04-25 11:52:02 +02:00
Michael Stefaniuc
d5739cd2c3
d3d9: Finish the COM cleanup of the IDirect3DDevice9Ex iface.
2011-04-25 11:40:35 +02:00
Michael Stefaniuc
5f57cc1451
d3d9: Pass an object instead of an iface to IDirect3DDevice9Impl_CreateSurface().
2011-04-25 11:40:32 +02:00
Michael Stefaniuc
e798c72cf4
d3d9: Use impl_from_IDirect3DDevice9Ex instead of casting iface to object.
2011-04-25 11:40:30 +02:00
Eric Pouech
a42bf0134c
msvcrt: ungetc must create a buffer, even if _IONBF has been set with setvbuf.
2011-04-25 11:39:57 +02:00
Eric Pouech
dc9904a338
msvcrt: Added tests in fileops with different buffer management modes.
2011-04-25 11:39:54 +02:00
Eric Pouech
0b9ddd1ce4
services: Be sure to unlock the current database in all error cases in service_start_process.
2011-04-25 11:38:44 +02:00
Alexandre Julliard
f1f223d001
winex11: Release the clip cursor grab when the clipping window loses focus.
2011-04-25 10:49:59 +02:00
Jacek Caban
fa2e4bb5de
shdocvw: Deactivate document in InternetExplorer destructor.
2011-04-22 17:51:29 +02:00
Jacek Caban
86c28c9f89
mshtml: Added proper support for weak references.
2011-04-22 17:51:29 +02:00
Stefan Dösinger
dbc8702e44
wined3d: Scale the depthbias factor by the depth buffer's depth.
2011-04-22 17:51:29 +02:00
Stefan Dösinger
96b758f7b3
d3d: Map D3DRS_ZBIAS to WINED3DRS_DEPTHBIAS.
...
ZBIAS was removed in d3d9 and replaced with DEPTHBIAS. Currently
wined3d implements both independently which will cause trouble if we
want to set the depthbias value depending on the depth stencil format.
2011-04-22 17:51:29 +02:00
Alexandre Julliard
f2b34dddfb
server: Set the fd user when duplicating a mapping file descriptor into a new file.
2011-04-22 17:51:29 +02:00
Alexandre Julliard
33c491eb84
winex11: Allow changing the clipping rectangle while the mouse is grabbed.
2011-04-22 17:51:29 +02:00
Alexandre Julliard
a292220e1d
winex11: Add separate helper functions for pointer grabbing and ungrabbing.
2011-04-22 17:51:28 +02:00
Alexandre Julliard
0eb19126e5
winex11: Store a message window with the desktop when the cursor is clipped.
...
This ensures that the thread can be notified when the clip rectangle is reset.
2011-04-22 17:51:28 +02:00
Alexandre Julliard
8aa1a26886
user32: Pass a NULL rectangle in the ClipCursor entry point when clipping is reset because of focus change.
2011-04-22 17:51:28 +02:00
Alexandre Julliard
9f72d1959f
winetest: Cowardly refuse to submit results that have too many failed tests.
2011-04-22 17:51:13 +02:00
Marcus Meissner
42a294b0d4
kernel32: Mark more internal symbols as invisible.
2011-04-22 12:59:23 +02:00
Marcus Meissner
6148f785f9
user32: Mark internal functions with hidden visibility.
2011-04-22 12:59:20 +02:00
Jacek Caban
55b2722816
wininet: Use wrappers for HeapReAlloc calls.
2011-04-22 12:59:17 +02:00
Alexandre Julliard
d2ff461615
winex11: Clip out the top-level windows when repainting the desktop.
2011-04-22 12:16:33 +02:00
Thomas Mullaly
2e61684c51
wininet: Prevent a race condition which results in handles being leaked.
2011-04-22 11:14:09 +02:00
André Hentschel
d0ea543f11
ntdll: Make sure RtlCaptureContext doesn't compile as Thumb but ARM.
2011-04-22 11:14:00 +02:00
Francois Gouget
dad6598599
gameux: Make some functions static.
2011-04-22 10:45:16 +02:00
Francois Gouget
b383111574
d3dx9_36: Make some is_valid_xxx() functions static.
2011-04-22 10:45:05 +02:00
Henri Verbeet
c852200b03
wined3d: Get rid of IWineD3DSurface::GetType().
2011-04-22 10:44:28 +02:00
Henri Verbeet
cc39bde98d
wined3d: Get rid of wined3d_volume_get_type().
2011-04-22 10:44:23 +02:00
Henri Verbeet
efc080e3a3
wined3d: Get rid of wined3d_buffer_get_type().
2011-04-22 10:44:20 +02:00
Henri Verbeet
82e39ced7f
wined3d: Make sure we release the correct DC in context_update_window().
2011-04-22 10:44:16 +02:00