summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Console/ConSplitterDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/ConSplitter: Change StdErr color to EFI_LIGHTGRAYSamer El-Haj-Mahmoud2021-01-061-1/+1
* MdeModulePkg/Graphics: Fix spelling mistakesSamer El-Haj-Mahmoud2021-01-061-33/+33
* MdeModulePkg: Fix spelling mistake for occurredMichael D Kinney2020-08-192-4/+4
* MdeModulePkg: stop abusing EFI_HANDLE for keystroke notify registrationLaszlo Ersek2019-10-091-1/+1
* MdeModulePkg/ConSplitterDxe: Optimize the ConSplitterTextOutSetModeAaron Antone2019-06-132-12/+25
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-097-46/+7
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-061-1/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-285-32/+32
* MdeModulePkg/ConSplitter: ReadKeyStrokeEx always return key stateRuiyu Ni2018-02-012-25/+151
* MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7Dandan Bi2017-06-202-8/+14
* MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng2017-01-202-37/+3
* MdeModulePkg: Remove superfluous return statementsThomas Huth2017-01-201-3/+0
* MdeModulePkg ConSplitterDxe: Support toggle state syncStar Zeng2016-12-262-9/+194
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-111-2/+2
* MdeModulePkg: ConSplitterDxe: use U64 mult/div wrappers in AbsPtr scalingLaszlo Ersek2016-03-161-3/+24
* MdeModulePkg: Rescale ConSplitter Absolute Pointer.Derek Lin2016-03-161-7/+36
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdeModulePkg: Use PcdSet##S to replace PcdSet##Eric Dong2015-10-151-3/+5
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-19/+42
* MdeModulePkg: Fix wrong check for SetAttribute in ConsplitterElvin Li2014-08-011-2/+2
* Add uninstalling GOP and UGA protocol in Consplitter Stop ().li-elvin2012-10-251-0/+29
* Fix buffer overflow issue in Consplitter.li-elvin2012-10-171-2/+16
* Move GOP and UGA draw from Consplitter entrypoint to start(). When there is o...li-elvin2012-10-081-55/+58
* Get correct GOP protocol for physical GOP device.li-elvin2012-08-221-5/+8
* Fix some coding style issuesczhang462012-08-212-5/+4
* Fix Consplitter GOP UEFI SCT issue.li-elvin2012-08-211-15/+50
* Fix the issue that consplitter should not touch ConIn variable & do ConIn co...czhang462012-08-173-261/+59
* Fix 2 errors for new featureczhang462012-08-101-1/+1
* Add 2 new Bds featuresczhang462012-07-303-2/+276
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-302-10/+8
* Remove the check of signature because the code which looks for the input Noti...niruiyu2012-05-242-49/+73
* Keep StdErr same logic initialization with ConOut, e.g. initialize gST->Stand...li-elvin2012-04-121-92/+72
* Remove hard code video resolution in C code and use PCD PcdVideoHorizontalRes...li-elvin2011-10-281-4/+22
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-062-11/+11
* Fix the issue that the GOP produced by ConSplitter requires SetMode before Ge...niruiyu2011-06-133-16/+3
* Fix X64 clang warnings.andrewfish2011-06-041-4/+4
* The CurrentNumberOfxxxxx should be based on the device going away, and not th...vanjeff2010-11-031-2/+2
* Use the correct length to copy KeyData.niruiyu2010-10-211-1/+1
* DuetPkg, MdeModulePkg: Fix several enum comparionsjljusten2010-10-131-1/+1
* remove CpuBreakpoint ().vanjeff2010-08-171-1/+0
* Fixed one bug which may lead standard error handle could not be set into syst...vanjeff2010-08-171-2/+1
* Remove some unnecessary clear screen from console drivers.li-elvin2010-06-181-26/+41
* Update the copyright notice formathhtian2010-04-245-10/+10
* 1.Fixed the bug when retrieved component name by child handle. It should use...vanjeff2010-04-092-31/+31
* 1. Correct File header to ## @filelgao42010-02-241-6/+6
* GraphicsOutputBlt() need judge parameter klu22010-02-111-1/+5
* 1. remove duplicated set operation on UGA device.vanjeff2009-05-183-37/+46
* SetMode() should clear screen per UEFI spec.vanjeff2009-05-081-4/+0