Commit Graph

75734 Commits

Author SHA1 Message Date
Nikolay Sivov 5b1d461748 urlmon/tests: Fix a leak in test (Valgrind). 2011-01-24 12:35:02 +01:00
Nikolay Sivov 3ba78cf101 msxml3: Fix interface leak (Valgrind). 2011-01-24 12:35:02 +01:00
Nikolay Sivov 952f0a6af4 msxml3: Fix invalid read before allocated block (Valgrind). 2011-01-24 12:35:02 +01:00
Kusanagi Kouichi 8e1755aa49 kernel32: Include term.h conditionally. 2011-01-24 12:35:02 +01:00
Nikolay Sivov 95416ff904 oleaut32: Unmarshalled safearray is always unlocked. 2011-01-24 12:35:02 +01:00
Nikolay Sivov a5582d77cf oleaut32/tests: Fix safearray leaks, test return value after array destruction. 2011-01-24 12:35:02 +01:00
Nikolay Sivov 7ee7f0843b shell32/tests: Fix couple PIDL leaks in tests. 2011-01-24 12:35:02 +01:00
Nikolay Sivov b907b7d6bf shell32: Fix a parent PIDL leak (Valgrind). 2011-01-24 12:35:02 +01:00
Eric Pouech 33389354a5 kernel32: Added missing include to term.c. 2011-01-24 12:35:02 +01:00
Jacek Caban c117f21876 urlmon: Fixed key name size and format in open_zone_key. 2011-01-24 12:35:02 +01:00
Vincent Povirk 0c17a0b5bb gdiplus: Add a software implementation of line gradient brushes. 2011-01-24 12:13:57 +01:00
Vincent Povirk b7e664bc5c gdiplus: Add a software implementation of hatch brushes. 2011-01-24 12:13:54 +01:00
Vincent Povirk 60cd477342 gdiplus: Add a software implementation of GdipFillRegion. 2011-01-24 12:13:51 +01:00
Vincent Povirk 6acffba564 gdiplus: Factor the matrix creation code out of GdipTransformPoints. 2011-01-24 12:13:09 +01:00
Vincent Povirk b689e63a86 gdiplus: Factor out the gdi32 code of GdipFillRegion. 2011-01-24 12:13:00 +01:00
Alexandre Julliard f0296a815e Release 1.3.12. 2011-01-21 20:31:58 +01:00
Henri Verbeet 1eefb46a57 wined3d: Remove IWineD3DVolume::LoadTexture() from the public interface. 2011-01-21 18:37:11 +01:00
Henri Verbeet ce050c89de wined3d: Get rid of IWineD3DSurface::GetData(). 2011-01-21 18:37:09 +01:00
Henri Verbeet 0b7fef751e wined3d: Remove IWineD3DSurface::LoadTexture() from the public interface. 2011-01-21 18:37:06 +01:00
Henri Verbeet 629d81b192 wined3d: Remove IWineD3DSurface::BindTexture() from the public interface. 2011-01-21 18:37:04 +01:00
Jacek Caban 4454770cbc urlmon: Call remove_dot_segments on path opaque for mk: protocol. 2011-01-21 16:21:37 +01:00
Jacek Caban 3c6c6e9d94 urlmon: Added backslash handling to remove_dot_segments. 2011-01-21 16:21:31 +01:00
Alexandre Julliard 8c2a9414a6 ole32: Cleanup return value handling in CoWaitForMultipleHandles. 2011-01-21 14:51:37 +01:00
Maarten Lankhorst 75801f095d ole32: Handle alertable wait in CoWaitForMultipleHandles. 2011-01-21 14:44:48 +01:00
Jacek Caban f712c118e7 mshtml: Fixed leaks in htmllocation tests (valgrind). 2011-01-21 14:42:51 +01:00
Greg Geldorp 859be0a283 wininet/tests: Fix failures when connecting through proxy. 2011-01-21 13:49:33 +01:00
Alexander Morozov 692437f556 shell32: Implement IDispatch methods of IShellDispatch. 2011-01-21 13:49:28 +01:00
Andrew Nguyen ae1e5b79fa windowscodecs: Use memmove in StreamOnMemory::Read and StreamOnMemory::Write to cope with potentially overlapped memory copying.
Spotted with Valgrind.
2011-01-21 13:46:58 +01:00
Andrew Nguyen a0bc2bd91e windowscodecs: Avoid writing to the output pointer on failure in StreamOnStreamRange::Read and StreamOnStreamRange::Write. 2011-01-21 13:46:34 +01:00
Andrew Nguyen 70d67becac kernel32/tests: Free environment strings buffer at the conclusion of the environment tests. 2011-01-21 13:46:22 +01:00
Andrew Nguyen 6c8f8a64b0 regedit: Remove an unused string array.
Spotted by Austin English with LLVM/Clang.
2011-01-21 13:40:46 +01:00
Andrew Nguyen 2d12be7df9 include: Add an extern C++ block around the property key equality operators. 2011-01-21 13:40:42 +01:00
Andrew Nguyen 7a6c0d2f46 shell32: Fix initial reference count for a new IAutoComplete instance. 2011-01-21 13:39:12 +01:00
Gerald Pfeifer 57e4e608dc ntoskrnl.exe: Remove variable sep and related code from INSTR_GetOperandAddr. 2011-01-21 13:38:54 +01:00
Thomas Mullaly 670c8503f7 urlmon: Added pluggable protocol support to CoInternetGetSecurityUrlEx. 2011-01-21 12:26:32 +01:00
Thomas Mullaly 9d4a843d58 urlmon/tests: Added pluggable protocol tests for CoInternetGetSecurityUrlEx. 2011-01-21 12:26:26 +01:00
Thomas Mullaly 540a56a66e urlmon: Added basic CoInternetGetSecurityUrlEx implementation. 2011-01-21 12:26:14 +01:00
Thomas Mullaly 312bfb1042 urlmon/tests: Added CoInternetGetSecurityUrlEx tests. 2011-01-21 12:26:02 +01:00
Thomas Mullaly f46bd50e5d urlmon: Added stub for CoInternetGetSecurityUrlEx. 2011-01-21 12:25:52 +01:00
Michael Stefaniuc 15dfe304bf ddraw: Drop "Thunk_" from the names of the IDirect3DVertexBuffer methods. 2011-01-21 12:25:18 +01:00
Michael Stefaniuc da0186798d ddraw: Drop "Thunk_" from the names of the IDirect3DMaterial* methods. 2011-01-21 12:25:14 +01:00
Ken Thomases cf2de431ac secur32/tests: Fix copy/paste error in test message ("first" -> "third"). 2011-01-21 12:25:06 +01:00
Ken Thomases 677c1e578d windowscodecs: Disable ICNS support when building for Mac OS X 10.4 Tiger. 2011-01-21 12:24:58 +01:00
Anders Jonsson 9c66f68f55 po: Update Swedish translation. 2011-01-21 12:24:52 +01:00
Hwang YunSong 94aa08d2ec po: Update Korean translation. 2011-01-21 12:24:48 +01:00
Erich Hoover 1115e32070 hhctrl.ocx: Add some private toolbar bitmaps (copied from shdocvw). 2011-01-21 12:21:00 +01:00
Erich Hoover d127f0087a hhctrl.ocx: Add better bitmaps for some toolbar buttons. 2011-01-21 12:17:50 +01:00
Huw Davies 55f6f9ada4 include: Add some more internet options. 2011-01-20 19:02:13 +01:00
Owen Rudge 15d5311804 dsound/tests: Add IEEE float buffer tests for dsound8. 2011-01-20 17:50:17 +01:00
Owen Rudge c3a01501e8 dsound/tests: Add IEEE float buffer tests. 2011-01-20 17:50:11 +01:00