summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit
AgeCommit message (Expand)AuthorFilesLines
2018-03-14ShellPkg/[hex]edit: Fix mouse freeze issueRuiyu Ni1-7/+9
2018-02-15ShellPkg/[hex]edit: Fix CTRL+<Alpha> doesn't work from hyper terminalRuiyu Ni1-4/+6
2018-02-13ShellPkg/[hex]edit: Fix wrongly use gST->ConIn as the console handleRuiyu Ni1-1/+1
2018-02-13ShellPkg/[hex]edit: use SimpleTextInEx to read consoleRuiyu Ni2-53/+103
2016-10-09ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPIChen A Chen6-80/+0
2016-07-18ShellPkg/Edit: Handle memory allocation failureRuiyu Ni1-21/+20
2016-07-08Revert "ShellPkg: Make the USB mouse behavior in 'edit' consistent with 'hexe...Ruiyu Ni5-476/+39
2016-03-24ShellPkg/UefiShellDebug1CommandsLib: remove unused but set variableArd Biesheuvel1-4/+0
2016-03-24ShellPkg: Make the USB mouse behavior in 'edit' consistent with 'hexedit'.Qiu Shumin5-39/+480
2016-02-27ShellPkg: Fix unexpected behavior of mouse cursor in Editor.Qiu Shumin1-3/+4
2015-12-09ShellPkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-2/+2
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-03ShellPkg: Update Debug1 profile commands response outputTapan Shah1-3/+4
2014-07-29Update code to support VS2013 tool chain.Eric Dong1-1/+2
2014-07-25ShellPkg: Fix calls to SimpleTextOut->SetAttribute to not use reserved bitsJaben Carsey1-3/+3
2014-06-26Refine code to make it more safely.Eric Dong1-5/+17
2013-06-11ShellPkg: Fix ARM build errors.jcarsey1-0/+1
2013-01-17ShellPkg: Minor change to EDIT and HEXEDIT commands to make the title bars co...jcarsey1-1/+1
2012-10-11Add missing braces around initializer.lzeng141-3/+2
2012-01-30ShellPkg: Allow for format character strings to be typed in editor without ha...jcarsey1-2/+4
2011-10-10ShellPkg: Add checks for NULL pointers. jcarsey1-1/+4
2011-09-02Refine comments and two code style.ydong101-6/+6
2011-08-10ShellPkg: bug fix for edit search/replace functionjcarsey1-13/+16
2011-08-01cleanup function and eliminate build error.jcarsey1-6/+12
2011-07-20ShellPkg: Added the Ctrl based hot key and changed text editor's UI.jcarsey3-32/+150
2011-04-12ShellPkg: Fix GCC 4.4 build issuesjljusten2-19/+1
2011-04-04check memory allocations for success.jcarsey1-1/+1
2011-04-01Comment's added and fixed.jcarsey2-10/+9
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey1-10/+10
2011-03-29smbiosview - add user input verification.jcarsey2-3/+3
2011-03-25add Edit and HexEdit commands.jcarsey10-0/+5959