summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-423/+416
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-5/+5
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-62/+62
2017-09-21MdeModulePkg/SetupBrowser: Handle questions with Bit VarStoreDandan Bi1-0/+3
2017-07-27MdeModulePkg/SetupBrowser: Record the reset status in all SendFormBi, Dandan1-2/+3
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin1-4/+4
2016-09-27MdeModulePkg FormBrowserEx: Change its structure name with EDKII_ prefixLiming Gao1-1/+1
2016-05-06MdeModulePkg: Restore question base on the fail info when submit failDandan Bi1-1/+5
2015-10-27MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong1-1/+2
2015-10-21MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong1-1/+7
2015-10-15Update register hot key logic, return EFI_ALREADY_START status if same hot ke...Eric Dong1-0/+1
2015-08-03MdeModulePkg:Fix the issue FindQuestionFromProgress in SetupBrowserDxe is brokenDandan Bi1-0/+13
2015-07-07MdeModulePkg: Remove gZeroGuid definition in SetupBrowserDxeHao Wu1-2/+1
2015-06-09EDKII:Display engine should not depend on the framework codeDandan Bi1-0/+1
2015-05-27MdeModulePkg: Enable reconnect request from action request or question flag.Eric Dong1-0/+18
2015-05-06MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in...Eric Dong1-0/+1
2015-05-06MdeModluePkg: Enable refresh opcode to refresh the entire form.Eric Dong1-0/+1
2015-01-30Move ConfigHdr from browser_storage to Formset_storage, avoid device path los...Eric Dong1-2/+36
2014-11-21MdeModulePkg: Refine the get default value logic.Eric Dong1-1/+4
2014-09-23Refine get default value process for browser. Eric Dong1-0/+2
2014-07-21Refine code to follow good coding style.Eric Dong1-2/+2
2014-07-14Check the validation when return from callback function to avoid use the inva...Eric Dong1-1/+20
2014-07-08Refine the save action for the browser.Eric Dong1-2/+32
2014-05-14Based on request, export ResetRequired info used by browser.Eric Dong1-0/+13
2014-04-18Refine the check expression result logic.Eric Dong1-0/+17
2014-04-15Update question validation logic, move the check pointer from after user inpu...Eric Dong1-0/+36
2014-04-14Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo...Eric Dong1-1/+0
2014-04-11Sync value for string opcode after call the Callback function.Eric Dong1-1/+3
2014-04-08Refine the load form sets process for BrowserCallback function.Eric Dong1-1/+18
2014-02-18Update configrequest string at runtime for dynamic created question.Eric Dong1-13/+0
2014-02-12Update the logic, only check the value change status for user input action, n...Eric Dong1-1/+30
2013-12-31Keep consistent about the return value between the caller and callee.Eric Dong1-0/+1
2013-12-17Update code to support guid op nest in the statement.Eric Dong1-3/+6
2013-11-25When need to find varstore in the storage list, based on the extra HiiHandle ...Eric Dong1-0/+3
2013-11-07Update the logic, based on the device path and formset guid to find the HiiHa...Eric Dong1-1/+21
2013-09-25Use RETRIEVE instead of CHANGING for refresh question.Eric Dong1-2/+6
2013-09-24Fix deadloop issue in BrowserCallback function.Eric Dong1-1/+0
2013-09-16Export one interface to support 3rd party to change question attribute, such ...Eric Dong1-0/+1
2013-09-04Enable warningif opcode in browser.Eric Dong1-0/+4
2013-08-23Add some comments, clear describe the efi varstore type.Eric Dong1-2/+2
2013-08-12Refine the code logic for browser and display engine.Eric Dong1-18/+21
2013-08-12Update Browser to provide the customization possibilities.Eric Dong1-383/+431
2013-08-12Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong1-436/+385
2013-08-09Update Browser to provide the customization possibilities.Eric Dong1-385/+436
2013-05-21When finish using the browser storage for one formset, browser should clean t...ydong101-0/+11
2013-05-16Update the logic about get initial value for one storage.ydong101-0/+3
2013-04-16Update the browser logic, make the storage as browser level instead of form s...ydong101-13/+27
2013-01-22Update the code of processing device path info in browser to follow UEFI spec.ydong101-1/+5
2012-08-21Patch includes:ydong101-2/+24