Patch, as suggested by Mike Nordell, to verify IRQL before calling unsafe fast mutex...
[reactos.git] / reactos / subsys / win32k / objects / gdiobj.c
2003-10-15 VizziniPatch, as suggested by Mike Nordell, to verify IRQL...
2003-10-04 Gé van GeldorpStricter checking of GDIOBJ handles
2003-09-26 Gé van GeldorpHandle some out of resource situations
2003-09-24 Thomas Bluemelsome fixes on on gdi handles
2003-09-23 Gé van GeldorpFix GDI_HANDLE_INDEX_MASK, thanks to Jonathan Wilson
2003-09-09 Gé van GeldorpMark ScreenDeviceContext as local before destroying it
2003-08-25 Richard Campbell- Solitaire now works partially, patch by Filip Navara
2003-08-21 Gé van Geldorp- Add Magic number back in
2003-08-20 Gé van Geldorp- Store GDI object type in the handle itself
2003-08-19 Thomas BluemelPatch by Jonathon Wilson:
2003-08-18 Hartmut Birr- Do not call KeAttachProcess/keDetachProcess if the...
2003-08-17 Royce Mitchell III* fixes a couple (several?) memory leaks
2003-08-11 Royce Mitchell IIIwarnings, warnings, everywhere.... but not so many...
2003-08-04 Royce Mitchell IIIreformatting + fix GDIOBJ_LockMultipleObj() to not...
2003-08-04 Royce Mitchell IIIclean-up work on my GDIOBJ lock/unlock tracing/debugging
2003-08-01 Royce Mitchell IIIadded file/line# tracking to GDIOBJ locking & unlocking...
2003-08-01 Royce Mitchell IIIdeath to warnings
2003-06-20 Eric KohlEnable automatic initialization and termination of...
2003-06-07 Hartmut Birr- Dereference the process object in W32kCleanupForProcess.
2003-06-06 Gé van GeldorpFix CreateDIBSection() and add some stuff to GetDIBits()
2003-06-03 Eric KohlImproved icon support. Patch by Tim Jobling.
2003-05-29 Gé van GeldorpSet height of default fonts to non-zero
2003-05-18 Emanuele AlibertiWIN32K code cleanup.
2003-03-28 Gé van GeldorpFix crash in W32kGetTextMetrics
2003-03-26 Gé van GeldorpIntroduce ANSI version of LOGFONT and associated structures
2003-03-08 Gé van GeldorpRemove DCE from linked list on destroy
2003-01-18 Eugene IngermanMade GDI object locking exclusive. Added functions...
2002-10-01 Eugene Ingerman1. Cleanup GDI objects when process is deleted.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-09-01 David WelchDon't reinitialize the VGA on an enable surface if...
2002-08-04 Eugene IngermanFixed a bug in the new Engxxx objects code.
2002-07-22 Eugene IngermanAdded GetRegionData gdi function. Added region test...
2002-07-18 Eugene IngermanImplemented some of gdi region functions.
2002-07-13 Eugene IngermanAdded reference counting and deferred deletion for...
2001-11-02 Rex JolliffInitial attempt at a handle table for GDI objects....
2001-06-25 Eric KohlFixed a lot of warnings.
2001-06-12 Casper HornstrupWindow stations and desktops
2001-06-04 Jason FilbyBug fixes
2001-03-31 Jason FilbyIdentation corrected, many fixes and minor improvements...
2000-06-16 Jason FilbyGDI improvements
2000-03-01 Eric KohlFixed mp driver initialization bug and some other ones
1999-11-17 Rex JolliffAdded top level ignore list
1999-10-29 Rex Jolliffadded more KMGDI functions
1999-09-10 Rex JolliffChanges to make win32k.sys compile
1999-09-08 Rex Jolliffsome minor coding on win32k