| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | readme: delete section 'organization of code'v0.1.0 | Joursoir | 2021-12-02 | 1 | -7/+0 |
* | readme: write about installation | Joursoir | 2021-12-02 | 1 | -1/+40 |
* | 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 |
* | app: add module information file | Joursoir | 2021-12-02 | 1 | -0/+22 |
* | add a wrapper around the shell command for application | Joursoir | 2021-12-02 | 1 | -0/+21 |
* | link all components together in the main file | Joursoir | 2021-12-02 | 2 | -0/+144 |
* | 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 |
* | panel: fix typos in allocation | Joursoir | 2021-11-30 | 1 | -3/+1 |
* | panel: make panel_cd_to() | Joursoir | 2021-11-30 | 2 | -0/+42 |
* | panel: make panel_move_cursor() | Joursoir | 2021-11-30 | 2 | -0/+37 |
* | panel: make clear_list_line() | Joursoir | 2021-11-30 | 1 | -0/+8 |
* | panel: add support for displaying files | Joursoir | 2021-11-30 | 1 | -0/+75 |
* | panel: add support for displaying file systems | Joursoir | 2021-11-30 | 1 | -0/+18 |
* | panel: make update_file_info() | Joursoir | 2021-11-29 | 1 | -0/+16 |
* | panel: make update_marked_info() | Joursoir | 2021-11-29 | 1 | -0/+11 |
* | menu-bar: not use a global variable | Joursoir | 2021-11-29 | 2 | -13/+20 |
* | panel: add macros for highlight | Joursoir | 2021-11-29 | 1 | -0/+9 |
* | panel: add support for highlighting | Joursoir | 2021-11-29 | 1 | -0/+22 |
* | dir: add support for marked files | Joursoir | 2021-11-29 | 2 | -0/+8 |
* | panel: make set_cwd() | Joursoir | 2021-11-27 | 1 | -0/+16 |
* | panel: use 'cwd' as non-const variable | Joursoir | 2021-11-27 | 2 | -4/+5 |
* | panel: add the window for display the amount of marked files | Joursoir | 2021-11-27 | 2 | -1/+7 |
* | tbi/screen: make screen_clear() | Joursoir | 2021-11-27 | 2 | -0/+16 |
* | panel: reimplement windows usage | Joursoir | 2021-11-26 | 2 | -50/+36 |
* | implement the panel | Joursoir | 2021-11-23 | 2 | -0/+165 |
* | readme: refer to the correct license | Joursoir | 2021-11-19 | 1 | -1/+1 |
* | add license | Joursoir | 2021-11-19 | 1 | -0/+49 |
* | fs: make scanfs() | Joursoir | 2021-11-17 | 2 | -0/+29 |
* | fs: get the desired map name from all aliases | Joursoir | 2021-11-17 | 1 | -0/+42 |
* | add routines to get filesystems | Joursoir | 2021-11-17 | 2 | -0/+77 |
* | dir: make dirl_getn() | Joursoir | 2021-11-17 | 2 | -0/+28 |