| Commit message (Expand) | Author | Age | Files | Lines |
* | MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio... | Eric Dong | 2015-10-27 | 1 | -1/+2 |
* | MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio... | Eric Dong | 2015-10-21 | 1 | -1/+7 |
* | Update register hot key logic, return EFI_ALREADY_START status if same hot ke... | Eric Dong | 2015-10-15 | 1 | -0/+1 |
* | MdeModulePkg:Fix the issue FindQuestionFromProgress in SetupBrowserDxe is broken | Dandan Bi | 2015-08-03 | 1 | -0/+13 |
* | MdeModulePkg: Remove gZeroGuid definition in SetupBrowserDxe | Hao Wu | 2015-07-07 | 1 | -2/+1 |
* | EDKII:Display engine should not depend on the framework code | Dandan Bi | 2015-06-09 | 1 | -0/+1 |
* | MdeModulePkg: Enable reconnect request from action request or question flag. | Eric Dong | 2015-05-27 | 1 | -0/+18 |
* | MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in... | Eric Dong | 2015-05-06 | 1 | -0/+1 |
* | MdeModluePkg: Enable refresh opcode to refresh the entire form. | Eric Dong | 2015-05-06 | 1 | -0/+1 |
* | Move ConfigHdr from browser_storage to Formset_storage, avoid device path los... | Eric Dong | 2015-01-30 | 1 | -2/+36 |
* | MdeModulePkg: Refine the get default value logic. | Eric Dong | 2014-11-21 | 1 | -1/+4 |
* | Refine get default value process for browser. | Eric Dong | 2014-09-23 | 1 | -0/+2 |
* | Refine code to follow good coding style. | Eric Dong | 2014-07-21 | 1 | -2/+2 |
* | Check the validation when return from callback function to avoid use the inva... | Eric Dong | 2014-07-14 | 1 | -1/+20 |
* | Refine the save action for the browser. | Eric Dong | 2014-07-08 | 1 | -2/+32 |
* | Based on request, export ResetRequired info used by browser. | Eric Dong | 2014-05-14 | 1 | -0/+13 |
* | Refine the check expression result logic. | Eric Dong | 2014-04-18 | 1 | -0/+17 |
* | Update question validation logic, move the check pointer from after user inpu... | Eric Dong | 2014-04-15 | 1 | -0/+36 |
* | Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo... | Eric Dong | 2014-04-14 | 1 | -1/+0 |
* | Sync value for string opcode after call the Callback function. | Eric Dong | 2014-04-11 | 1 | -1/+3 |
* | Refine the load form sets process for BrowserCallback function. | Eric Dong | 2014-04-08 | 1 | -1/+18 |
* | Update configrequest string at runtime for dynamic created question. | Eric Dong | 2014-02-18 | 1 | -13/+0 |
* | Update the logic, only check the value change status for user input action, n... | Eric Dong | 2014-02-12 | 1 | -1/+30 |
* | Keep consistent about the return value between the caller and callee. | Eric Dong | 2013-12-31 | 1 | -0/+1 |
* | Update code to support guid op nest in the statement. | Eric Dong | 2013-12-17 | 1 | -3/+6 |
* | When need to find varstore in the storage list, based on the extra HiiHandle ... | Eric Dong | 2013-11-25 | 1 | -0/+3 |
* | Update the logic, based on the device path and formset guid to find the HiiHa... | Eric Dong | 2013-11-07 | 1 | -1/+21 |
* | Use RETRIEVE instead of CHANGING for refresh question. | Eric Dong | 2013-09-25 | 1 | -2/+6 |
* | Fix deadloop issue in BrowserCallback function. | Eric Dong | 2013-09-24 | 1 | -1/+0 |
* | Export one interface to support 3rd party to change question attribute, such ... | Eric Dong | 2013-09-16 | 1 | -0/+1 |
* | Enable warningif opcode in browser. | Eric Dong | 2013-09-04 | 1 | -0/+4 |
* | Add some comments, clear describe the efi varstore type. | Eric Dong | 2013-08-23 | 1 | -2/+2 |
* | Refine the code logic for browser and display engine. | Eric Dong | 2013-08-12 | 1 | -18/+21 |
* | Update Browser to provide the customization possibilities. | Eric Dong | 2013-08-12 | 1 | -383/+431 |
* | Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers... | Eric Dong | 2013-08-12 | 1 | -436/+385 |
* | Update Browser to provide the customization possibilities. | Eric Dong | 2013-08-09 | 1 | -385/+436 |
* | When finish using the browser storage for one formset, browser should clean t... | ydong10 | 2013-05-21 | 1 | -0/+11 |
* | Update the logic about get initial value for one storage. | ydong10 | 2013-05-16 | 1 | -0/+3 |
* | Update the browser logic, make the storage as browser level instead of form s... | ydong10 | 2013-04-16 | 1 | -13/+27 |
* | Update the code of processing device path info in browser to follow UEFI spec. | ydong10 | 2013-01-22 | 1 | -1/+5 |
* | Patch includes: | ydong10 | 2012-08-21 | 1 | -2/+24 |
* | When do discard action, enable callback action for questions which have value... | ydong10 | 2012-07-06 | 1 | -14/+24 |
* | Update the logic to get default value for question without storage. | ydong10 | 2012-06-26 | 1 | -0/+15 |
* | Refine the logic about initialize questions value | ydong10 | 2012-06-12 | 1 | -1/+3 |
* | Enable nest for suppressif/grayoutif/diableif for form/question/option. | ydong10 | 2012-01-31 | 1 | -24/+44 |
* | Add support for EFI_IFR_QUESTION_REF3 opcode for browser when this opcode has... | ydong10 | 2011-11-22 | 1 | -1/+3 |
* | Update SetupBrowser to initialize the question value before extract default v... | lgao4 | 2011-11-22 | 1 | -0/+2 |
* | Enable buffer type when process some expression opcode which support buffer t... | ydong10 | 2011-11-18 | 1 | -0/+2 |
* | Enable lock attribute for statement and form; show this attribute same as gra... | ydong10 | 2011-11-16 | 1 | -1/+2 |
* | Enhance EDKII Browser to support flexible HotKey setting. | lgao4 | 2011-09-13 | 1 | -20/+167 |