More DirectDraw groundwork by Peter Bajusz
[reactos.git] / reactos / subsys / win32k / objects / dc.c
2003-10-28 Gé van GeldorpMore DirectDraw groundwork by Peter Bajusz
2003-10-25 Gé van GeldorpResolution and screen depth change via registry setting...
2003-10-24 Gé van GeldorpComplain a little bit louder if drivers can't be loaded
2003-10-20 Gé van GeldorpPartial fix for handling GDIOBJs between different...
2003-10-12 Gé van GeldorpHandle invalid DC instead of ASSERTing
2003-10-06 Gé van GeldorpFix icon handling
2003-10-04 Gé van GeldorpDon't unreference driver for dc's with NULL drivername
2003-10-03 Gé van GeldorpGracefully handle some out of resource situations
2003-10-03 Gé van GeldorpImplementation of ReleaseDC(), works for now but could...
2003-09-26 Gé van Geldorp- Incomplete implementation of ReleaseDC()
2003-09-26 Gé van GeldorpHandle some out of resource situations
2003-09-21 Gé van GeldorpFix some coordinate system mismatches
2003-09-10 Gé van GeldorpSupport OPAQUE text background
2003-09-10 Aleksey BraginSmall bug in debug data displayed: NtGdiCreatePrimarySu...
2003-08-31 Gé van Geldorp- Fix various bitmap format translation bugs
2003-08-29 Gé van GeldorpFixed NtGdiCreateCompatableDC()
2003-08-29 Gé van GeldorpVarious fixes by Filip Navara
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 Gé van Geldorp- Store GDI object type in the handle itself
2003-08-19 Thomas BluemelPatch by Jonathon Wilson:
2003-08-18 Hartmut Birr- Do not call KeAttachProcess/keDetachProcess if the...
2003-08-17 Royce Mitchell III* fixes a couple (several?) memory leaks
2003-08-17 Royce Mitchell IIIfixed GDIOBJ locking issue with DC_SET_MODE macro
2003-08-04 Royce Mitchell IIIbugfix in W32kDeleteDC() - you can't release a NULL...
2003-08-04 Royce Mitchell IIIfixed major ( but obscure ) bug, passing a PDC where...
2003-08-01 David Welch- Realize the system font when creating a DC - avoids...
2003-08-01 Royce Mitchell IIIreformatted and fixed one of the gdi locking bugs
2003-07-17 Gé van GeldorpChanges for multiple window support
2003-07-14 Gé van GeldorpSet CombinedClip region for memory DCs
2003-06-28 Gé van GeldorpImplement clipping for bitblt operations
2003-06-21 Gé van GeldorpImplement display ownership, also makes ATI Rage 3rd...
2003-05-18 Emanuele AlibertiWIN32K code cleanup.
2003-05-04 Gé van GeldorpClean up debugging stuff and silence debug messages
2003-05-03 Gé van GeldorpImplement GetDeviceCaps()
2003-03-28 Gé van GeldorpFix crash in W32kGetTextMetrics
2003-03-28 Gé van GeldorpInitialize DC with BLACK_PEN
2003-03-27 Gé van GeldorpRollback last change
2003-03-27 Richard Campbell*** empty log message ***
2003-03-27 Richard Campbell- InvalidateRgn and InvalidateRect by Tim Jobling
2003-03-24 Gé van GeldorpFix GDI handle leaks
2003-03-22 Gé van GeldorpRelease XLATEOBJs after use
2003-03-08 Gé van Geldorp- Fix DC/Bitmap handling
2003-03-06 Gé van GeldorpConvert between RGBQUAD and COLORREF when creating...
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
2003-01-25 Eugene IngermanImplemented a couple of stubbed functions. Added severa...
2003-01-19 Eugene IngermanSome cleanup.
2002-10-01 Eugene Ingerman1. Cleanup GDI objects when process is deleted.
2002-09-24 Jason FilbyWin32k fixes including better 1BPP support
2002-09-19 Jason FilbyText alignment should be TA_TOP for a new DC
2002-09-18 David WelchCreate a PDEV for the display driver only once.
2002-09-17 David WelchMisc. user 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-19 Eugene IngermanAdded color translation for solid color brushes.
2002-08-18 Eugene Ingerman1. CLIPOBJ_bEnum, CLIPOBJ_cEnumStart - implemented...
2002-08-04 Eugene IngermanRewrote gdi (Engxxx) objects.
2002-07-13 Eugene IngermanAdded reference counting and deferred deletion for...
2002-02-16 Jason Filbydisable debugging messages
2002-02-15 Hartmut BirrIn W32kDeleteDC call UnreferenceDriver only for non...
2001-11-19 Jason FilbyFix for CreateCompatibleDC
2001-11-02 Rex JolliffInitial attempt at a handle table for GDI objects....
2001-10-23 Phillip SusiChanged path to vgaddi.dll to use SystemRoot instead...
2001-08-28 Jason FilbyRemove ugly hack for the current display DC
2001-06-30 Jason FilbyBug fix
2001-06-29 Eric KohlStarted moving common gdi32/w32k types into common...
2001-06-25 Eric KohlFixed a lot of warnings.
2001-05-26 Jason FilbyInitial GDI Mouse support, small DC fix
2001-05-07 Casper HornstrupPreparations for 32-bit/64-bit architectures
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-07-07 Phillip SusiMore DbgPrint to DPRINT changes, Implimented support...
2000-06-29 David WelchMade header file usage more consistent
2000-06-16 Jason FilbyGDI improvements
2000-04-03 Jason FilbyImplemented DrvPaint and DrvBitBlt
2000-04-01 Jason FilbyImplemented basic VGA routines
2000-03-17 Jason FilbyMiniport driver now loaded from win32k
2000-03-08 Jason FilbyMoved display driver and got win32k loading it's entry...
2000-03-01 Eric KohlFixed mp driver initialization bug and some other ones
1999-12-09 Rex Jolliffsome more video code
1999-11-17 Rex JolliffAdded top level ignore list
1999-10-31 Emanuele AlibertiW32kSetTextColor, W32GetDCState16 needed __stdcall...
1999-10-29 Rex Jolliffadded more KMGDI functions
1999-10-28 Rex Jolliffadded several new functions
1999-09-10 Rex JolliffChanges to make win32k.sys compile
1999-09-08 Rex Jolliffsome minor coding on win32k
1999-09-08 Emanuele Alibertisome symbols were not declared __stdcall
1999-07-23 Rex Jollifffinished win32k skeleton
1999-07-12 Rex Jolliffmore work on KMGDI subsystem