user32/tests: Fix a couple of test failures on Windows.
[wine] / dlls / user32 / cursoricon.c
2009-03-02  Michael Stefaniucuser32: Remove superfluous pointer casts.
2009-02-09  Francois Gougetuser32: LookupIconIdFromDirectory16() is unused so...
2008-12-01  Andrew Riediuser32: The frames of .ani cursors are .ico's, not...
2008-12-01  Andrew Riediuser32: Cursors can have more than one color.
2008-11-26  Andrew Riediuser32: Make the hotspot ICON_HOTSPOT when loading...
2008-11-21  Andrew Riediuser32: Fix the loading of stretched cursors.
2008-11-17  Francois GougetAssorted spelling fixes.
2008-11-14  Andrew Riediuser32: Initial .ani support (only first frame).
2008-11-05  Michael Stefaniucuser32: Remove superfluous casts of void pointers.
2008-11-04  Michael Stefaniucuser32: Do not cast zero.
2008-08-28  Jim Cameronuser32: Fixed bug in loading .cur files.
2008-08-25  Markus Hitteruser32: Better reflect the current state of DrawIconEx.
2008-05-21  Alexandre Julliarduser32: Support creating cursors and icons from DIB...
2008-05-02  Huw Daviesuser32: Fix bitmap_info_size to take into account bit...
2008-04-30  Andrew Talbotuser32: Remove unused variables.
2008-04-14  Alex Villacís Lassouser32: LoadImage(IMAGE_BITMAP) should reject invalid...
2008-03-18  Andrew Riediuser32: Move the bitmap header check as far up as possible.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-07  Andrew Riediuser32: winex11.drv has support for color cursors now.
2008-01-22  Andrew Talbotuser32: Remove unneeded casts.
2007-12-03  Andrew Riediuser32: Add a FIXME for animated cursors.
2007-11-30  Stefan Dösingeruser32: Destroying the current cursor results in an...
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-04-16  Jan Zerebeckiuser32: Fix to succeed reliably in test where it works...
2007-02-27  Dmitry Timoshkovuser32: Simplify height calculation.
2007-02-21  Dmitry Timoshkovuser32: Add a CreateIcon test, make it pass under Wine.
2007-02-21  Dmitry Timoshkovuser32: Add traces to the cursor APIs.
2007-01-24  Dmitry Timoshkovuser32: Do not use DIB APIs for bitmap bits in a device...
2007-01-24  Dmitry Timoshkovuser32: Using DIB APIs to convert a DDB to monochrome...
2007-01-19  Dmitry Timoshkovuser32: Some apps pass a color bitmap as a mask to...
2007-01-06  Vitaliy Margolenwinex11drv/user32: Add ClipCursor to x11drv to pass...
2007-01-02  Vitaliy Margolenuser32: Initialize clip rectangle on first use.
2006-12-14  Vitaliy Margolenuser32: ClipCursor should use virtual screen resolution...
2006-11-28  Dmitry Timoshkovuser32: Make some data const.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.