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
/
SetupBrowserDxe
/
Ui.c
Age
Commit message (
Expand
)
Author
2010-01-07
Correct copyright year to 2010
lgao4
2010-01-06
Enable SetupBrowser to support multiple form class guid.
lgao4
2009-11-13
Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question.
lgao4
2009-11-12
1. Update SetupBrowser to pass correct buffer value for OrderedList Callback
xdu2
2009-11-12
Add SuppressIf form support in SetupBrowser driver.
lgao4
2009-10-26
Support call of SendForm() from Callback(), i.e. nested call of SendForm().
xdu2
2009-10-26
1. Code clean up: add IN/OUT modifier for parameters.
xdu2
2009-10-26
Change the FormBrowser behavior of "Pressing ESC":
xdu2
2009-08-26
Fixed a bug on the menu display: Following steps to reproduce it:
jchen20
2009-08-26
Fixed a bug on the menu display: Following steps to reproduce it:
jchen20
2009-07-23
Remove use of BackupMarker local variable in CreateDialog() because assigning...
mdkinney
2009-07-07
Update the conflicted function name with UefiLib from CreatePopUp to CreateMu...
lgao4
2009-04-22
Update SetUp Browser doesn't set a default value to Numeric field per UEFI sp...
lgao4
2009-04-14
HII Library Class interface refine.
rsun3
2009-04-08
Replace BufToHexString by UnicodeValueToString
lgao4
2009-02-09
ECC cleanup: Non-Boolean comparisons should use a compare operator (==, !=, >...
qwang12
2008-12-03
Global variables have been moved backward ahead of functions.
jji4
2008-11-21
1) Remove the variable initalization in declaration.
qwang12
2008-11-19
ECC Cleanup: Update Doxygen comment
qwang12
2008-11-04
Sync in bug fix from EDK I:
qwang12
2008-10-31
Change functional static variable to Global variable. No STATIC modifier is r...
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-26
1) Move RFC_3066_ENTRY_SIZE and ISO_639_2_ENTRY_SIZE to UefiBaseType.h.
qwang12
2008-09-02
Merged in the bug fixes from EDK I.
qwang12
2008-07-17
Remove the wrong @return doxygen comment.
qwang12
2008-07-16
remove the wrong comments.
qwang12
2008-07-16
Use standard VA_LIST to pass variable argument list.
qwang12
2008-07-15
Clean up SetupBrowserDxe for Doxygen comments requirement.
qwang12
2008-06-23
Merged in the following trackers from EDK:
qwang12
2008-05-23
1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.
qwang12
2008-02-02
1) Cleanup HiiLib, IfrSupportLib.
qwang12
2008-01-21
UEFI HII: Merge UEFI HII support changes from branch.
qwang12