IntEngGradientFill() fix ASSERT statements
[reactos.git] / reactos / subsys / win32k / eng / gradient.c
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-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-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.