Age | Commit message (Expand) | Author |
2012-01-31 | Enable nest for suppressif/grayoutif/diableif for form/question/option. | ydong10 |
2011-11-22 | Add support for EFI_IFR_QUESTION_REF3 opcode for browser when this opcode has... | ydong10 |
2011-11-22 | Update SetupBrowser to initialize the question value before extract default v... | lgao4 |
2011-11-18 | Enable buffer type when process some expression opcode which support buffer t... | ydong10 |
2011-10-31 | MdeModulePkg: Remove variables that are set, but not used | jljusten |
2011-10-31 | When browser was requested to go to another formset, it also needs to update ... | ydong10 |
2011-09-16 | Refine the logic about getting Value info to avoid check data error. | ydong10 |
2011-09-13 | Enhance EDKII Browser to support flexible HotKey setting. | lgao4 |
2011-08-26 | Fixed memory leak and buffer overrun for string op-code. | ydong10 |
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-28 | Restore the whole form set to default value when user enter F9, old logical o... | ydong10 |
2011-06-13 | 1. When get value from AltCfg data, check the varstore type first. | 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-20 | Add two new methods to get default value, also add sample code in sample driver. | ydong10 |
2011-04-01 | Use the minimum value for Numeric and the first option value for OneOf as the... | lgao4 |
2011-03-15 | Reserve more space width for Option value. | lgao4 |
2010-12-23 | 1. Support inconsistent if opcode used in string/password opcode. | ydong10 |
2010-10-26 | Correct Data type conversion. | lgao4 |
2010-10-25 | Reserve one column at left screen to be more visually. | lgao4 |
2010-06-04 | Do the following fix up in SetupBrowser driver: | lgao4 |
2010-06-02 | Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea... | lgao4 |
2010-04-24 | Update the copyright notice format | hhtian |
2010-02-25 | Enhance SetupBrowser to support new UEFI HiiFormMap feature | 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 |
2010-01-07 | Correct copyright year to 2010 | lgao4 |
2010-01-06 | Enable SetupBrowser to support multiple form class guid. | lgao4 |
2009-11-18 | Add newly added global to Browser Context. | xdu2 |
2009-11-13 | Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question. | lgao4 |
2009-11-12 | Add SuppressIf form support in SetupBrowser driver. | lgao4 |
2009-10-26 | Update SetupBrowser to support call to SendForm() by specify a formset class ... | xdu2 |
2009-10-26 | Support call of SendForm() from Callback(), i.e. nested call of SendForm(). | xdu2 |
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-26 | Change the FormBrowser behavior of "Pressing ESC": | xdu2 |
2009-06-25 | Correct DriverSample ConfigAcess protocol ExtractConfig interface. | lgao4 |
2009-05-08 | Update SetupBrowserDxe and BdsDxe to use an internal string for prompting str... | rsun3 |
2009-04-23 | Fix ICC build break. | lgao4 |
2009-04-22 | Update SetUp Browser doesn't set a default value to Numeric field per UEFI sp... | lgao4 |
2009-04-14 | HII Library Class interface refine. | rsun3 |
2009-04-09 | Fix error when replace HexStringToBuf | lgao4 |
2009-04-08 | Replace BufToHexString by UnicodeValueToString | lgao4 |
2009-04-02 | Retire Extended HII library class. | rsun3 |
2009-03-22 | remove clean console control protocol. | vanjeff |
2009-02-23 | Split the Print functionality from SetupBrowserDxe. Platform should use Print... | qhuang8 |
2009-02-13 | enhanced security check. | vanjeff |
2008-11-24 | 1.retried graphics library class from MdePkg | vanjeff |
2008-11-21 | 1) Remove the variable initalization in declaration. | qwang12 |