summaryrefslogtreecommitdiffstats
path: root/src/joshuto.rs
AgeCommit message (Expand)Author
2019-02-15refactor: project layoutCaleb Bassi
2019-02-15refactor: rename command to commandsCaleb Bassi
2019-02-15refactor: split window.rs into a moduleCaleb Bassi
2019-02-08add cut for non-linux platformsJiayi Zhao
2019-02-07stablize file cut/copy/pasteJiayi Zhao
2019-02-07fmt codeJiayi Zhao
2019-02-07fix issue with joshuto stopping after file operationJiayi Zhao
2019-02-05incomplete rework on file operation threadsJiayi Zhao
2019-01-31Reformat importsCaleb Bassi
2019-01-31cargo fmtCaleb Bassi
2019-01-31Merge branch 'master' into devJiayi Zhao
2019-01-31merge 'master' to 'dev'Jiayi Zhao
2019-01-31Refactor JoshutoTab into seperate fileCaleb Bassi
2019-01-30preliminary for preview reworkJiayi Zhao
2019-01-29fix menu not going away after executing a commandJiayi Zhao
2019-01-29fix blank flicker when resizingJiayi Zhao
2019-01-28change theme configuration codeJiayi Zhao
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