BUGFIX: Missing error handling in IntSetDIBits()
[reactos.git] / reactos / subsys / win32k / objects / dib.c
2004-12-18 Royce Mitchell IIIBUGFIX: Missing error handling in IntSetDIBits()
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-07-03 Filip Navara[Sorry for too many changes in one patch, but it's...
2004-06-29 Gé van GeldorpUse DIB bitfields to create palette at > 8 bpp
2004-06-28 Filip Navara- Fixed more color handling issues (mostly incorrect...
2004-06-23 Gé van GeldorpHandle RLE bottom-up dibs
2004-06-22 Gé van GeldorpConvert between RGBQUAD and PALETTEENTRY
2004-06-20 Filip Navara- Allocate memory from PagedPool instead of NonPagedPoo...
2004-05-30 Thomas Bluemellittle GDI speed improvements
2004-05-15 Filip Navara- Fixed cut & paste error in NtGdiGetDIBColorTable...
2004-05-15 Filip Navara- Use NtGdiBitBlt in NtGdiStretchDIBits if source and...
2004-05-15 Filip Navara- New implementation of GetDIBColorTable and SetDIBColo...
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-03-27 Thomas Bluemela few more minor speed-up
2004-03-15 Gé van Geldorp- Handle 1bpp DIBs in NtGdiCreateDIBitmap
2004-02-19 Thomas Bluemeladded pool tags for better debugging
2004-02-11 Filip Navara- Return more correct error codes from NtUserRegisterCl...
2004-01-16 Gé van GeldorpSerialize access to display driver. Fixes serious displ...
2003-12-20 Filip NavaraRemoved space optimalization of XLATEGDI that caused...
2003-12-20 Filip Navara- Palette fixes.
2003-12-07 Filip NavaraBasic StretchDIBits implementation.
2003-11-08 Filip Navara- Cleaned up NtGdiCreateDIBitmap.
2003-10-04 Gé van GeldorpStricter checking of GDIOBJ handles
2003-09-26 Gé van GeldorpHandle some out of resource situations
2003-09-25 Aleksey BraginChanged one UNIMPLEMENTED in NtGdiGetDIBits() to DPRINT...
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-24 Gé van GeldorpBuildDIBPalette fix by Filip Navara
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-13 Royce Mitchell IIIno more win32k warnings any more according to gcc 2...
2003-08-11 Royce Mitchell IIIwarnings, warnings, everywhere.... but not so many...
2003-06-06 Gé van GeldorpFix CreateDIBSection() and add some stuff to GetDIBits()
2003-05-18 Emanuele AlibertiWIN32K code cleanup.
2003-05-03 Gé van Geldorp(Partial) implementation of W32kGetDIBits()
2003-05-03 Gé van GeldorpImplement GetDeviceCaps()
2003-03-24 Gé van GeldorpFix GDI handle leaks
2003-03-08 Gé van Geldorp- Fix DC/Bitmap handling
2003-03-06 Gé van GeldorpSilence some debug messages
2003-03-04 Gé van Geldorp- Add support for 8-bit and 32-bit displays
2002-10-05 Jason FilbyDIB color fix, palette fix
2002-10-01 Eugene Ingerman1. Cleanup GDI objects when process is deleted.
2002-09-24 Jason FilbyWin32k fixes including better 1BPP support
2002-09-17 Jason FilbyFixes for DIBs to show with correct vertical orientation
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-08-28 Jason FilbyRemove ugly hack for the current display DC
2001-06-25 Eric KohlFixed a lot of warnings.
2001-06-07 Eric KohlFixes to build win32k.sys again.
2001-03-31 Jason Filbytypo
2001-03-31 Jason FilbyIdentation corrected, many fixes and minor improvements...