| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove debug log | verdant | 2026-07-28 | 1 | -3/+0 |
| | | |||||
| * | Print permission infomation on the status bar | verdant | 2026-07-28 | 1 | -3/+47 |
| | | |||||
| * | Implement status bar | verdant | 2026-07-28 | 1 | -0/+15 |
| | | | | | Print current working directory | ||||
| * | Reformat fm.c | verdant | 2026-07-28 | 1 | -22/+48 |
| | | |||||
| * | Implement open with editor | verdant | 2026-07-28 | 1 | -0/+45 |
| | | | | | | Fork a child process to run the text editor. If the "EDITOR" envrionment variable is not set, fallback to "vi". | ||||
| * | Remove varaible "need_redraw" in fm_info, use global variable | verdant | 2026-07-28 | 1 | -4/+5 |
| | | |||||
| * | Fix pane height | verdant | 2026-07-27 | 1 | -1/+1 |
| | | |||||
| * | Remove unused header file including | verdant | 2026-07-27 | 1 | -1/+0 |
| | | |||||
| * | Move two util functions to the bottom | verdant | 2026-07-27 | 1 | -17/+17 |
| | | |||||
| * | Remove unused function: fm_print | verdant | 2026-07-27 | 1 | -13/+0 |
| | | |||||
| * | Fix -Wstrict-prototypes warnings | verdant | 2026-07-27 | 1 | -3/+3 |
| | | |||||
| * | Implement directory preview | verdant | 2026-07-27 | 1 | -0/+1 |
| | | |||||
| * | Refactor fm | verdant | 2026-07-27 | 1 | -166/+244 |
| | | |||||
| * | Fix use-after-free of pointer "buf" | verdant | 2026-07-25 | 1 | -2/+1 |
| | | |||||
| * | Fix format string vulnerability in file preview | verdant | 2026-07-25 | 1 | -1/+1 |
| | | |||||
| * | Free the memory of buf to avoid leaking | verdant | 2026-07-25 | 1 | -1/+3 |
| | | |||||
| * | Free memory before returning | verdant | 2026-07-25 | 1 | -0/+1 |
| | | |||||
| * | Remove unused code | verdant | 2026-07-25 | 1 | -1/+0 |
| | | |||||
| * | Free memory before returning | verdant | 2026-07-25 | 1 | -0/+2 |
| | | |||||
| * | fm: implement directory listing with scrolling and file preview | verdant | 2026-07-23 | 1 | -1/+210 |
| | | |||||
| * | Add scroll state and redraw tracking to fm_info | verdant | 2026-07-23 | 1 | -0/+6 |
| | | |||||
| * | Remove unnecessary wborder call | verdant | 2026-07-23 | 1 | -1/+0 |
| | | |||||
| * | Fix window positioning and height calculation | verdant | 2026-07-23 | 1 | -2/+2 |
| | | |||||
| * | Reformat fm.c | verdant | 2026-07-22 | 1 | -38/+40 |
| | | |||||
| * | Implement initialize and creating windows for file manager | verdant | 2026-07-21 | 1 | -0/+51 |
