summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe
AgeCommit message (Expand)Author
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-05-29Enable wide string for title and help stringydong10
2012-05-11Add logic to validate new input value with minimum.ydong10
2012-04-24Fix build fail for DDK.ydong10
2012-04-23Refine the code to have same function to process the string info. Also update...ydong10
2012-04-11Enable Help string scroll when the help info can't show all at current page.ydong10
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun3
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
2012-01-12Correct definition to follow spec.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-12-05Refine the select highlight menu logic.ydong10
2011-12-05Disable change value for grayout or readonly menu.ydong10
2011-11-24Patch includes: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-11-16Patch include:ydong10
2011-11-16Enable lock attribute for statement and form; show this attribute same as gra...ydong10
2011-11-16Update select highlight menu logic when opcode is date/timeydong10
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-27Initialize the parameter mUnicodeCollation before use it to avoid system hang.ydong10
2011-10-25Fix error: Multiline option info only shows the first line error, should show...ydong10
2011-10-10Enhance op-code EFI_IFR_TO_BOOLEAN to case insensitive.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-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-30Enable the follow feature for string op-code:ydong10
2011-08-26Fixed memory leak and buffer overrun for string op-code.ydong10
2011-07-28Adjust the day field when update the month and year field.ydong10
2011-07-12Change the HiiDataBase and browser codes to support new efi varstore data str...ydong10
2011-07-05correct leap year calculate method.ydong10
2011-07-05Enable value roll over when hit max or min.ydong10
2011-07-05Refine code to avoid potential access violation.ydong10
2011-07-05Keep the highlight field after user changes the value for time/date opcodeydong10
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-27Adjust the start position of the opcode string before saving it to avoid show...ydong10
2011-06-21Move the check refresh attribute logical out of the option string check logic...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-13Fix GCC build failydong10
2011-06-08Add new "Refresh guid" opcode, also add sample code to use it.ydong10
2011-06-08Add new "Modal form" opcode, also add sample code to use it.ydong10