user32: Draw the mask with SRCCOPY in DrawIcon when the image isn't being drawn.
[wine] / dlls / user32 / tests / cursoricon.c
2012-02-08  Alexandre Julliarduser32: Draw the mask with SRCCOPY in DrawIcon when...
2011-11-16  Alexandre Julliarduser32/tests: Add tests for small sizes of cursor bitmaps.
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-08  Alexandre Julliarduser32/tests: Allow an approximate color match for...
2011-08-24  Thomas Faberuser32/tests: Fix build with MSVC.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-03-17  Alexandre Julliarduser32/tests: Fix the GetCursorFrameInfo parameter...
2011-03-17  Erich Hooveruser32: Add support for sequence-based animated cursors.
2011-03-17  Erich Hooveruser32: Add support for retrieving individual animated...
2011-03-16  Francois Gougetuser32/tests: Use NULL instead of casting 0.
2011-03-16  Austin Lunduser32/tests: Output error information in cursoricon...
2011-03-10  Erich Hooveruser32: Add preliminary support for reading and storing...
2011-03-10  Erich Hooveruser32: Fix GetCursorFrameInfo when passed the proper...
2011-03-07  Erich Hooveruser32: Implement semi-stub of GetCursorFrameInfo.
2011-03-07  Erich Hooveruser32: Permit loading animated cursors with CreateIcon...
2011-02-28  Wolfram Sanguser32: Make DIB_GetBitmapInfo checks stricter.
2011-02-28  Wolfram Sanguser32/tests: Modify proper fields instead of magic...
2011-02-09  Austin Englishuser32/tests: Remove unneeded assignment (LLVM/Clang).
2010-10-13  Alexandre Julliarduser32: Fix destruction of the active cursor.
2010-10-13  Alexandre Julliarduser32/tests: Add more tests for DestroyCursor on the...
2010-10-11  Alexandre Julliarduser32: Return the module and resource name in GetIconI...
2010-10-11  Alexandre Julliarduser32/tests: Test GetIconInfoExW too since the A versi...
2010-10-08  Alexandre Julliarduser32/tests: Tests for GetIconInfoExA/W.
2010-08-17  Wolfram Sanguser32: Check for valid pointer in CreateIconFromResource.
2010-06-07  Wolfram Sanguser32: No sanity checks for BITMAPCOREINFO in BITMAP_Load.
2010-05-17  Wolfram Sanguser32: Apply sanity-check in BITMAP_Load.
2010-05-12  Gerald Pfeiferuser32/tests: Make checks in test_LoadImageFile and...
2010-05-10  Wolfram Sanguser32: Honor bfOffBits in BITMAP_Load.
2010-05-07  Alexandre Julliarduser32: Use the correct rop when blitting an icon in...
2010-04-29  Alexandre Julliardwinex11: Make the cursor window global instead of per...
2010-04-26  Wolfram Sanguser32: Ignore reserved bytes in BMP fileheader.
2010-04-22  Gerald Pfeiferuser32: Remove variable mask which is not really used...
2010-04-02  Alexandre Julliarduser32/tests: Use the correct type for the bits pointer...
2010-03-22  Alexandre Julliarduser32: Store the current cursor and show count in...
2010-03-19  Alexandre Julliarduser32: Return fake global information in GetCursorInfo...
2010-03-19  Alexandre Julliarduser32/tests: Add some tests for GetCursorInfo.
2010-03-18  Alexandre Julliarduser32/tests: Add some tests for ShowCursor.
2010-03-18  Alexandre Julliarduser32/tests: Add some tests demonstrating that SetCurs...
2009-10-05  Wilfried Pasquazzouser32: DrawState always uses real icon size for drawing.
2009-10-05  Wilfried Pasquazzouser32/tests: DrawState: New test case for correct...
2009-09-23  Wilfried Pasquazzouser32/tests: Test for correct scaling of DrawIcon.
2009-06-25  Joel Holdsworthuser32: Added DrawIconEx alpha blending support.
2009-06-25  Joel Holdsworthuser32: Added DrawIcon alpha blending support.
2009-06-25  Paul Vriensuser32/tests: Prevent some 'deadcode' (Coverity).
2009-06-23  Paul Vriensuser32/tests: Prevent some 'deadcode' (Coverity).
2009-06-22  Joel Holdsworthuser32/tests: Added tests for DrawIcon and DrawIconEx.
2009-02-16  Alexandre Julliarduser32/tests: Another fix for lack of color cursor...
2009-02-13  Alexandre Julliarduser32/tests: Cope with lack of support for color cursors.
2009-01-03  Alexandre Julliarduser32/tests: Fix pointer casting warnings on 64-bit.
2008-11-20  Alexandre Julliarduser32/tests: Fix the cursor tests on Win9x.
2008-11-07  Paul Vriensuser32/tests: Fix some test failures on Win9x.
2008-11-06  Paul Vriensuser32/tests: Fix some test failures on Win9x and WinMe.
2008-11-05  Michael Stefaniucuser32: Remove superfluous casts of void pointers.
2008-09-17  Alexandre Julliarduser32/tests: Cope with last error behavior on Vista.
2008-08-28  Jim Cameronuser32/tests: Add a regression test for CreateIconFromR...
2008-08-28  Jim Cameronuser32: Fixed bug in loading .cur files.
2008-07-22  Alexandre Julliarduser32/tests: Make sure the bitmap info passed to Creat...
2008-05-28  Paul Vriensuser32/tests: Prevent writing to not allocated memory.
2008-05-21  Alexandre Julliarduser32: Support creating cursors and icons from DIB...
2008-04-14  Alex Villacís Lassouser32: LoadImage(IMAGE_BITMAP) should reject invalid...
2008-04-10  Alexandre Julliarduser32/tests: Avoid testing uninitialized data.
2008-03-10  Paul Vriensusers32/tests: Win9x doesn't like FILE_ALL_ACCESS.
2008-02-20  Andrew Riediuser32: Test LoadImage() to load an icon as a cursor.
2008-02-07  Alexandre Julliardtests: Add a helper routine to wait for a child process...
2008-02-06  Andrew Riediuser32: Test destroying the cursor of a parent process.
2007-12-11  Andrew Riediuser32: Test the initial state of the cursor.
2007-12-10  Andrew Riediuser32: Improve test_DestroyCursor().
2007-12-10  Andrew Riediuser32: Uncomment and explain a test in test_DestroyCur...
2007-11-30  Stefan Dösingeruser32: Destroying the current cursor results in an...
2007-06-27  Michael Stefaniucjanitorial: Remove superfluous casts of void pointers...
2007-02-21  Dmitry Timoshkovuser32: Add a CreateIcon test, make it pass under Wine.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.