Age | Commit message (Expand) | Author |
2014-07-08 | Refine the save action for the browser. | Eric Dong |
2014-06-26 | Refine code to make it more safely. | Eric Dong |
2014-04-18 | Refine the check expression result logic. | Eric Dong |
2014-04-18 | Enhance the browser parse opcode logic, skip the opcode which is not defined ... | Eric Dong |
2014-04-15 | Update question validation logic, move the check pointer from after user inpu... | Eric Dong |
2013-12-18 | Update code to avoid using potential NULL pointer. | Eric Dong |
2013-12-17 | Update code to support guid op nest in the statement. | Eric Dong |
2013-12-09 | Refine code to fix potential code bug. | Eric Dong |
2013-11-25 | When need to find varstore in the storage list, based on the extra HiiHandle ... | Eric Dong |
2013-09-24 | Fix deadloop issue in BrowserCallback function. | Eric Dong |
2013-09-04 | Enable warningif opcode in browser. | Eric Dong |
2013-08-23 | Add some comments, clear describe the efi varstore type. | Eric Dong |
2013-08-12 | Update Browser to provide the customization possibilities. | Eric Dong |
2013-08-12 | Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers... | Eric Dong |
2013-08-09 | Update Browser to provide the customization possibilities. | Eric Dong |
2013-04-16 | Update the browser logic, make the storage as browser level instead of form s... | ydong10 |
2013-01-06 | Base on the type field to get the width of value field for option opcode. | ydong10 |
2012-12-17 | Base on the value type to get the value for default opcode. | ydong10 |
2012-09-27 | Enable EFI_IFR_DEFAULT2 opcode in browser. | ydong10 |
2012-01-31 | Enable nest for suppressif/grayoutif/diableif for form/question/option. | ydong10 |
2012-01-12 | Correct definition to follow spec. | ydong10 |
2011-11-18 | Enable buffer type when process some expression opcode which support buffer t... | ydong10 |
2011-11-16 | Enable lock attribute for statement and form; show this attribute same as gra... | ydong10 |
2011-09-13 | Enhance EDKII Browser to support flexible HotKey setting. | lgao4 |
2011-07-12 | Change the HiiDataBase and browser codes to support new efi varstore data str... | ydong10 |
2011-06-28 | Enable new "ref5" opcode in browser. | ydong10 |
2011-06-13 | 1. When get value from AltCfg data, check the varstore type first. | ydong10 |
2011-06-08 | Add new "Refresh guid" opcode, also add sample code to use it. | ydong10 |
2011-06-08 | Add new "Modal form" opcode, also add sample code to use it. | ydong10 |
2011-05-31 | Add new call back return value; also add some sample code to use it. | ydong10 |
2011-05-17 | Fixed an error when parse time opcode. | ydong10 |
2010-12-23 | 1. Support inconsistent if opcode used in string/password opcode. | ydong10 |
2010-09-16 | Refine code to make code run safely. | ydong10 |
2010-09-15 | Refine soma code to make code run safely. | ydong10 |
2010-04-24 | Update the copyright notice format | hhtian |
2010-02-27 | Add the missing check for NULL pointer before use it. | lgao4 |
2010-02-25 | Enhance SetupBrowser to support new UEFI HiiFormMap feature | lgao4 |
2010-02-22 | 1. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag... | lgao4 |
2010-02-05 | Add some security check. | xdu2 |
2010-02-02 | Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has... | lgao4 |
2009-11-26 | Add IFR Security Op-code support in the Form Browser. | rsun3 |
2009-11-13 | Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question. | lgao4 |
2009-11-13 | Fix a bug to handle case that SendForm() is called with an invalid FormSetGuid. | xdu2 |
2009-11-12 | Add SuppressIf form support in SetupBrowser driver. | lgao4 |
2009-10-26 | 1. Code clean up: add IN/OUT modifier for parameters. | xdu2 |
2009-10-26 | Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_T... | xdu2 |
2009-10-20 | 1. Move ASSERT to proper place. | xdu2 |
2009-09-21 | Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LIST | qhuang8 |
2009-05-15 | Add check for NULL pointer. | gikidy |
2009-05-13 | Add a check for CreateQuestion may be return NULL. | gikidy |