[BROWSEUI] SHExplorerParseCmdLine: Fix parsing of /root (#6752)
[reactos.git] / reactos / subsys / win32k / objects / region.c
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2006-02-17 Maarten BosmaMoved win32k
2006-01-08 Alex Ionescu- Get the win32k beast tamed by msvc.
2005-12-28 Hartmut BirrCommit r20366:20368 again.
2005-12-28 Maarten BosmaRevert r20367 and r20368 since they crash the GUI in...
2005-12-27 Alex Ionescu- Major Win32k Header Cleanup: Add ntgdi.h based on...
2005-12-09 Gé van GeldorpNever allocate 0 bytes. Fixes bug 1082.
2005-11-28 Royce Mitchell IIIinline -> __inline
2005-09-27 Thomas Bluemelfixed uninitialized variable warnings
2005-08-06 Thomas Bluemelfixed some uninitialized variables warnings
2005-07-26 Thomas Bluemelremoved some MmCopyTo/FromCaller calls from win32k...
2005-06-29 Filip NavaraMove the inclusion of <debug.h> to individual files...
2005-06-20 Gé van GeldorpExclusively lock surface bits before reading or writing...
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-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-18 Thomas Bluemelminor fix
2005-02-18 Thomas Bluemelimplemented reuse counters for gdi objects
2005-01-02 Filip NavaraImplement ExtCreateRegion.
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-12-11 Thomas Bluemeldon't leak resources
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- Change the prototype of DIB_*_BitBlt* functions to...
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-07-03 Filip Navara[Sorry for too many changes in one patch, but it's...
2004-06-29 Filip Navara- Improved implementation of REGION_CreateFrameRgn...
2004-06-28 Filip Navara- We don't need to have BuiltInRect member in the ROSRG...
2004-05-18 Thomas Bluemeluse FASTCALL calling convention for internal routines
2004-05-18 Thomas Bluemelported CreatePolyPolygonRgn() and CreatePolygonRgn...
2004-05-18 Thomas Bluemelfixed memory leak
2004-05-18 Thomas Bluemelsafe parameter handling for PolyPolygonRgn() and Polygo...
2004-05-16 Thomas Bluemelreplaced UnsafeIntCreateRectRgnIndirect() and UnsafeInt...
2004-05-14 Filip Navara- NtGdiCreateRectRgn should accept negative width and...
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-04-24 Thomas Bluemelproper implementation of FrameRgn() (cannot be ported...
2004-04-23 Thomas Bluemelimplemented InvertRgn()
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 GeldorpMost regions (> 95% in testing) consist of only 1 recta...
2004-03-23 Gé van GeldorpFix incorrect pointer arithmetic in NtGdiPtInRegion()
2004-03-23 Thomas BluemelImplemented SetWindowRgn() and added support for window...
2004-03-22 Thomas Bluemelfixed a couple of dead-locks in the region code
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-11 Filip Navara- Return more correct error codes from NtUserRegisterCl...
2003-12-13 Thomas Bluemelfixed NtGdiCreateEllipticRgnIndirect()
2003-11-18 Filip Navara- Rewritten painting implementation (not complete yet...
2003-11-08 Filip Navara- Added CreateEllipticRgn, CreateEllipticRgnIndirect...
2003-09-23 Thomas Bluemelfixed memory leak in REGION_XorRegion()
2003-09-09 Gé van GeldorpFixes to WinPosSetWindowPos() and the routines it depen...
2003-08-20 Gé van Geldorp- Store GDI object type in the handle itself
2003-08-19 Thomas BluemelPatch by Jonathon Wilson:
2003-08-13 Casper Hornstrup2003-08-13 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-13 Royce Mitchell IIIno more win32k warnings any more according to gcc 2...
2003-08-11 Royce Mitchell IIIwarnings, warnings, everywhere.... but not so many...
2003-08-04 Royce Mitchell IIIreformatting, check return value of GDIOBJ_LockMultiple...
2003-07-17 Gé van GeldorpChanges for multiple window support
2003-07-15 Gé van GeldorpFix W32kFillRgn
2003-07-11 Gé van GeldorpFix calling convention of callback functions
2003-07-11 Casper Hornstrup2003-07-11 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-10 James TaborImplement W32kFillRgn
2003-05-24 Hartmut Birr- Fixed the parameters in two calls to MEMCHECK.
2003-05-18 Emanuele AlibertiWIN32K code cleanup.
2003-03-20 Gé van GeldorpSilence some debug messages
2003-01-24 Eugene IngermanFixed: locking GDI objects twice when running wm_paint...
2003-01-19 Eugene IngermanRemoved debug output.
2003-01-19 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-27 David WelchMisc. painting fixes.
2002-08-18 Eugene Ingerman1. CLIPOBJ_bEnum, CLIPOBJ_cEnumStart - implemented...
2002-08-04 Eugene IngermanRewrote gdi (Engxxx) objects.
2002-07-23 Eugene IngermanFixed bugs in region operations code (should run region...
2002-07-22 Eugene IngermanAdded GetRegionData gdi function. Added region test...
2002-07-18 Eugene IngermanImplemented some of gdi region functions.
2002-07-17 David WelchFixed some bugs.
2002-07-13 Eugene IngermanAdded reference counting and deferred deletion for...
2002-07-04 David Welch2002-07-04 David Welch <welch@computer2.darkstar...
2001-03-31 Jason FilbyIdentation corrected, many fixes and minor improvements...
2000-06-29 David WelchMade header file usage more consistent
2000-02-20 Emanuele AlibertiAdded little prog. that builds the WIN32K.SYS service...
1999-10-28 Rex Jolliffadded several new functions
1999-07-23 Rex Jollifffinished win32k skeleton