gdi handle leak fixed - taskmgr no longer leaks gdi handles whilest sitting still...
[reactos.git] / reactos / lib / user32 / windows / bitmap.c
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-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...
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.