aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement directory previewverdant2026-07-272-1/+16
* Add optional CFLAGS and test subcommandverdant2026-07-271-8/+18
* Implement xdirname, xbasenameverdant2026-07-272-0/+88
* Add display structure improvementsverdant2026-07-272-5/+30
* Implement xreallocverdant2026-07-272-1/+12
* Refactor main.cverdant2026-07-271-59/+31
* Reformat log.c log.hverdant2026-07-272-35/+39
* Remove unused argumentverdant2026-07-272-5/+19
* Refactor fmverdant2026-07-272-178/+269
* Fix use-after-free of pointer "buf"verdant2026-07-251-2/+1
* Fix format string vulnerability in file previewverdant2026-07-251-1/+1
* Free the memory of buf to avoid leakingverdant2026-07-251-1/+3
* Free memory before returningverdant2026-07-251-0/+1
* Remove unused codeverdant2026-07-251-1/+0
* Free memory before returningverdant2026-07-251-0/+2
* Reformat log.hverdant2026-07-241-4/+4
* fm: implement directory listing with scrolling and file previewverdant2026-07-232-3/+214
* Add scroll state and redraw tracking to fm_infoverdant2026-07-232-2/+16
* Remove unnecessary wborder callverdant2026-07-231-1/+0
* Fix window positioning and height calculationverdant2026-07-231-2/+2
* Remove a blank lineverdant2026-07-231-1/+0
* Remove redundant debug logging and commented codeverdant2026-07-231-3/+0
* Add path normalizationverdant2026-07-231-0/+13
* Add version option supportverdant2026-07-231-0/+4
* Fix a typoverdant2026-07-231-1/+1
* Remove resize handlingverdant2026-07-231-9/+0
* Redraw when scrollingverdant2026-07-231-2/+11
* Update READMEverdant2026-07-231-0/+13
* Move keypad() to ncurses_init()verdant2026-07-232-2/+1
* Add dependence: libmagicverdant2026-07-231-4/+4
* Implement keys handlingverdant2026-07-232-0/+38
* Add version functionverdant2026-07-232-0/+21
* Add .clang-formatverdant2026-07-221-0/+7
* Add AUTHORSverdant2026-07-221-0/+1
* Tweak alpha from 0.1 to 0.005verdant2026-07-221-1/+1
* Fix CPU utilization displayverdant2026-07-221-2/+1
* Reformat main.c and remove redundant commentsverdant2026-07-221-148/+80
* Add endwin() in die()verdant2026-07-221-0/+2
* Reformat wm.c wm.hverdant2026-07-222-47/+56
* Add asanverdant2026-07-221-2/+6
* Reformat err.c mem.cverdant2026-07-222-13/+14
* Correct window name matching in wm_fd_w_by_nameverdant2026-07-221-1/+3
* Reformat fm.cverdant2026-07-221-38/+40
* Implement Exponential Moving Average algorithmverdant2026-07-222-181/+229
* Move function definitions to the bottomverdant2026-07-221-2/+4
* Add limits.h for fm.hverdant2026-07-221-0/+1
* Add file manager state struct with dual-pane supportverdant2026-07-221-0/+10
* Remove static function definitionverdant2026-07-221-1/+0
* Refactor struct fm_infoverdant2026-07-221-5/+3
* Implement initialize and creating windows for file managerverdant2026-07-212-0/+70