summaryrefslogtreecommitdiffstats
path: root/src/list
AgeCommit message (Expand)Author
2021-07-05Move list module to coreTim Oram
2021-07-05Move process_module_test to module and renameTim Oram
2021-07-05Use mocked config in list module testsTim Oram
2021-07-05Move todo_file module to crateTim Oram
2021-07-05Move view module to crateTim Oram
2021-07-05Move input module to crateTim Oram
2021-07-05Move display module into a crateTim Oram
2021-07-05Move config module to a crateTim Oram
2021-06-20Breakout the module system from the process moduleTim Oram
2021-06-19Rename ProcessModule to ModuleTim Oram
2021-06-19Refactor process module testutilsTim Oram
2021-06-17Remove config reference from modulesTim Oram
2021-06-17Remove unneeded type from process module testsTim Oram
2021-06-17Remove public module refs from process moduleTim Oram
2021-06-17Remove public module refs from the todo_file moduleTim Oram
2021-06-17Remove public module refs from view moduleTim Oram
2021-06-15Remove public module refs from display moduleTim Oram
2021-06-12Remove public module exports from config moduleTim Oram
2021-06-12Fix selection of line missing from end of lineTim Oram
2021-06-12Remove ViewStateTim Oram
2021-06-12Move the render stage to a separate threadTim Oram
2021-06-12Refactor get_todo_line_segmentsTim Oram
2021-06-12Skip adding empty line segmentsTim Oram
2021-06-12Refactor ViewLine padding handlingTim Oram
2021-06-12Remove RenderContext from input handlingTim Oram
2021-06-12Add ViewData updater functionTim Oram
2021-06-12Add ViewData to editTim Oram
2021-06-12Add missing semicolonsTim Oram
2021-06-12Refactor external editor command runningTim Oram
2021-06-12Convert from inputs to eventsTim Oram
2021-06-12Move input reading from viewTim Oram
2021-06-12Add render contextTim Oram
2021-06-12Avoid view_data resize in modulesTim Oram
2021-03-27Add home and end support to the list viewTim Oram
2021-03-26Add insert line supportTim Oram
2021-03-23Componentize the help systemTim Oram
2021-03-22Move edit to components moduleTim Oram
2021-03-19Refactor list moduleTim Oram
2021-03-18Move list module tests to separate fileTim Oram
2021-03-17Add missing key bindings to the list helpTim Oram
2021-03-17Allow lines to be removed from the listTim Oram
2021-03-11Allow external editor from visual modeTim Oram
2021-03-10Verify indexes in TodoFile modify functionsTim Oram
2021-03-10Make get_selected_line return an OptionTim Oram
2021-03-07Add support for multiple key bindingsTim Oram
2021-03-05Add support for undo and redo in the list viewTim Oram
2021-02-26Add basic support for rebase mergingTim Oram
2021-02-25Move swap line functionality to rebase_todo moduleTim Oram
2021-02-24Adding missing semicolons at end of linesTim Oram
2021-02-23Improve edit commit user experienceTim Oram