user32: Removed some code that is unused after revision 751a09e9839d7273895df24666a0b...
[wine] / dlls / user32 / cursoricon.c
2010-10-13  Gerald Pfeiferuser32: Removed some code that is unused after revision...
2010-10-12  Alexandre Julliarduser32: Improve error checking in GetIconInfo.
2010-10-12  Alexandre Julliarduser32: Fix a DC leak in DrawIconEx.
2010-10-11  Alexandre Julliarduser32: Store icon objects directly in the cache instea...
2010-10-11  Alexandre Julliarduser32: Reimplement icon copying using CURSORICON_Load.
2010-10-11  Alexandre Julliarduser32: Return the module and resource name in GetIconI...
2010-10-11  Alexandre Julliarduser32: Store the module and resource name information...
2010-10-08  Alexandre Julliarduser32: Get rid of the unused icon cache refcount.
2010-10-08  Alexandre Julliarduser32: Convert the icon cache to a standard Wine list.
2010-10-08  Alexandre Julliarduser32: Implemented GetIconInfoExA/W.
2010-10-08  Alexandre Julliarduser32: Make sure the driver CreateCursorIcon() entry...
2010-09-29  Michael Stefaniucuser32: Simplify the error handling in BITMAP_Load().
2010-09-28  Erich Hooveruser32: Add support for multiple frames in cursor format.
2010-09-28  Erich Hooveruser32: Prepare for multi-frame storing of icons and...
2010-09-20  Gerald Pfeiferuser32: Fix error handling in BITMAP_Load.
2010-08-17  Wolfram Sanguser32: Check for valid pointer in CreateIconFromResource.
2010-06-16  Alexandre Julliarduser32: Don't try to alpha blend icons when drawing...
2010-06-07  Wolfram Sanguser32: No sanity checks for BITMAPCOREINFO in BITMAP_Load.
2010-05-31  Alexandre Julliarduser32: Fallback to normal icon drawing if AlphaBlend...
2010-05-28  Alexandre Julliarduser32: Re-enable the fast code path in CreateIconIndirect.
2010-05-26  Alexandre Julliarduser32: Copy icon bits by hand in CreateIconIndirect...
2010-05-21  Alexandre Julliarduser32: Get rid of the CURSORICONINFO structure in...
2010-05-21  Alexandre Julliarduser32: No longer store the icon bits in the icon object.
2010-05-21  Alexandre Julliarduser32: Remove the CURSORICONINFO parameter in the...
2010-05-20  Alexandre Julliarduser32: Use the stored color and mask bitmaps instead...
2010-05-20  Alexandre Julliarduser32: Use the stored color and mask bitmaps instead...
2010-05-20  Alexandre Julliarduser32: Store a pre-computed alpha bitmap for 32-bpp...
2010-05-20  Alexandre Julliarduser32: Store color and mask bitmaps in the cursor...
2010-05-20  Alexandre Julliarduser32: Define an explicit structure for storing the...
2010-05-20  Alexandre Julliarduser32: Ignore the bitmap offset if it's not set.
2010-05-17  Wolfram Sanguser32: Apply sanity-check in BITMAP_Load.
2010-05-14  Alexandre JulliardFix the bitmap info size computation when masks are...
2010-05-10  Wolfram Sanguser32: Honor bfOffBits in BITMAP_Load.
2010-05-10  Alexandre Julliarduser32: Fix checking of show count in ShowCursor.
2010-05-07  Alexandre Julliarduser32: Make DrawIcon simply call DrawIconEx.
2010-05-07  Alexandre Julliarduser32: Use the correct rop when blitting an icon in...
2010-05-07  Alexandre Julliarduser32: Fix drawing of 1-bpp icons in DrawIconEx.
2010-05-07  Alexandre Julliarduser32: Return the icon depth instead of number of...
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...
next