summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe
AgeCommit message (Expand)Author
2011-03-101. The old refresh string code also update the time/date opcode. But for the ...ydong10
2011-03-08Do the following enhancement for SetupBrowser:lgao4
2011-03-08Bug description:ydong10
2011-02-28Symptom:ydong10
2011-02-231.Reposition the platform info. Move from the old position to left one block ...ydong10
2011-02-22fix refresh menu save attribute error. not consider the grayout attribute.ydong10
2011-02-21Update the arrow position.ydong10
2011-02-12Add four PCDs for the different color settings of Subtitle and Text Filed on ...lgao4
2010-12-30Enable number input for numeric, date and time opcodeydong10
2010-12-231. Support inconsistent if opcode used in string/password opcode.ydong10
2010-12-231. support numeric item +/- action generate callbackydong10
2010-11-11Print Arrow for Goto button.lgao4
2010-11-01Refine code to make code run more safely.ydong10
2010-10-26Correct Data type conversion.lgao4
2010-10-25Reserve one column at left screen to be more visually.lgao4
2010-10-25Fix the following three issues:lgao4
2010-09-16Refine code to make code run safely.ydong10
2010-09-15Refine soma code to make code run safely.ydong10
2010-06-04Do the following fix up in SetupBrowser driver:lgao4
2010-06-02Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao4
2010-05-101. Use the max string size to compare password string.lgao4
2010-04-29Forcing functions with variable argument lists to use the same calling conven...geekboy15a
2010-04-24Update the copyright notice formathhtian
2010-03-16Fix a bug in SetupBrowserDxe driver when check current user's access setup pe...rsun3
2010-02-27Add the missing check for NULL pointer before use it.lgao4
2010-02-25Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao4
2010-02-241. Correct File header to ## @filelgao4
2010-02-221. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...lgao4
2010-02-11Coding style fix and minor improvements.rsun3
2010-02-08Update MdeModulePkg to not use EFI_SPECIFICATION_VERSION and PI_SPECIFICATION...qhuang8
2010-02-05Add some security check.xdu2
2010-02-02Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has...lgao4
2010-01-19Improve coding style in MdeModulePkg.rsun3
2010-01-07Correct copyright year to 2010lgao4
2010-01-06Enable SetupBrowser to support multiple form class guid.lgao4
2009-12-11Fix the bug for evaluate EFI_IFR_NOT_EQUAL_OP opcode, and the bug in using Un...lgao4
2009-11-26Add IFR Security Op-code support in the Form Browser.rsun3
2009-11-18Add newly added global to Browser Context.xdu2
2009-11-13Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question.lgao4
2009-11-13Remove the old unused ValueToString code, which has been replaced by UnicodeV...lgao4
2009-11-13Fix a bug to handle case that SendForm() is called with an invalid FormSetGuid.xdu2
2009-11-121. Update SetupBrowser to pass correct buffer value for OrderedList Callbackxdu2
2009-11-12Add SuppressIf form support in SetupBrowser driver.lgao4
2009-10-26Update SetupBrowser to support call to SendForm() by specify a formset class ...xdu2
2009-10-26Support call of SendForm() from Callback(), i.e. nested call of SendForm().xdu2
2009-10-261. Code clean up: add IN/OUT modifier for parameters.xdu2
2009-10-26Add support for newly defined Browser action type EFI_BROWSER_ACTION_FORM_OPE...xdu2
2009-10-26Update FormBrowser to conform to UEFI spec Table 197. Callback Behavior for C...xdu2
2009-10-26Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_T...xdu2
2009-10-26Change the FormBrowser behavior of "Pressing ESC":xdu2