Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | panel: make panel_set_active() | Joursoir | 2021-12-01 | 1 | -0/+11 |
| | |||||
* | panel: make panel_mark_file() | 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 | 1 | -0/+32 |
| | |||||
* | panel: make panel_move_cursor() | Joursoir | 2021-11-30 | 1 | -0/+27 |
| | |||||
* | 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 |
| | |||||
* | panel: add macros for highlight | Joursoir | 2021-11-29 | 1 | -0/+9 |
| | |||||
* | panel: add support for highlighting | Joursoir | 2021-11-29 | 1 | -0/+22 |
| | |||||
* | panel: make set_cwd() | Joursoir | 2021-11-27 | 1 | -0/+16 |
| | |||||
* | panel: use 'cwd' as non-const variable | Joursoir | 2021-11-27 | 1 | -2/+3 |
| | |||||
* | panel: add the window for display the amount of marked files | Joursoir | 2021-11-27 | 1 | -0/+6 |
| | |||||
* | panel: reimplement windows usage | Joursoir | 2021-11-26 | 1 | -48/+33 |
| | | | | | The initial implementation can be difficult to expand. This version is more flexible | ||||
* | implement the panel | Joursoir | 2021-11-23 | 1 | -0/+113 |