Add information letting us know creation deletion of services has worked.
[reactos.git] / reactos / subsys / win32k / eng / gradient.c
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-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-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi
2005-02-06 Gé van GeldorpPass ROP4 instead of ROP3 to drivers
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-24 Royce Mitchell IIIIntEngGradientFill() fix ASSERT statements
2004-12-24 Alex IonescuFix building with DBG=1, OPTIMIZED=1. Patch by Stephen...
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions in IntEngGradientFill()
2004-12-12 Royce Mitchell IIIadd missing assertion
2004-11-15 Gé van GeldorpCreate Int versions of Rect functions
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-03 Filip Navara[Sorry for too many changes in one patch, but it's...
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-06 Thomas Bluemelimplemented TransparentBlt() on 16bpp and 24bpp surfaces
2004-03-21 Thomas Bluemelfixed clipping issue
2004-02-24 Thomas Bluemelcleanup
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-09 Thomas Bluemelbasic implementation of filling gradient triangles...
2004-02-09 Thomas Bluemeluse GradientFill() for gradient captions
2004-02-09 Thomas Bluemelimplemented horizontal and vertical gradients in Gradie...
2004-02-08 Thomas Bluemeladd sekelton for the GradientFill() implementation.