| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move function definitions to the bottom | verdant | 5 days | 1 | -2/+4 |
| | | |||||
| * | Add limits.h for fm.h | verdant | 5 days | 1 | -0/+1 |
| | | |||||
| * | Add file manager state struct with dual-pane support | verdant | 5 days | 1 | -0/+10 |
| | | |||||
| * | Remove static function definition | verdant | 5 days | 1 | -1/+0 |
| | | |||||
| * | Refactor struct fm_info | verdant | 5 days | 1 | -5/+3 |
| | | | | | | Use file_item instead fm_info. This struct includes the name of his directory or file and if this item is a directory. | ||||
| * | Implement initialize and creating windows for file manager | verdant | 6 days | 2 | -0/+70 |
| | | |||||
| * | Add .gitignore | verdant | 6 days | 1 | -0/+3 |
| | | |||||
| * | Implement main application loop | verdant | 6 days | 1 | -0/+170 |
| | | |||||
| * | Add debug mode | verdant | 6 days | 2 | -0/+15 |
| | | |||||
| * | Add status information manager | verdant | 6 days | 2 | -0/+258 |
| | | |||||
| * | Add display handing functions | verdant | 6 days | 2 | -0/+96 |
| | | | | | | Add these functions for initializing and drawing status bar, progress bar and status information | ||||
| * | Add error handing functions | verdant | 6 days | 2 | -0/+23 |
| | | |||||
| * | Add Makefile | verdant | 6 days | 1 | -0/+25 |
| | | |||||
| * | Add windows manager for creating windows | verdant | 6 days | 2 | -0/+101 |
| | | |||||
| * | Add version.h | verdant | 6 days | 1 | -0/+8 |
| | | |||||
| * | Add xmalloc | verdant | 6 days | 2 | -0/+24 |
| | | |||||
| * | Add logging system | verdant | 6 days | 2 | -0/+73 |
| | | |||||
| * | Initial commit | verdant | 6 days | 2 | -0/+676 |
