Commit Graph

77009 Commits (7b970a165778833f8d7cd4ffd877b9b14d2c4938)
 

Author SHA1 Message Date
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
Piotr Caban a13fce16a4 shdocvw/tests: Added IShellBrowser, IBrowserService and IDocObjectService existence tests. 2011-03-15 17:14:01 +01:00
Piotr Caban f1f645b345 shdocvw: Use IID_IBrowserService2 defined in header. 2011-03-15 11:46:36 +01:00
Piotr Caban d83dca09df shdocvw: Added IDocObjectService interface stub. 2011-03-15 11:46:30 +01:00
Piotr Caban fa43f4c850 shdocvw: Added IBrowserService interface stub. 2011-03-15 11:46:21 +01:00
Piotr Caban df181d99f3 shdocvw: Added IShellBrowser interface stub. 2011-03-15 11:46:18 +01:00
Piotr Caban ac53980faa shdocvw: Added navigation error handling. 2011-03-15 11:45:19 +01:00
Piotr Caban fbe5abbe06 include: Added IBrowserService2 definition. 2011-03-15 11:45:09 +01:00
Piotr Caban 869231b439 include: Added IDockingWindow definition. 2011-03-15 11:43:58 +01:00
Alexandre Julliard 3dc7ffb7a5 urlmon/tests: Update test data location to test.winehq.org/tests. 2011-03-14 19:31:31 +01:00
Alexandre Julliard ac6a5a6355 wininet/tests: Update test data location to test.winehq.org/tests. 2011-03-14 19:31:31 +01:00
André Hentschel e2a3b4b4e5 advapi32/tests: Add some skips. 2011-03-14 19:31:31 +01:00