summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/DisplayEngineDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-099-62/+9
* MdeModulePkg/DisplayEngine: Remove useless NULL ptr check for NewPosDandan Bi2018-11-211-1/+2
* Revert "MdeModulePkg/DisplayEngine: Remove useless NULL ptr check for NewPos"Liming Gao2018-11-111-2/+1
* MdeModulePkg/DisplayEngine: Remove useless NULL ptr check for NewPosDandan Bi2018-11-081-1/+2
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-061-1/+1
* MdeModulePkg/DisplayEngineDxe: Fix small InitializeDisplayEngine leakThomas Palmer2018-07-061-0/+2
* MdeModulePkg: Clean up source filesLiming Gao2018-06-287-202/+202
* MdeModulePkg/DisplayEngineDxe: Remove unnecessary parentheses in 'if'Hao Wu2017-12-061-1/+1
* MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocolDandan Bi2017-08-235-3/+889
* MdeModulePkg/DisplayEngine: Fix incorrect display issueDandan Bi2017-08-041-10/+52
* MdeModulePkg/FormDisplay: Make the LineWidth of option consistentDandan Bi2017-05-111-1/+1
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-4/+4
* MdeMoudlePkg/DisplayEngine: Fix incorrect index used in array "InputText"Dandan Bi2017-02-211-15/+18
* MdeModulePkg: Clear the buffer after using itDandan Bi2016-11-251-1/+2
* MdeModulePkg/DisplayEngine: Popup dialogue when password is not supportedDandan Bi2016-11-254-3/+15
* MdeModulePkg/DisplayEngine: Return the selectable menu correctlyDandan Bi2016-11-231-5/+8
* MdeModulePkg/DisplayEngineDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-272-5/+5
* MdeModulePkg/Universal: Fix typos in commentsGary Lin2016-10-271-1/+1
* MdeModulePkg/DisplayEngine: Fix memory leak issues in DisplayEngineDandan Bi2016-05-252-15/+2
* MdeModulePkg/DisplayEngineDxe: Refine the coding styleDandan Bi2016-03-041-1/+0
* MdeModulePkg:Fix the potential memory leak issue in Display EngineDandan Bi2016-01-151-8/+38
* Rollback the commit because it has potential issue.Dandan Bi2016-01-061-34/+0
* MdeModulePkg:Fix the potential memory leak issue in Display EngineDandan Bi2016-01-061-0/+34
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-153-0/+0
* MdeModulePkg: remove unreachable codeArd Biesheuvel2015-12-032-4/+0
* DisplayEngineDxe: Fixed calculate help string page count error.Eric Dong2015-08-281-1/+1
* MdeModulePkg:Add ESC key support in setup browser pop-up message boxDandan Bi2015-07-272-1/+2
* MdeModulePkg: Check the case caused by mismatchDandan Bi2015-07-261-5/+7
* MdeModulePkg:Refine the function commentsDandan Bi2015-07-071-0/+1
* MdeModulePkg:Use safe string functionsDandan Bi2015-06-293-37/+45
* MdeModulePkg:System hangs in setup menuDandan Bi2015-06-173-9/+52
* MdeModulePkg: Enable reconnect request from action request or question flag.Eric Dong2015-05-272-5/+35
* MdeModulePkg:Support delete keyDandan Bi2015-05-261-0/+7
* MdeModulePkg:fix more than one arrow shows for one goto menuDandan Bi2015-05-211-1/+4
* MdeModulePkg: Fix potential buffer overflow issues.Eric Dong2015-05-191-1/+2
* MdeModulePkg: Enhance the check for numeric opcode with EFI_IFR_DISPLAY_INT_D...Eric Dong2015-05-061-40/+177
* Update the logic: After check the environment, calculate the new parameter an...Eric Dong2015-04-202-0/+20
* The default type is not returned by display engine, this code update the logi...Eric Dong2015-01-231-0/+3
* Enable popup dialog when user press the hotkey.Eric Dong2015-01-232-4/+193
* Fix build fail for VS2005 tool chain.Eric Dong2014-11-271-4/+4
* Fixed user input arrow down/ page down caused form display highlight menu error.Eric Dong2014-11-263-136/+469
* Removes some unused assigned variables.Olivier Martin2014-09-293-18/+2
* 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-6/+9
* The original code does not initialize the global width constants before creat...Samer El-Haj-Mahmoud elhaj2014-08-261-12/+17
* Clean the useless code.Eric Dong2014-08-081-1/+0
* Update the code to follow UEFI spec, process date/time/ref value type as buff...Eric Dong2014-07-281-35/+129
* Refine the save action for the browser.Eric Dong2014-07-083-39/+94
* Update question validation logic, move the check pointer from after user inpu...Eric Dong2014-04-154-168/+128