summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/SetupBrowserDxe: EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLYMing Tan2024-01-241-0/+9
* MdeModulePkg/SetupBrowserDxe:Follow spec'd way to reconnect driverWalon Li2022-07-221-3/+1
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-520/+555
* MdeModulePkg/SetupBrowserDxe: Do not reconnect driver with form-updateWalon Li2020-06-101-0/+2
* MdeModulePkg: Fix typos and add periodsShenglei Zhang2019-08-021-2/+2
* MdeModulePkg/Setup: Check ConfigAccess protocol in case it's destroyedGregX Yeh2019-07-101-0/+34
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/Setup: Fix incorrect size used in AllocateCopyPoolBi, Dandan2018-09-041-2/+2
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-55/+55
* MdeModulePkg/SetupBrowser: Record the reset status in all SendFormBi, Dandan2017-07-271-3/+6
* MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng2017-01-201-18/+2
* MdeModulePkg: Clear the buffer after using itDandan Bi2016-11-251-0/+1
* MdeModulePkg/Universal: Fix typos in commentsGary Lin2016-10-271-4/+4
* MdeModulePkg: Use IsZeroGuid API for zero GUID checkingHao Wu2016-08-311-4/+4
* MdeModulePkg/SetupBrowser: Clean the BufferValue for string before useDandan Bi2016-05-171-1/+3
* 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: Improved SetupBrowser handling to failed GOTO callback.Cecil Sheng2015-12-151-2/+6
* EDKII:Display engine should not depend on the framework codeDandan Bi2015-06-091-0/+15
* MdeModulePkg: Enable reconnect request from action request or question flag.Eric Dong2015-05-271-5/+60
* MdeModulePkg:fix browser not call EFI_BROWSER_ACTION_CHANGEDDandan Bi2015-05-261-4/+15
* MdeModulePkg: update comments for question.Eric Dong2015-05-061-2/+2
* MdeModluePkg: Enable refresh opcode to refresh the entire form.Eric Dong2015-05-061-4/+64
* Update the logic for action opcode, also support user input a empty string fo...Eric Dong2015-04-201-0/+2
* 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
* 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-211-2/+2
* Check the question value before call CHANGED. Only when question value has be...Eric Dong2014-10-211-1/+6
* Refine the fix for the bug that cause assert when do the reconnect in the cal...Eric Dong2014-08-271-28/+0
* Check the validation when return from callback function to avoid use the inva...Eric Dong2014-07-141-33/+56
* Refine the save action for the browser.Eric Dong2014-07-081-12/+18
* Refine code to make it more safely.Eric Dong2014-06-261-0/+4
* Update question validation logic, move the check pointer from after user inpu...Eric Dong2014-04-151-202/+62
* Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo...Eric Dong2014-04-141-17/+27
* Sync value for string opcode after call the Callback function.Eric Dong2014-04-111-1/+34
* Check the Config access protocol before use it.Eric Dong2014-02-211-15/+16
* Update configrequest string at runtime for dynamic created question.Eric Dong2014-02-181-64/+0
* Update the ValueChanged flag before call CHANGED callback type.Eric Dong2014-02-181-5/+9
* Set the Reset flag if user select one statement which has reset attribute and...Eric Dong2014-02-131-0/+10
* Update the logic, only check the value change status for user input action, n...Eric Dong2014-02-121-1/+101
* Rollback the change 15021.Eric Dong2013-12-301-3/+3
* Keep consistent about the return value between the caller and callee.Eric Dong2013-12-261-3/+3
* Update code to support guid op nest in the statement.Eric Dong2013-12-171-16/+7
* Update the logic in browser core, use config routine protocol instead of conf...Eric Dong2013-11-271-7/+2
* Refine code to follow coding style.Eric Dong2013-11-201-1/+1
* Update the logic, based on the device path and formset guid to find the HiiHa...Eric Dong2013-11-071-97/+102
* Use RETRIEVE instead of CHANGING for refresh question.Eric Dong2013-09-251-16/+30
* Export one interface to support 3rd party to change question attribute, such ...Eric Dong2013-09-161-0/+55
* Refine question value update logic.Eric Dong2013-09-161-5/+38