Clean up warning for SafeIconImage might be uninitialized in LoadImageW.
[reactos.git] / reactos / lib / user32 / windows / bitmap.c
2006-01-12 James TaborClean up warning for SafeIconImage might be uninitializ...
2005-12-28 Filip NavaraAdd failure check.
2005-12-17 Royce Mitchell IIICreateFile() fails with INVALID_HANDLE_VALUE, not NULL...
2005-12-13 Filip NavaraUnify the icon and cursor loading code for LoadImage.
2005-12-12 Filip Navara- Minimize the code differences between LoadIconImage...
2005-12-12 Filip Navara- Make the file at least slightly readable (the mixed...
2005-12-12 Filip NavaraCheck for failed allocations and fix some resource...
2005-11-22 Alex Ionescu- Remove usage of STATIC, and use static in the right...
2005-07-27 Alex Ionescu - Fix debug header nonsense
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-06-19 Filip NavaraCleanup header usage in USER32.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-07 Gé van GeldorpUse IC instead of DC when possible
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-03 Gé van GeldorpDon't destroy cursors/icons prematurely.
2004-12-19 Royce Mitchell IIIgdi handle leak fixed - taskmgr no longer leaks gdi...
2004-10-05 Gé van GeldorpDo some simple error checking on .cur and .ico file...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-14 Filip Navara- Add FIXME comment to LoadIconImage.
2004-06-23 Alex IonescuAdded reason for copyimage fixme, declared as unimpleme...
2004-04-13 Thomas Bluemelfixed memory leak
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-02-23 Filip Navara- Fixed icon lookup so that in high color video modes...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-12-31 Filip NavaraBug fixes.
2003-12-16 Richard CampbellAdded a debug note and a warning messages to CopyImage
2003-12-10 Gé van GeldorpRe-enabled call to NtUserFindExistingCursorIcon after...
2003-12-09 Thomas Bluemelallow caching icons/cursors with different sizes
2003-12-09 Gé van GeldorpTemporarily deactivate LR_SHARED handling for icons
2003-12-07 Filip NavaraBasic implementation of CopyImage and FindWidowExA.
2003-11-18 Thomas Bluemeladded LR_SHARED flag support for LoadIcon() and LoadCur...
2003-11-10 Thomas BluemelImplemented SetCursor and rewrote some cursor/icon...
2003-10-15 Filip NavaraFixed loading icons with flag LR_LOADFROMFILE.
2003-10-06 Filip NavaraFixed line endings.
2003-10-06 Filip NavaraI commited more files than I wanted by mistake. :(...
2003-10-06 Filip NavaraAdded vfw.h header for compiling comctl32.dll with...
2003-08-22 Thomas Bluemelfixed a bug in LoadCursorImage()
2003-08-20 Thomas BluemelPatch by Jonathon Wilson: Implemented loading cursors...
2003-08-07 Royce Mitchell III* added _DISABLE_TIDENTS macro to disable any ANSI...
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-03 Eric KohlImproved icon support. Patch by Tim Jobling.
2003-05-22 Steven EdwardsPatch by Tim Jobling - Fix unhandled exception in bitbl...
2002-12-26 Robert DickensonStarted to port some of the support for IsCharAlphaNume...
2002-11-05 Hartmut Birr* Fixed the call to LoadImageW/RemovePropW if there...
2002-09-30 Casper Hornstrup2002-09-30 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-17 David WelchMore user fixes.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-09-03 David WelchImplemented part of window properties support
2002-06-13 David WelchSplit up some stubs into their own files.