summaryrefslogtreecommitdiffstats
path: root/src/application.rs
AgeCommit message (Expand)Author
2024-02-19Reenable the unused lint, and cleanup unusedTim Oram
2024-02-15Create test helper for Config::newTim Oram
2024-02-15Move remaining testutils to test_helpersTim Oram
2024-02-15Refactor Crossterm mocks exportsTim Oram
2024-02-15Move input testutils into test_helpersTim Oram
2024-02-15Remove the concept of custom eventsTim Oram
2024-02-15Refactor Crossterm mock and move to test helpersTim Oram
2024-02-15Cleanup use declarationsTim Oram
2024-02-15Move core crate into rootTim Oram
2019-07-03Move remaining code form application to processTim Oram
2019-07-02Move window state error to moduleTim Oram
2019-07-01Move help to moduleTim Oram
2019-06-30Move list to moduleTim Oram
2019-06-28Move exiting to moduleTim Oram
2019-06-26Move error to moduleTim Oram
2019-06-23Move external editor to moduleTim Oram
2019-06-21Move confirm rebase to moduleTim Oram
2019-06-18Move confirm abort to moduleTim Oram
2019-06-12Move edit into moduleTim Oram
2019-06-09Move show commit into a moduleTim Oram
2019-06-04Move process loop out of applicationTim Oram
2019-06-01Add HandleInputResultTim Oram
2019-05-31Add ProcessResultTim Oram
2019-05-26Move state out of applicationTim Oram
2019-05-24Move error_message into stateTim Oram
2019-05-20Move previous_state and help_state into StateTim Oram
2019-05-18Replace exit code with ExitStatusTim Oram
2019-05-15Move input handling to InpatientTim Oram
2019-05-15Move window end out of applicationTim Oram
2019-05-15Move clear and refresh window to viewTim Oram
2019-05-13Convert confirm input handling to return an InputTim Oram
2019-05-11Simplify the handling of state in the applicationTim Oram
2019-05-08Refactor handle_input and process to set stateTim Oram
2019-05-06Move application state to CellTim Oram
2019-04-19Fix rustfmt not running on childrenTim Oram
2019-04-16Add visual mode and multiple selectionTim Oram
2019-04-13Add full support for the exec actionTim Oram
2019-04-12Add full support for the break actionTim Oram
2019-04-12Add basic support for the break instructionTim Oram
2019-04-04Format to Rust 2018 editionAlok Singh
2019-03-16Core application rewriteTim Oram
2019-03-11Combine git_config with configTim Oram
2018-11-18Implement #60: a command to invoke an external editorNickolay Ponomarev
2018-11-18Add comment_char to ConfigNickolay Ponomarev
2018-11-18Reduce duplication in tests setup codeNickolay Ponomarev
2018-10-28Auto select next line after the action is modifiedTim Oram
2018-10-27Add basic support for the exec actionTim Oram
2018-10-27Ensure that a terminal resize is handled properlyTim Oram
2018-10-27Add configuration of output colorsTim Oram
2018-10-26Update dependenciesTim Oram