summaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/tui_dirlist.rs
AgeCommit message (Expand)Author
2024-03-10rename case_sensitive_ext to case_insensitive_extJeff Zhao
2024-03-10refactor code to reduce clonesJeff Zhao
2023-07-23migrate to ratatuiJeff Zhao
2022-05-26add vsplit viewJeff Zhao
2022-04-09fix regular file styling not respecting theme config (#163)Jeff Zhao
2022-01-03Continuous scrolling (#118)DLFW
2021-12-15add dynamic number of columns (#111)Vinegret43
2021-06-20Fix selecting an entry by mouse click when show_borders=true (#77)DLFW
2021-06-19Show symlinked files and dirs correctly (#72)DLFW
2021-05-26fix files with long extensions to print out of boundsJeff Zhao
2021-05-01move theming out of entry and into utilsJeff Zhao
2021-04-25add support for glob file selectionJeff Zhao
2021-04-16code cleanupJeff Zhao
2021-02-03rework how folder view behavesJeff Zhao
2021-02-02remove clipboard dependencies and utilize commands insteadJeff Zhao
2021-01-31rework directory list rendering codeJeff Zhao
2020-12-24fix cut/copy src not updating after pasteJiayi Zhao
2020-12-15fix printing extra characterJiayi Zhao
2020-12-15cargo fmtJiayi Zhao
2020-12-15folder view now always prefix file names with a spaceJiayi Zhao
2020-12-14selected item now highlights entire row instead of just filenameJiayi Zhao
2020-12-06add arrow indicating symlinksJiayi Zhao
2020-10-11Reverted raw_file_name() to file_name() and added label()Anas Saeed
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao
2020-08-29big rework and dependency updateJiayi Zhao
2020-06-06shell command now parses correctlyKamiyaa
2020-04-18update to tui-rs 0.9Jiayi Zhao
2020-03-21wrap fs::FileType with in-house solutionJiayi Zhao
2020-03-16cargo clippyJiayi Zhao
2020-02-22move the majority of rendering into its own widget: TuiViewJiayi Zhao
2020-02-17rework menu widgetJiayi Zhao
2020-02-16move topbar functionality into widgetJiayi Zhao
2020-02-16remove more codeJiayi Zhao
2020-02-16remove ncurses dependencyJiayi Zhao
2020-02-16rework rendering system to use tui-rs widgetsJiayi Zhao