summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-26Keep consistent about the return value between the caller and callee.Eric Dong1-3/+3
2013-12-17Update code to support guid op nest in the statement.Eric Dong1-16/+7
2013-11-27Update the logic in browser core, use config routine protocol instead of conf...Eric Dong1-7/+2
2013-11-20Refine code to follow coding style.Eric Dong1-1/+1
2013-11-07Update the logic, based on the device path and formset guid to find the HiiHa...Eric Dong1-97/+102
2013-09-25Use RETRIEVE instead of CHANGING for refresh question.Eric Dong1-16/+30
2013-09-16Export one interface to support 3rd party to change question attribute, such ...Eric Dong1-0/+55
2013-09-16Refine question value update logic.Eric Dong1-5/+38
2013-09-04Enable warningif opcode in browser.Eric Dong1-6/+44
2013-08-12Update Browser to provide the customization possibilities.Eric Dong1-821/+1604
2013-08-12Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong1-1604/+821
2013-08-09Update Browser to provide the customization possibilities.Eric Dong1-821/+1604
2013-06-06Update code to follow spec, add discard form action before reset.Eric Dong1-0/+1
2013-03-27Update the code to follow UEFI spec, do the discard action when return EFI_BR...ydong101-0/+1
2013-01-22Update the code of processing device path info in browser to follow UEFI spec.ydong101-1/+3
2012-11-15Check mHiiPackageListUpdated before set it to FALSE.ydong101-21/+9
2012-08-21Patch includes:ydong101-0/+51
2012-07-06When do discard action, enable callback action for questions which have value...ydong101-2/+2
2012-05-29Enable wide string for title and help stringydong101-1/+3
2012-01-31Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong101-25/+5
2011-12-15Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong101-33/+38
2011-12-07Enable EFI_BROWSER_ACTION_CHANGED callback type for browser.ydong101-1/+4
2011-11-16Enable lock attribute for statement and form; show this attribute same as gra...ydong101-1/+1
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten1-7/+6
2011-10-31When browser was requested to go to another formset, it also needs to update ...ydong101-14/+21
2011-10-09When the CONFIG_ACCESS_PROTOCOL.CallBack function return error, the question ...ydong101-3/+13
2011-09-29Add pointer check for NULL before dereference it.ydong101-0/+1
2011-09-16Add exit action when Config_Access_Protocol.CallBack function returns Submit ...ydong101-0/+2
2011-09-13Enhance EDKII Browser to support flexible HotKey setting. lgao41-47/+164
2011-07-05Refine code to avoid potential access violation.ydong101-1/+1
2011-06-28Enable new "ref5" opcode in browser.ydong101-3/+18
2011-06-15Updates old formset info before exit to avoid old change lost.ydong101-2/+2
2011-06-131. When get value from AltCfg data, check the varstore type first.ydong101-1/+3
2011-06-08Add new "Modal form" opcode, also add sample code to use it.ydong101-5/+20
2011-05-31Add new call back return value; also add some sample code to use it.ydong101-159/+330
2011-05-20Add two new methods to get default value, also add sample code in sample driver.ydong101-0/+15
2011-03-08Do the following enhancement for SetupBrowser:lgao41-2/+3
2011-02-231.Reposition the platform info. Move from the old position to left one block ...ydong101-1/+1
2010-12-30Enable number input for numeric, date and time opcodeydong101-6/+8
2010-12-231. Support inconsistent if opcode used in string/password opcode.ydong101-13/+1
2010-06-04Do the following fix up in SetupBrowser driver:lgao41-49/+44
2010-06-02Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao41-77/+169
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-27Add the missing check for NULL pointer before use it.lgao41-0/+7
2010-02-25Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao41-2/+4
2010-01-07Correct copyright year to 2010lgao41-1/+1
2010-01-06Enable SetupBrowser to support multiple form class guid.lgao41-7/+7
2009-11-13Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question.lgao41-2/+15
2009-11-121. Update SetupBrowser to pass correct buffer value for OrderedList Callbackxdu21-4/+12
2009-11-12Add SuppressIf form support in SetupBrowser driver.lgao41-0/+26