- 14 Dec, 2009 40 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Vincent Povirk authored
-
Vincent Povirk authored
On Windows, GdipCreateBitmapFromHBITMAP creates a copy of the bitmap, not a reference. Currently, we match this behavior, but this is only because we cannot yet create bitmap objects that reference existing memory. If GdipCreateBitmapFromScan0 were fixed to do this, FromHBITMAP would break. Therefore, we always pass NULL to FromScan0 so that it allocates new memory for the bitmap.
-
Jacek Caban authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-
Vincent Povirk authored
If we are passed SHGFI_PIDL, szFullPath is not initialized. If we're passed the flags PIDL, USEFILEATTRIBUTES, and an icon flag, we will try to use the uninitialized filename to get the icon. Since the test claims that the function should return an icon in this case, and we cannot always convert a pidl to a path, we should just use the pidl.
-
Vincent Povirk authored
-
Vincent Povirk authored
Opening a storage when it has already been opened now fails with STG_E_ACCESSDENIED. If we attempt to copy a storage to its own child, this will happen during the copy.
-
Vincent Povirk authored
Spotted by valgrind.
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Gregor Schneider authored
-
Gregor Schneider authored
-
Nicolas Le Cam authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Alexander Nicolaysen Sørnes authored
-
Alexander Nicolaysen Sørnes authored
-
Alexander Nicolaysen Sørnes authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
+/- aren't affected by customdraw settings, only per control set colors used.
-
Nikolay Sivov authored
-
Nikolay Sivov authored
After query current tracking state passed parameters could be overwritten, similar fix for Listview was recently committed.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Huw Davies authored
Found by Valgrind.
-
Francois Gouget authored
-