summaryrefslogtreecommitdiffstats
path: root/src/app
AgeCommit message (Expand)Author
2023-04-19feature: add current battery charging state, update field names (#1106)Clement Tsang
2023-04-15refactor: clean up data init sleep duration code (#1101)Clement Tsang
2023-04-15other: Speed up first draw and first data collection (#1100)Clement Tsang
2023-04-12feature: add buffer and cache memory (#1063)Twan Stok
2023-04-12deps: Switch to using hashbrown for general hashmap usage (#1092)Clement Tsang
2023-04-10refactor: migrate disk collection code off of heim, remove heim (#1064)Clement Tsang
2023-04-07deps: update some minor dependency versions (#1087)Clement Tsang
2023-04-03other: add test for multiple regexes in filter (#1082)Clement Tsang
2023-03-26refactor: unify on using bytes for the memory unit when harvesting (#1077)Clement Tsang
2023-03-25refactor: clean up some data collection refresh code, refresh sysinfo lists o...Clement Tsang
2023-03-11clippy: appease clippy as of Rust 1.68.0 (#1055)Clement Tsang
2023-03-08refactor: use internal committed memory calculation for Windows (#1051)Clement Tsang
2023-03-08other: deny missing safety docs and add them (#1053)Clement Tsang
2023-03-07refactor: more data collection cleanup (#1047)Clement Tsang
2023-03-05refactor: Clean up memory collection code (#1045)Clement Tsang
2023-03-04re-enable zfs feature (#1044)Justin Martin
2023-03-04refactor: migrate network collection to sysinfo (#1041)Clement Tsang
2023-03-03docs: update changelog and some comments (#1040)Clement Tsang
2023-03-03fix: is_list_ignored=false filters for network and temperature (#1037)Dmitry Valter
2023-03-03refactor: migrate memory collection to sysinfo for all platforms (#1036)Clement Tsang
2023-03-02deps: bump procfs to 0.15.1 (#1038)Clement Tsang
2023-03-02refactor: migrate CPU from heim to sysinfo for all platforms (#1035)Clement Tsang
2023-02-27deps: bump nvml to 0.9.0 (#1032)Clement Tsang
2023-02-25refactor: clean up some options code (#1029)Clement Tsang
2023-02-19other: support hw.temperature-based temps on FreeBSD (#1024)Clement Tsang
2023-02-10feature: Add support for displaying process usernames on Windows (#1016)Michael Bikovitsky
2023-01-20refactor: change name of some stuff, add some comments (#992)Clement Tsang
2023-01-20other: refresh cpu for sysinfo users if proc is used (#991)Clement Tsang
2023-01-18other: switch to windows-rs for process killing (#985)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-29other: slightly reduce the CPU time spent for draws (#918)Clement Tsang
2022-11-28refactor: move widgets out of the app folder nesting (#917)Clement Tsang
2022-11-21bug: fix reading temperature from disabled devices (#911)database64128
2022-11-21other: non-normalized process CPU% cleanup and docs (#910)Clement Tsang
2022-11-21feature: per-core process cpu usage percentage (#899)database64128
2022-11-20other: update Debian extended descriptionClementTsang
2022-11-20bug: fix is_nan being incorrectly used to check for division by zero (#905)Clement Tsang
2022-11-20other: clean up some strings (#904)Clement Tsang
2022-11-20other: some cleanup in proc widget (#903)Clement Tsang
2022-11-19other: small linux process cleanup (#902)Clement Tsang
2022-11-19other: shrink the timed data vector in addition to clearing (#900)Clement Tsang
2022-11-17other: deduplicate sorts, always sort proc by PID first (#898)Clement Tsang
2022-11-17bug: redirect stderr on FreeBSD to avoid drawing on UI (#897)Clement Tsang
2022-11-13deps: update sysctl to 0.5.2, procfs to 0.14.1 (#894)Clement Tsang
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)Clement Tsang
2022-11-10feature: search paste support (#881)Clement Tsang
2022-11-06bug: fix spacing for disk table widget headers when sortingClementTsang
2022-11-06feature: basic sortable disk (#870)Clement Tsang
2022-11-05feature: basic sortable temp (#868)Clement Tsang