[SHELL32] SHChangeNotify: Use tree for CDirectoryList (#6784)
[reactos.git] / reactos / subsys / win32k / objects / gdiobj.c
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2006-02-17 Maarten BosmaMoved win32k
2005-12-09 Filip NavaraAdd prototypes needed for GDI_DEBUG.
2005-11-28 Royce Mitchell IIIinline -> __inline
2005-10-05 Magnus Olsenactivate PDD_DIRECTDRAW for GDIOBJ_LockObj so it does...
2005-06-30 Alex IonescuFix win32k warnings, get rid of windowsx.h dependency
2005-06-29 Filip NavaraMove the inclusion of <debug.h> to individual files...
2005-06-25 Alex Ionescubuild win32k with NDK, finally\!
2005-06-14 Filip Navara- Remove KeAttachProcess and KeDetachProcess prototypes...
2005-06-07 Filip Navara- Repair GDI handle debugging functionality.
2005-06-07 Filip Navara- Unlock GDI objects by pointer, not by handle.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-06 Alex IonescuFix win32k to use new EPROCESS defintion
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-17 Filip Navara(GDIOBJ_SetOwnership): Don't try to decrease the GDI...
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-18 Thomas Bluemelonly dump stack traces when GDI_DEBUG is enabled
2005-02-18 Thomas Bluemelimplemented reuse counters for gdi objects
2005-02-18 Thomas Bluemel1. implemented shared sections used for (shared) deskto...
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-30 Filip NavaraAttempt to solve the imfamous WM_NCPAINT handle leak...
2005-01-26 Thomas Bluemeldon't shift the PIDs of objects so the first bit can...
2005-01-10 Gregor AnichFix compilation without NDEBUG.
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-21 Royce Mitchell IIIwrap stack walks in SEH - this doesn't fix page faults...
2004-12-19 Thomas Bluemeluse GDI_DEBUG
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-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-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-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
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...
next