aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fm: implement directory listing with scrolling and file previewHEADmasterverdant3 days2-3/+214
|
* Add scroll state and redraw tracking to fm_infoverdant3 days2-2/+16
|
* Remove unnecessary wborder callverdant3 days1-1/+0
|
* Fix window positioning and height calculationverdant3 days1-2/+2
|
* Remove a blank lineverdant3 days1-1/+0
|
* Remove redundant debug logging and commented codeverdant3 days1-3/+0
|
* Add path normalizationverdant3 days1-0/+13
| | | | | | Add a path_normalize() helper function to remove trailing slashes from directory paths, preventing potential issues with duplicate slashes in file operations.
* Add version option supportverdant3 days1-0/+4
|
* Fix a typoverdant3 days1-1/+1
| | | | handing -> handling
* Remove resize handlingverdant3 days1-9/+0
|
* Redraw when scrollingverdant3 days1-2/+11
|
* Update READMEverdant3 days1-0/+13
|
* Move keypad() to ncurses_init()verdant3 days2-2/+1
|
* Add dependence: libmagicverdant3 days1-4/+4
|
* Implement keys handlingverdant4 days2-0/+38
| | | | 'q' for quiting, j and k for scrolling up and down in the file manager
* Add version functionverdant4 days2-0/+21
| | | | This function outputs program name, build date, author(s) and license
* Add .clang-formatverdant4 days1-0/+7
|
* Add AUTHORSverdant4 days1-0/+1
|
* Tweak alpha from 0.1 to 0.005verdant4 days1-1/+1
|
* Fix CPU utilization displayverdant4 days1-2/+1
|
* Reformat main.c and remove redundant commentsverdant4 days1-148/+80
|
* Add endwin() in die()verdant4 days1-0/+2
| | | | Program can now exit correctly
* Reformat wm.c wm.hverdant4 days2-47/+56
|
* Add asanverdant4 days1-2/+6
|
* Reformat err.c mem.cverdant4 days2-13/+14
|
* Correct window name matching in wm_fd_w_by_nameverdant5 days1-1/+3
|
* Reformat fm.cverdant5 days1-38/+40
|
* Implement Exponential Moving Average algorithmverdant5 days2-181/+229
| | | | | For solving that CPU status updating is so fast, use EMA to calc a smooth value
* Move function definitions to the bottomverdant5 days1-2/+4
|
* Add limits.h for fm.hverdant5 days1-0/+1
|
* Add file manager state struct with dual-pane supportverdant5 days1-0/+10
|
* Remove static function definitionverdant5 days1-1/+0
|
* Refactor struct fm_infoverdant5 days1-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 managerverdant5 days2-0/+70
|
* Add .gitignoreverdant5 days1-0/+3
|
* Implement main application loopverdant5 days1-0/+170
|
* Add debug modeverdant5 days2-0/+15
|
* Add status information managerverdant5 days2-0/+258
|
* Add display handing functionsverdant5 days2-0/+96
| | | | | Add these functions for initializing and drawing status bar, progress bar and status information
* Add error handing functionsverdant5 days2-0/+23
|
* Add Makefileverdant5 days1-0/+25
|
* Add windows manager for creating windowsverdant5 days2-0/+101
|
* Add version.hverdant5 days1-0/+8
|
* Add xmallocverdant5 days2-0/+24
|
* Add logging systemverdant5 days2-0/+73
|
* Initial commitverdant5 days2-0/+676