summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c
AgeCommit message (Expand)Author
2017-09-05Remove core packages since we can get them from edk2 repositoryGuo Mang
2015-06-09EDKII:Display engine should not depend on the framework codeDandan Bi
2015-05-27MdeModulePkg: Enable reconnect request from action request or question flag.Eric Dong
2015-05-26MdeModulePkg:fix browser not call EFI_BROWSER_ACTION_CHANGEDDandan Bi
2015-05-06MdeModulePkg: update comments for question.Eric Dong
2015-05-06MdeModluePkg: Enable refresh opcode to refresh the entire form.Eric Dong
2015-04-20Update the logic for action opcode, also support user input a empty string fo...Eric Dong
2015-01-23Avoid change the return status from above code which will also be used later.Eric Dong
2015-01-09Restore question value for question without storage after CHANGING callback r...Eric Dong
2014-11-26Fixed user input arrow down/ page down caused form display highlight menu error.Eric Dong
2014-11-21MdeModulePkg: Refine the get default value logic.Eric Dong
2014-10-21Check the question value before call CHANGED. Only when question value has be...Eric Dong
2014-08-27Refine the fix for the bug that cause assert when do the reconnect in the cal...Eric Dong
2014-07-14Check the validation when return from callback function to avoid use the inva...Eric Dong
2014-07-08Refine the save action for the browser.Eric Dong
2014-06-26Refine code to make it more safely.Eric Dong
2014-04-15Update question validation logic, move the check pointer from after user inpu...Eric Dong
2014-04-14Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo...Eric Dong
2014-04-11Sync value for string opcode after call the Callback function.Eric Dong
2014-02-21Check the Config access protocol before use it.Eric Dong
2014-02-18Update configrequest string at runtime for dynamic created question.Eric Dong
2014-02-18Update the ValueChanged flag before call CHANGED callback type.Eric Dong
2014-02-13Set the Reset flag if user select one statement which has reset attribute and...Eric Dong
2014-02-12Update the logic, only check the value change status for user input action, n...Eric Dong
2013-12-30Rollback the change 15021.Eric Dong
2013-12-26Keep consistent about the return value between the caller and callee.Eric Dong
2013-12-17Update code to support guid op nest in the statement.Eric Dong
2013-11-27Update the logic in browser core, use config routine protocol instead of conf...Eric Dong
2013-11-20Refine code to follow coding style.Eric Dong
2013-11-07Update the logic, based on the device path and formset guid to find the HiiHa...Eric Dong
2013-09-25Use RETRIEVE instead of CHANGING for refresh question.Eric Dong
2013-09-16Export one interface to support 3rd party to change question attribute, such ...Eric Dong
2013-09-16Refine question value update logic.Eric Dong
2013-09-04Enable warningif opcode in browser.Eric Dong
2013-08-12Update Browser to provide the customization possibilities.Eric Dong
2013-08-12Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong
2013-08-09Update Browser to provide the customization possibilities.Eric Dong
2013-06-06Update code to follow spec, add discard form action before reset.Eric Dong
2013-03-27Update the code to follow UEFI spec, do the discard action when return EFI_BR...ydong10
2013-01-22Update the code of processing device path info in browser to follow UEFI spec.ydong10
2012-11-15Check mHiiPackageListUpdated before set it to FALSE.ydong10
2012-08-21Patch includes:ydong10
2012-07-06When do discard action, enable callback action for questions which have value...ydong10
2012-05-29Enable wide string for title and help stringydong10
2012-01-31Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong10
2011-12-15Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong10
2011-12-07Enable EFI_BROWSER_ACTION_CHANGED callback type for browser.ydong10
2011-11-16Enable lock attribute for statement and form; show this attribute same as gra...ydong10
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten
2011-10-31When browser was requested to go to another formset, it also needs to update ...ydong10