aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* readme: update link to binary releasesHEADmasterJoursoir2023-04-271-1/+1
* readme: write a binary release sectionJoursoir2022-07-231-0/+5
* readme: update informationJoursoir2022-02-131-2/+21
* readme: add screenshotsJoursoir2022-02-123-0/+5
* ufm: check UEFI Shell versionJoursoir2021-12-221-0/+4
* ufm: use de facto standard buttons for commandsJoursoir2021-12-221-7/+7
* tbi/win: use parameters of the window for displaying cursorv0.2.1Joursoir2021-12-151-1/+2
* widget/input: fix the possibility of deletion at the extreme pointJoursoir2021-12-151-1/+1
* widget/input: copy the define text to the bufferJoursoir2021-12-151-3/+5
* tbi/screen: set attrs to initial values before clearing the screenJoursoir2021-12-151-0/+1
* readme: write about usage and available controlsv0.2.0Joursoir2021-12-141-0/+25
* actions: make frontend copying fileJoursoir2021-12-143-1/+46
* actions: make frontend renaming and moving fileJoursoir2021-12-143-1/+49
* actions: make frontend deletion of fileJoursoir2021-12-143-1/+48
* cmds: make copying DIR to another DIRJoursoir2021-12-142-1/+151
* cmds: make copying FILE to another FILEJoursoir2021-12-142-1/+43
* cmds: make error handling when opening a directoryJoursoir2021-12-131-7/+8
* cmds: fix passing an uninitialized pointerJoursoir2021-12-131-1/+1
* cmds: make the advanced stub for copying a fileJoursoir2021-12-132-0/+65
* ufm: add the 'FileHandleLib' to LibraryClassesJoursoir2021-12-121-0/+1
* cmds: make deletion of file/directoryJoursoir2021-12-122-0/+84
* tbi/win: use return value for getting lengthJoursoir2021-12-121-2/+1
* panel: set current directory for shellJoursoir2021-12-121-0/+1
* actions: add macro for the unactive panelJoursoir2021-12-121-1/+2
* 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
* readme: delete section 'organization of code'v0.1.0Joursoir2021-12-021-7/+0
* readme: write about installationJoursoir2021-12-021-1/+40
* 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
* app: add module information fileJoursoir2021-12-021-0/+22
* add a wrapper around the shell command for applicationJoursoir2021-12-021-0/+21
* link all components together in the main fileJoursoir2021-12-022-0/+144
* panel: make panel_refresh()Joursoir2021-12-012-0/+17
* implement the command barJoursoir2021-12-012-0/+80