summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c
AgeCommit message (Expand)Author
2013-08-09Update Browser to provide the customization possibilities.Eric Dong
2013-05-21When finish using the browser storage for one formset, browser should clean t...ydong10
2013-05-16Update the logic about get initial value for one storage.ydong10
2013-04-16Update the browser logic, make the storage as browser level instead of form s...ydong10
2013-03-27Update the traversal path logic.ydong10
2013-03-15Refine the logic about gFunctionKeySetting, avoid some HII drivers can't show...ydong10
2013-03-15Revert error check in code by patch 14206.ydong10
2013-03-15Update the logic: ydong10
2013-01-28Update code which is not include in patch 14076.ydong10
2013-01-22Update the code of processing device path info in browser to follow UEFI spec.ydong10
2012-12-05Update the HiiConfigToBlock to follow spec.ydong10
2012-09-10Enhance the check for options in the question.ydong10
2012-09-10When question not have storage with it, not restore old value for it.ydong10
2012-08-30Restore EditBuffer before call the callback function to avoid get error data.ydong10
2012-08-21Patch includes:ydong10
2012-08-21Enhance the code to make the code logic more clear.ydong10
2012-07-06When do discard action, enable callback action for questions which have value...ydong10
2012-06-26Update the logic to get default value for question without storage.ydong10
2012-06-12Refine the logic about initialize questions valueydong10
2012-01-31Update the code to follow the spec when evaluate the expression.ydong10
2012-01-31Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong10
2011-11-22Add support for EFI_IFR_QUESTION_REF3 opcode for browser when this opcode has...ydong10
2011-11-22Update SetupBrowser to initialize the question value before extract default v...lgao4
2011-11-18Enable buffer type when process some expression opcode which support buffer t...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-09-16Refine the logic about getting Value info to avoid check data error.ydong10
2011-09-13Enhance EDKII Browser to support flexible HotKey setting. lgao4
2011-08-26Fixed memory leak and buffer overrun for string op-code.ydong10
2011-07-12Change the HiiDataBase and browser codes to support new efi varstore data str...ydong10
2011-06-28Enable new "ref5" opcode in browser.ydong10
2011-06-28Restore the whole form set to default value when user enter F9, old logical o...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
2011-05-31Add new call back return value; also add some sample code to use it.ydong10
2011-05-20Add two new methods to get default value, also add sample code in sample driver.ydong10
2011-04-01Use the minimum value for Numeric and the first option value for OneOf as the...lgao4
2011-03-15Reserve more space width for Option value. lgao4
2010-12-231. Support inconsistent if opcode used in string/password opcode.ydong10
2010-10-26Correct Data type conversion.lgao4
2010-10-25Reserve one column at left screen to be more visually.lgao4
2010-06-04Do the following fix up in SetupBrowser driver:lgao4
2010-06-02Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao4
2010-04-24Update the copyright notice formathhtian
2010-02-25Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao4
2010-02-05Add some security check.xdu2
2010-02-02Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has...lgao4
2010-01-07Correct copyright year to 2010lgao4
2010-01-06Enable SetupBrowser to support multiple form class guid.lgao4
2009-11-18Add newly added global to Browser Context.xdu2