aboutsummaryrefslogtreecommitdiffstats
path: root/Library/UefiShellUfmCommandLib/panel.c
Commit message (Collapse)AuthorAgeFilesLines
* panel: make panel_getch()Joursoir2021-12-011-0/+5
|
* panel: make panel_set_active()Joursoir2021-12-011-0/+11
|
* panel: make panel_mark_file()Joursoir2021-12-011-0/+22
|
* panel: fix typos in allocationJoursoir2021-11-301-3/+1
|
* panel: make panel_cd_to()Joursoir2021-11-301-0/+32
|
* panel: make panel_move_cursor()Joursoir2021-11-301-0/+27
|
* panel: make clear_list_line()Joursoir2021-11-301-0/+8
|
* panel: add support for displaying filesJoursoir2021-11-301-0/+75
|
* panel: add support for displaying file systemsJoursoir2021-11-301-0/+18
|
* panel: make update_file_info()Joursoir2021-11-291-0/+16
|
* panel: make update_marked_info()Joursoir2021-11-291-0/+11
|
* panel: add macros for highlightJoursoir2021-11-291-0/+9
|
* panel: add support for highlightingJoursoir2021-11-291-0/+22
|
* panel: make set_cwd()Joursoir2021-11-271-0/+16
|
* panel: use 'cwd' as non-const variableJoursoir2021-11-271-2/+3
|
* panel: add the window for display the amount of marked filesJoursoir2021-11-271-0/+6
|
* panel: reimplement windows usageJoursoir2021-11-261-48/+33
| | | | | The initial implementation can be difficult to expand. This version is more flexible
* implement the panelJoursoir2021-11-231-0/+113