summaryrefslogtreecommitdiffstats
path: root/src/show_commit/mod.rs
AgeCommit message (Expand)Author
2021-01-27Rewrite display and input to use CrosstermTim Oram
2021-01-27Add mutable to cursesTim Oram
2021-01-27Add Size struct and refactorTim Oram
2020-12-22Add tests for the show_commit moduleTim Oram
2020-11-13Update Origin and show_commit::delta and testsTim Oram
2020-10-29Move git interactive to todo file moduleTim Oram
2020-10-29Remove String reference from Line::get_hashTim Oram
2020-10-23Remove proxy functions to selected lineTim Oram
2020-10-23Remove footer from show commit viewTim Oram
2020-10-22Use ViewLine::from trait instead of ViewLine::newTim Oram
2020-10-01Convert activate to use ProcessResultTim Oram
2020-09-25Greatly improve input handling and missing keysTim Oram
2020-09-21Convert show_commit to use anyhowTim Oram
2020-09-21Use anyhow in process module traitTim Oram
2020-09-19DRY up process moduleTim Oram
2020-09-17Move error handling to process moduleTim Oram
2020-09-17Remove single case matchTim Oram
2020-09-17Fix some reference/bindings to be more clearTim Oram
2020-09-02Refactor help to not be a process moduleTim Oram
2020-09-01Ensure rebuild of ViewDataTim Oram
2020-09-01Remove RefCell for state in Process moduleTim Oram
2020-09-01Cleanup the render stage in the Process moduleTim Oram
2020-08-02Rewrite Error module to use ViewDataTim Oram
2020-07-29Remove several unneeded borrowsTim Oram
2020-07-29Remove most usages of pub(crate)Tim Oram
2020-07-29Enable all rustc lintsTim Oram
2020-07-26Add diff view to show commitTim Oram
2020-07-06Improve show commit moduleTim Oram
2020-07-04Move commit module into show_commitTim Oram
2020-07-04Move load commit to the show commit moduleTim Oram
2020-06-07Rewrite the view text rendering systemTim Oram
2020-05-22Fix scroll position resetting on resizeTim Oram
2020-05-18Move scroll position struct to viewTim Oram
2020-03-17Refactor input handlingTim Oram
2020-03-15Improve page up/page down supportTim Oram
2019-12-28Update visibility to be required minimumTim Oram
2019-09-22Improve performance of show commitTim Oram
2019-06-09Move show commit into a moduleTim Oram