Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | The initial implementation can be difficult to expand. This version is more flexible | |||||
* | 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 | |
| | ||||||
* | dir: make scandir() | Joursoir | 2021-11-17 | 2 | -0/+40 | |
| | ||||||
* | add routines to get dir entries | Joursoir | 2021-11-15 | 2 | -0/+94 | |
| | ||||||
* | tbi/win: use SET_WINDOW_CHAR2() macro | Joursoir | 2021-11-15 | 1 | -11/+7 | |
| | ||||||
* | menu-bar: fix include header paths | Joursoir | 2021-11-15 | 1 | -2/+2 | |
| | ||||||
* | move all sources to the right place | Joursoir | 2021-11-15 | 6 | -0/+0 | |
| | ||||||
* | tbi/win: fix typos in macros | Joursoir | 2021-11-09 | 1 | -3/+3 | |
| | ||||||
* | implement the menu bar | Joursoir | 2021-11-04 | 2 | -0/+42 | |
| | ||||||
* | tbi/win: make wrefresh() | Joursoir | 2021-11-04 | 2 | -0/+45 | |
| | ||||||
* | tbi/win: make front-end routines wprintf(), mvwprintf() | Joursoir | 2021-11-02 | 2 | -0/+55 | |
| | ||||||
* | tbi/win: make wvprintf() | Joursoir | 2021-11-02 | 2 | -0/+52 | |
| | ||||||
* | tbi/win: make mvwhline(), mvwvline() | Joursoir | 2021-10-26 | 2 | -0/+66 | |
| | ||||||
* | tbi/win: make wborder() | Joursoir | 2021-10-25 | 2 | -0/+44 | |
| | ||||||
* | tbi/win: add macro to set a character and its attributes | Joursoir | 2021-10-25 | 1 | -0/+7 | |
| | ||||||
* | tbi/win: make wmove() | Joursoir | 2021-10-25 | 2 | -0/+22 | |
| | ||||||
* | tbi/win: add macro to validate (x, y) in a window | Joursoir | 2021-10-25 | 1 | -0/+4 | |
| | ||||||
* | tbi/win: make wattrset(), wattroff() | Joursoir | 2021-10-24 | 2 | -0/+34 | |
| | ||||||
* | readme: fix incorrect pseudo-graphics folder name | Joursoir | 2021-10-24 | 1 | -1/+1 | |
| | ||||||
* | implement a window entity | Joursoir | 2021-10-24 | 2 | -0/+147 | |
| | ||||||
* | tbi/screen: add note about character modes | Joursoir | 2021-10-24 | 1 | -0/+5 | |
| | ||||||
* | tbi/screen: add attributes to support color | Joursoir | 2021-10-24 | 2 | -0/+2 | |
| | ||||||
* | tbi: add sub-module 'screen' | Joursoir | 2021-10-12 | 2 | -0/+65 | |
| | ||||||
* | init project | Joursoir | 2021-10-11 | 1 | -0/+14 | |