summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/ProcessOptions.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-10Enhance the check for options in the question.ydong101-64/+97
2012-07-06When do discard action, enable callback action for questions which have value...ydong101-6/+6
2012-05-29Enable wide string for title and help stringydong101-9/+33
2012-04-24Fix build fail for DDK.ydong101-2/+2
2012-04-23Refine the code to have same function to process the string info. Also update...ydong101-186/+17
2012-04-11Enable Help string scroll when the help info can't show all at current page.ydong101-1/+3
2012-01-31Update the code to follow the spec when evaluate the expression.ydong101-1/+2
2012-01-31Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong101-5/+5
2011-11-16Patch include:ydong101-1/+1
2011-09-29Add pointer check for NULL before dereference it.ydong101-0/+2
2011-08-30Enable the follow feature for string op-code:ydong101-0/+1
2011-05-31Add new call back return value; also add some sample code to use it.ydong101-5/+5
2011-02-12Add four PCDs for the different color settings of Subtitle and Text Filed on ...lgao41-2/+2
2010-12-231. Support inconsistent if opcode used in string/password opcode.ydong101-15/+56
2010-06-04Do the following fix up in SetupBrowser driver:lgao41-1/+2
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-221. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...lgao41-1/+13
2009-11-13Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question.lgao41-1/+0
2009-10-261. Code clean up: add IN/OUT modifier for parameters.xdu21-3/+3
2009-10-26Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_T...xdu21-8/+103
2009-02-02Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.qwang121-0/+2
2009-01-20K8:qwang121-0/+5
2008-11-211) Remove the variable initalization in declaration.qwang121-22/+24
2008-11-20ECC Cleanup: Remove variable initialization in declaration.qwang121-1/+1
2008-11-04Sync in bug fix from EDK I:qwang121-2/+55
2008-10-31Update to use DOS formatqhuang81-971/+971
2008-09-02Merged in the bug fixes from EDK I.qwang121-0/+1
2008-07-15Clean up SetupBrowserDxe for Doxygen comments requirement.qwang121-25/+9
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang121-0/+986