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
/
InputHandler.c
Age
Commit message (
Expand
)
Author
2013-05-27
Refine the logic about processing options for oneof opcode.
ydong10
2012-11-14
Enhance SetupBrowser to call ReadKeyStroke() before calling WaitForEvent(). T...
niruiyu
2012-09-10
Enhance the check for options in the question.
ydong10
2012-07-06
When do discard action, enable callback action for questions which have value...
ydong10
2012-05-11
Add logic to validate new input value with minimum.
ydong10
2012-01-31
Update the code to follow the spec when evaluate the expression.
ydong10
2012-01-31
Enable nest for suppressif/grayoutif/diableif for form/question/option.
ydong10
2011-09-29
Add pointer check for NULL before dereference it.
ydong10
2011-09-13
Enhance EDKII Browser to support flexible HotKey setting.
lgao4
2011-08-30
Enable the follow feature for string op-code:
ydong10
2011-07-28
Adjust the day field when update the month and year field.
ydong10
2011-07-05
correct leap year calculate method.
ydong10
2011-07-05
Enable value roll over when hit max or min.
ydong10
2011-05-31
Add new call back return value; also add some sample code to use it.
ydong10
2011-02-12
Add four PCDs for the different color settings of Subtitle and Text Filed on ...
lgao4
2010-12-30
Enable number input for numeric, date and time opcode
ydong10
2010-05-10
1. Use the max string size to compare password string.
lgao4
2010-04-24
Update the copyright notice format
hhtian
2009-12-11
Fix the bug for evaluate EFI_IFR_NOT_EQUAL_OP opcode, and the bug in using Un...
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-10-26
1. Code clean up: add IN/OUT modifier for parameters.
xdu2
2009-10-26
Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_T...
xdu2
2009-07-07
Update the conflicted function name with UefiLib from CreatePopUp to CreateMu...
lgao4
2009-04-08
Replace BufToHexString by UnicodeValueToString
lgao4
2009-02-09
ECC cleanup: Non-Boolean comparisons should use a compare operator (==, !=, >...
qwang12
2009-02-02
Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.
qwang12
2009-01-20
K8:
qwang12
2008-11-21
1) Remove the variable initalization in declaration.
qwang12
2008-08-18
Merge in [EDK 1166]: Form title is not displayed by Setup Browser
qwang12
2008-07-15
Clean up SetupBrowserDxe for Doxygen comments requirement.
qwang12
2008-05-23
1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.
qwang12
2008-01-21
UEFI HII: Merge UEFI HII support changes from branch.
qwang12