summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe
AgeCommit message (Expand)AuthorFilesLines
2009-11-13Remove the old unused ValueToString code, which has been replaced by UnicodeV...lgao44-134/+0
2009-11-13Fix a bug to handle case that SendForm() is called with an invalid FormSetGuid.xdu21-0/+8
2009-11-121. Update SetupBrowser to pass correct buffer value for OrderedList Callbackxdu23-6/+15
2009-11-12Add SuppressIf form support in SetupBrowser driver.lgao46-9/+148
2009-10-26Update SetupBrowser to support call to SendForm() by specify a formset class ...xdu21-32/+31
2009-10-26Support call of SendForm() from Callback(), i.e. nested call of SendForm().xdu24-43/+298
2009-10-261. Code clean up: add IN/OUT modifier for parameters.xdu211-76/+125
2009-10-26Add support for newly defined Browser action type EFI_BROWSER_ACTION_FORM_OPE...xdu21-1/+80
2009-10-26Update FormBrowser to conform to UEFI spec Table 197. Callback Behavior for C...xdu21-0/+11
2009-10-26Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_T...xdu27-32/+195
2009-10-26Change the FormBrowser behavior of "Pressing ESC":xdu26-239/+427
2009-10-201. Move ASSERT to proper place.xdu21-12/+9
2009-09-21Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LISTqhuang82-7/+7
2009-08-26Fixed a bug on the menu display: Following steps to reproduce it:jchen201-4/+4
2009-08-26Fixed a bug on the menu display: Following steps to reproduce it:jchen201-2/+7
2009-07-23Remove use of BackupMarker local variable in CreateDialog() because assigning...mdkinney1-3/+4
2009-07-07Update the conflicted function name with UefiLib from CreatePopUp to CreateMu...lgao43-3/+3
2009-06-25Correct DriverSample ConfigAcess protocol ExtractConfig interface.lgao41-1/+11
2009-05-25change ISO 639-2 language codes to RFC 4646 codes in .UNI filesrsun31-0/+0
2009-05-15Add check for NULL pointer.gikidy1-7/+12
2009-05-13Add a check for CreateQuestion may be return NULL. gikidy1-1/+2
2009-05-08Update SetupBrowserDxe and BdsDxe to use an internal string for prompting str...rsun31-1/+6
2009-04-23Fix ICC build break.lgao43-3/+3
2009-04-22Correct commentslgao41-2/+2
2009-04-22Update SetUp Browser doesn't set a default value to Numeric field per UEFI sp...lgao46-61/+115
2009-04-14HII Library Class interface refine.rsun35-43/+117
2009-04-13Update UefiHiiLib to support new defined IFR related HII APIs.lgao43-30/+12
2009-04-12Remove unused IfrSupportLiblgao41-1/+0
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten1-1/+2
2009-04-09Fix error when replace HexStringToBuflgao41-2/+2
2009-04-08Replace BufToHexString by UnicodeValueToStringlgao43-23/+148
2009-04-02Retire Extended HII library class.rsun33-7/+1
2009-04-011. retired console control protocol.vanjeff2-3/+1
2009-03-22remove clean console control protocol.vanjeff1-10/+0
2009-02-25Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao42-2/+2
2009-02-23Move MdeModuleHii.h into Include\Guid directorylgao43-7/+7
2009-02-23Split the Print functionality from SetupBrowserDxe. Platform should use Print...qhuang83-36/+0
2009-02-13enhanced security check.vanjeff1-2/+2
2009-02-13enhanced security check.vanjeff2-3/+4
2009-02-10Add in ASSERT to avoid NULL point dereference.qwang121-0/+2
2009-02-09ECC cleanup: Non-Boolean comparisons should use a compare operator (==, !=, >...qwang123-10/+10
2009-02-06K8: Add in ASSERT to detect possible NULL pointer dereference.qwang121-1/+6
2009-02-031) Clean up the INF and add in comment to describe the surface area of modulesqwang122-9/+11
2009-02-02Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.qwang124-5/+26
2009-01-20K8:qwang124-5/+30
2009-01-20K8:qwang122-3/+6
2009-01-19Assertions addedjji41-0/+8
2008-12-16Clean up to update the reference of the these macros:qhuang82-12/+12
2008-12-111) Update file header.qwang121-3/+2
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-2/+0