fixed working strechblt for all dibxx now. do not say it does not take offset of...
[reactos.git] / reactos / subsys / win32k / dib / dib4bpp.c
2006-01-06 Magnus Olsenfixed working strechblt for all dibxx now. do not say...
2006-01-01 Magnus Olsenfix some bugs wih org with strechblt.
2006-01-01 Magnus Olsenrevert 17709 for it break streach for windows mode...
2005-11-04 Gregor AnichImplement (Int)EngAlphaBlend and 8, 16, 24 and 32 bpp...
2005-09-06 Gé van GeldorpCorrect sizes if origin is not (0, 0)
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-09 Magnus Olsencorrect the spelling for some comment thx w3seek
2005-06-08 Magnus OlsenOptimze DIB32_bitblt for both DGB=0 and DGB=1
2005-06-01 Magnus Olsensmall optimze for StretchBlt
2005-05-31 Magnus Olsensmall optimze for StretchBlt
2005-05-31 Magnus Olsenstrechblt
2005-05-31 Magnus OlsenFix a bugin strechblt. it can now zoom in or out in...
2005-05-31 Magnus Olsenimplement strechblt for all 8bpp this code are not...
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-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-09 Filip Navara- Commit the correct changes to HEAD.
2004-04-08 Filip Navara- Implement brush origin for 4bpp blits.
2004-04-07 Filip Navara- Fixed order of bits in a byte for pattern brushes.
2004-04-07 Filip Navara- Fixed a small and stupid bug. We were incrementing...
2004-04-07 Thomas Bluemellittle clean-up
2004-04-07 Thomas Bluemelremove obsolete code
2004-04-07 Thomas Bluemellittle fix
2004-04-07 Thomas Bluemel1. fixed crash in 1bpp blt code that was caused by...
2004-04-06 Thomas Bluemelimplemented TransparentBlt() on 32bpp surfaces, but...
2004-04-05 Filip Navara- Changed the internal brush object to be (almost)...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-08 Filip Navara- Fixed algorithm for 4BPP bitblts with ROP != SRCCOPY
2003-12-08 Aleksey BraginAdded stubs for DIB_StretchBlt() functions for each BPP
2003-11-22 Filip Navara- Fixed BitBlts with ROP != SRCCOPY.
2003-10-06 Gé van GeldorpFix pixel swap error
2003-10-06 Gé van GeldorpFix icon handling
2003-08-13 Casper Hornstrup2003-08-13 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-12 Gé van GeldorpAdd ROPs for 1, 8, 16, 24 and 32 bpp
2003-08-02 David Welch- Fixed rounding direction.
2003-07-27 David Welch- Pass the rop code to PatBlt down to the BitBlt functions.
2003-07-14 Gé van GeldorpHandle NULL color translation
2003-05-18 Emanuele AlibertiWIN32K code cleanup.
2003-03-04 Gé van Geldorp- Add support for 8-bit and 32-bit displays
2003-03-02 Gé van GeldorpFixed several off-by-one errors and some compiler warnings
2003-02-25 Gé van Geldorp- Move GDI drivers and win32k.sys from system32\drivers...
2002-09-28 Jason FilbyPerform color translation for 4BPP to 4BPP DIBs
2002-09-17 Jason FilbyFixes for DIBs to show with correct vertical orientation
2002-09-13 Jason FilbyInitial support for 1BPP
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2001-07-01 Jason FilbyFixed warnings
2001-05-02 Jason FilbyInitial font and text support. Fixes to color palette...
2001-04-01 David WelchUse unix style path seperators
2001-03-31 Jason FilbyIdentation corrected, many fixes and minor improvements...