summaryrefslogtreecommitdiffstats
path: root/src/app
AgeCommit message (Expand)Author
2021-06-26bug: Divide Windows process cpu usage by number of processors (#525)Clement Tsang
2021-06-21docs: migrate documentation over to mkdocs (#506)Clement Tsang
2021-06-18refactor: Fix clippy lint for entry vacancy check (#503)Clement Tsang
2021-05-23refactor: remove old traces (#486)Clement Tsang
2021-05-15refactor: split up data collection by OS (#482)Clement Tsang
2021-05-13refactor: switch to procfs library (#479)Clement Tsang
2021-05-09change: switch from sysinfo to heim for cpu usage in macOS and Windows (#467)Clement Tsang
2021-05-08deps: Update dependencies 2021-05-08 (#466)Clement Tsang
2021-04-24change: remove gap between CPU and columns in basic (#460)Clement Tsang
2021-04-23bug: Fix mouse hitboxes (#459)Clement Tsang
2021-04-22feature: Add mount filtering, rework filter priority logic (#455)Clement Tsang
2021-04-09change: Add decimal to disk values larger than 1GB (#451)Clement Tsang
2021-04-04refactor: Switch from fnv to fxhash (#444)Clement Tsang
2021-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang
2021-03-23bug: Fix getpwuid segfault (#440)Zeb Piasecki
2021-03-12feature: Add support for displaying load average (#392)pvanheus
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-02-19bug: Fix sorting menu and sort shortcuts not syncing in gui (#417)Clement Tsang
2021-02-18feature: Add mouse support to sorting columns (#413)Clement Tsang
2021-02-15feature: add nord and nord-light colours (#406)Clement Tsang
2021-01-25bug: Workaround for strange rendering when there are <4 CPU entries reported ...Clement Tsang
2021-01-21feature: Use `ps` as fallback to query CPU usage under macOS (#390)Frederick Zhang
2021-01-01feature: Add network interface filtering (#381)Clement Tsang
2020-12-29other: Add reference to why we use sysinfo for Windows network detection for nowClementTsang
2020-12-28feature: Add process_command to default to the process command (#379)Clement Tsang
2020-12-27feature: Adds uid and gid collection (no GUI yet) (#375)Clement Tsang
2020-12-22feature: Hide SWAP graph and legend in normal mode if SWAP is 0 (#372)Clement Tsang
2020-12-21refactor: Cut out sysinfo from Linux builds (#368)Clement Tsang
2020-12-17uptick: 0.5.6 (#362)Clement Tsang
2020-12-17refactor: re-use heim for ARM targets if possible (#360)Clement Tsang
2020-12-17bug: Fix missing component list refresh (#361)Clement Tsang
2020-12-15feature: Fine grained kill signals on unix (#263)Lukas Rysavy
2020-12-15deps: Update to heim 0.1 (#354)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-12-08refactor: Refactor some canvas code (#342)Clement Tsang
2020-12-05refactor: Rename battery_harvester to batteries (#340)Clement Tsang
2020-12-03refactor: Clean up some parts of data harvesting (#336)Clement Tsang
2020-11-30refactor: Simplify data harvesting (#335)Clement Tsang
2020-11-28feature: Add scroll indicator to keep track of table position in widgets. (#333)Clement Tsang
2020-11-22other: Switch to once_cell (#324)Clement Tsang
2020-11-22ci: uptick to 0.5.1, fix ciClementTsang
2020-11-20feature: add tree flag (#312)Clement Tsang
2020-11-19feature: Add mem_as_value flag (#309)Clement Tsang
2020-11-18feature: Add collapsible tree entries (#304)Clement Tsang
2020-10-02other: more traces to debug, update some deps (#264)Clement Tsang
2020-10-02bug: terminate threads, fix blocking poll in input (#262)Clement Tsang
2020-10-01bug: use cmdline for Linux proc name if >=15 chars (#261)Clement Tsang