summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-310/+326
2020-08-19ShellPkg: Fix spelling mistake for occurredMichael D Kinney1-17/+17
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-19/+19
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 Ni1-43/+92
2016-10-09ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPIChen A Chen1-9/+0
2016-07-08Revert "ShellPkg: Make the USB mouse behavior in 'edit' consistent with 'hexe...Ruiyu Ni1-158/+8
2016-03-24ShellPkg: Make the USB mouse behavior in 'edit' consistent with 'hexedit'.Qiu Shumin1-8/+158
2016-02-27ShellPkg: Fix unexpected behavior of mouse cursor in Editor.Qiu Shumin1-3/+4
2014-07-29Update code to support VS2013 tool chain.Eric Dong1-1/+2
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
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.jcarsey1-21/+139
2011-04-12ShellPkg: Fix GCC 4.4 build issuesjljusten1-18/+0
2011-04-01Comment's added and fixed.jcarsey1-4/+3
2011-03-29smbiosview - add user input verification.jcarsey1-2/+2
2011-03-25add Edit and HexEdit commands.jcarsey1-0/+1830