summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe
AgeCommit message (Expand)AuthorFilesLines
2011-07-28Adjust the day field when update the month and year field.ydong101-0/+74
2011-07-12Change the HiiDataBase and browser codes to support new efi varstore data str...ydong104-250/+458
2011-07-05correct leap year calculate method.ydong101-2/+2
2011-07-05Enable value roll over when hit max or min.ydong101-5/+30
2011-07-05Refine code to avoid potential access violation.ydong102-2/+2
2011-07-05Keep the highlight field after user changes the value for time/date opcodeydong102-1/+7
2011-06-28Enable new "ref5" opcode in browser.ydong106-147/+236
2011-06-28Restore the whole form set to default value when user enter F9, old logical o...ydong103-48/+47
2011-06-27Adjust the start position of the opcode string before saving it to avoid show...ydong101-64/+65
2011-06-21Move the check refresh attribute logical out of the option string check logic...ydong101-77/+64
2011-06-15Updates old formset info before exit to avoid old change lost.ydong101-2/+2
2011-06-131. When get value from AltCfg data, check the varstore type first.ydong103-2/+12
2011-06-13Fix GCC build failydong101-0/+1
2011-06-08Add new "Refresh guid" opcode, also add sample code to use it.ydong104-48/+151
2011-06-08Add new "Modal form" opcode, also add sample code to use it.ydong105-16/+103
2011-05-31Add new call back return value; also add some sample code to use it.ydong109-428/+930
2011-05-20Add two new methods to get default value, also add sample code in sample driver.ydong102-4/+269
2011-05-17Fixed an error when parse time opcode.ydong101-1/+1
2011-04-19Update IFR version opcode value to follow the UEFI2.3.1 Spec.lgao41-5/+2
2011-04-01Use the minimum value for Numeric and the first option value for OneOf as the...lgao41-0/+9
2011-03-15Reserve more space width for Option value. lgao41-3/+2
2011-03-101. The old refresh string code also update the time/date opcode. But for the ...ydong101-8/+16
2011-03-08Do the following enhancement for SetupBrowser:lgao43-158/+219
2011-03-08Bug description:ydong101-1/+7
2011-02-28Symptom:ydong101-0/+1
2011-02-231.Reposition the platform info. Move from the old position to left one block ...ydong103-3/+3
2011-02-22fix refresh menu save attribute error. not consider the grayout attribute.ydong101-3/+15
2011-02-21Update the arrow position.ydong102-3/+5
2011-02-12Add four PCDs for the different color settings of Subtitle and Text Filed on ...lgao45-29/+31
2010-12-30Enable number input for numeric, date and time opcodeydong103-44/+98
2010-12-231. Support inconsistent if opcode used in string/password opcode.ydong105-66/+77
2010-12-231. support numeric item +/- action generate callbackydong101-0/+2
2010-11-11Print Arrow for Goto button.lgao41-0/+12
2010-11-01Refine code to make code run more safely.ydong101-1/+2
2010-10-26Correct Data type conversion.lgao42-3/+3
2010-10-25Reserve one column at left screen to be more visually.lgao43-4/+5
2010-10-25Fix the following three issues:lgao41-43/+17
2010-09-16Refine code to make code run safely.ydong102-10/+12
2010-09-15Refine soma code to make code run safely.ydong102-2/+32
2010-06-04Do the following fix up in SetupBrowser driver:lgao43-57/+51
2010-06-02Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao42-89/+188
2010-05-101. Use the max string size to compare password string.lgao41-0/+4
2010-04-29Forcing functions with variable argument lists to use the same calling conven...geekboy15a4-0/+7
2010-04-24Update the copyright notice formathhtian13-24/+24
2010-03-16Fix a bug in SetupBrowserDxe driver when check current user's access setup pe...rsun31-1/+1
2010-02-27Add the missing check for NULL pointer before use it.lgao44-1/+13
2010-02-25Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao47-95/+1012
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-02-221. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...lgao42-1/+17
2010-02-11Coding style fix and minor improvements.rsun31-2/+2