summaryrefslogtreecommitdiffstats
path: root/src/canvas/widgets/process_table.rs
AgeCommit message (Expand)Author
2020-05-07refactor: avoid using max checks, use saturating_sub insteadClement Tsang
2020-05-04chore: support MSRV of 1.40.0ClementTsang
2020-05-04change: separated search and process widgets againClementTsang
2020-05-03bug: fix broken case if quotes surrounded parenClementTsang
2020-05-02bug: fix bug with multiple tokensClementTsang
2020-05-02change: more advanced searching and filteringClementTsang
2020-04-29change: merge search and process widgets togetherClementTsang
2020-04-24change: add scrolling to help menuClement Tsang
2020-04-19Move to stateful except for CPUClementTsang
2020-04-19Made table gap optional rather than enforcedClementTsang
2020-04-18Remove header gap in most tablesClementTsang
2020-04-18refactor: Update tui to 0.9; refactor with new featuresClementTsang
2020-04-11feature: Show process state (#114)Clement Tsang
2020-04-10feature: add io and io/s for processes (#113)Clement Tsang
2020-04-07bug: Fix sizing in search and broken tab logicClement Tsang
2020-04-06refactor: Deal with some cognitive complexityClement Tsang
2020-04-01Add modularity to widget placement and inclusion (#95)Clement Tsang
2020-03-07Split up widgets to make it a bit easier to work with.ClementTsang