summaryrefslogtreecommitdiffstats
path: root/src/canvas/widgets/process_table.rs
AgeCommit message (Expand)Author
2024-01-08refactor: clean up help drawing code (#1374)Clement Tsang
2024-01-02refactor: clean up some more drawing/component code (#1372)Clement Tsang
2024-01-01refactor: restructure canvas file folder structure (#1368)Clement Tsang
2023-12-25deps: update ratatui version (#1362)Justin Martin
2023-06-04refactor: change canvas macOS check to compile-time (#1184)Clement Tsang
2023-05-31deps: bump ratatui to 0.21.0 (#1178)Clement Tsang
2023-05-28refactor: remove typed builder from App struct (#1176)Clement Tsang
2022-12-31bug: fix search scrolling with wider Unicode characters. (#938)Clement Tsang
2022-12-27bug: fix dot marker setting not being considered (#934)Clement Tsang
2022-11-20other: some cleanup in proc widget (#903)Clement Tsang
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)Clement Tsang
2022-11-02refactor: move data passing for table to another step (#863)Clement Tsang
2022-10-12refactor: tables V2 (#749)Clement Tsang
2022-06-03refactoring: Move around components and state (#746)Clement Tsang
2022-05-16bug: fix a variety of bugsClementTsang
2022-05-15refactor: simplify partial ordering fn, clean up codeClementTsang
2022-05-15other: delete redundant code, run clippy and fmtClementTsang
2022-05-15refactor: more work towards unifying process codeClementTsang
2022-05-15refactor: begin migration of process widgetClementTsang
2022-04-29Merge pull request #710 from ClementTsang/consolidate_component_drawingClement Tsang
2022-04-28bug: fix choosing an out of list bounds selecting the last entry (#717)Clement Tsang
2022-04-28refactor: remove trait usage in component drawingClementTsang
2022-03-27refactor: remove some simple as-casts (#697)Clement Tsang
2021-12-30Replace statics with consts where possibleMateusz Mikuła
2021-12-28Fix Clippy warnings (#647)Mateusz Mikuła
2021-07-31other: Add RISC-V to unofficially supported targets (#565)Clement Tsang
2021-02-28feature: User info in proc widget for Unix-based systems (#425)Clement Tsang
2021-02-19deps: Update various deps as per 2021-02-19 (#420)Clement Tsang
2021-02-18bug: fix inconsistent spacing with grouped vs non-grouped in the process widg...Clement Tsang
2021-02-18feature: Add mouse support to sorting columns (#413)Clement Tsang
2021-02-16feature: Add ctrl-w and ctrl-h support in the search (#409)Clement Tsang
2020-12-10bug: Fix missing states in processes (#345)Clement Tsang
2020-11-28feature: Add scroll indicator to keep track of table position in widgets. (#333)Clement Tsang
2020-11-22other: Switch to once_cell (#324)Clement Tsang
2020-11-18feature: Add collapsible tree entries (#304)Clement Tsang
2020-11-15feature: default colour schemes (#296)Clement Tsang
2020-10-17refactor: Remove redundant as_ref() calls (#268)Clement Tsang
2020-09-26refactor: tui-rs 0.11.0 refactor (#253)Clement Tsang
2020-09-22feature: Beginnings of in-app config (#231)Clement Tsang
2020-09-09refactor: rename data harvesting fns to what archs/oses they support (#229)Clement Tsang
2020-09-09refactor: rewrite column algorithm (#227)Clement Tsang
2020-09-06feature: Adds tree view (#223)Clement Tsang
2020-08-29feature: Add mouse click support for moving between widgets (#208)Clement Tsang
2020-08-25bug: fix grouping being broken after refactor (#201)0.4.6Clement Tsang
2020-08-17feature: Add appox. total mem as an option for processes and basic memClement Tsang
2020-08-16bug: Fix bug w/ parsing `/proc/{pid}/stats` Clement Tsang
2020-08-16refactor: Revert tui upgrade to 0.10Clement Tsang
2020-08-15feature: Allow sorting by any columnClement Tsang
2020-08-12change: Refactor dd drawing codeClementTsang
2020-08-11deps: Update dependencies, drop MSRVClement Tsang