much improved reporting on gdi handle leaks ( you must completely run out of handles...
[reactos.git] / reactos / subsys / win32k / objects / gdiobj.c
2004-12-19 Royce Mitchell IIImuch improved reporting on gdi handle leaks ( you must...
2004-12-19 Royce Mitchell IIIHACK: hard-coded gdi handle quotas, excepting code...
2004-12-18 Royce Mitchell IIIdump some statistics on the gdi handle table when it...
2004-12-17 Filip Navara- Don't allow changing ownership of foreign GDI handles.
2004-12-13 Thomas Bluemelcache free gdi handles
2004-12-13 Thomas Bluemeldecrement process gdi object counter on object deletion
2004-12-12 Thomas Bluemel* Implement EnumDisplayDevicesA
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-10-02 Filip NavaraAllocate memory for the handle table from paged pool!
2004-09-29 Art YerkesThese calls to ExAllocatePool are done at != PASSIVE_LE...
2004-07-04 Filip Navara- Fix GDI object locking broken by this patch:
2004-07-04 Filip Navara- Support resursive locking of the GDI objects.
2004-07-03 Filip Navara[Sorry for too many changes in one patch, but it's...
2004-06-20 Filip Navara- Allocate memory from PagedPool instead of NonPagedPoo...
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-05 Filip Navara- Changed the internal brush object to be (almost)...
2004-04-03 Gé van GeldorpUse lookaside lists for better performance
2004-03-14 Thomas Bluemelcount all gdi handles and serialize removing gdi handle...
2004-03-09 David Welch- Disabled double lock message in NDEBUG builds since...
2004-02-28 Thomas Bluemeladded ability to cache gdi objects so they don't have...
2004-02-19 Thomas Bluemeladded pool tags for better debugging
2004-02-01 Martin FuchsPatch by Filip Navara <xnavara@volny.cz>:
2004-02-01 Filip Navara- Resolve two GDI handle leaks
2004-01-30 Richard CampbellSwitcharoo with some fonts, this fixes some of the...
2004-01-11 Gé van GeldorpSilence debug message when DeleteObject()ing a NULL...
2003-12-27 Gé van GeldorpMake stock fonts a little bit smaller
2003-12-14 Gé van GeldorpImplement real locking for GDIOBJ objects
2003-12-12 Thomas Bluemelfixed some gdi functions
2003-11-26 Gé van GeldorpFix some GDIOBJ ownership issues
2003-11-25 Gé van GeldorpSwitch screen to graphics mode when the first window...
2003-11-19 Thomas Bluemel1. implemented GetGuiResources()
2003-11-08 Gé van GeldorpRemove some debugging statements accidentaly left in
2003-10-20 Gé van GeldorpPartial fix for handling GDIOBJs between different...
2003-10-16 Vizzinisimplification of irql manipulation in a couple of...
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