Age | Commit message (Expand) | Author |
2012-05-29 | Enable wide string for title and help string | ydong10 |
2012-05-11 | Add logic to validate new input value with minimum. | ydong10 |
2012-04-24 | Fix build fail for DDK. | ydong10 |
2012-04-23 | Refine the code to have same function to process the string info. Also update... | ydong10 |
2012-04-11 | Enable Help string scroll when the help info can't show all at current page. | ydong10 |
2012-02-01 | Add Missing invocations to VA_END() for VA_START(). | rsun3 |
2012-01-31 | Update the code to follow the spec when evaluate the expression. | 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-12-15 | Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val... | ydong10 |
2011-12-07 | Enable EFI_BROWSER_ACTION_CHANGED callback type for browser. | ydong10 |
2011-12-05 | Refine the select highlight menu logic. | ydong10 |
2011-12-05 | Disable change value for grayout or readonly menu. | ydong10 |
2011-11-24 | Patch includes: | 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-11-16 | Patch include: | ydong10 |
2011-11-16 | Enable lock attribute for statement and form; show this attribute same as gra... | ydong10 |
2011-11-16 | Update select highlight menu logic when opcode is date/time | 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-10-27 | Initialize the parameter mUnicodeCollation before use it to avoid system hang. | ydong10 |
2011-10-25 | Fix error: Multiline option info only shows the first line error, should show... | ydong10 |
2011-10-10 | Enhance op-code EFI_IFR_TO_BOOLEAN to case insensitive. | ydong10 |
2011-10-09 | When the CONFIG_ACCESS_PROTOCOL.CallBack function return error, the question ... | ydong10 |
2011-09-29 | Add pointer check for NULL before dereference it. | ydong10 |
2011-09-16 | Add exit action when Config_Access_Protocol.CallBack function returns Submit ... | 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-30 | Enable the follow feature for string op-code: | ydong10 |
2011-08-26 | Fixed memory leak and buffer overrun for string op-code. | ydong10 |
2011-07-28 | Adjust the day field when update the month and year field. | ydong10 |
2011-07-12 | Change the HiiDataBase and browser codes to support new efi varstore data str... | ydong10 |
2011-07-05 | correct leap year calculate method. | ydong10 |
2011-07-05 | Enable value roll over when hit max or min. | ydong10 |
2011-07-05 | Refine code to avoid potential access violation. | ydong10 |
2011-07-05 | Keep the highlight field after user changes the value for time/date opcode | 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-27 | Adjust the start position of the opcode string before saving it to avoid show... | ydong10 |
2011-06-21 | Move the check refresh attribute logical out of the option string check logic... | ydong10 |
2011-06-15 | Updates old formset info before exit to avoid old change lost. | ydong10 |
2011-06-13 | 1. When get value from AltCfg data, check the varstore type first. | ydong10 |
2011-06-13 | Fix GCC build fail | 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-20 | Add two new methods to get default value, also add sample code in sample driver. | ydong10 |
2011-05-17 | Fixed an error when parse time opcode. | ydong10 |