aboutsummaryrefslogtreecommitdiffstats
path: root/Library/UefiShellUfmCommandLib
Commit message (Expand)AuthorAgeFilesLines
* ufm: add function for command 'mkdir' in the tableJoursoir2021-12-121-1/+1
* actions: make frontend creation of directoryJoursoir2021-12-122-0/+35
* ufm: add the 'cmds' module to sourcesJoursoir2021-12-121-0/+1
* add creation of one or more directoriesJoursoir2021-12-122-0/+85
* dialog-box: make handling keyboard actions and highlighting of widgetsJoursoir2021-12-112-0/+77
* implement the dialog boxJoursoir2021-12-113-0/+149
* implement the input widgetJoursoir2021-12-113-0/+189
* tbi/win: add the missed semicolonJoursoir2021-12-101-1/+1
* actions: add the missed headerJoursoir2021-12-101-0/+1
* tbi/win: make waddch(), mvwaddch()Joursoir2021-12-102-0/+57
* panel: fix frees memory during change cwdJoursoir2021-12-091-14/+22
* dir: make release of EFI_SHELL_FILE_INFO memory more saferJoursoir2021-12-091-2/+4
* add execution for files and text editorsJoursoir2021-12-083-4/+80
* actions: add and use macros for parts of the contextJoursoir2021-12-081-7/+13
* dir: open files with RW modeJoursoir2021-12-081-1/+1
* tbi/win: add the possibility to change line attributesJoursoir2021-12-083-35/+38
* library: add module information fileJoursoir2021-12-021-0/+50
* main: add constructor and destructorJoursoir2021-12-021-0/+31
* tbi/win: not use the standard uefi header fileJoursoir2021-12-021-1/+0
* link all components together in the main fileJoursoir2021-12-021-0/+123
* panel: make panel_refresh()Joursoir2021-12-012-0/+17
* implement the command barJoursoir2021-12-012-0/+80
* panel: fix a typo in the argument nameJoursoir2021-12-011-1/+1
* implement shortcuts and some actionsJoursoir2021-12-012-0/+83
* tbi/win: fix incorrect allocation memoryJoursoir2021-12-011-1/+1
* panel: make panel_getch()Joursoir2021-12-012-0/+15
* tbi/win: make wgetch()Joursoir2021-12-012-0/+29
* tbi/win: support echoing input charsJoursoir2021-12-012-0/+20
* panel: make panel_set_active()Joursoir2021-12-012-0/+22
* panel: make panel_mark_file()Joursoir2021-12-012-0/+32
* add contextJoursoir2021-12-011-0/+22
* panel: fix typos in allocationJoursoir2021-11-301-3/+1
* panel: make panel_cd_to()Joursoir2021-11-302-0/+42
* panel: make panel_move_cursor()Joursoir2021-11-302-0/+37
* 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
* menu-bar: not use a global variableJoursoir2021-11-292-13/+20
* panel: add macros for highlightJoursoir2021-11-291-0/+9
* panel: add support for highlightingJoursoir2021-11-291-0/+22
* dir: add support for marked filesJoursoir2021-11-292-0/+8
* panel: make set_cwd()Joursoir2021-11-271-0/+16
* panel: use 'cwd' as non-const variableJoursoir2021-11-272-4/+5
* panel: add the window for display the amount of marked filesJoursoir2021-11-272-1/+7
* tbi/screen: make screen_clear()Joursoir2021-11-272-0/+16
* panel: reimplement windows usageJoursoir2021-11-262-50/+36
* implement the panelJoursoir2021-11-232-0/+165
* fs: make scanfs()Joursoir2021-11-172-0/+29