summaryrefslogtreecommitdiffstats
path: root/src/canvas/widgets/mem_basic.rs
AgeCommit message (Expand)Author
2023-04-12feature: add buffer and cache memory (#1063)Twan Stok
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)Clement Tsang
2022-10-15other: make gpu memory collection configurable (#835)Clement Tsang
2022-10-15feature: add gpu ram collector for nvidia feature flag (#794)Justin Martin
2022-10-13refactor: move point definition to tui_rs widget (#832)Clement Tsang
2022-10-13refactor: switch to pipe gauge implementation for basic cpu + mem (#829)Clement Tsang
2022-08-22feature: Add zfs feature flag for arc memory (#784)Justin Martin
2022-05-15refactor: more work towards unifying process codeClementTsang
2022-04-28refactor: remove trait usage in component drawingClementTsang
2021-12-30Replace statics with consts where possibleMateusz MikuĊ‚a
2021-04-23bug: Fix mouse hitboxes (#459)Clement Tsang
2021-04-23bug: Fixes basic mode mouse hitboxes being broken (#458)Clement Tsang
2020-12-22feature: Hide SWAP graph and legend in normal mode if SWAP is 0 (#372)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-08-29feature: Add mouse click support for moving between widgets (#208)Clement Tsang
2020-08-17feature: Add appox. total mem as an option for processes and basic memClement Tsang
2020-08-16refactor: Revert tui upgrade to 0.10Clement Tsang
2020-08-13refactor: remove redundant newlinesClementTsang
2020-08-11deps: Update dependencies, drop MSRVClement Tsang
2020-05-18refactor: reduce unchecked type conversions to usizeClement Tsang
2020-05-07refactor: avoid using max checks, use saturating_sub insteadClement Tsang
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-07Split up widgets to make it a bit easier to work with.ClementTsang