user32/tests: Fix some DDE test failures on Win9x.
[wine] / dlls / user32 / tests / cursoricon.c
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.