Commit Graph

59417 Commits

Author SHA1 Message Date
Hans Leidekker
bb40bebd2b msi: Let the InstallFiles action determine which private assembly files to install. 2011-03-16 14:14:23 +01:00
Hans Leidekker
12135acb70 msi: Skip reference counting for assembly components. 2011-03-16 14:14:23 +01:00
Roderick Colenbrander
d003215ab4 wined3d: Add latest Nvidia GPUs. 2011-03-16 14:14:22 +01:00
Roderick Colenbrander
b1a97099e7 wined3d: Update Nvidia Geforce6+ driver version. 2011-03-16 14:14:22 +01:00
Nikolay Sivov
cde8e6c8cc msxml3: Support VT_BSTR|VT_BYREF as source in load(). 2011-03-16 14:14:22 +01:00
Nikolay Sivov
59f64b2896 msxml3: Merge save() tests to a single function. 2011-03-16 14:14:22 +01:00
Henri Verbeet
f77c0e36a4 wined3d: Get rid of IWineD3DVolumeTextureImpl. 2011-03-16 14:14:22 +01:00
Henri Verbeet
ed0037854a wined3d: Get rid of IWineD3DVolumeTexture. 2011-03-16 14:14:21 +01:00
Henri Verbeet
6110fe3a82 wined3d: Use the correct resource_ops in cubetexture_unload(). 2011-03-16 14:14:21 +01:00
Henri Verbeet
235dbbb5d7 d3d8: Fix IDirect3DCubeTexture8Impl_GetLOD(). 2011-03-16 14:14:21 +01:00
Alexandre Julliard
1fc5603cc9 gdi32: Add null driver entry points for the text functions. 2011-03-16 14:14:16 +01:00
Alexandre Julliard
7b970a1657 gdi32: Don't allocate a GDI handle for saved DCs. 2011-03-16 13:27:45 +01:00
Alexandre Julliard
e6d153bbf6 gdi32: Add null driver entry points for the DC state functions. 2011-03-16 11:25:59 +01:00
Alexandre Julliard
122b5bf784 gdi32: Add null driver entry points for the bitmap functions. 2011-03-16 11:20:30 +01:00
Jacek Caban
dc96c688d3 mshtml: Notify parser about script evaluation. 2011-03-15 17:14:08 +01:00
Jacek Caban
699e41cdd8 mshtml: Wine Gecko 1.2.0 release. 2011-03-15 17:14:08 +01:00
Jörg Höhle
e52f5773e1 winealsa: Favour HeapAlloc() over malloc(). 2011-03-15 17:14:08 +01:00
Jörg Höhle
8df872535e winealsa: Ignore failure to notify winmm wave clients. 2011-03-15 17:14:08 +01:00
Jörg Höhle
04e3bda410 winealsa: Open must fail when recorder thread creation fails. 2011-03-15 17:14:08 +01:00
Jörg Höhle
56f2c5800f winealsa: CreateEvent and CreateThread return NULL on error, not INVALID_HANDLE_VALUE. 2011-03-15 17:14:08 +01:00
Jörg Höhle
3a5c79fac2 wineoss: Fix 64-bits incompatibilities. 2011-03-15 17:14:08 +01:00
Jörg Höhle
e7b07680c5 wineoss: Ignore failure to notify winmm wave clients. 2011-03-15 17:14:08 +01:00
Dmitry Timoshkov
efeea9cf10 kernel32: Add dumping of GENERIC_EXECUTE flag in CreateFile. 2011-03-15 17:14:08 +01:00
Michael Stefaniuc
160c4f96a7 oleaut32/tests: COM cleanup in olepicture.c. 2011-03-15 17:14:07 +01:00
Rico Schüller
0dc91c4975 d3dx9_36: Start effect parsing. 2011-03-15 17:14:07 +01:00
Alexandre Julliard
29c3c528db gdi32: Add null driver entry point for world transform functions, and move them to mapping.c. 2011-03-15 17:14:07 +01:00
Michael Stefaniuc
64d18bc1f0 rpcrt4/tests: COM cleanup in cstub.c. 2011-03-15 17:14:07 +01:00
Marcus Meissner
2cd225b793 comctl32: Removed array NULL check (Coverity). 2011-03-15 17:14:07 +01:00
Marcus Meissner
0bd55f9df1 comdlg32: Removed useless NULL check (Coverity). 2011-03-15 17:14:07 +01:00
Marcus Meissner
f3aab0c0e9 user32: Remove useless NULL checks (Coverity). 2011-03-15 17:14:07 +01:00
Marcus Meissner
bde872f95e shdocvw: Removed useless array for NULL check (Coverity). 2011-03-15 17:14:07 +01:00
Marcus Meissner
c4571e827b shell32: Arrays are never NULL (Coverity). 2011-03-15 17:14:07 +01:00
Marcus Meissner
edd696078f shell32: memset only gets character (Coverity). 2011-03-15 17:14:07 +01:00
Marcus Meissner
1548c2b985 d3dcompiler_43: Initialize a variable (Coverity). 2011-03-15 17:14:07 +01:00
Nikolay Sivov
82763983dc msvcrt: Added _findnext32() implementation. 2011-03-15 17:14:07 +01:00
Nikolay Sivov
cd7f096210 msvcrt: Add _findfirst32() implementation. 2011-03-15 17:14:07 +01:00
Nikolay Sivov
78dc7af9ce msvcrt: Add __daylight() call export. 2011-03-15 17:14:07 +01:00
Jacek Caban
71265980ff wininet: Update remaining HttpOpenRequest to use the new hello.html location. 2011-03-15 17:14:07 +01:00
Jacek Caban
ec96604881 wininet: Release gzip_buffer when opening new connection. 2011-03-15 17:14:07 +01:00
Michael Stefaniuc
bc6786d0e5 d3d8: COM cleanup in shader.c. 2011-03-15 17:14:07 +01:00
Łukasz Wojniłowicz
1d9354f667 inetcpl.cpl: Update Polish translation. 2011-03-15 17:14:07 +01:00
Henri Verbeet
e51f6b644d d3d9: Use IDirect3DVolume9_AddRef to increment the volume's refcount. 2011-03-15 17:14:07 +01:00
Henri Verbeet
4a10bbc76d wined3d: Generalize AddDirtyRect() / AddDirtyBox() to AddDirtyRegion(). 2011-03-15 17:14:07 +01:00
Henri Verbeet
e409b83bcb wined3d: Get rid of IWineD3DVolumeTexture::Unmap(). 2011-03-15 17:14:06 +01:00
Henri Verbeet
4c3d55f10e wined3d: Get rid of IWineD3DVolumeTexture::Map(). 2011-03-15 17:14:06 +01:00
Vincent Povirk
2ce5be2ce3 gdiplus: Use GdipFillPath to implement GdipFillPie. 2011-03-15 17:14:06 +01:00
Vincent Povirk
4aa99eaf3b gdiplus: Use GdipFillPath to implement GdipFillEllipse. 2011-03-15 17:14:06 +01:00
Vincent Povirk
b5c2015999 gdiplus: Add software implementation of GdipFillPath. 2011-03-15 17:14:06 +01:00
Vincent Povirk
833316f91d gdiplus: Call GdiAlphaBlend only once per GdipFillRegion call. 2011-03-15 17:14:06 +01:00
Vincent Povirk
77f5a07c1b gdiplus: Remove gdi32 fallback for bitmaps from GdipFillRegion.
We can always do a fill directly to the image bits when gdi32 can do it.
2011-03-15 17:14:06 +01:00