summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe
AgeCommit message (Expand)AuthorFilesLines
2016-01-27MdeModulePkg:Restore the HiiValue for string opcodeDandan Bi1-1/+5
2015-12-15MdeModulePkg: Improved SetupBrowser handling to failed GOTO callback.Cecil Sheng1-2/+12
2015-12-15Rollback change r19245 because it missed one change.Cecil Sheng1-6/+2
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-12-15MdeModulePkg: Improved SetupBrowser handling to failed GOTO callback.Cecil Sheng1-2/+6
2015-12-03MdeModulePkg: remove unreachable codeArd Biesheuvel1-1/+0
2015-10-27MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2-4/+28
2015-10-21MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2-1/+15
2015-10-15Update register hot key logic, return EFI_ALREADY_START status if same hot ke...Eric Dong2-12/+13
2015-08-03MdeModulePkg:Fix the issue FindQuestionFromProgress in SetupBrowserDxe is brokenDandan Bi2-0/+14
2015-07-27MdeModulePkg:SetupBrowser output debug message when DisplayEngineDxe is not i...Dandan Bi1-0/+1
2015-07-07MdeModulePkg: Remove gZeroGuid definition in SetupBrowserDxeHao Wu3-4/+2
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi3-34/+51
2015-06-17MdeModulePkg:System hangs in setup menuDandan Bi1-1/+10
2015-06-09EDKII:Display engine should not depend on the framework codeDandan Bi3-0/+17
2015-05-27MdeModulePkg: Enable reconnect request from action request or question flag.Eric Dong3-7/+104
2015-05-26MdeModulePkg:fix browser not call EFI_BROWSER_ACTION_CHANGEDDandan Bi2-5/+16
2015-05-19MdeModulePkg: Fix potential buffer overflow issues.Eric Dong2-2/+5
2015-05-14MdeModulePkg: Fix Typo.Eric Dong1-2/+2
2015-05-06MdeModulePkg: Enhance the check for numeric opcode with EFI_IFR_DISPLAY_INT_D...Eric Dong1-3/+37
2015-05-06MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in...Eric Dong4-4/+186
2015-05-06MdeModulePkg: update comments for question.Eric Dong1-2/+2
2015-05-06MdeModulePkg: Enable buffer type value for default and oneofoption opcode.Eric Dong2-2/+40
2015-05-06MdeModluePkg: Enable refresh opcode to refresh the entire form.Eric Dong3-6/+83
2015-04-20Update the logic for action opcode, also support user input a empty string fo...Eric Dong1-0/+2
2015-01-30Move ConfigHdr from browser_storage to Formset_storage, avoid device path los...Eric Dong3-58/+180
2015-01-23Avoid change the return status from above code which will also be used later.Eric Dong1-2/+3
2015-01-09Restore question value for question without storage after CHANGING callback r...Eric Dong1-3/+10
2014-12-15Eliminate the variable.Laszlo Ersek1-2/+0
2014-12-11MdeModulePkg: Update the device path info for the storage when former drivers...Eric Dong1-0/+47
2014-11-26Fixed user input arrow down/ page down caused form display highlight menu error.Eric Dong1-78/+24
2014-11-21MdeModulePkg: Refine the get default value logic.Eric Dong3-168/+48
2014-10-21Check the question value before call CHANGED. Only when question value has be...Eric Dong1-1/+6
2014-09-29Removes some unused assigned variables.Olivier Martin1-8/+1
2014-09-23Refine get default value process for browser. Eric Dong3-255/+479
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-10/+16
2014-08-27Refine the fix for the bug that cause assert when do the reconnect in the cal...Eric Dong2-29/+4
2014-07-30Refine code to make it more safely.Eric Dong1-2/+7
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-0/+2
2014-07-28Update the code to follow UEFI spec, process date/time/ref value type as buff...Eric Dong1-71/+219
2014-07-21Refine code to follow good coding style.Eric Dong2-4/+4
2014-07-14Add check to make code more safely.Eric Dong1-2/+5
2014-07-14Check the validation when return from callback function to avoid use the inva...Eric Dong3-49/+156
2014-07-10Fix build fail for VS2005 tool chain.Eric Dong1-1/+1
2014-07-09Fix build fail for VS2005 tool chain.Eric Dong1-1/+1
2014-07-08Refine the save action for the browser.Eric Dong4-159/+823
2014-07-07Restore the question value before call the CHANGED callback type.Eric Dong1-0/+5
2014-06-26Refine code to make it more safely.Eric Dong3-1/+10