Alexandre Julliard
9390bc921e
user32/tests: Use the correct lparam in the WM_DDE_ACK reply.
2009-10-19 16:21:50 +02:00
Alexandre Julliard
5b5054c10e
netapi32/tests: Don't try to get the size of a freed buffer.
2009-10-19 16:06:07 +02:00
Tommy Schultz Lassen
1931173ac8
msvcr71: Add _vscprintf and _vscwprintf.
2009-10-19 15:04:34 +02:00
Jörg Höhle
f6ac7696af
winecoreaudio: Move ERR&WARN out of OSSpinLock sections.
2009-10-19 15:03:24 +02:00
Hans Leidekker
534f20bc49
msi: Get rid of some redundant initializations.
2009-10-19 15:02:42 +02:00
Hans Leidekker
b7a81df452
msi: Allocate MSISCRIPT structure at package creation time.
2009-10-19 15:02:36 +02:00
Andrew Eikum
a03d0bcaa9
mshtml: Reimplement HTMLLocation::get_pathname.
2009-10-19 15:02:07 +02:00
Andrew Eikum
6a456fa6d9
mshtml: Reimplement IHTMLLocation::get_href.
2009-10-19 15:02:02 +02:00
Charles Davis
192a838cd0
ntdll: Implement DVD_ReadStructure() on Mac OS.
2009-10-19 15:01:30 +02:00
Charles Davis
71f430e740
ntdll: Implement DVD_ReadKey() on Mac OS.
2009-10-19 15:00:41 +02:00
Charles Davis
7b0ba554ef
ntdll: Implement DVD_SendKey() on Mac OS.
2009-10-19 14:59:46 +02:00
Charles Davis
df2bf3e3e5
ntdll: Implement DVD_EndSession() on Mac OS.
2009-10-19 14:59:42 +02:00
Charles Davis
05acaeb0f1
ntdll: Implement DVD_StartSession() on Mac OS.
2009-10-19 14:59:33 +02:00
Matteo Bruni
cbcf699856
d3dx9: D3DXAssembleShaderFromResource implementation.
2009-10-19 14:46:55 +02:00
Matteo Bruni
c31121dd35
d3dx9: D3DXAssembleShader and D3DXAssembleShaderFromFile stubs.
2009-10-19 14:46:40 +02:00
Matteo Bruni
3cd744e98b
d3dx9: Add D3DXAssembleShader and related declarations.
2009-10-19 14:46:36 +02:00
Francois Gouget
32bba6222b
comctl32: Add a trailing '\n' to a Wine trace.
2009-10-19 14:45:37 +02:00
Francois Gouget
915b69e2a7
shell32: Fix compilation on systems that don't support nameless unions.
2009-10-19 14:45:32 +02:00
Francois Gouget
af6c873b54
shlwapi: Fix compilation on systems that don't support nameless unions.
2009-10-19 14:45:25 +02:00
Francois Gouget
323f163af4
ddraw/tests: Fix compilation on systems that don't support nameless unions.
2009-10-19 14:45:21 +02:00
Francois Gouget
9b89b85e5f
ntdll/tests: Fix compilation on systems that don't support nameless unions.
2009-10-19 14:45:15 +02:00
Francois Gouget
d2cc5380db
crypt32: Fix compilation on systems that don't support nameless unions.
2009-10-19 14:45:10 +02:00
Francois Gouget
5a45951f3e
comctl32/monthcal: Fix compilation on systems that don't support nameless unions.
2009-10-19 14:45:04 +02:00
Ričardas Barkauskas
a8f89a2ffa
comctl32/propsheet: Test and fix for crash processing PSM_INDEXTOHWND with no longer valid handle.
2009-10-19 14:44:57 +02:00
Marcus Meissner
1aee359542
localspl: Check for NULL return from HeapAlloc.
2009-10-19 14:43:57 +02:00
Juan Lang
d1963ee2f1
ws2_32: Don't overwrite address length before checking it.
2009-10-19 14:41:49 +02:00
Henri Verbeet
f8bd01a315
d3d8: Add traces.
2009-10-19 11:45:57 +02:00
Henri Verbeet
adf5bb5f6a
wined3d: Cleanup IWineD3DDeviceImpl_UpdateTexture().
...
The root problem here is that with the original error handling a NULL
dereference occurs (IWineD3DBaseTexture_GetType()) when either the source or
destination texture is NULL. Rewriting the error handling changes the
indentation of almost the entire function though, so this patch ends up
rewriting the entire function.
2009-10-19 11:45:45 +02:00
Henri Verbeet
02772641b2
ddraw/tests: Remove some leftover debug code.
2009-10-19 11:45:36 +02:00
Henri Verbeet
d17cd37d3b
d3d9/tests: Remove an unused color result.
2009-10-19 11:45:30 +02:00
Henri Verbeet
44aead2e1c
d3d9: Fix some IDirect3DDevice9Ex methods.
2009-10-19 11:45:25 +02:00
Nikolay Sivov
1ab851a1bd
comctl32/monthcal: Explicitly set required control size.
2009-10-19 11:45:20 +02:00
Nikolay Sivov
5517209a24
comctl32/header: Process input order array more accurately.
2009-10-19 11:45:17 +02:00
Nikolay Sivov
76859b0f47
comctl32/treeview: Erase background on WM_PAINT if BeginPaint() tells us to do it.
2009-10-19 11:45:12 +02:00
Wilfried Pasquazzo
a00d2235aa
oleaut32: Updated IPicture_Render testcase to pass on all older Windows.
2009-10-19 11:45:05 +02:00
Alexandre Julliard
0065a115c6
gdiplus: Remove a useless inline specifier.
2009-10-19 11:44:39 +02:00
Alexandre Julliard
190d7e74ec
ws2_32: Set Information to 0 upon completion of an async shutdown.
2009-10-19 11:44:20 +02:00
Jacek Caban
82cb0fc7e0
shlwapi: Added ParseURL[AW] tests.
2009-10-19 11:44:00 +02:00
Jacek Caban
4d592ae84f
shlwapi: Make more strict restriction for URL scheme and fix error handling in ParseURLW.
2009-10-19 11:43:53 +02:00
Jacek Caban
e57b8526b2
shlwapi: Make more strict restriction for URL scheme and fix error handling in ParseURLA.
2009-10-19 11:43:48 +02:00
Jacek Caban
a34ed0f6ee
shlwapi: Properly handle ParseURL errors in UrlGetPart[AW].
2009-10-19 11:43:42 +02:00
Marcus Meissner
87118d00fe
cabinet: Fixed free_decompression_temps/_mem , handle NULL (Coverity).
2009-10-19 11:43:37 +02:00
Ge van Geldorp
e77bef234a
winex11.drv: Fix build on systems without libXrender.
2009-10-19 11:43:01 +02:00
Marcus Meissner
8ba51495fc
winmm: Handle NULL szFileName in mmioOpen16 (Coverity).
2009-10-19 11:42:53 +02:00
Marcus Meissner
1ae601772c
mciwave: Return on error (Coverity).
2009-10-19 11:42:20 +02:00
Marcus Meissner
6999921a6d
winmm: Return error on NULL ioProc (Coverity).
2009-10-19 11:41:52 +02:00
Marcus Meissner
61393fa021
dsound: Check for NULL listener (Coverity).
2009-10-19 11:41:47 +02:00
Eric Pouech
b6c7eda2d3
winmm: Get rid of WINE_TIMER_IS32 internal flag.
2009-10-19 11:41:27 +02:00
Eric Pouech
09a9c87d6b
mmsystem: Cleanly separate MCI in MMSystem from WinMM code.
2009-10-19 11:38:34 +02:00
Eric Pouech
4633822cdf
mmsystem: Move the 16-bit MCI functions to a new mci16.c file.
2009-10-19 11:38:10 +02:00