summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c
AgeCommit message (Expand)Author
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.tianocore-edk2-2014.07Eric 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
2011-10-09When the CONFIG_ACCESS_PROTOCOL.CallBack function return error, the question ...ydong10
2011-09-29Add pointer check for NULL before dereference it.ydong10
2011-09-16Add exit action when Config_Access_Protocol.CallBack function returns Submit ...ydong10
2011-09-13Enhance EDKII Browser to support flexible HotKey setting. lgao4
2011-07-05Refine code to avoid potential access violation.ydong10
2011-06-28Enable new "ref5" opcode in browser.ydong10
2011-06-15Updates old formset info before exit to avoid old change lost.ydong10
2011-06-131. When get value from AltCfg data, check the varstore type first.ydong10
2011-06-08Add new "Modal form" opcode, also add sample code to use it.ydong10