summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-556/+583
2020-08-19ShellPkg: Fix spelling mistake for occurredMichael D Kinney1-24/+24
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-27/+27
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-74/+131
2016-10-09ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPIChen A Chen1-1/+0
2013-06-11ShellPkg: Fix ARM build errors.jcarsey1-1/+0
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey1-3/+0
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-09-02Refine comments and two code style.ydong101-2/+3
2011-08-23ShellPkg: fix build error when converting INTN to INT32.jcarsey1-1/+1
2011-08-03ShellPkg: Added the Ctrl based hot key for hexeditjcarsey1-10/+10
2011-07-20ShellPkg: Added the Ctrl based hot key and changed text editor's UI.jcarsey1-5/+103
2011-04-12update Bcfg to correctly remove by option index not variable name and add dri...jcarsey1-9/+25
2011-04-07Fix Xcode, clang, and ARM build and link issues.andrewfish1-0/+4
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey1-251/+116
2011-04-01Comment's added and fixed.jcarsey1-2/+2
2011-03-29smbiosview - add user input verification.jcarsey1-24/+69
2011-03-25add Edit and HexEdit commands.jcarsey1-0/+2294