summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-1611/+1689
* MdeModulePkg DisplayEngineDxe: Correct the local variable name.gechao2020-11-121-8/+8
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* 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/DisplayEngineDxe: Fix small InitializeDisplayEngine leakThomas Palmer2018-07-061-0/+2
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-123/+123
* MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocolDandan Bi2017-08-231-0/+42
* 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
* MdeModulePkg/DisplayEngine: Popup dialogue when password is not supportedDandan Bi2016-11-251-0/+3
* MdeModulePkg/DisplayEngine: Return the selectable menu correctlyDandan Bi2016-11-231-5/+8
* MdeModulePkg/DisplayEngineDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-2/+2
* MdeModulePkg/Universal: Fix typos in commentsGary Lin2016-10-271-1/+1
* 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
* 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-271-1/+2
* MdeModulePkg: Check the case caused by mismatchDandan Bi2015-07-261-5/+7
* MdeModulePkg:Use safe string functionsDandan Bi2015-06-291-15/+17
* MdeModulePkg:System hangs in setup menuDandan Bi2015-06-171-2/+21
* MdeModulePkg: Enable reconnect request from action request or question flag.Eric Dong2015-05-271-5/+35
* MdeModulePkg:fix more than one arrow shows for one goto menuDandan Bi2015-05-211-1/+4
* Update the logic: After check the environment, calculate the new parameter an...Eric Dong2015-04-201-0/+5
* 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-231-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-261-130/+440
* Removes some unused assigned variables.Olivier Martin2014-09-291-10/+0
* The original code does not initialize the global width constants before creat...Samer El-Haj-Mahmoud elhaj2014-08-261-12/+17
* Refine the save action for the browser.Eric Dong2014-07-081-39/+92
* Update question validation logic, move the check pointer from after user inpu...Eric Dong2014-04-151-13/+96
* Keep highlight on the current highlight menu if form auto exit, not exit by u...Eric Dong2014-02-121-14/+65
* Adjust date/time opcode before use it.Eric Dong2014-02-121-0/+1
* This patch fix date/time op-code shows abnormal.Eric Dong2014-01-071-13/+20
* Update code to support guid op nest in the statement.Eric Dong2013-12-171-0/+7
* Refine code to fix potential code bug.Eric Dong2013-12-091-2/+3
* Fix X64 build fail.Eric Dong2013-11-271-1/+1
* Refine the logic, keep highlight on the selectable menu, and base on priority...Eric Dong2013-11-271-558/+341
* Adjust skip value when paint text two string for text opcode.Eric Dong2013-11-221-0/+6
* Clean the help string and hot key info if an empty form is painting.Eric Dong2013-10-291-13/+24
* Clean the garbage space for the statements nest in subtitle menu.Eric Dong2013-10-151-50/+98
* Fix orderedlist opcode shows abnormal.Eric Dong2013-10-081-2/+5
* Fix display engine driver paint some menu error.Eric Dong2013-10-081-54/+86
* Fix ICC build failEric Dong2013-09-291-2/+2
* Fix modal form display error.Eric Dong2013-09-281-14/+33