]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/SetupBrowserDxe/Setup.c
MdeModulePkg: Add new HII action type EFI_BROWSER_ACTION_SUBMITTED
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / Setup.c
2016-02-25 Dandan BiMdeModulePkg: Add new HII action type EFI_BROWSER_ACTIO...
2016-01-27 Dandan BiMdeModulePkg:Restore the HiiValue for string opcode
2015-10-27 Eric DongMdeModulePkg SetupBrowserDxe: Save global variable...
2015-10-21 Eric DongMdeModulePkg SetupBrowserDxe: Save global variable...
2015-10-15 Eric DongUpdate register hot key logic, return EFI_ALREADY_START...
2015-07-27 Dandan BiMdeModulePkg:SetupBrowser output debug message when...
2015-07-07 Hao WuMdeModulePkg: Remove gZeroGuid definition in SetupBrows...
2015-06-29 Dandan BiMdeModulePkg:Use safe string functions
2015-06-17 Dandan BiMdeModulePkg:System hangs in setup menu
2015-05-27 Eric DongMdeModulePkg: Enable reconnect request from action...
2015-05-06 Eric DongMdeModulePkg: Enhance the check for numeric opcode...
2015-05-06 Eric DongMdeModulePkg: Enable buffer type value for default...
2015-01-30 Eric DongMove ConfigHdr from browser_storage to Formset_storage...
2014-11-21 Eric DongMdeModulePkg: Refine the get default value logic.
2014-09-29 Olivier MartinRemoves some unused assigned variables.
2014-09-23 Eric DongRefine get default value process for browser.
2014-08-27 Eric DongRefine the fix for the bug that cause assert when do...
2014-07-21 Eric DongRefine code to follow good coding style.
2014-07-14 Eric DongAdd check to make code more safely.
2014-07-14 Eric DongCheck the validation when return from callback function...
2014-07-10 Eric DongFix build fail for VS2005 tool chain.
2014-07-09 Eric DongFix build fail for VS2005 tool chain.
2014-07-08 Eric DongRefine the save action for the browser.
2014-07-07 Eric DongRestore the question value before call the CHANGED...
2014-06-26 Eric DongRefine code to make it more safely.
2014-05-14 Eric DongBased on request, export ResetRequired info used by...
2014-04-18 Eric DongRefine the check expression result logic.
2014-04-15 Eric DongUpdate question validation logic, move the check pointe...
2014-04-14 Eric DongCall EFI_BROWSER_ACTION_RETRIEVE for each form instead...
2014-04-11 Eric DongUpdate logic, only question with interactive attribute...
2014-04-11 Eric DongSync value for string opcode after call the Callback...
2014-04-10 Eric DongCheck the pointer before use it.
2014-04-08 Eric DongRefine the load form sets process for BrowserCallback...
2014-02-21 Eric DongCheck the Config access protocol before use it.
2014-02-18 Eric DongUpdate configrequest string at runtime for dynamic...
2014-02-12 Eric DongSet the free buffer pointer to NULL to avoid later...
2014-02-12 Eric DongUpdate the logic, only check the value change status...
2014-01-23 Eric DongUpdate password process logic, if password without...
2013-12-31 Eric DongKeep consistent about the return value between the...
2013-12-30 Eric DongRollback the change 15021.
2013-12-26 Eric DongKeep consistent about the return value between the...
2013-12-17 Eric DongGet entire variable data for efi varstore at first...
2013-11-27 Eric DongUpdate the logic in browser core, use config routine...
2013-11-25 Eric DongWhen need to find varstore in the storage list, based...
2013-09-25 Eric DongUse RETRIEVE instead of CHANGING for refresh question.
2013-09-24 Eric DongFix deadloop issue in BrowserCallback function.
2013-09-16 Eric DongExport one interface to support 3rd party to change...
2013-09-02 Eric DongUpdate sample code for date/time.
2013-08-12 Eric DongRefine the code logic for browser and display engine.
2013-08-12 Eric DongUpdate Browser to provide the customization possibilities.
2013-08-12 Eric DongRollback patch 14537 & 14538, because patch 14537 is...
2013-08-09 Eric DongUpdate Browser to provide the customization possibilities.
2013-05-21 ydong10When finish using the browser storage for one formset...
2013-05-16 ydong10Update the logic about get initial value for one storage.
2013-04-16 ydong10Update the browser logic, make the storage as browser...
2013-03-27 ydong10Update the traversal path logic.
2013-03-15 ydong10Refine the logic about gFunctionKeySetting, avoid some...
2013-03-15 ydong10Revert error check in code by patch 14206.
2013-03-15 ydong10Update the logic:
2013-01-28 ydong10Update code which is not include in patch 14076.
2013-01-22 ydong10Update the code of processing device path info in brows...
2012-12-05 ydong10Update the HiiConfigToBlock to follow spec.
2012-09-10 ydong10Enhance the check for options in the question.
2012-09-10 ydong10When question not have storage with it, not restore...
2012-08-30 ydong10Restore EditBuffer before call the callback function...
2012-08-21 ydong10Patch includes:
2012-08-21 ydong10Enhance the code to make the code logic more clear.
2012-07-06 ydong10When do discard action, enable callback action for...
2012-06-26 ydong10Update the logic to get default value for question...
2012-06-12 ydong10Refine the logic about initialize questions value
2012-01-31 ydong10Update the code to follow the spec when evaluate the...
2012-01-31 ydong10Enable nest for suppressif/grayoutif/diableif for form...
2011-11-22 ydong10Add support for EFI_IFR_QUESTION_REF3 opcode for browse...
2011-11-22 lgao4Update SetupBrowser to initialize the question value...
2011-11-18 ydong10Enable buffer type when process some expression opcode...
2011-10-31 jljustenMdeModulePkg: Remove variables that are set, but not...
2011-10-31 ydong10When browser was requested to go to another formset...
2011-09-16 ydong10Refine the logic about getting Value info to avoid...
2011-09-13 lgao4Enhance EDKII Browser to support flexible HotKey setting.
2011-08-26 ydong10Fixed memory leak and buffer overrun for string op...
2011-07-12 ydong10Change the HiiDataBase and browser codes to support...
2011-06-28 ydong10Enable new "ref5" opcode in browser.
2011-06-28 ydong10Restore the whole form set to default value when user...
2011-06-13 ydong101. When get value from AltCfg data, check the varstore...
2011-06-08 ydong10Add new "Modal form" opcode, also add sample code to...
2011-05-31 ydong10Add new call back return value; also add some sample...
2011-05-20 ydong10Add two new methods to get default value, also add...
2011-04-01 lgao4Use the minimum value for Numeric and the first option...
2011-03-15 lgao4Reserve more space width for Option value.
2010-12-23 ydong101. Support inconsistent if opcode used in string/passwo...
2010-10-26 lgao4Correct Data type conversion.
2010-10-25 lgao4Reserve one column at left screen to be more visually.
2010-06-04 lgao4Do the following fix up in SetupBrowser driver:
2010-06-02 lgao4Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function...
2010-04-24 hhtianUpdate the copyright notice format
2010-02-25 lgao4Enhance SetupBrowser to support new UEFI HiiFormMap...
2010-02-05 xdu2Add some security check.
2010-02-02 lgao4Add support to original EFI_IFR_FORM_SET in initial...
2010-01-07 lgao4Correct copyright year to 2010
2010-01-06 lgao4Enable SetupBrowser to support multiple form class...
next