| Commit message (Expand) | Author | Age | Files | Lines |
* | ufm: check UEFI Shell version | Joursoir | 2021-12-22 | 1 | -0/+4 |
* | ufm: use de facto standard buttons for commands | Joursoir | 2021-12-22 | 1 | -7/+7 |
* | tbi/win: use parameters of the window for displaying cursorv0.2.1 | Joursoir | 2021-12-15 | 1 | -1/+2 |
* | widget/input: fix the possibility of deletion at the extreme point | Joursoir | 2021-12-15 | 1 | -1/+1 |
* | widget/input: copy the define text to the buffer | Joursoir | 2021-12-15 | 1 | -3/+5 |
* | tbi/screen: set attrs to initial values before clearing the screen | Joursoir | 2021-12-15 | 1 | -0/+1 |
* | actions: make frontend copying file | Joursoir | 2021-12-14 | 3 | -1/+46 |
* | actions: make frontend renaming and moving file | Joursoir | 2021-12-14 | 3 | -1/+49 |
* | actions: make frontend deletion of file | Joursoir | 2021-12-14 | 3 | -1/+48 |
* | cmds: make copying DIR to another DIR | Joursoir | 2021-12-14 | 2 | -1/+151 |
* | cmds: make copying FILE to another FILE | Joursoir | 2021-12-14 | 2 | -1/+43 |
* | cmds: make error handling when opening a directory | Joursoir | 2021-12-13 | 1 | -7/+8 |
* | cmds: fix passing an uninitialized pointer | Joursoir | 2021-12-13 | 1 | -1/+1 |
* | cmds: make the advanced stub for copying a file | Joursoir | 2021-12-13 | 2 | -0/+65 |
* | ufm: add the 'FileHandleLib' to LibraryClasses | Joursoir | 2021-12-12 | 1 | -0/+1 |
* | cmds: make deletion of file/directory | Joursoir | 2021-12-12 | 2 | -0/+84 |
* | tbi/win: use return value for getting length | Joursoir | 2021-12-12 | 1 | -2/+1 |
* | panel: set current directory for shell | Joursoir | 2021-12-12 | 1 | -0/+1 |
* | actions: add macro for the unactive panel | Joursoir | 2021-12-12 | 1 | -1/+2 |
* | ufm: add function for command 'mkdir' in the table | Joursoir | 2021-12-12 | 1 | -1/+1 |
* | actions: make frontend creation of directory | Joursoir | 2021-12-12 | 2 | -0/+35 |
* | ufm: add the 'cmds' module to sources | Joursoir | 2021-12-12 | 1 | -0/+1 |
* | add creation of one or more directories | Joursoir | 2021-12-12 | 2 | -0/+85 |
* | dialog-box: make handling keyboard actions and highlighting of widgets | Joursoir | 2021-12-11 | 2 | -0/+77 |
* | implement the dialog box | Joursoir | 2021-12-11 | 3 | -0/+149 |
* | implement the input widget | Joursoir | 2021-12-11 | 3 | -0/+189 |
* | tbi/win: add the missed semicolon | Joursoir | 2021-12-10 | 1 | -1/+1 |
* | actions: add the missed header | Joursoir | 2021-12-10 | 1 | -0/+1 |
* | tbi/win: make waddch(), mvwaddch() | Joursoir | 2021-12-10 | 2 | -0/+57 |
* | panel: fix frees memory during change cwd | Joursoir | 2021-12-09 | 1 | -14/+22 |
* | dir: make release of EFI_SHELL_FILE_INFO memory more safer | Joursoir | 2021-12-09 | 1 | -2/+4 |
* | add execution for files and text editors | Joursoir | 2021-12-08 | 3 | -4/+80 |
* | actions: add and use macros for parts of the context | Joursoir | 2021-12-08 | 1 | -7/+13 |
* | dir: open files with RW mode | Joursoir | 2021-12-08 | 1 | -1/+1 |
* | tbi/win: add the possibility to change line attributes | Joursoir | 2021-12-08 | 3 | -35/+38 |
* | library: add module information file | Joursoir | 2021-12-02 | 1 | -0/+50 |
* | main: add constructor and destructor | Joursoir | 2021-12-02 | 1 | -0/+31 |
* | tbi/win: not use the standard uefi header file | Joursoir | 2021-12-02 | 1 | -1/+0 |
* | link all components together in the main file | Joursoir | 2021-12-02 | 1 | -0/+123 |
* | panel: make panel_refresh() | Joursoir | 2021-12-01 | 2 | -0/+17 |
* | implement the command bar | Joursoir | 2021-12-01 | 2 | -0/+80 |
* | panel: fix a typo in the argument name | Joursoir | 2021-12-01 | 1 | -1/+1 |
* | implement shortcuts and some actions | Joursoir | 2021-12-01 | 2 | -0/+83 |
* | tbi/win: fix incorrect allocation memory | Joursoir | 2021-12-01 | 1 | -1/+1 |
* | panel: make panel_getch() | Joursoir | 2021-12-01 | 2 | -0/+15 |
* | tbi/win: make wgetch() | Joursoir | 2021-12-01 | 2 | -0/+29 |
* | tbi/win: support echoing input chars | Joursoir | 2021-12-01 | 2 | -0/+20 |
* | panel: make panel_set_active() | Joursoir | 2021-12-01 | 2 | -0/+22 |
* | panel: make panel_mark_file() | Joursoir | 2021-12-01 | 2 | -0/+32 |
* | add context | Joursoir | 2021-12-01 | 1 | -0/+22 |