Fix sublanguage IDs in .rc files:
[reactos.git] / reactos / drivers / video /
2004-07-07 Filip Navara- Use LinBytesPerScanLine (value for linar framebuffer...
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-07-03 Filip Navara- Handle correctly bottom-up surfaces in the VGA driver.
2004-06-29 Filip Navara- Fixed list mode traversing.
2004-06-29 Filip Navara- Report 1 (Default) instead of 0 (Invalid) as the...
2004-06-29 Filip Navara- Match the first 16 colors of the Windows (R) XP defau...
2004-06-27 Filip Navara- Replaced the old default mode algortihm with video...
2004-06-26 Filip Navara- Use the Video Port driver Int 10 services instead...
2004-06-26 Filip Navara- Added VideoPortQueryPerformanceCounter and VideoPortQ...
2004-06-20 Filip Navara- Fix video mode list traversing. Reported by Royce...
2004-06-20 Filip Navara- Add HwResetHw implementation that uses VBE set mode...
2004-06-20 Filip Navara- Cleaned up IntVideoPortResetDisplayParameters a bit.
2004-06-18 Filip Navara- VideoPortInt10 should copy back the output registers...
2004-06-18 Filip Navara- Map correct amount of the video memory.
2004-05-22 Filip Navara- Check buffer sizes and color counts for IOCTL_VIDEO_S...
2004-05-15 Hartmut Birr- Fixed the implementation of MmMapIoSpace.
2004-05-03 Filip Navara- Implementation of IOCTL_VIDEO_QUERY_CURRENT_MODE...
2004-04-29 Filip Navara- Simplified the mapping of video memory. Now it works...
2004-04-23 Filip Navara- Correctly swap the Red and Blue colors while setting...
2004-04-18 Hartmut Birr- Fixed the open counter in IntVideoPortDispatchClose.
2004-04-08 Filip Navara- Fixed minor bug in VGA driver.
2004-04-08 Gé van GeldorpHwResetHw can be (and sometimes is) NULL
2004-04-08 Filip Navara- Fixed releasing of display ownership.
2004-04-08 Filip Navara- Fixed initalization of VIDEO_HW_INITIALIZATION_DATA...
2004-03-22 Filip Navara- Compile the VGA driver using w32api.
2004-03-21 Gé van GeldorpSilence debug messages
2004-03-19 David Welch- Removed local definition of NtCurrentProcess.
2004-03-19 Filip NavaraMerged changes from videoport_pnp_14032004 branch:
2004-03-16 David Welch- Use the miniport services to map the frame buffer.
2004-03-16 David Welch- Implemented IOCTL_VIDEO_MAP_VIDEO_MEMORY/IOCTL_VIDEO_...
2004-03-14 Filip Navara- Set InitData.HwInitDataSize to proper value.
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 Filip Navara- Fixed DPRINT.
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- Uncomment NDEBUG.
2004-03-09 Filip Navara- Implemented VideoPortQueryPerformanceCounter and...
2004-03-09 Filip Navara- Minor correction to DMA routines.
2004-03-08 Filip Navara- Do the real memory allocation in context of CSRSS...
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 David Welch- Fix for crash on gui exit caused by trying to free...
2004-03-04 David Welch- Reenable the screen after setting the mode.
2004-03-04 Filip Navara- Implemented VideoPortEnableInterrupt and VideoPortDis...
2004-03-04 Filip Navara- Changed Video Mode setting routines to directly modif...
2004-02-25 James TaborPartial implementation of VideoPortGetVgaStatus, needs...
2004-02-25 James TaborStarted implementation of VideoPortGetVgaStatus
2004-02-25 James TaborStarted implementation of VideoPortGetVgaStatus
2004-02-22 Filip Navara- Advancing pointer inside loop makes more sense than...
2004-02-22 Filip Navara- Added more debugging messages for video port driver...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-15 Hartmut Birr- Used a different buffer to get the mode informations.
2004-02-10 Filip Navara- Eliminate function pointer typecasts
2004-01-24 Filip NavaraMoved the generic mouse pointer implementation to win32...
2004-01-24 Filip NavaraWork on mouse pointer implementation.
2004-01-19 Filip NavaraMoved videoprt driver to a new location and implemented...
2004-01-16 Gé van GeldorpStore area touched by mouse pointer as this may be...
2004-01-14 Filip NavaraSize optimalizations.
2004-01-13 Filip NavaraBetter palette generating algorithm.
2004-01-13 Filip NavaraRemoved file that accidently got into CVS.
2004-01-13 Filip NavaraInitial version of generic framebuffer display driver.
2004-01-13 Filip NavaraScrollbar redrawing fix.
2004-01-10 Filip NavaraMinor cleanup.
2004-01-10 Filip NavaraMoved video drivers to a separate directory and added...