REVISON -> REVISION
[reactos.git] / reactos / drivers / video / videoprt / videoprt.c
2005-08-24 Filip NavaraREVISON -> REVISION
2005-08-24 Filip NavaraFix a memory leak if VideoPortInitialize is called...
2005-08-03 Filip NavaraAdd stub for VpNotifyEaData.
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-06-26 Alex IonescuBuild videoprt with NDK
2005-06-14 Filip NavaraUse KeStackAttachProcess/KeUnstackDetachProcess instead...
2005-06-14 Filip Navara- Fix the declarations of PDRIVER_CANCEL, KeGetCurrentP...
2005-06-03 Hervé PoussineauSave DriverObject pointer to device extension
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-06 Thomas Bluemeldon't leak the registry path string after initializing...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Hervé PoussineauFix garbage text output with cmd.exe in GUI mode.
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-30 Hervé PoussineauPatch by Tinus_: Check for right error code returned...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-07 Gé van GeldorpProtect against unused variable warning
2005-01-07 Gregor Anichadded agp.c First try of implementing...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-19 Filip Navara- Fix compilation errors with GCC 4.0-20041212.
2004-12-19 Filip Navara- Store the device object we're attached to in the...
2004-11-24 Eric KohlReplace assert_irql by ASSERT_IRQL.
2004-08-31 Hartmut Birr- Removed the member OldProcess from the ETHREAD structure.
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-03 Filip Navara- Fix errors during optimized build.
2004-06-26 Filip Navara- Added VideoPortQueryPerformanceCounter and VideoPortQ...
2004-03-19 Filip NavaraMerged changes from videoport_pnp_14032004 branch:
2004-03-14 David Welch- Complete the irp even on an error.
2004-03-14 David Welch- Map return codes from the miniport's device i/o contr...
2004-03-13 David Welch- Removed some debugging stuff I checked in by accident.
2004-03-12 David Welch- Fixed VPInterruptRoutine definition.
2004-03-11 James TaborTurn off debug print out
2004-03-10 Filip Navara- Fixed bug in VideoPortSetBusData.
2004-03-09 Filip Navara- Implemented VideoPortQueryPerformanceCounter and...
2004-03-09 Filip Navara- Minor correction to DMA routines.
2004-03-08 Filip Navara- Mask out VIDEO_MEMORY_SPACE_DENSE flag, because it...
2004-03-08 David Welch- Hacky implementation of some dma related functions.
2004-03-08 Filip Navara- Fixed DPRINT.
2004-03-08 Filip Navara- Implement RtlGetVersion.
2004-03-08 James TaborFinish changes to VideoPortGetVersion
2004-03-08 James TaborChange NonPagedPool for AllocateBuffer and implemented...
2004-03-07 David Welch- Added an implemention of VideoPortGetProcAddress
2004-03-06 David Welch- Added stubs for some of the new w2k/xp functions.
2004-03-06 James TaborStarted VideoPortGetAgpServices, Allocate and ReleaseBu...
2004-03-06 Filip Navara2004-03-06 Filip Navara <xnavara@volny.cz>
2004-03-04 Filip Navara- Implemented VideoPortEnableInterrupt and VideoPortDis...
2004-02-25 James TaborPartial implementation of VideoPortGetVgaStatus, needs...
2004-02-25 James TaborStarted implementation of VideoPortGetVgaStatus
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-10 Filip Navara- Eliminate function pointer typecasts
2004-01-19 Filip NavaraMoved videoprt driver to a new location and implemented...