summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe
AgeCommit message (Expand)Author
2013-11-25Refine data copy and data compare logic.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-24Fix deadloop issue in BrowserCallback function.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-09-02Update sample code for date/time.Eric Dong
2013-08-23Add some comments, clear describe the efi varstore type.Eric Dong
2013-08-12Refine the code logic for browser and display engine.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-05-27Refine the logic about processing options for oneof opcode.ydong10
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-04-02Refine code to follow coding style.ydong10
2013-03-27Update the traversal path logic.ydong10
2013-03-27Update the code to follow UEFI spec, do the discard action when return EFI_BR...ydong10
2013-03-20MdeModulePkg: Fixed 'variable set but not used' build warning.erictian
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-29Based on the feature PCD value, browser will decide whether to gray out the r...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
2013-01-22Refine the menu display logic, support menus with more than one page of options.ydong10
2013-01-06Base on the type field to get the width of value field for option opcode.ydong10
2012-12-17Base on the value type to get the value for default opcode.ydong10
2012-12-05Update the HiiConfigToBlock to follow spec.ydong10
2012-11-15Check mHiiPackageListUpdated before set it to FALSE.ydong10
2012-11-14Enhance SetupBrowser to call ReadKeyStroke() before calling WaitForEvent(). T...niruiyu
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian
2012-09-27Enable EFI_IFR_DEFAULT2 opcode in browser.ydong10
2012-09-24Clean the build warning.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-29Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian
2012-08-21Patch includes:ydong10
2012-08-21Enhance the code to make the code logic more clear.ydong10
2012-08-17Add missing break and add comment to non-necessary break.li-elvin
2012-08-14Refine the logic to handle the device path info get from string token.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-05-29Enable wide string for title and help stringydong10