summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/HiiDatabaseDxe/Font.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/HiiDatabaseDxe: ASSERT "Private->Attribute >> 4"Shenglei Zhang2019-11-041-0/+1
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-48/+48
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-10/+10
* MdeModulePkg HiiDatabase: Remove extra memory initialization.Eric Dong2016-11-171-1/+1
* MdemodulePkg/HiiDatabase: Correct typo in comments.Ruiyu Ni2016-09-281-19/+19
* MdeModulePkg/Database: Fix incorrect calculation of baseline in FontPackageDandan Bi2016-06-151-0/+16
* MdeModulePkg/HiiDatabase: Remove the incorrect calculation of font baselineDandan Bi2016-06-061-4/+0
* MdeModulePkg/HiiDatabase: Preinit background when render string to screenDandan Bi2016-06-061-0/+6
* MdeModulePkg: HiiDatabaseDxe: HiiStringToImage() should not overwrite BltXDandan Bi2016-02-231-3/+2
* MdeModulePkg:Use safe string functionsDandan Bi2015-06-291-7/+13
* MdeModulePkg:Add line break characterDandan Bi2015-05-211-0/+1
* 1) Add type cast for better coding style.Feng Tian2014-08-071-4/+4
* Refine code to make it more safely.Eric Dong2014-06-261-1/+8
* Refine the comments and code to follow spec.Eric Dong2013-08-201-8/+9
* Fixed build failed.ydong102012-05-311-1/+1
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-1/+1
* Update HiiFont Service to return error status instead of ASSERT for the inval...lgao42012-04-241-2/+8
* Fixes two issues in HiiFontProtocol->StringToImage() implementation on how to...lgao42011-08-011-7/+29
* The input StringInfo should be kept for HiiStringIdToImage() function. lgao42011-02-231-1/+0
* Support proportional Font and Font output flags. lgao42011-01-241-182/+349
* Update the copyright notice formathhtian2010-04-241-2/+2
* Add some security check.xdu22010-02-051-2/+3
* fix the HiiStrIdToImage sct failure, which is caused by wrong algorithm of fi...eric_tian2009-06-031-2/+9
* refine the implementation of HiiStringToImage:eric_tian2009-05-211-273/+290
* rename array name to avoid naming collision.vanjeff2009-05-201-4/+4
* Add ASSERT() check for StringInfo pointer.qhuang82009-04-101-0/+4
* Add ASSERT() check for StringInfoIn structure.qhuang82009-03-271-1/+5
* Apply GetBestLanguage() for the implementation of HiiStringIdToImage() API. qhuang82009-03-251-33/+94
* K8: qwang122009-01-201-2/+4
* Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang122008-10-301-25/+65
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-1/+1
* HiiLibGetCurrentLanguage returns the current UEFI variable "PlatformLang" (if...qwang122008-09-211-1/+1
* Merged in the bug fixes from EDK I.qwang122008-09-021-26/+23
* Clean up HiiDatabase for Doxygen comments requirement.qwang122008-07-151-48/+79
* Merged in the following trackers from EDK:qwang122008-06-231-61/+185
* Updated copyright.qwang122008-06-191-1/+1
* Update call-by-value to call-by-reference for EFI_HII_GLYPH_INFO type.qwang122008-06-191-15/+15
* De-unicode in comment for all source files.qhuang82008-05-271-7/+7
* Pass GCC build.qwang122008-05-231-16/+16
* UEFI HII: Merge UEFI HII support changes from branch.qwang122008-01-211-0/+2395