summaryrefslogtreecommitdiffstats
path: root/src/ui
AgeCommit message (Expand)Author
2021-06-21fix file sizes not appearing when filename too long (#78)Jeff Zhao
2021-06-20Merge branch 'main' into devJeff Zhao
2021-06-20fix menu not drawing correctlyJeff Zhao
2021-06-20Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2021-06-20Fix selecting an entry by mouse click when show_borders=true (#77)DLFW
2021-06-20fix border not being drawn correctly at rootJeff Zhao
2021-06-19fix crash if menu is larger than screenJeff Zhao
2021-06-19Show symlinked files and dirs correctly (#72)DLFW
2021-06-09cargo fmtJeff Zhao
2021-06-09change username color to red when rootJeff Zhao
2021-05-26fix files with long extensions to print out of boundsJeff Zhao
2021-05-13Merge branch 'main' into devJeff Zhao
2021-05-13implement clippy fix: #[warn(clippy::single_match)]Prince
2021-05-13format code (cargo fmt)Prince
2021-05-13fix rendering of inner borders.Prince
2021-05-07add more info to io workJeff Zhao
2021-05-06move worker stuff to its own context structJeff Zhao
2021-05-06change pwd to cwdJeff Zhao
2021-05-01make index public attributeJeff Zhao
2021-05-01add UTC to timestampJeff Zhao
2021-05-01move theming out of entry and into utilsJeff Zhao
2021-05-01remove methodsJeff Zhao
2021-04-30fix reload_dir_list and reload_dirlist inconsistencyJeff Zhao
2021-04-29rename some structs that start with Joshuto to AppJeff Zhao
2021-04-29rename CommandMapping to KeyMappingJeff Zhao
2021-04-29rework config structureJeff Zhao
2021-04-25add support for glob file selectionJeff Zhao
2021-04-24paste jobs now have an accurate number of items to pasteJeff Zhao
2021-04-24cargo fmtJeff Zhao
2021-04-24show visual progress bar in worker viewJeff Zhao
2021-04-16code cleanupJeff Zhao
2021-04-05cargo fmtJeff Zhao
2021-04-05make tui_worker more modularJeff Zhao
2021-02-21remove some codeJeff Zhao
2021-02-13remove unnecessary codeJeff Zhao
2021-02-13change formattingJeff Zhao
2021-02-13optimize finding cursor x positionJeff Zhao
2021-02-13clean up long/multiline textfieldsJeff Zhao
2021-02-09move files around, code clean upJeff Zhao
2021-02-09add experimental support for long textfieldsJeff Zhao
2021-02-03rework how folder view behavesJeff Zhao
2021-02-02add borders supportJeff Zhao
2021-02-02remove clipboard dependencies and utilize commands insteadJeff Zhao
2021-01-31code cleanupJeff Zhao
2021-01-31rework directory list rendering codeJeff Zhao
2021-01-24add optional clipboard supportJeff Zhao
2021-01-19Merge branch 'dev' of github.com:kamiyaa/joshuto into devJeff Zhao
2021-01-20cd with tilde expansionMatthew Blode
2021-01-19add mouse clicking supportJeff Zhao
2020-12-30cache layout infoJiayi Zhao