Added WIN_ListParents function and renamed WIN_BuildWinArray into
[wine] / windows / cursoricon.c
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-21  Ove KaavenMake GetCursorPos call XQueryPointer.
2001-04-25  Patrik StridvallFixed some issues found by winapi_check.
2001-02-23  Alexandre JulliardDo not allocate any USER data on the system heap.
2001-02-14  François GougetMisc typos in comments.
2001-02-13  François GougetCreateIcon must perform color depth conversion if the...
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-18  Alexandre JulliardStore USER icons and cursors as resources instead of...
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-16  Alexandre JulliardAvoid a couple of dependencies on input.c internal...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardChanged LoadImage16 to take an LPCSTR instead of a...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-25  Andreas MohrCosmetics.
2000-11-01  Marcus MeissnerDrawIconEx: when flags=0 use flags=DI_NORMAL instead.
2000-10-12  Francois GougetAdded many missing *Pxxx types.
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-07  Marcus MeissnerRemoved local variable shadows warnings.
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-07-09  Dave HawkesGetIconInfo did no correctly identify icons from cursors.
2000-06-24  Andreas MohrImplemented/stubbed IconSize() and ControlPanelInfo...
2000-06-08  Alexandre JulliardLouis-Philippe Gagnon (of Macadamian for Corel)
2000-06-03  Alexandre JulliardMoved DIB_FixColorsToLoadflags to cursoricon.c.
2000-06-03  Alexandre JulliardMerged display.dll into USER.
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Alexandre JulliardMoved LoadImage and related functions to cursoricon.c.
2000-03-18  Alexandre JulliardAvoid calling the *Rect USER functions from inside...