summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/DisplayEngineDxe
AgeCommit message (Expand)AuthorFilesLines
2020-07-16MdeModulePkg/DisplayEngine: Add Debug message to show mismatch menu infoDandan Bi1-0/+125
2020-02-14MdeModulePkg/DisplayEngine: Zero memory before free (CVE-2019-14558)Dandan Bi1-2/+6
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney9-62/+9
2018-11-21MdeModulePkg/DisplayEngine: Remove useless NULL ptr check for NewPosDandan Bi1-1/+2
2018-11-11Revert "MdeModulePkg/DisplayEngine: Remove useless NULL ptr check for NewPos"Liming Gao1-2/+1
2018-11-08MdeModulePkg/DisplayEngine: Remove useless NULL ptr check for NewPosDandan Bi1-1/+2
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-07-06MdeModulePkg/DisplayEngineDxe: Fix small InitializeDisplayEngine leakThomas Palmer1-0/+2
2018-06-28MdeModulePkg: Clean up source filesLiming Gao7-202/+202
2017-12-06MdeModulePkg/DisplayEngineDxe: Remove unnecessary parentheses in 'if'Hao Wu1-1/+1
2017-08-23MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocolDandan Bi5-3/+889
2017-08-04MdeModulePkg/DisplayEngine: Fix incorrect display issueDandan Bi1-10/+52
2017-05-11MdeModulePkg/FormDisplay: Make the LineWidth of option consistentDandan Bi1-1/+1
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-4/+4
2017-02-21MdeMoudlePkg/DisplayEngine: Fix incorrect index used in array "InputText"Dandan Bi1-15/+18
2016-11-25MdeModulePkg: Clear the buffer after using itDandan Bi1-1/+2
2016-11-25MdeModulePkg/DisplayEngine: Popup dialogue when password is not supportedDandan Bi4-3/+15
2016-11-23MdeModulePkg/DisplayEngine: Return the selectable menu correctlyDandan Bi1-5/+8
2016-10-27MdeModulePkg/DisplayEngineDxe: rebase to ARRAY_SIZE()Laszlo Ersek2-5/+5
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin1-1/+1
2016-05-25MdeModulePkg/DisplayEngine: Fix memory leak issues in DisplayEngineDandan Bi2-15/+2
2016-03-04MdeModulePkg/DisplayEngineDxe: Refine the coding styleDandan Bi1-1/+0
2016-01-15MdeModulePkg:Fix the potential memory leak issue in Display EngineDandan Bi1-8/+38
2016-01-06Rollback the commit because it has potential issue.Dandan Bi1-34/+0
2016-01-06MdeModulePkg:Fix the potential memory leak issue in Display EngineDandan Bi1-0/+34
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen3-0/+0
2015-12-03MdeModulePkg: remove unreachable codeArd Biesheuvel2-4/+0
2015-08-28DisplayEngineDxe: Fixed calculate help string page count error.Eric Dong1-1/+1
2015-07-27MdeModulePkg:Add ESC key support in setup browser pop-up message boxDandan Bi2-1/+2
2015-07-26MdeModulePkg: Check the case caused by mismatchDandan Bi1-5/+7
2015-07-07MdeModulePkg:Refine the function commentsDandan Bi1-0/+1
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi3-37/+45
2015-06-17MdeModulePkg:System hangs in setup menuDandan Bi3-9/+52
2015-05-27MdeModulePkg: Enable reconnect request from action request or question flag.Eric Dong2-5/+35
2015-05-26MdeModulePkg:Support delete keyDandan Bi1-0/+7
2015-05-21MdeModulePkg:fix more than one arrow shows for one goto menuDandan Bi1-1/+4
2015-05-19MdeModulePkg: Fix potential buffer overflow issues.Eric Dong1-1/+2
2015-05-06MdeModulePkg: Enhance the check for numeric opcode with EFI_IFR_DISPLAY_INT_D...Eric Dong1-40/+177
2015-04-20Update the logic: After check the environment, calculate the new parameter an...Eric Dong2-0/+20
2015-01-23The default type is not returned by display engine, this code update the logi...Eric Dong1-0/+3
2015-01-23Enable popup dialog when user press the hotkey.Eric Dong2-4/+193
2014-11-27Fix build fail for VS2005 tool chain.Eric Dong1-4/+4
2014-11-26Fixed user input arrow down/ page down caused form display highlight menu error.Eric Dong3-136/+469
2014-09-29Removes some unused assigned variables.Olivier Martin3-18/+2
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-6/+9
2014-08-26The original code does not initialize the global width constants before creat...Samer El-Haj-Mahmoud elhaj1-12/+17
2014-08-08Clean the useless code.Eric Dong1-1/+0
2014-07-28Update the code to follow UEFI spec, process date/time/ref value type as buff...Eric Dong1-35/+129