index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Universal
/
HiiDatabaseDxe
/
Font.c
Age
Commit message (
Expand
)
Author
2015-06-29
MdeModulePkg:Use safe string functions
Dandan Bi
2015-05-21
MdeModulePkg:Add line break character
Dandan Bi
2014-08-07
1) Add type cast for better coding style.
Feng Tian
2014-06-26
Refine code to make it more safely.
Eric Dong
2013-08-20
Refine the comments and code to follow spec.
Eric Dong
2012-05-31
Fixed build failed.
ydong10
2012-05-30
Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....
ydong10
2012-04-24
Update HiiFont Service to return error status instead of ASSERT for the inval...
lgao4
2011-08-01
Fixes two issues in HiiFontProtocol->StringToImage() implementation on how to...
lgao4
2011-02-23
The input StringInfo should be kept for HiiStringIdToImage() function.
lgao4
2011-01-24
Support proportional Font and Font output flags.
lgao4
2010-04-24
Update the copyright notice format
hhtian
2010-02-05
Add some security check.
xdu2
2009-06-03
fix the HiiStrIdToImage sct failure, which is caused by wrong algorithm of fi...
eric_tian
2009-05-21
refine the implementation of HiiStringToImage:
eric_tian
2009-05-20
rename array name to avoid naming collision.
vanjeff
2009-04-10
Add ASSERT() check for StringInfo pointer.
qhuang8
2009-03-27
Add ASSERT() check for StringInfoIn structure.
qhuang8
2009-03-25
Apply GetBestLanguage() for the implementation of HiiStringIdToImage() API.
qhuang8
2009-01-20
K8:
qwang12
2008-10-30
Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...
qwang12
2008-10-30
Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...
jji4
2008-09-21
HiiLibGetCurrentLanguage returns the current UEFI variable "PlatformLang" (if...
qwang12
2008-09-02
Merged in the bug fixes from EDK I.
qwang12
2008-07-15
Clean up HiiDatabase for Doxygen comments requirement.
qwang12
2008-06-23
Merged in the following trackers from EDK:
qwang12
2008-06-19
Updated copyright.
qwang12
2008-06-19
Update call-by-value to call-by-reference for EFI_HII_GLYPH_INFO type.
qwang12
2008-05-27
De-unicode in comment for all source files.
qhuang8
2008-05-23
Pass GCC build.
qwang12
2008-01-21
UEFI HII: Merge UEFI HII support changes from branch.
qwang12