summaryrefslogtreecommitdiffstats
path: root/src/joshuto.rs
AgeCommit message (Expand)Author
2019-01-27make theme and mimetypes staticJiayi Zhao
2019-01-27change initial tab creationJiayi Zhao
2019-01-24major refactoringJiayi Zhao
2019-01-20add preliminary support for wide charactersJiayi Zhao
2019-01-17cleanup codeJiayi Zhao
2019-01-15add support for setting mode of fileJiayi Zhao
2019-01-15move JoshutoTab to structs.rsJiayi Zhao
2019-01-15add tests for testing pagestate, make getmaxyx easier to useJiayi Zhao
2019-01-15refactor codeJiayi Zhao
2019-01-15change loading bar to progress barJiayi Zhao
2019-01-14put process inside if blockJiayi Zhao
2019-01-13add blacklist for mimetype parsingJiayi Zhao
2019-01-13remove printJiayi Zhao
2019-01-13move code into functionsJiayi Zhao
2019-01-13fix resizing not repainting preview windowJiayi Zhao
2019-01-13major refactoringJiayi Zhao
2019-01-12add support for custom color themesJiayi Zhao
2019-01-08fix tab view not redrawing when resizingJiayi Zhao
2019-01-08add preliminary tab supportJiayi Zhao
2019-01-08major refactoring in preparation for tabs supportJiayi Zhao
2019-01-07fix user input not working when a file operation is going onJiayi Zhao
2019-01-06move configuration code into config/ folderJiayi Zhao
2019-01-06add wrapper lib for wordexpJiayi Zhao
2019-01-06remove load bar panel and draw loading bar in bottom panel insteadJiayi Zhao
2019-01-05revert back to using keymap.tomlJiayi Zhao
2019-01-05optimize codeJiayi Zhao
2019-01-05move getting user input from ui.rs to input.rsJiayi Zhao
2019-01-05remove use of enum for keystrokes and make a more elegant way to parse for ke...Jiayi Zhao
2019-01-05add support for creating new directoriesJiayi Zhao
2019-01-04clean up codeJiayi Zhao
2019-01-04fix cutting across file systems not workingJiayi Zhao
2019-01-04remove print and update README.md with screenshotJiayi Zhao
2019-01-04remove all dependencies on fs::DirEntryJiayi Zhao
2019-01-04add preliminary support for offloading file operations into threadsJiayi Zhao
2019-01-02remove printJiayi Zhao
2019-01-02fix index out of bound error when resizing terminalJiayi Zhao
2019-01-02remove mod.rs in favour of named filesJiayi Zhao
2018-07-20rename filesJiayi Zhao
2018-07-18change more code to use configJiayi Zhao
2018-07-18convert more functions to follow configsJiayi Zhao
2018-07-18add support for showing/hiding hidden filesJiayi Zhao
2018-07-18fix window resizingJiayi Zhao
2018-07-18fix compilation errorsJiayi Zhao
2018-07-17major refactoringJiayi Zhao
2018-07-17refactor JoshutoViewJiayi Zhao
2018-07-16add support for file coloring via extensionsJiayi Zhao
2018-07-16move windows to a struct for easier managementJiayi Zhao
2018-07-16refactoringJiayi Zhao
2018-07-16fix coloringJiayi Zhao
2018-07-16optimize unix file masking checkingJiayi Zhao