summaryrefslogtreecommitdiffstats
path: root/src/data_conversion.rs
AgeCommit message (Expand)Author
9 daysrefactor: some string-related code cleanup/refactor (#1463)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-27refactor: pull data collection out of nested folder structure (#1364)Clement Tsang
2023-12-25deps: update ratatui version (#1362)Justin Martin
2023-12-20other: if in a non-D0 state, short-circuit further logic (#1355)Clement Tsang
2023-11-15refactor: clean up some query code and some ascii-only string comparisons (#1...Clement Tsang
2023-10-22chore: Minor cleanup - remove un-needed ident qualifiers (#1307)Yuri Astrakhan
2023-08-24other: appease clippy after Rust 1.72.0 (#1281)Clement Tsang
2023-07-02other: hide battery tab selector if there is only one battery (#1236)Clement Tsang
2023-06-17refactor: move out bits/bytes enum to utils (#1211)Clement Tsang
2023-04-19feature: add current battery charging state, update field names (#1106)Clement Tsang
2023-04-15other: update default config generation to show cache (#1102)Clement Tsang
2023-04-12feature: add buffer and cache memory (#1063)Twan Stok
2023-04-10refactor: migrate disk collection code off of heim, remove heim (#1064)Clement Tsang
2023-03-26refactor: unify on using bytes for the memory unit when harvesting (#1077)Clement Tsang
2023-03-11clippy: appease clippy as of Rust 1.68.0 (#1055)Clement Tsang
2023-03-04re-enable zfs feature (#1044)Justin Martin
2023-03-03refactor: migrate memory collection to sysinfo for all platforms (#1036)Clement Tsang
2023-01-04bug: reduce battery text cutoff in small windows (#952)Clement Tsang
2023-01-01feature: split usage into usage percentage and value (#950)Clement Tsang
2023-01-01other: run rustfmt (#949)Clement Tsang
2022-11-28refactor: move widgets out of the app folder nesting (#917)Clement Tsang
2022-11-20other: clean up some strings (#904)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-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-12refactor: tables V2 (#749)Clement Tsang
2022-08-22feature: Add zfs feature flag for arc memory (#784)Justin Martin
2022-07-07bug: fix total read/write units having /s (#763)Clement Tsang
2022-06-03refactoring: Move around components and state (#746)Clement Tsang
2022-05-15refactor: more work towards unifying process codeClementTsang
2022-05-15refactor: begin migration of process widgetClementTsang
2022-05-07refactor: move CPU graph over to new systemClementTsang
2022-05-07refactor: per-row styling, remove seemingly redundant table codeClementTsang
2022-05-07refactor: remove unneeded freeze paramClementTsang
2022-05-07refactor: consolidate disk and temp table drawing, refactor stateClementTsang
2022-03-07other: fix clippy lints on vector reference params (#689)Clement Tsang
2021-10-17deps: bump deps, remove chrono (#600)Clement Tsang
2021-08-19other: Make the battery dependency/features optional (#570)Clement Tsang
2021-07-23change: add '/s' to network usage legend (#557)Clement Tsang
2021-07-16bug: Fix swap calculation for Linux (#546)Clement Tsang
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