aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | 'q' for quiting, j and k for scrolling up and down in the file manager
* Add version functionverdant2026-07-232-0/+21
| | | | This function outputs program name, build date, author(s) and license
* 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
| | | | Program can now exit correctly
* 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
| | | | | For solving that CPU status updating is so fast, use EMA to calc a smooth value
* 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
| | | | | 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 managerverdant2026-07-212-0/+70
|
* Add .gitignoreverdant2026-07-211-0/+3
|
* Implement main application loopverdant2026-07-211-0/+170
|
* Add debug modeverdant2026-07-212-0/+15
|
* Add status information managerverdant2026-07-212-0/+258
|
* Add display handing functionsverdant2026-07-212-0/+96
| | | | | Add these functions for initializing and drawing status bar, progress bar and status information
* Add error handing functionsverdant2026-07-212-0/+23
|
* Add Makefileverdant2026-07-211-0/+25
|
* Add windows manager for creating windowsverdant2026-07-212-0/+101
|
* Add version.hverdant2026-07-211-0/+8
|
* Add xmallocverdant2026-07-212-0/+24
|
* Add logging systemverdant2026-07-212-0/+73
|
* Initial commitverdant2026-07-212-0/+676