| Commit message (Expand) | Author | Age | Files | Lines |
* | MdeModulePkg: Refine casting expression result to bigger size | Hao Wu | 2017-03-06 | 1 | -4/+4 |
* | MdeMoudlePkg/DisplayEngine: Fix incorrect index used in array "InputText" | Dandan Bi | 2017-02-21 | 1 | -15/+18 |
* | MdeModulePkg: Clear the buffer after using it | Dandan Bi | 2016-11-25 | 1 | -1/+2 |
* | MdeModulePkg/DisplayEngine: Popup dialogue when password is not supported | Dandan Bi | 2016-11-25 | 4 | -3/+15 |
* | MdeModulePkg/DisplayEngine: Return the selectable menu correctly | Dandan Bi | 2016-11-23 | 1 | -5/+8 |
* | MdeModulePkg/DisplayEngineDxe: rebase to ARRAY_SIZE() | Laszlo Ersek | 2016-10-27 | 2 | -5/+5 |
* | MdeModulePkg/Universal: Fix typos in comments | Gary Lin | 2016-10-27 | 1 | -1/+1 |
* | MdeModulePkg/DisplayEngine: Fix memory leak issues in DisplayEngine | Dandan Bi | 2016-05-25 | 2 | -15/+2 |
* | MdeModulePkg/DisplayEngineDxe: Refine the coding style | Dandan Bi | 2016-03-04 | 1 | -1/+0 |
* | MdeModulePkg:Fix the potential memory leak issue in Display Engine | Dandan Bi | 2016-01-15 | 1 | -8/+38 |
* | Rollback the commit because it has potential issue. | Dandan Bi | 2016-01-06 | 1 | -34/+0 |
* | MdeModulePkg:Fix the potential memory leak issue in Display Engine | Dandan Bi | 2016-01-06 | 1 | -0/+34 |
* | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 3 | -0/+0 |
* | MdeModulePkg: remove unreachable code | Ard Biesheuvel | 2015-12-03 | 2 | -4/+0 |
* | DisplayEngineDxe: Fixed calculate help string page count error. | Eric Dong | 2015-08-28 | 1 | -1/+1 |
* | MdeModulePkg:Add ESC key support in setup browser pop-up message box | Dandan Bi | 2015-07-27 | 2 | -1/+2 |
* | MdeModulePkg: Check the case caused by mismatch | Dandan Bi | 2015-07-26 | 1 | -5/+7 |
* | MdeModulePkg:Refine the function comments | Dandan Bi | 2015-07-07 | 1 | -0/+1 |
* | MdeModulePkg:Use safe string functions | Dandan Bi | 2015-06-29 | 3 | -37/+45 |
* | MdeModulePkg:System hangs in setup menu | Dandan Bi | 2015-06-17 | 3 | -9/+52 |
* | MdeModulePkg: Enable reconnect request from action request or question flag. | Eric Dong | 2015-05-27 | 2 | -5/+35 |
* | MdeModulePkg:Support delete key | Dandan Bi | 2015-05-26 | 1 | -0/+7 |
* | MdeModulePkg:fix more than one arrow shows for one goto menu | Dandan Bi | 2015-05-21 | 1 | -1/+4 |
* | MdeModulePkg: Fix potential buffer overflow issues. | Eric Dong | 2015-05-19 | 1 | -1/+2 |
* | MdeModulePkg: Enhance the check for numeric opcode with EFI_IFR_DISPLAY_INT_D... | Eric Dong | 2015-05-06 | 1 | -40/+177 |
* | Update the logic: After check the environment, calculate the new parameter an... | Eric Dong | 2015-04-20 | 2 | -0/+20 |
* | The default type is not returned by display engine, this code update the logi... | Eric Dong | 2015-01-23 | 1 | -0/+3 |
* | Enable popup dialog when user press the hotkey. | Eric Dong | 2015-01-23 | 2 | -4/+193 |
* | Fix build fail for VS2005 tool chain. | Eric Dong | 2014-11-27 | 1 | -4/+4 |
* | Fixed user input arrow down/ page down caused form display highlight menu error. | Eric Dong | 2014-11-26 | 3 | -136/+469 |
* | Removes some unused assigned variables. | Olivier Martin | 2014-09-29 | 3 | -18/+2 |
* | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming | 2014-09-03 | 1 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 2 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 1 | -6/+9 |
* | The original code does not initialize the global width constants before creat... | Samer El-Haj-Mahmoud elhaj | 2014-08-26 | 1 | -12/+17 |
* | Clean the useless code. | Eric Dong | 2014-08-08 | 1 | -1/+0 |
* | Update the code to follow UEFI spec, process date/time/ref value type as buff... | Eric Dong | 2014-07-28 | 1 | -35/+129 |
* | Refine the save action for the browser. | Eric Dong | 2014-07-08 | 3 | -39/+94 |
* | Update question validation logic, move the check pointer from after user inpu... | Eric Dong | 2014-04-15 | 4 | -168/+128 |
* | Keep highlight on the current highlight menu if form auto exit, not exit by u... | Eric Dong | 2014-02-12 | 2 | -15/+69 |
* | Adjust date/time opcode before use it. | Eric Dong | 2014-02-12 | 1 | -0/+1 |
* | This patch fix date/time op-code shows abnormal. | Eric Dong | 2014-01-07 | 1 | -13/+20 |
* | Update code to support guid op nest in the statement. | Eric Dong | 2013-12-17 | 2 | -3/+7 |
* | Refine code to fix potential code bug. | Eric Dong | 2013-12-09 | 1 | -2/+3 |
* | Fix X64 build fail. | Eric Dong | 2013-11-27 | 1 | -1/+1 |
* | Refine the logic, keep highlight on the selectable menu, and base on priority... | Eric Dong | 2013-11-27 | 1 | -558/+341 |
* | Refine data copy and data compare logic. | Eric Dong | 2013-11-25 | 1 | -2/+68 |
* | Adjust skip value when paint text two string for text opcode. | Eric Dong | 2013-11-22 | 1 | -0/+6 |
* | Clean the help string and hot key info if an empty form is painting. | Eric Dong | 2013-10-29 | 1 | -13/+24 |
* | Clean the garbage space for the statements nest in subtitle menu. | Eric Dong | 2013-10-15 | 1 | -50/+98 |