Age | Commit message (Expand) | Author |
2013-01-29 | Based on the feature PCD value, browser will decide whether to gray out the r... | ydong10 |
2013-01-28 | Update code which is not include in patch 14076. | ydong10 |
2013-01-22 | Update the code of processing device path info in browser to follow UEFI spec. | ydong10 |
2013-01-22 | Refine the menu display logic, support menus with more than one page of options. | 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-12-05 | Update the HiiConfigToBlock to follow spec. | ydong10 |
2012-11-15 | Check mHiiPackageListUpdated before set it to FALSE. | ydong10 |
2012-11-14 | Enhance SetupBrowser to call ReadKeyStroke() before calling WaitForEvent(). T... | niruiyu |
2012-11-01 | MdeModulePkg: eliminate all implicit library dependencies for all modules in ... | erictian |
2012-09-27 | Enable EFI_IFR_DEFAULT2 opcode in browser. | ydong10 |
2012-09-24 | Clean the build warning. | ydong10 |
2012-09-10 | Enhance the check for options in the question. | ydong10 |
2012-09-10 | When question not have storage with it, not restore old value for it. | ydong10 |
2012-08-30 | Restore EditBuffer before call the callback function to avoid get error data. | ydong10 |
2012-08-29 | Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ... | erictian |
2012-08-21 | Patch includes: | ydong10 |
2012-08-21 | Enhance the code to make the code logic more clear. | ydong10 |
2012-08-17 | Add missing break and add comment to non-necessary break. | li-elvin |
2012-08-14 | Refine the logic to handle the device path info get from string token. | ydong10 |
2012-07-06 | When do discard action, enable callback action for questions which have value... | ydong10 |
2012-06-26 | Update the logic to get default value for question without storage. | ydong10 |
2012-06-12 | Refine the logic about initialize questions value | ydong10 |
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 |