Relative include path fixed to absolute path.
[reactos.git] / reactos / drivers / dd / vga / display /
2002-11-17 Robert DickensonRelative include path fixed to absolute path.
2002-09-30 David WelchUse the correct bit order.
2002-09-25 David WelchAdded nicer looking default mouse cursor.
2002-09-21 David WelchAccelerate PATCOPY blits.
2002-09-18 David WelchCreate a PDEV for the display driver only once.
2002-09-17 David WelchMisc. user fixes.
2002-09-17 Jason FilbyRemove unneeded floating point code
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 Jason FilbyImproved HLine algorithm; improvement carried over...
2002-08-19 Eugene IngermanAdded color translation for solid color brushes.
2002-08-18 Jason FilbyFixed VGADDIFillSolid - now fast, although ugly (will...
2002-08-18 Eugene Ingerman1. CLIPOBJ_bEnum, CLIPOBJ_cEnumStart - implemented...
2002-06-15 Eric KohlChanged the calling convention used by the video minipo...
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2002-01-27 David WelchAdded missing files
2001-09-23 Casper HornstrupCompile using gcc 3.0
2001-08-21 Casper HornstrupMajor update of the build system:
2001-07-26 Eric KohlRemoved specs files.
2001-07-15 Rex Jolliffmove work on clean rule
2001-07-01 Jason FilbyWide characters to conform to LOGFONTW definition
2001-06-29 Eric KohlStarted moving common gdi32/w32k types into common...
2001-06-26 Eric KohlFixed typos and warnings.
2001-06-22 Eric KohlAdded symbol __NTDRIVER__ to identify drivers.
2001-06-03 Jason FilbySmall fixes
2001-06-02 Jason FilbyFaster moving mouse cursor
2001-05-26 Jason FilbyVGA software cursor
2001-05-02 Jason FilbyVGA driver support for TransparentBlt
2001-05-02 Jason FilbyCorrect palette info. Initial support for bitblt masks
2001-03-31 Jason FilbyIndentation corrected, minor fixes
2001-02-18 Phillip SusiIgnore vgaddi.coff, vgaddi.dll
2000-11-20 Eric KohlModified makefiles for use with rcopy
2000-11-16 Jason Filbyminor fix
2000-10-22 Eric KohlReplaced linux io calls
2000-10-22 Eric KohlRemoved duplicate code and replaced linux io calls
2000-10-18 Jason Filby*** empty log message ***
2000-10-14 Jason FilbyImproved bitblt and painting performance
2000-10-14 Jason Filby*** empty log message ***
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-08-18 David WelchAdded .o -> .sys rule to simplify driver makefiles
2000-08-11 Eric KohlRenamed pseudo target 'floppy' to 'install'
2000-08-05 David WelchIntegrated fixes from prep0016
2000-07-07 Phillip SusiConverted a bunch of DbgPrint() calls to DPRINT()
2000-07-07 Phillip SusiImplimented switch back to text mode after gditest
2000-07-01 David WelchRemoved unused header file
2000-06-18 Jason FilbyCommented out test code that prevented compilation
2000-06-16 Jason FilbyVGA display driver improvements
2000-05-13 Emanuele AlibertiIoSetThreadHardErrorMode().
2000-04-10 Jason FilbyImplemented DrvCopybits
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-10 Jason FilbyAdd VGA display driver