summaryrefslogtreecommitdiffstats
path: root/src/process
AgeCommit message (Expand)Author
2024-02-19Reenable the unused lint, and cleanup unusedTim Oram
2024-02-17Fix coverage generationTim Oram
2024-02-15Move remaining testutils to test_helpersTim Oram
2024-02-15Move runtime testutils to test_helpersTim Oram
2024-02-15Remove the concept of custom eventsTim Oram
2024-02-15Cleanup use declarationsTim Oram
2024-02-15Move core crate into rootTim Oram
2021-07-05Move process module into coreTim Oram
2021-07-05Move process_module_test to module and renameTim Oram
2021-07-05Remove config reference from process_module_testTim Oram
2021-07-05Use mocked theme in process testsTim Oram
2021-07-05Move todo_file module to crateTim Oram
2021-07-05Add documentation to the view 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-19Move error to a moduleTim Oram
2021-06-19Move window_size_error to a moduleTim Oram
2021-06-19Refactor process module testutilsTim Oram
2021-06-17Remove modules creation from process moduleTim 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-16Add Tui trait for CrossTerm and mocked versionTim Oram
2021-06-15Remove public module refs from display moduleTim Oram
2021-06-15Refactor CLI and main functionTim Oram
2021-06-12Return to list state on external command errorTim Oram
2021-06-12Fix order of resize event handlingTim Oram
2021-06-12Fix external command returnTim Oram
2021-06-12Remove ViewStateTim Oram
2021-06-12Move the render stage to a separate threadTim Oram
2021-06-12Rework process testsTim Oram
2021-06-12Remove references from Display and ViewTim Oram
2021-06-12Add polling of eventsTim Oram
2021-06-12Remove RenderContext from input handlingTim Oram
2021-06-12Add ViewData updater functionTim 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 assert_exit_status to processTim Oram
2021-06-12Add mocked config for testsTim Oram
2021-06-12Move input reading from viewTim Oram
2021-06-12Move event handling into event handlerTim Oram
2021-06-12Move input handling out of DisplayTim Oram
2021-06-12Add render contextTim Oram