.gitignore: Added wildcards to ignore generated resource files.
[wine] / dlls / user / cursoricon.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-10  Michael Kaufmannuser: The LoadImage resource string may be a numeric...
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-12  Eric PouechConst correctness fixes.
2005-12-05  Alexandre Julliarduser: Fixed copy/paste bug in CURSORICON_GetResIconEntry.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-09  Christian CostaIf a color bitmap is provided, store bitmap information...
2005-11-09  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-11-07  Christian CostaWhen creating black & white cursor icon, handle special...
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-19  Mike McCormackMake sure a cursor is always returned if one exists.
2005-07-20  Alexandre JulliardGet rid of cursoricon.h.
2005-07-18  Alexandre JulliardLoad the USER driver on demand instead of at user32...
2005-07-12  Mike McCormackClean up CURSORICON_Load.
2005-07-12  Mike McCormackRemove CURSORICON_SimulateLoadingFromResourceW.
2005-07-12  Mike McCormackModify CURSORICON_FindBestIcon/Cursor to use enumerator...
2005-07-11  Mike McCormackReplace CURSORICON_CreateFromResource by CreateIconFrom...
2005-07-11  Mike McCormackRemove unused function args.
2005-07-05  Detlef RiekenbergLoadImageW: Fix type of TRACE parameter.
2005-06-13  Huw DaviesWhen loading a bitmap we should stretch the image to...
2005-05-25  Alexandre JulliardMoved functions from windows/user.c to more appropriate...
2005-05-18  Alexandre JulliardRemoved implementation of LoadDIBIconHandler16 and
2005-04-27  Alexandre JulliardMoved remaining messaging definitions to user_private...
2005-04-27  Alexandre JulliardRemoved the MESSAGEQUEUE structure, and store the corre...
2005-04-25  Alexandre JulliardMoved most files from the windows directory to dlls...