Move the inclusion of <debug.h> to individual files and consolidate the inclusion...
[reactos.git] / reactos / subsys / win32k / objects / bitmaps.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-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-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-01 Gunnar Dalsnesmmfuncs.h: add MmGetSystemAddressForMdlSafe/MmMapLocked...
2005-03-19 Filip Navara- Replace the ColorMap pointer in BITMAPOBJ with palett...
2005-03-07 Gé van GeldorpImplement Information Contexts
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-12 Filip Navara- Fix compilation errors with GCC 4.0-20041205.
2004-12-12 Royce Mitchell IIItesting reveals that source rect must be constrained...
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-11-21 Filip Navara- Use absolute value of width in NtGdiCreateBitmap.
2004-10-23 Gé van GeldorpTake DC origin into account
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-07 Filip Navara- Don't create XLATEOBJ for BitBlt and StretchBlt opera...
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-28 Filip Navara- Fixed more color handling issues (mostly incorrect...
2004-06-20 Filip Navara- Allocate memory from PagedPool instead of NonPagedPoo...
2004-05-14 Filip Navara- Fix DPRINT.
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-04-28 Filip Navara- Simplified handling of palettes selected into device...
2004-04-25 Thomas Bluemel1. implemented hatched brushes
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-06 Thomas Bluemelimplemented TransparentBlt() on 32bpp surfaces, but...
2004-04-05 Filip Navara- Changed the internal brush object to be (almost)...
2004-04-03 Thomas Bluemelsome more work on TransparentBlt() (EngTransparentBlt...
2004-03-28 Thomas BluemelPartly (not working) implementation of TransparentBlt()
2004-03-22 Royce Mitchell IIIReformatting plus change to NtGdiGetPixel to handle...
2004-03-16 Royce Mitchell IIINtGdiGetPixel cleanup - fixed small bug with rect bound...
2004-03-15 Gé van Geldorp- Handle 1bpp DIBs in NtGdiCreateDIBitmap
2004-03-14 Gé van GeldorpTranslate pixel value from internal pixel format to...
2004-03-10 Filip Navara- Fixed the Andrew's NtGdiCreateCompatibleBitmap fix...
2004-03-10 Andrew Greenwood*Major soundcard support update*
2004-02-25 Steven EdwardsChange a UNIMPLEMENTED to a DPRINT so we dont hang
2004-02-23 Gé van GeldorpFix mono -> color bitblts
2004-02-20 Royce Mitchell IIIIf nWidth or nHeight is zero, CreateBitmap returns...
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-12 Filip Navara- Fixed clipping code in NtGdiGetPixel. Patch by James...
2004-02-01 Gé van GeldorpRename BITMAPOBJ "size" member to "dimension" to make...
2004-01-10 Richard CampbellFloodFill now calls ExtFloodFill with FLOODFILLBORDER...
2003-12-23 Gé van GeldorpAdd some parameter checking
2003-12-21 Filip NavaraPartial implementation of GetPixel.
2003-12-19 Filip Navara- Removed last GvG's fix to COMCTL32.
2003-12-08 Aleksey BraginChanges to NtGdiStretchBlt().
2003-12-08 Aleksey BraginAdded initial NtGdiStretchBlt() implementation
2003-12-04 Aleksey BraginSkeleton of NtGdiStretchBlt() implemented.
2003-11-08 Steven EdwardsImplement Maskblt ported from Wine.
2003-10-29 Filip Navara- Fixed few more bugs reported by Wine user32 window...
2003-10-29 Gé van GeldorpChanges for W32API
2003-10-28 Filip Navara- Added check for Atom == 0 in RtlQueryAtomInAtomTable.
2003-10-22 Gé van GeldorpHandle non-source ROPs and pattern ROPs
2003-10-04 Gé van GeldorpStricter checking of GDIOBJ handles
2003-09-27 Filip NavaraFixed SetPixel and initial implementation of SetPixelV.
2003-08-31 Gé van Geldorp- Fix various bitmap format translation bugs
2003-08-28 Gé van GeldorpCreate palette handles as gdiobj handles which can...
2003-08-25 Richard Campbell- Solitaire now works partially, patch by Filip Navara
2003-08-20 Emanuele AlibertiWIN32K: little work on Set/GetPixel (I don't know how...
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-07 Royce Mitchell IIIfixed locking bug, eliminated warnings
2003-06-28 Gé van GeldorpImplement clipping for bitblt operations
2003-06-06 Gé van GeldorpFix CreateDIBSection() and add some stuff to GetDIBits()
2003-06-03 Eric KohlImproved icon support. Patch by Tim Jobling.
2003-05-18 Emanuele AlibertiWIN32K code cleanup.
2003-03-24 Gé van GeldorpFix GDI handle leaks
2003-03-08 Gé van Geldorp- Fix DC/Bitmap handling
2003-02-25 Gé van Geldorp- Move GDI drivers and win32k.sys from system32\drivers...
2002-10-01 Eugene Ingerman1. Cleanup GDI objects when process is deleted.
2002-09-21 David WelchAccelerate PATCOPY blits.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-09-03 David WelchImplemented part of window properties support
2002-08-04 Eugene IngermanRewrote gdi (Engxxx) objects.
2002-07-13 Eugene IngermanAdded reference counting and deferred deletion for...
2001-11-02 Rex JolliffInitial attempt at a handle table for GDI objects....
2001-06-25 Eric KohlFixed a lot of warnings.
2001-03-31 Jason FilbyIdentation corrected, many fixes and minor improvements...
2000-07-07 Phillip SusiConverted more DbgPrints to DPRINT and allocate bitmaps...
2000-06-29 David WelchMade header file usage more consistent
2000-06-16 Jason FilbyGDI improvements
2000-02-20 Emanuele AlibertiAdded little prog. that builds the WIN32K.SYS service...
1999-11-20 Eric KohlFixed compiler warning
1999-11-17 Rex Jollifffixed reference to abs
next