summaryrefslogtreecommitdiffstats
path: root/src/list/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
2021-01-10Disallow double breakTim Oram
2021-01-09Limit action update on static actionsTim Oram
2020-12-10Do not write noop on rebase abortTim Oram
2020-12-10Apply new rustfmt changesTim Oram
2020-11-22Move TodoFile instance into TestContextTim Oram
2020-11-19Extract EditContent and add testsTim Oram
2020-11-01Add test for List moduleTim Oram
2020-10-29Move Action and Line into todo file moduleTim Oram
2020-10-29Move git interactive to todo file moduleTim Oram
2020-10-29Move visual start index to list moduleTim Oram
2020-10-29Move swap range functions to List moduleTim Oram
2020-10-29Move cursor movement to List moduleTim Oram
2020-10-29Remove ref from get_selected_line_indexTim Oram
2020-10-29Clean up setting of action in list moduleTim Oram
2020-10-29Drop toggle_break for add/remove lineTim Oram
2020-10-29Make visual index optional combine functionsTim Oram
2020-10-23Remove proxy functions to selected lineTim Oram
2020-10-23Add tests for the input handler moduleTim Oram
2020-10-23Remove footer from list viewTim Oram
2020-09-25Greatly improve input handling and missing keysTim Oram
2020-09-20Remove the exiting moduleTim Oram
2020-09-19DRY up process moduleTim Oram
2020-09-17Move error handling to process moduleTim Oram
2020-09-17Remove empty process fn from ListTim Oram
2020-09-02Refactor help to not be a process moduleTim Oram
2020-09-01Cleanup the render stage in the Process moduleTim Oram
2020-07-29Remove self from functions where it was not usedTim Oram
2020-07-29Remove most usages of pub(crate)Tim Oram
2020-07-29Enable all rustc lintsTim Oram
2020-07-26Fix list view position reset on module changeTim Oram
2020-06-21Refactor key bindings/input configurationTim 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-12-27Move Action into listTim Oram
2019-12-27Move Line into list moduleTim Oram
2019-06-30Move list to moduleTim Oram