aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* panel: fix a typo in the argument nameJoursoir2021-12-011-1/+1
|
* implement shortcuts and some actionsJoursoir2021-12-012-0/+83
|
* tbi/win: fix incorrect allocation memoryJoursoir2021-12-011-1/+1
|
* panel: make panel_getch()Joursoir2021-12-012-0/+15
|
* tbi/win: make wgetch()Joursoir2021-12-012-0/+29
|
* tbi/win: support echoing input charsJoursoir2021-12-012-0/+20
|
* panel: make panel_set_active()Joursoir2021-12-012-0/+22
|
* panel: make panel_mark_file()Joursoir2021-12-012-0/+32
|
* add contextJoursoir2021-12-011-0/+22
|
* panel: fix typos in allocationJoursoir2021-11-301-3/+1
|
* panel: make panel_cd_to()Joursoir2021-11-302-0/+42
|
* panel: make panel_move_cursor()Joursoir2021-11-302-0/+37
|
* panel: make clear_list_line()Joursoir2021-11-301-0/+8
|
* panel: add support for displaying filesJoursoir2021-11-301-0/+75
|
* panel: add support for displaying file systemsJoursoir2021-11-301-0/+18
|
* panel: make update_file_info()Joursoir2021-11-291-0/+16
|
* panel: make update_marked_info()Joursoir2021-11-291-0/+11
|
* menu-bar: not use a global variableJoursoir2021-11-292-13/+20
|
* panel: add macros for highlightJoursoir2021-11-291-0/+9
|
* panel: add support for highlightingJoursoir2021-11-291-0/+22
|
* dir: add support for marked filesJoursoir2021-11-292-0/+8
|
* panel: make set_cwd()Joursoir2021-11-271-0/+16
|
* panel: use 'cwd' as non-const variableJoursoir2021-11-272-4/+5
|
* panel: add the window for display the amount of marked filesJoursoir2021-11-272-1/+7
|
* tbi/screen: make screen_clear()Joursoir2021-11-272-0/+16
|
* panel: reimplement windows usageJoursoir2021-11-262-50/+36
| | | | | The initial implementation can be difficult to expand. This version is more flexible
* implement the panelJoursoir2021-11-232-0/+165
|
* readme: refer to the correct licenseJoursoir2021-11-191-1/+1
|
* add licenseJoursoir2021-11-191-0/+49
|
* fs: make scanfs()Joursoir2021-11-172-0/+29
|
* fs: get the desired map name from all aliasesJoursoir2021-11-171-0/+42
|
* add routines to get filesystemsJoursoir2021-11-172-0/+77
|
* dir: make dirl_getn()Joursoir2021-11-172-0/+28
|
* dir: make scandir()Joursoir2021-11-172-0/+40
|
* add routines to get dir entriesJoursoir2021-11-152-0/+94
|
* tbi/win: use SET_WINDOW_CHAR2() macroJoursoir2021-11-151-11/+7
|
* menu-bar: fix include header pathsJoursoir2021-11-151-2/+2
|
* move all sources to the right placeJoursoir2021-11-156-0/+0
|
* tbi/win: fix typos in macrosJoursoir2021-11-091-3/+3
|
* implement the menu barJoursoir2021-11-042-0/+42
|
* tbi/win: make wrefresh()Joursoir2021-11-042-0/+45
|
* tbi/win: make front-end routines wprintf(), mvwprintf()Joursoir2021-11-022-0/+55
|
* tbi/win: make wvprintf()Joursoir2021-11-022-0/+52
|
* tbi/win: make mvwhline(), mvwvline()Joursoir2021-10-262-0/+66
|
* tbi/win: make wborder()Joursoir2021-10-252-0/+44
|
* tbi/win: add macro to set a character and its attributesJoursoir2021-10-251-0/+7
|
* tbi/win: make wmove()Joursoir2021-10-252-0/+22
|
* tbi/win: add macro to validate (x, y) in a windowJoursoir2021-10-251-0/+4
|
* tbi/win: make wattrset(), wattroff()Joursoir2021-10-242-0/+34
|
* readme: fix incorrect pseudo-graphics folder nameJoursoir2021-10-241-1/+1
|