]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/SetupBrowserDxe/Setup.c
Keep consistent about the return value between the caller and callee.
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / Setup.c
2013-12-31 Eric DongKeep consistent about the return value between the...
2013-12-30 Eric DongRollback the change 15021.
2013-12-26 Eric DongKeep consistent about the return value between the...
2013-12-17 Eric DongGet entire variable data for efi varstore at first...
2013-11-27 Eric DongUpdate the logic in browser core, use config routine...
2013-11-25 Eric DongWhen need to find varstore in the storage list, based...
2013-09-25 Eric DongUse RETRIEVE instead of CHANGING for refresh question.
2013-09-24 Eric DongFix deadloop issue in BrowserCallback function.
2013-09-16 Eric DongExport one interface to support 3rd party to change...
2013-09-02 Eric DongUpdate sample code for date/time.
2013-08-12 Eric DongRefine the code logic for browser and display engine.
2013-08-12 Eric DongUpdate Browser to provide the customization possibilities.
2013-08-12 Eric DongRollback patch 14537 & 14538, because patch 14537 is...
2013-08-09 Eric DongUpdate Browser to provide the customization possibilities.
2013-05-21 ydong10When finish using the browser storage for one formset...
2013-05-16 ydong10Update the logic about get initial value for one storage.
2013-04-16 ydong10Update the browser logic, make the storage as browser...
2013-03-27 ydong10Update the traversal path logic.
2013-03-15 ydong10Refine the logic about gFunctionKeySetting, avoid some...
2013-03-15 ydong10Revert error check in code by patch 14206.
2013-03-15 ydong10Update the logic:
2013-01-28 ydong10Update code which is not include in patch 14076.
2013-01-22 ydong10Update the code of processing device path info in brows...
2012-12-05 ydong10Update the HiiConfigToBlock to follow spec.
2012-09-10 ydong10Enhance the check for options in the question.
2012-09-10 ydong10When question not have storage with it, not restore...
2012-08-30 ydong10Restore EditBuffer before call the callback function...
2012-08-21 ydong10Patch includes:
2012-08-21 ydong10Enhance the code to make the code logic more clear.
2012-07-06 ydong10When do discard action, enable callback action for...
2012-06-26 ydong10Update the logic to get default value for question...
2012-06-12 ydong10Refine the logic about initialize questions value
2012-01-31 ydong10Update the code to follow the spec when evaluate the...
2012-01-31 ydong10Enable nest for suppressif/grayoutif/diableif for form...
2011-11-22 ydong10Add support for EFI_IFR_QUESTION_REF3 opcode for browse...
2011-11-22 lgao4Update SetupBrowser to initialize the question value...
2011-11-18 ydong10Enable buffer type when process some expression opcode...
2011-10-31 jljustenMdeModulePkg: Remove variables that are set, but not...
2011-10-31 ydong10When browser was requested to go to another formset...
2011-09-16 ydong10Refine the logic about getting Value info to avoid...
2011-09-13 lgao4Enhance EDKII Browser to support flexible HotKey setting.
2011-08-26 ydong10Fixed memory leak and buffer overrun for string op...
2011-07-12 ydong10Change the HiiDataBase and browser codes to support...
2011-06-28 ydong10Enable new "ref5" opcode in browser.
2011-06-28 ydong10Restore the whole form set to default value when user...
2011-06-13 ydong101. When get value from AltCfg data, check the varstore...
2011-06-08 ydong10Add new "Modal form" opcode, also add sample code to...
2011-05-31 ydong10Add new call back return value; also add some sample...
2011-05-20 ydong10Add two new methods to get default value, also add...
2011-04-01 lgao4Use the minimum value for Numeric and the first option...
2011-03-15 lgao4Reserve more space width for Option value.
2010-12-23 ydong101. Support inconsistent if opcode used in string/passwo...
2010-10-26 lgao4Correct Data type conversion.
2010-10-25 lgao4Reserve one column at left screen to be more visually.
2010-06-04 lgao4Do the following fix up in SetupBrowser driver:
2010-06-02 lgao4Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function...
2010-04-24 hhtianUpdate the copyright notice format
2010-02-25 lgao4Enhance SetupBrowser to support new UEFI HiiFormMap...
2010-02-05 xdu2Add some security check.
2010-02-02 lgao4Add support to original EFI_IFR_FORM_SET in initial...
2010-01-07 lgao4Correct copyright year to 2010
2010-01-06 lgao4Enable SetupBrowser to support multiple form class...
2009-11-18 xdu2Add newly added global to Browser Context.
2009-11-13 lgao4Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read...
2009-11-12 lgao4Add SuppressIf form support in SetupBrowser driver.
2009-10-26 xdu2Update SetupBrowser to support call to SendForm() by...
2009-10-26 xdu2Support call of SendForm() from Callback(), i.e. nested...
2009-10-26 xdu21. Code clean up: add IN/OUT modifier for parameters.
2009-10-26 xdu2Add support for newly defined VarStore type EFI_IFR_TYP...
2009-10-26 xdu2Change the FormBrowser behavior of "Pressing ESC":
2009-06-25 lgao4Correct DriverSample ConfigAcess protocol ExtractConfig...
2009-05-08 rsun3Update SetupBrowserDxe and BdsDxe to use an internal...
2009-04-23 lgao4Fix ICC build break.
2009-04-22 lgao4Update SetUp Browser doesn't set a default value to...
2009-04-14 rsun3HII Library Class interface refine.
2009-04-09 lgao4Fix error when replace HexStringToBuf
2009-04-08 lgao4Replace BufToHexString by UnicodeValueToString
2009-04-02 rsun3Retire Extended HII library class.
2009-03-22 vanjeffremove clean console control protocol.
2009-02-23 qhuang8Split the Print functionality from SetupBrowserDxe...
2009-02-13 vanjeffenhanced security check.
2008-11-24 vanjeff1.retried graphics library class from MdePkg
2008-11-21 qwang121) Remove the variable initalization in declaration.
2008-11-04 qwang12Sync in bug fix from EDK I:
2008-10-30 qwang12Remove SafeFreePool from MemoryAllocationLib as this...
2008-09-02 qwang12Merged in the bug fixes from EDK I.
2008-08-18 qwang12Merge in [EDK 1166]: Form title is not displayed by...
2008-07-28 lgao4Add comments to MdeModulePkg.dec, Correct minor comment...
2008-07-15 qwang12Clean up SetupBrowserDxe for Doxygen comments requirement.
2008-06-23 qwang12Merged in the following trackers from EDK:
2008-05-23 qwang121) Add BufToHexString, HexStringToBuf and IsHexDigit...
2008-02-02 qwang121) Cleanup HiiLib, IfrSupportLib.
2008-01-21 qwang12UEFI HII: Merge UEFI HII support changes from branch.