- Refactor and fix connection opening.
[wine] / windows / cursoricon.c
2004-02-12  Alexandre JulliardAvoid a few more GetModuleHandle calls.
2004-01-13  Alexandre JulliardMoved some code around to avoid exporting DIB functions...
2003-11-26  Steven EdwardsPorting fixes.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-05-19  Dmitry TimoshkovInitialize hbmColor only for color icons in GetIconInfo.
2003-05-16  Alexandre JulliardAvoid using the MapHModule functions.
2003-04-29  Maxime Bellengé- Fix some indentation.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed more -DSTRICT issues.
2002-11-21  Stefan LeichterReplaced CreateDCA by CreateDCW in LoadImageW.
2002-11-18  Ryan CummingMake LookupIconIdFromDirectoryEx16 call LookupIconIdFro...
2002-11-13  Mike McCormackFix a few GDI memory leaks.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-09-27  Michael StefaniucMoved some 16-bit functions from windows/cursoricon...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-16  Michael StefaniucConvert HRSRC to a void*.
2002-08-28  Alexandre JulliardFixed a number of dll separation issues.
2002-06-14  Alexandre JulliardStore the current cursor in the thread queue instead...
2002-06-02  Alexandre JulliardRemoved CURSORICON_IconToCursor now that we support...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-02  Alexandre JulliardCleaned up some inter-dll dependencies in palette manag...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-01-07  Patrik StridvallFixed some issues found by winapi_check.
2002-01-03  Alexandre JulliardUse DrawFrameControl instead of bitmaps in certain...
2002-01-02  Alexandre JulliardMoved the OEM bitmaps that don't depend on the Wine...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-26  Duane ClarkDestroying cursor is not necessarily an error.
2001-12-17  Alexandre JulliardExport DestroyIcon32 from user32 and use GetProcAddress...
2001-11-20  Patrik StridvallDocumentation fixes.
2001-10-12  Marcus MeissnerHandle bad pointer arguments to LoadImageA() (and functions
2001-10-05  Johan GillThe LR_ defines do not reside in windows.h anymore.
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...