summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe
AgeCommit message (Expand)AuthorFilesLines
2012-12-17Base on the value type to get the value for default opcode.ydong101-2/+2
2012-12-05Update the HiiConfigToBlock to follow spec.ydong101-1/+1
2012-11-15Check mHiiPackageListUpdated before set it to FALSE.ydong101-21/+9
2012-11-14Enhance SetupBrowser to call ReadKeyStroke() before calling WaitForEvent(). T...niruiyu2-17/+32
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian1-1/+2
2012-09-27Enable EFI_IFR_DEFAULT2 opcode in browser.ydong101-2/+4
2012-09-24Clean the build warning.ydong101-2/+2
2012-09-10Enhance the check for options in the question.ydong104-102/+174
2012-09-10When question not have storage with it, not restore old value for it.ydong101-10/+5
2012-08-30Restore EditBuffer before call the callback function to avoid get error data.ydong101-14/+14
2012-08-29Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian1-1/+1
2012-08-21Patch includes:ydong104-59/+213
2012-08-21Enhance the code to make the code logic more clear.ydong102-2/+5
2012-08-17Add missing break and add comment to non-necessary break.li-elvin1-1/+3
2012-08-14Refine the logic to handle the device path info get from string token.ydong103-38/+75
2012-07-06When do discard action, enable callback action for questions which have value...ydong107-94/+255
2012-06-26Update the logic to get default value for question without storage.ydong103-7/+43
2012-06-12Refine the logic about initialize questions valueydong103-17/+33
2012-05-29Enable wide string for title and help stringydong104-89/+229
2012-05-11Add logic to validate new input value with minimum.ydong101-0/+10
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...ydong102-191/+23
2012-04-11Enable Help string scroll when the help info can't show all at current page.ydong104-13/+143
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun32-5/+11
2012-01-31Update the code to follow the spec when evaluate the expression.ydong105-182/+274
2012-01-31Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong109-127/+606
2012-01-12Correct definition to follow spec.ydong102-4/+4
2011-12-15Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong101-33/+38
2011-12-07Enable EFI_BROWSER_ACTION_CHANGED callback type for browser.ydong101-1/+4
2011-12-05Refine the select highlight menu logic.ydong101-10/+40
2011-12-05Disable change value for grayout or readonly menu.ydong101-2/+7
2011-11-24Patch includes:ydong101-13/+19
2011-11-22Add support for EFI_IFR_QUESTION_REF3 opcode for browser when this opcode has...ydong103-30/+201
2011-11-22Update SetupBrowser to initialize the question value before extract default v...lgao42-2/+15
2011-11-18Enable buffer type when process some expression opcode which support buffer t...ydong104-46/+215
2011-11-16Patch include:ydong102-47/+102
2011-11-16Enable lock attribute for statement and form; show this attribute same as gra...ydong105-2/+36
2011-11-16Update select highlight menu logic when opcode is date/timeydong101-0/+4
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten2-9/+7
2011-10-31When browser was requested to go to another formset, it also needs to update ...ydong104-39/+175
2011-10-27Initialize the parameter mUnicodeCollation before use it to avoid system hang.ydong101-0/+5
2011-10-25Fix error: Multiline option info only shows the first line error, should show...ydong101-40/+68
2011-10-10Enhance op-code EFI_IFR_TO_BOOLEAN to case insensitive.ydong101-4/+9
2011-10-09When the CONFIG_ACCESS_PROTOCOL.CallBack function return error, the question ...ydong101-3/+13
2011-09-29Add pointer check for NULL before dereference it.ydong103-0/+4
2011-09-16Add exit action when Config_Access_Protocol.CallBack function returns Submit ...ydong101-0/+2
2011-09-16Refine the logic about getting Value info to avoid check data error.ydong101-1/+7
2011-09-13Enhance EDKII Browser to support flexible HotKey setting. lgao49-266/+1237
2011-08-30Enable the follow feature for string op-code:ydong103-15/+76
2011-08-26Fixed memory leak and buffer overrun for string op-code.ydong101-1/+5