- Get the win32k beast tamed by msvc.
[reactos.git] / reactos / subsys / win32k / eng / bitblt.c
2006-01-08 Alex Ionescu- Get the win32k beast tamed by msvc.
2005-11-04 Gregor AnichImplement (Int)EngAlphaBlend and 8, 16, 24 and 32 bpp...
2005-10-30 Gregor AnichAdd IntEngAlphaBlend and NtGdiAlphaBlend functions...
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
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-18 Gé van GeldorpThanks to GreatLord for spotting that we shouldn't...
2005-06-18 Gé van GeldorpUse correct dest rect when preventing copy outside...
2005-06-17 Gé van Geldorp- Correctly translate output rect
2005-06-08 Magnus OlsenOptimze DIB32_bitblt for both DGB=0 and DGB=1
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-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-30 Filip Navara- Use pvScan0 instead of pvBits as the first scan line...
2004-12-18 Royce Mitchell IIIEngMaskBitBlt() ASSERT instead of if(), this function...
2004-12-18 Royce Mitchell IIIBUGFIX: EngMaskBitBlt() shouldn't BSOD if Mask is NULL
2004-12-14 Royce Mitchell IIIASSERT parameter assumptions in IntEngStretchBlt()...
2004-12-14 Royce Mitchell IIIIntEngBitBlt() ASSERT() some assumptions
2004-12-14 Royce Mitchell IIIcame across small potential kmode crash while researchi...
2004-12-12 Filip Navara- Fix compilation errors with GCC 4.0-20041205.
2004-12-12 Royce Mitchell IIIBUGFIX: MouseSafety does it's own parameter validation...
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
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-05-14 Gé van GeldorpImplement complex clipping for StretchBlt
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-04-30 Thomas Bluemelfixed brush origin
2004-04-25 Thomas Bluemel1. implemented hatched brushes
2004-04-10 Filip Navara- Handle the case where no BrushOrigin is given even...
2004-04-09 Thomas Bluemelhandle the case where no BrushOrigin is given
2004-04-09 Gé van GeldorpCompensate BrushOrigin for translation
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-07 Filip Navara- Lock the surface even for GDI blits in IntEngBitBlt...
2004-04-07 Thomas Bluemellittle clean-up
2004-04-06 Thomas Bluemelimplemented TransparentBlt() on 16bpp and 24bpp surfaces
2004-04-05 Filip Navara- Changed the internal brush object to be (almost)...
2004-03-22 Thomas Bluemelfixed wrong rendering of clipped characters
2004-02-24 Thomas Bluemelcleanup
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-06 Gé van GeldorpClip region to be bitblt'ed against the valid source...
2004-01-17 Gé van GeldorpFix drawing of window move/resize rectangle in VMware
2004-01-16 Gé van GeldorpSerialize access to display driver. Fixes serious displ...
2004-01-11 Gé van GeldorpDo a dummy BitBlt at the end of a MaskBitBlt to inform...
2003-12-31 Thomas Bluemeldo not limit number of clipping rectangles
2003-12-26 Thomas Bluemeldisable font smoothing if screen resolution < 8bpp
2003-12-25 Filip NavaraUse correct color translation in AlphaBltMask.
2003-12-25 Filip NavaraFixed few obvious bugs.
2003-12-25 Thomas Bluemelimplemented font smoothing
2003-12-09 Aleksey BraginRemoved unnecessary debug message.
2003-12-08 Aleksey BraginNote SURFGDI structure change --- added new DIB functio...
2003-12-08 Aleksey BraginAdded IntEngStretchBlt() implementation.
2003-11-18 Filip Navara- Rewritten painting implementation (not complete yet...
2003-10-29 Gé van GeldorpChanges for W32API
2003-09-09 Gé van GeldorpFixes to WinPosSetWindowPos() and the routines it depen...
2003-08-17 Royce Mitchell III* fixes a couple (several?) memory leaks
2003-08-04 Royce Mitchell IIImarked implemented functions as such
2003-07-27 David Welch- Pass the rop code to PatBlt down to the BitBlt functions.
2003-07-11 Royce Mitchell III@implemented and @unimplemented comments for subsys...
2003-07-09 Gé van GeldorpPrevent painting outside surface
2003-06-28 Gé van GeldorpImplement clipping for bitblt operations
2003-05-18 Emanuele AlibertiWIN32K code cleanup.
2003-03-04 Gé van Geldorp- Add support for 8-bit and 32-bit displays
2003-02-25 Gé van Geldorp- Move GDI drivers and win32k.sys from system32\drivers...
2003-02-15 Gé van GeldorpSupport for VMware video drivers
2002-09-21 Jason FilbyMinor fixes
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-18 Jason FilbyUse clip.h instead of enum.h
2002-06-15 Eric KohlChanged calling convention of EngXxx funtions to STDCALL.
2002-01-13 David WelchBegan work on message queue and default window procedure
2001-06-25 Eric KohlFixed a lot of warnings.
2001-06-03 Jason FilbyPrevent mouse from interfering with GDI drawing
2001-05-26 Jason FilbyInitial GDI Mouse support, small DC fix
2001-05-02 Jason FilbyInitial font and text support. Fixes to color palette...
2001-03-31 Jason FilbyIdentation corrected, many fixes and minor improvements...
2000-10-14 Jason FilbyMinor fixes
2000-08-15 Eric KohlFixed some warnings
2000-06-29 David WelchMade header file usage more consistent
2000-03-17 Jason FilbyAdded eng files