summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/SetupBrowserDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Universal: Fix typos in commentsGary Lin2016-10-272-8/+8
* MdeModulePkg/SetupBrowser: Send discard info to driver when fail to submitDandan Bi2016-10-191-0/+29
* MdeModulePkg FormBrowserEx: Change its structure name with EDKII_ prefixLiming Gao2016-09-273-3/+3
* MdeModulePkg: Use IsZeroGuid API for zero GUID checkingHao Wu2016-08-313-7/+7
* MdeModulePkg/Browser: Fix conflicting policy in getting default of checkboxLiming Gao2016-08-231-2/+5
* MdeModulePkg/Browser: Enhance the logic when getting value from AltRespDandan Bi2016-08-121-26/+35
* MdeModulePkg/Browser: Share default if some default value are not specifiedDandan Bi2016-08-112-5/+43
* MdeModulePkg/SetupBrowser: Fix the typo in the commentGary Lin2016-06-271-1/+1
* MdeModulePkg/SetupBrowser: Correct the incorrect variable nameDandan Bi2016-06-011-2/+2
* MdeModulePkg/SetupBrowser: Clean the BufferValue for string before useDandan Bi2016-05-172-1/+5
* MdeModulePkg/SetupBrowser: Should free ConfigResp when it no longer be usedDandan Bi2016-05-171-1/+2
* MdeModulePkg/SetupBrowser: Call submit callback function when no failureDandan Bi2016-05-061-2/+13
* MdeModulePkg: Restore question base on the fail info when submit failDandan Bi2016-05-062-7/+151
* MdeModulePkg/SetupBrowserDxe: Remove the useless checkDandan Bi2016-04-251-1/+1
* MdeModulePkg/SetupBrowserDxe: Get default from callback for orderedListDandan Bi2016-04-191-1/+9
* MdeModulePkg: Add new HII action type EFI_BROWSER_ACTION_SUBMITTEDDandan Bi2016-02-251-0/+98
* MdeModulePkg:Restore the HiiValue for string opcodeDandan Bi2016-01-271-1/+5
* MdeModulePkg: Improved SetupBrowser handling to failed GOTO callback.Cecil Sheng2015-12-151-2/+12
* Rollback change r19245 because it missed one change.Cecil Sheng2015-12-151-6/+2
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdeModulePkg: Improved SetupBrowser handling to failed GOTO callback.Cecil Sheng2015-12-151-2/+6
* MdeModulePkg: remove unreachable codeArd Biesheuvel2015-12-031-1/+0
* MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2015-10-272-4/+28
* MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2015-10-212-1/+15
* Update register hot key logic, return EFI_ALREADY_START status if same hot ke...Eric Dong2015-10-152-12/+13
* MdeModulePkg:Fix the issue FindQuestionFromProgress in SetupBrowserDxe is brokenDandan Bi2015-08-032-0/+14
* MdeModulePkg:SetupBrowser output debug message when DisplayEngineDxe is not i...Dandan Bi2015-07-271-0/+1
* MdeModulePkg: Remove gZeroGuid definition in SetupBrowserDxeHao Wu2015-07-073-4/+2
* MdeModulePkg:Use safe string functionsDandan Bi2015-06-293-34/+51
* MdeModulePkg:System hangs in setup menuDandan Bi2015-06-171-1/+10
* EDKII:Display engine should not depend on the framework codeDandan Bi2015-06-093-0/+17
* MdeModulePkg: Enable reconnect request from action request or question flag.Eric Dong2015-05-273-7/+104
* MdeModulePkg:fix browser not call EFI_BROWSER_ACTION_CHANGEDDandan Bi2015-05-262-5/+16
* MdeModulePkg: Fix potential buffer overflow issues.Eric Dong2015-05-192-2/+5
* MdeModulePkg: Fix Typo.Eric Dong2015-05-141-2/+2
* MdeModulePkg: Enhance the check for numeric opcode with EFI_IFR_DISPLAY_INT_D...Eric Dong2015-05-061-3/+37
* MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in...Eric Dong2015-05-064-4/+186
* MdeModulePkg: update comments for question.Eric Dong2015-05-061-2/+2
* MdeModulePkg: Enable buffer type value for default and oneofoption opcode.Eric Dong2015-05-062-2/+40
* MdeModluePkg: Enable refresh opcode to refresh the entire form.Eric Dong2015-05-063-6/+83
* Update the logic for action opcode, also support user input a empty string fo...Eric Dong2015-04-201-0/+2
* Move ConfigHdr from browser_storage to Formset_storage, avoid device path los...Eric Dong2015-01-303-58/+180
* Avoid change the return status from above code which will also be used later.Eric Dong2015-01-231-2/+3
* Restore question value for question without storage after CHANGING callback r...Eric Dong2015-01-091-3/+10
* Eliminate the variable.Laszlo Ersek2014-12-151-2/+0
* MdeModulePkg: Update the device path info for the storage when former drivers...Eric Dong2014-12-111-0/+47
* Fixed user input arrow down/ page down caused form display highlight menu error.Eric Dong2014-11-261-78/+24
* MdeModulePkg: Refine the get default value logic.Eric Dong2014-11-213-168/+48
* Check the question value before call CHANGED. Only when question value has be...Eric Dong2014-10-211-1/+6
* Removes some unused assigned variables.Olivier Martin2014-09-291-8/+1