]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/SetupBrowserDxe
Patch from open source community for CryptoPkg to allow it to build for ARM using...
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe /
2011-04-19 lgao4Update IFR version opcode value to follow the UEFI2...
2011-04-01 lgao4Use the minimum value for Numeric and the first option...
2011-03-15 lgao4Reserve more space width for Option value.
2011-03-10 ydong101. The old refresh string code also update the time...
2011-03-08 lgao4Do the following enhancement for SetupBrowser:
2011-03-08 ydong10Bug description:
2011-02-28 ydong10Symptom:
2011-02-23 ydong101.Reposition the platform info. Move from the old posit...
2011-02-22 ydong10fix refresh menu save attribute error. not consider...
2011-02-21 ydong10Update the arrow position.
2011-02-12 lgao4Add four PCDs for the different color settings of Subti...
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-12-23 ydong101. support numeric item +/- action generate callback
2010-11-11 lgao4Print Arrow for Goto button.
2010-11-01 ydong10Refine code to make code run more safely.
2010-10-26 lgao4Correct Data type conversion.
2010-10-25 lgao4Reserve one column at left screen to be more visually.
2010-10-25 lgao4Fix the following three issues:
2010-09-16 ydong10Refine code to make code run safely.
2010-09-15 ydong10Refine soma code to make code run safely.
2010-06-04 lgao4Do the following fix up in SetupBrowser driver:
2010-06-02 lgao4Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function...
2010-05-10 lgao41. Use the max string size to compare password string.
2010-04-29 geekboy15aForcing functions with variable argument lists to use...
2010-04-24 hhtianUpdate the copyright notice format
2010-03-16 rsun3Fix a bug in SetupBrowserDxe driver when check current...
2010-02-27 lgao4Add the missing check for NULL pointer before use it.
2010-02-25 lgao4Enhance SetupBrowser to support new UEFI HiiFormMap...
2010-02-24 lgao41. Correct File header to ## @file
2010-02-22 lgao41. Update GetStringWorker() of HiiDataBaseDxe to only...
2010-02-11 rsun3Coding style fix and minor improvements.
2010-02-08 qhuang8Update MdeModulePkg to not use EFI_SPECIFICATION_VERSIO...
2010-02-05 xdu2Add some security check.
2010-02-02 lgao4Add support to original EFI_IFR_FORM_SET in initial...
2010-01-19 rsun3Improve coding style in MdeModulePkg.
2010-01-07 lgao4Correct copyright year to 2010
2010-01-06 lgao4Enable SetupBrowser to support multiple form class...
2009-12-11 lgao4Fix the bug for evaluate EFI_IFR_NOT_EQUAL_OP opcode...
2009-11-26 rsun3Add IFR Security Op-code support in the Form Browser.
2009-11-18 xdu2Add newly added global to Browser Context.
2009-11-13 lgao4Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read...
2009-11-13 lgao4Remove the old unused ValueToString code, which has...
2009-11-13 xdu2Fix a bug to handle case that SendForm() is called...
2009-11-12 xdu21. Update SetupBrowser to pass correct buffer value...
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 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-10-20 xdu21. Move ASSERT to proper place.
2009-09-21 qhuang8Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR...
2009-08-26 jchen20Fixed a bug on the menu display: Following steps to...
2009-08-26 jchen20Fixed a bug on the menu display: Following steps to...
2009-07-23 mdkinneyRemove use of BackupMarker local variable in CreateDial...
2009-07-07 lgao4Update the conflicted function name with UefiLib from...
2009-06-25 lgao4Correct DriverSample ConfigAcess protocol ExtractConfig...
2009-05-25 rsun3change ISO 639-2 language codes to RFC 4646 codes in...
2009-05-15 gikidyAdd check for NULL pointer.
2009-05-13 gikidyAdd a check for CreateQuestion may be return NULL.
2009-05-08 rsun3Update SetupBrowserDxe and BdsDxe to use an internal...
2009-04-23 lgao4Fix ICC build break.
2009-04-22 lgao4Correct comments
2009-04-22 lgao4Update SetUp Browser doesn't set a default value to...
2009-04-14 rsun3HII Library Class interface refine.
2009-04-13 lgao4Update UefiHiiLib to support new defined IFR related...
2009-04-12 lgao4Remove unused IfrSupportLib
2009-04-10 jljustenFix various 'EFIAPI' inconsistencies found while buildi...
2009-04-09 lgao4Fix error when replace HexStringToBuf
2009-04-08 lgao4Replace BufToHexString by UnicodeValueToString
2009-04-02 rsun3Retire Extended HII library class.
2009-04-01 vanjeff1. retired console control protocol.
2009-03-22 vanjeffremove clean console control protocol.
2009-02-25 lgao4Use single one PcdFrameworkCompatibilitySupport PCD...
2009-02-23 lgao4Move MdeModuleHii.h into Include\Guid directory
2009-02-23 qhuang8Split the Print functionality from SetupBrowserDxe...
2009-02-13 vanjeffenhanced security check.
2009-02-13 vanjeffenhanced security check.
2009-02-10 qwang12Add in ASSERT to avoid NULL point dereference.
2009-02-09 qwang12ECC cleanup: Non-Boolean comparisons should use a compa...
2009-02-06 qwang12K8: Add in ASSERT to detect possible NULL pointer deref...
2009-02-03 qwang121) Clean up the INF and add in comment to describe...
2009-02-02 qwang12Add in ASSERT to check out-of-bound and possible derefe...
2009-01-20 qwang12K8:
2009-01-20 qwang12K8:
2009-01-19 jji4Assertions added
2008-12-16 qhuang8Clean up to update the reference of the these macros:
2008-12-11 qwang121) Update file header.
2008-12-03 gikidyRemove some useless EDK_RELEASE_VERSION, EFI_SPECIFICAT...
2008-12-03 jji4Global variables have been moved backward ahead of...
2008-12-01 lgao4Remove NibbleToHexChar() function from BaseLib
2008-11-24 vanjeff1.retried graphics library class from MdePkg
2008-11-21 qwang121) Remove the variable initalization in declaration.
2008-11-20 qwang12ECC Cleanup: Remove variable initialization in declaration.
2008-11-19 qwang12ECC Cleanup: Update Doxygen comment
2008-11-04 qwang12Sync in bug fix from EDK I:
2008-10-31 qhuang8Update to use DOS format
next