summaryrefslogtreecommitdiffstats
path: root/src/canvas/widgets/network_graph.rs
AgeCommit message (Expand)Author
2024-04-02feature: Add option to set a position of legend (#1430)Lee Wonjoon
2024-02-03deps: bump ratatui to 0.26 (#1406)Clement Tsang
2024-01-02refactor: clean up some more drawing/component code (#1372)Clement Tsang
2024-01-01refactor: move around configuration-related files (#1370)Clement Tsang
2024-01-01refactor: restructure canvas file folder structure (#1368)Clement Tsang
2023-12-25deps: update ratatui version (#1362)Justin Martin
2023-11-15refactor: clean up some query code and some ascii-only string comparisons (#1...Clement Tsang
2023-11-15chore: fix certain uninlined string format uses (#1310)Yuri Astrakhan
2023-07-01other: remove some unnecessary vec allocations (#1234)Clement Tsang
2023-06-17refactor: move out bits/bytes enum to utils (#1211)Clement Tsang
2023-05-28refactor: remove typed builder from App struct (#1176)Clement Tsang
2022-11-29other: slightly reduce the CPU time spent for draws (#918)Clement Tsang
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)Clement Tsang
2022-10-13refactor: move point definition to tui_rs widget (#832)Clement Tsang
2022-06-03refactoring: Move around components and state (#746)Clement Tsang
2022-05-15refactor: remove redundant get_ordering fn, add testsClementTsang
2022-05-15refactor: more work towards unifying process codeClementTsang
2022-05-15refactor: heavily simplify the old network legendClementTsang
2022-04-28refactor: consolidate time graph componentsClementTsang
2022-04-28refactor: remove trait usage in component drawingClementTsang
2022-03-27refactor: remove some simple as-casts (#697)Clement Tsang
2021-07-31other: Add RISC-V to unofficially supported targets (#565)Clement Tsang
2021-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang
2021-02-19deps: Update various deps as per 2021-02-19 (#420)Clement Tsang
2020-11-22other: Switch to once_cell (#324)Clement Tsang
2020-11-21bug: [skip travis] Fix use_old_network_legendClementTsang
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-18bug: Fix for index oob caused by terminal size mismatch (#238)Clement Tsang
2020-09-09refactor: rewrite column algorithm (#227)Clement Tsang
2020-09-02feature: Add ability to filter out disks and temp (#220)Clement Tsang
2020-09-02bug: fix being able to click widgets when dd-dialog was open (#219)Clement Tsang
2020-08-29feature: Add mouse click support for moving between widgets (#208)Clement Tsang
2020-08-28feature: Adaptive network widget (#206)Clement Tsang
2020-08-16refactor: Revert tui upgrade to 0.10Clement Tsang
2020-08-11deps: Update dependencies, drop MSRVClement Tsang
2020-05-13bug: add extra check for process cpu value to be >= 0ClementTsang
2020-05-11refactor: remove redundant empty checks in graphsClement Tsang
2020-05-10refactor: re-enable tui-rs linear interpolationClementTsang
2020-05-09change: hide table gap if widget height is smallClement Tsang
2020-05-09change: hide time legend if window gets too smallClementTsang
2020-05-07refactor: avoid using max checks, use saturating_sub insteadClement Tsang
2020-04-28refactor: revert linear interpolation until tui fix comesClement Tsang
2020-04-20Move to tui-rs' built in linear interpolationClementTsang
2020-04-18Fix bug with network legendClementTsang
2020-04-18Update network legend againClementTsang
2020-04-18Update highlight to light blue; new network legendClementTsang
2020-04-18refactor: Update tui to 0.9; refactor with new featuresClementTsang
2020-04-01Add modularity to widget placement and inclusion (#95)Clement Tsang
2020-03-13Cleanup before modularity (#84)Clement Tsang