summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/HiiDatabaseDxe
AgeCommit message (Expand)Author
2016-11-17MdeModulePkg HiiDatabase: Remove extra memory initialization.Eric Dong
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin
2016-10-25MdeModulePkg/HiiDatabaseDxe.inf: Correct the GUID usagesRuiyu Ni
2016-10-09MdeModulePkg/HiiDataBase: Fix NULL deference bug in HiiGetImageInfoRuiyu Ni
2016-10-08MdeModulePkg/HiiDataBase: Fix incorrect local variable typeDandan Bi
2016-09-28MdeModulePkg/HiiDatabase: Add HiiImageEx implementation.Ruiyu Ni
2016-09-28MdeModulePkg/HiiDatabase: Update HiiImage to support PNG/JPEGRuiyu Ni
2016-09-28MdemodulePkg/HiiDatabase: Correct typo in comments.Ruiyu Ni
2016-09-28MdeModulePkg/HiiDatabase: Refine HiiDrawImage()Ruiyu Ni
2016-09-28MdeModulePkg/HiiDatabase: Refine HiiSetImage()Ruiyu Ni
2016-09-28MdeModulePkg/HiiDatabase: Refine HiiGetImage()Ruiyu Ni
2016-09-28MdeModulePkg/HiiDatabase: Refine HiiNewImage()Ruiyu Ni
2016-09-28MdeModulePkg/HiiDatabase: Move common code to LocatePackageList()Ruiyu Ni
2016-09-28MdeModulePkg/HiiDatabase: Refine GetImageIdOrAddressRuiyu Ni
2016-09-12MdeModulePkg/HiiDB: Handle the "&READONLY" tag in <KeywordResp> correctlyDandan Bi
2016-08-11MdeModulePkg/HiiDB: Share default if some default value are not specifiedDandan Bi
2016-07-07MdeModulePkg/HiiDB: Record fail info if fail to save data for EfiVarStoreDandan Bi
2016-06-28MdeModulePkg/HiiDatabaseDxe: Add ASSERT before using the pointer 'String'Dandan Bi
2016-06-21MdeModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng
2016-06-15MdeModulePkg/Database: Fix incorrect calculation of baseline in FontPackageDandan Bi
2016-06-06MdeModulePkg/HiiDatabase: Remove the incorrect calculation of font baselineDandan Bi
2016-06-06MdeModulePkg/HiiDatabase: Preinit background when render string to screenDandan Bi
2016-05-06MdeModulePkg/HiiDatabaseDxe: Fix memory leak issues in HiiDatabaseDxeDandan Bi
2016-04-27MdeModulePkg: Export ConfigResp only for form Package after ReadyToBootDandan Bi
2016-04-27MdeModulePkg: BOOLEAN type needn't to compare to TRUE/FALSE explicitlyDandan Bi
2016-04-22MdeModulePkg/HiiDatabaseDxe: Fix the VS2010/VS2012 build failDandan Bi
2016-04-19MdeModulePkg/HiiDatabaseDxe: Support EfiVarStore to get AltCfg from DriverDandan Bi
2016-04-19MdeModulePkg/HiiDatabaseDxe: Correct the ReallocatePool sizeDandan Bi
2016-03-04MdeModulePkg: Make HII configuration settings available to OS runtimeDandan Bi
2016-02-29MdeModulePkg/HiiDatabaseDxe: Fix a variable is uninitialized.Cinnamon Shia
2016-02-23MdeModulePkg: HiiDatabaseDxe: HiiStringToImage() should not overwrite BltXDandan Bi
2016-02-16MdeModulePkg: Refine function comments in Keyword Handler ProtocolDandan Bi
2016-01-26MdeModulePkg:Make the logic in ConfigRouting.c clear and safeDandan Bi
2016-01-25MdeModulePkg: HiiDatabase: Refine the code to make it more safely.Eric Dong
2016-01-06MdeModulePkg:Avoid ASSERT in HiiConfigRoutingRouteConfigDandan Bi
2015-12-18MdeModulePkg:Fix bug that get the password width info incorrectlyDandan Bi
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen
2015-12-11MdeModulePkg: Convert HiiDatabaseDxe ConfigRouting ASSERT to return an errorEugene Cohen
2015-09-17MdeModulePkg:Fix the bug the incorrect change of StrCpyS functionDandan Bi
2015-09-17MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->SetData().Eric Dong
2015-09-17MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->GetData().Eric Dong
2015-09-17MdeModulePkg/HiiDatabase: Fix Progress not point to the correct place issue.Eric Dong
2015-09-02MdeModulePkg:Support orderedList with default valueDandan Bi
2015-08-27MdeModulePkg:Set default string valueDandan Bi
2015-08-24MdeModulePkg:Refine the code in HiiDatabaseDxeDandan Bi
2015-08-20Validate the input namespace field to avoid assert.Eric Dong
2015-08-19Allocate temp buffer to avoid potential change user input string buffer.Eric Dong
2015-07-27Support get string from configuration string packages.Eric Dong
2015-07-07MdeModulePkg:Modify the incorrect DestStr length in safe string functionsDandan Bi
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi