summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
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-07-06MdeModulePkg/DisplayEngineDxe: Fix small InitializeDisplayEngine leakThomas Palmer1-0/+2
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-123/+123
2017-08-23MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocolDandan Bi1-0/+42
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
2016-11-25MdeModulePkg/DisplayEngine: Popup dialogue when password is not supportedDandan Bi1-0/+3
2016-11-23MdeModulePkg/DisplayEngine: Return the selectable menu correctlyDandan Bi1-5/+8
2016-10-27MdeModulePkg/DisplayEngineDxe: rebase to ARRAY_SIZE()Laszlo Ersek1-2/+2
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin1-1/+1
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-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 Bi1-1/+2
2015-07-26MdeModulePkg: Check the case caused by mismatchDandan Bi1-5/+7
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi1-15/+17
2015-06-17MdeModulePkg:System hangs in setup menuDandan Bi1-2/+21
2015-05-27MdeModulePkg: Enable reconnect request from action request or question flag.Eric Dong1-5/+35
2015-05-21MdeModulePkg:fix more than one arrow shows for one goto menuDandan Bi1-1/+4
2015-04-20Update the logic: After check the environment, calculate the new parameter an...Eric Dong1-0/+5
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 Dong1-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 Dong1-130/+440
2014-09-29Removes some unused assigned variables.Olivier Martin1-10/+0
2014-08-26The original code does not initialize the global width constants before creat...Samer El-Haj-Mahmoud elhaj1-12/+17
2014-07-08Refine the save action for the browser.Eric Dong1-39/+92
2014-04-15Update question validation logic, move the check pointer from after user inpu...Eric Dong1-13/+96
2014-02-12Keep highlight on the current highlight menu if form auto exit, not exit by u...Eric Dong1-14/+65
2014-02-12Adjust date/time opcode before use it.Eric Dong1-0/+1
2014-01-07This patch fix date/time op-code shows abnormal.Eric Dong1-13/+20
2013-12-17Update code to support guid op nest in the statement.Eric Dong1-0/+7
2013-12-09Refine code to fix potential code bug.Eric Dong1-2/+3
2013-11-27Fix X64 build fail.Eric Dong1-1/+1
2013-11-27Refine the logic, keep highlight on the selectable menu, and base on priority...Eric Dong1-558/+341
2013-11-22Adjust skip value when paint text two string for text opcode.Eric Dong1-0/+6
2013-10-29Clean the help string and hot key info if an empty form is painting.Eric Dong1-13/+24
2013-10-15Clean the garbage space for the statements nest in subtitle menu.Eric Dong1-50/+98
2013-10-08Fix orderedlist opcode shows abnormal.Eric Dong1-2/+5
2013-10-08Fix display engine driver paint some menu error.Eric Dong1-54/+86
2013-09-29Fix ICC build failEric Dong1-2/+2
2013-09-28Fix modal form display error.Eric Dong1-14/+33
2013-09-27Fix form flash issue.Eric Dong1-259/+483
2013-08-12Refine the code logic for browser and display engine.Eric Dong1-6/+61