| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Reformat wm.c wm.h | verdant | 2026-07-22 | 2 | -47/+56 | |
| | | ||||||
| * | Add asan | verdant | 2026-07-22 | 1 | -2/+6 | |
| | | ||||||
| * | Reformat err.c mem.c | verdant | 2026-07-22 | 2 | -13/+14 | |
| | | ||||||
| * | Correct window name matching in wm_fd_w_by_name | verdant | 2026-07-22 | 1 | -1/+3 | |
| | | ||||||
| * | Reformat fm.c | verdant | 2026-07-22 | 1 | -38/+40 | |
| | | ||||||
| * | Implement Exponential Moving Average algorithm | verdant | 2026-07-22 | 2 | -181/+229 | |
| | | | | | | For solving that CPU status updating is so fast, use EMA to calc a smooth value | |||||
| * | Move function definitions to the bottom | verdant | 2026-07-22 | 1 | -2/+4 | |
| | | ||||||
| * | Add limits.h for fm.h | verdant | 2026-07-22 | 1 | -0/+1 | |
| | | ||||||
| * | Add file manager state struct with dual-pane support | verdant | 2026-07-22 | 1 | -0/+10 | |
| | | ||||||
| * | Remove static function definition | verdant | 2026-07-22 | 1 | -1/+0 | |
| | | ||||||
| * | Refactor struct fm_info | verdant | 2026-07-22 | 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 | 2026-07-21 | 2 | -0/+70 | |
| | | ||||||
| * | Add .gitignore | verdant | 2026-07-21 | 1 | -0/+3 | |
| | | ||||||
| * | Implement main application loop | verdant | 2026-07-21 | 1 | -0/+170 | |
| | | ||||||
| * | Add debug mode | verdant | 2026-07-21 | 2 | -0/+15 | |
| | | ||||||
| * | Add status information manager | verdant | 2026-07-21 | 2 | -0/+258 | |
| | | ||||||
| * | Add display handing functions | verdant | 2026-07-21 | 2 | -0/+96 | |
| | | | | | | Add these functions for initializing and drawing status bar, progress bar and status information | |||||
| * | Add error handing functions | verdant | 2026-07-21 | 2 | -0/+23 | |
| | | ||||||
| * | Add Makefile | verdant | 2026-07-21 | 1 | -0/+25 | |
| | | ||||||
| * | Add windows manager for creating windows | verdant | 2026-07-21 | 2 | -0/+101 | |
| | | ||||||
| * | Add version.h | verdant | 2026-07-21 | 1 | -0/+8 | |
| | | ||||||
| * | Add xmalloc | verdant | 2026-07-21 | 2 | -0/+24 | |
| | | ||||||
| * | Add logging system | verdant | 2026-07-21 | 2 | -0/+73 | |
| | | ||||||
| * | Initial commit | verdant | 2026-07-21 | 2 | -0/+676 | |
