user32: Only call the driver DestroyCursorIcon entry point for valid handles.
[wine] / dlls / user32 / cursoricon.c
2010-04-26  Alexandre Julliarduser32: Only call the driver DestroyCursorIcon entry...
2010-04-26  Wolfram Sanguser32: Ignore reserved bytes in BMP fileheader.
2010-04-21  Alexandre Julliarduser32: Fix handling of bitmap header size for V4/V5...
2010-04-21  Alexandre Julliarduser32: Only call the driver when the cursor has actual...
2010-04-21  Alexandre Julliarduser32: Remove the CURSORICON parameter in the SetCurso...
2010-04-20  Alexandre Julliarduser32: Add driver entry points for cursor creation...
2010-04-01  Mikhail Maroukhineuser32: Fix compiler warnings with flag -Wcast-qual.
2010-03-22  Alexandre Julliarduser32: Store the current cursor and show count in...
2010-03-15  Dmitry Timoshkovuser32: Restore special handling of monochrome bitmaps...
2010-02-11  Michael Stefaniucuser32: Don't use HIWORD() on a HINSTANCE.
2010-02-08  Alexandre Julliarduser32: Store 32-bit and 16-bit cursors/icons in indepe...
2010-02-04  Michael Stefaniucuser32: Avoid using HIWORD() on atoms/resources.
2009-12-31  Joel Holdsworthuser32: Fixed icons to select correct image in high...
2009-12-23  Alexandre Julliarduser32: Don't cache 16-bit instance resources on the...
2009-12-22  Alexandre Julliarduser32: Don't assume global handles in CopyIcon.
2009-12-22  Alexandre Julliarduser32: Call the cursor/icon handle allocation function...
2009-12-22  Alexandre Julliarduser32: Add wrapper functions for manipulation of curso...
2009-12-22  Alexandre Julliarduser32: Move DestroyIcon32 implementation to user16.c.
2009-12-22  Alexandre Julliarduser32: Move freeing of a 16-bit module's icons to...
2009-12-21  Alexandre Julliarduser32: Move a number of 16-bit cursor/icon functions...
2009-12-21  Alexandre Julliarduser32: Get rid of the CURSORICON_Copy internal function.
2009-12-21  Alexandre Julliarduser32: Reimplement CopyIcon16/CopyCursor16 using Creat...
2009-12-21  Alexandre Julliarduser32: Use CreateIconIndirect to implement CreateCursor.
2009-12-21  Mike Kaplinskiyuser32: Fix color mask handling in CreateIconIndirect.
2009-10-22  Alexandre Julliarduser32: Data chunks in RIFF file must be word-aligned.
2009-10-15  Alexandre Julliarduser32: Add a helper to retrieve the dimensions of...
2009-10-14  Stefan Dösingeruser32: Make some functions hookable.
2009-10-06  Michael Stefaniucuser32: Fix a memory leak on a error patch (Smatch).
2009-10-05  Alexandre Julliarduser32: Don't use a static dc for icon blitting.
2009-10-05  Joel Holdsworthuser32: Fixed CURSORICON_CreateIconFromBMI to preserve...
2009-09-23  Wilfried Pasquazzouser32: Correct scaling of DrawIcon.
2009-06-30  Michael Stefaniucuser32: Remove unreachable code: break after return...
2009-06-25  Joel Holdsworthuser32: Added DrawIconEx alpha blending support.
2009-06-25  Joel Holdsworthuser32: Added DrawIcon alpha blending support.
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.