]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c
MdeModulePkg: Use IsZeroGuid API for zero GUID checking
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / Presentation.c
2016-08-31 Hao WuMdeModulePkg: Use IsZeroGuid API for zero GUID checking
2016-05-17 Dandan BiMdeModulePkg/SetupBrowser: Clean the BufferValue for...
2015-12-15 Cecil ShengMdeModulePkg: Improved SetupBrowser handling to failed...
2015-12-15 Cecil ShengRollback change r19245 because it missed one change.
2015-12-15 Cecil ShengMdeModulePkg: Improved SetupBrowser handling to failed...
2015-06-09 Dandan BiEDKII:Display engine should not depend on the framework...
2015-05-27 Eric DongMdeModulePkg: Enable reconnect request from action...
2015-05-26 Dandan BiMdeModulePkg:fix browser not call EFI_BROWSER_ACTION_CH...
2015-05-06 Eric DongMdeModulePkg: update comments for question.
2015-05-06 Eric DongMdeModluePkg: Enable refresh opcode to refresh the...
2015-04-20 Eric DongUpdate the logic for action opcode, also support user...
2015-01-23 Eric DongAvoid change the return status from above code which...
2015-01-09 Eric DongRestore question value for question without storage...
2014-11-26 Eric DongFixed user input arrow down/ page down caused form...
2014-11-21 Eric DongMdeModulePkg: Refine the get default value logic.
2014-10-21 Eric DongCheck the question value before call CHANGED. Only...
2014-08-27 Eric DongRefine the fix for the bug that cause assert when do...
2014-07-14 Eric DongCheck the validation when return from callback function...
2014-07-08 Eric DongRefine the save action for the browser.
2014-06-26 Eric DongRefine code to make it more safely.
2014-04-15 Eric DongUpdate question validation logic, move the check pointe...
2014-04-14 Eric DongCall EFI_BROWSER_ACTION_RETRIEVE for each form instead...
2014-04-11 Eric DongSync value for string opcode after call the Callback...
2014-02-21 Eric DongCheck the Config access protocol before use it.
2014-02-18 Eric DongUpdate configrequest string at runtime for dynamic...
2014-02-18 Eric DongUpdate the ValueChanged flag before call CHANGED callba...
2014-02-13 Eric DongSet the Reset flag if user select one statement which...
2014-02-12 Eric DongUpdate the logic, only check the value change status...
2013-12-30 Eric DongRollback the change 15021.
2013-12-26 Eric DongKeep consistent about the return value between the...
2013-12-17 Eric DongUpdate code to support guid op nest in the statement.
2013-11-27 Eric DongUpdate the logic in browser core, use config routine...
2013-11-20 Eric DongRefine code to follow coding style.
2013-11-07 Eric DongUpdate the logic, based on the device path and formset...
2013-09-25 Eric DongUse RETRIEVE instead of CHANGING for refresh question.
2013-09-16 Eric DongExport one interface to support 3rd party to change...
2013-09-16 Eric DongRefine question value update logic.
2013-09-04 Eric DongEnable warningif opcode in browser.
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-06-06 Eric DongUpdate code to follow spec, add discard form action...
2013-03-27 ydong10Update the code to follow UEFI spec, do the discard...
2013-01-22 ydong10Update the code of processing device path info in brows...
2012-11-15 ydong10Check mHiiPackageListUpdated before set it to FALSE.
2012-08-21 ydong10Patch includes:
2012-07-06 ydong10When do discard action, enable callback action for...
2012-05-29 ydong10Enable wide string for title and help string
2012-01-31 ydong10Enable nest for suppressif/grayoutif/diableif for form...
2011-12-15 ydong10Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CH...
2011-12-07 ydong10Enable EFI_BROWSER_ACTION_CHANGED callback type for...
2011-11-16 ydong10Enable lock attribute for statement and form; show...
2011-10-31 jljustenMdeModulePkg: Remove variables that are set, but not...
2011-10-31 ydong10When browser was requested to go to another formset...
2011-10-09 ydong10When the CONFIG_ACCESS_PROTOCOL.CallBack function retur...
2011-09-29 ydong10Add pointer check for NULL before dereference it.
2011-09-16 ydong10Add exit action when Config_Access_Protocol.CallBack...
2011-09-13 lgao4Enhance EDKII Browser to support flexible HotKey setting.
2011-07-05 ydong10Refine code to avoid potential access violation.
2011-06-28 ydong10Enable new "ref5" opcode in browser.
2011-06-15 ydong10Updates old formset info before exit to avoid old chang...
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-03-08 lgao4Do the following enhancement for SetupBrowser:
2011-02-23 ydong101.Reposition the platform info. Move from the old posit...
2010-12-30 ydong10Enable number input for numeric, date and time opcode
2010-12-23 ydong101. Support inconsistent if opcode used in string/passwo...
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-27 lgao4Add the missing check for NULL pointer before use it.
2010-02-25 lgao4Enhance SetupBrowser to support new UEFI HiiFormMap...
2010-01-07 lgao4Correct copyright year to 2010
2010-01-06 lgao4Enable SetupBrowser to support multiple form class...
2009-11-13 lgao4Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read...
2009-11-12 xdu21. Update SetupBrowser to pass correct buffer value...
2009-11-12 lgao4Add SuppressIf form support in SetupBrowser driver.
2009-10-26 xdu21. Code clean up: add IN/OUT modifier for parameters.
2009-10-26 xdu2Add support for newly defined Browser action type EFI_B...
2009-10-26 xdu2Update FormBrowser to conform to UEFI spec Table 197...
2009-10-26 xdu2Add support for newly defined VarStore type EFI_IFR_TYP...
2009-10-26 xdu2Change the FormBrowser behavior of "Pressing ESC":
2009-04-23 lgao4Fix ICC build break.
2009-04-22 lgao4Update SetUp Browser doesn't set a default value to...
2009-04-10 jljustenFix various 'EFIAPI' inconsistencies found while buildi...
2009-02-13 vanjeffenhanced security check.
2009-02-13 vanjeffenhanced security check.
2009-02-09 qwang12ECC cleanup: Non-Boolean comparisons should use a compa...
2009-01-20 qwang12K8:
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-15 qwang12Clean up SetupBrowserDxe for Doxygen comments requirement.
2008-01-21 qwang12UEFI HII: Merge UEFI HII support changes from branch.