summaryrefslogtreecommitdiffstats
path: root/src/data_conversion.rs
AgeCommit message (Expand)Author
2021-07-15bug: fix inaccuracy in memory usage/total on macOS and Linux (#545)Clement Tsang
2021-05-11bug: forgot to create memory usage string when collapsed (#473)Clement Tsang
2021-04-09change: Add decimal to disk values larger than 1GB (#451)Clement Tsang
2021-04-09change: Add decimal to actual memory usage in proc (#449)Clement Tsang
2021-04-07refactor: Unify disk conversion to string step (#446)Clement Tsang
2021-04-05feature: Collapsing in tree mode sums usage to parent (#445)Clement Tsang
2021-04-04refactor: Switch from fnv to fxhash (#444)Clement Tsang
2021-04-04change: Make proc widget unit consistent with disk (#443)Clement Tsang
2021-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang
2021-02-28feature: User info in proc widget for Unix-based systems (#425)Clement Tsang
2021-02-24bug: Fix bugs with disk widget and disk encryption (#423)Clement Tsang
2021-01-20feature: Show Celcius/Fahrenheit with degree symbol (#391)Erlend Hamberg
2021-01-01feature: Add network interface filtering (#381)Clement Tsang
2020-12-22feature: Hide SWAP graph and legend in normal mode if SWAP is 0 (#372)Clement Tsang
2020-12-16deps: Update various dependencies (#358)Clement Tsang
2020-12-12refactor: More minor optimization changes (#353)Clement Tsang
2020-12-11refactor: Another small optimization pass (#350)Clement Tsang
2020-12-10bug: Fix some performance regressions (#344)Clement Tsang
2020-11-22other: Switch to once_cell (#324)Clement Tsang
2020-11-18feature: Add collapsible tree entries (#304)Clement Tsang
2020-11-02refactor: Better responsiveness when resizing cpu basic widget (#292)Clement Tsang
2020-09-09refactor: rewrite column algorithm (#227)Clement Tsang
2020-09-06feature: Adds tree view (#223)Clement Tsang
2020-09-02feature: Add ability to filter out disks and temp (#220)Clement Tsang
2020-09-02other: aarch64 support (#217)Clement Tsang
2020-08-31bug: Use correct labels for sensors in Linux (#215)Clement Tsang
2020-08-28feature: Adaptive network widget (#206)Clement Tsang
2020-08-25bug: fix grouping being broken after refactor (#201)0.4.6Clement Tsang
2020-08-21feature: Support memb (mem bytes) searching in processesClement Tsang
2020-08-21refactor: Remove ps callsClement Tsang
2020-08-17feature: Add appox. total mem as an option for processes and basic memClement Tsang
2020-08-15feature: Allow sorting by any columnClement Tsang
2020-08-07feature: add full command to process widgetClement Tsang
2020-05-19feature: add back states to unmerged processesClement Tsang
2020-05-16change: remove slash, change scroll behaviour on cpuClement Tsang
2020-05-11refactor: use a nicer match statement in one spotClementTsang
2020-05-11force SWAP and RAM labels to show even if at 0ClementTsang
2020-05-10refactor: re-enable tui-rs linear interpolationClementTsang
2020-05-02change: add byte units to searchClementTsang
2020-05-02change: more advanced searching and filteringClementTsang
2020-04-28refactor: revert linear interpolation until tui fix comesClement Tsang
2020-04-26feature: add battery health percentageClement Tsang
2020-04-20Move to tui-rs' built in linear interpolationClementTsang
2020-04-18Update network legend againClementTsang
2020-04-16feature: Add battery widget (#120)Clement Tsang
2020-04-11feature: Show process state (#114)Clement Tsang
2020-04-10feature: add io and io/s for processes (#113)Clement Tsang
2020-04-06refactor/bug: Array bound checking, fix CPU jumpClement Tsang
2020-04-01Add modularity to widget placement and inclusion (#95)Clement Tsang
2020-03-13Cleanup before modularity (#84)Clement Tsang