summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-03-25refactor: clean up some data collection refresh code, refresh sysinfo lists o...Clement Tsang
2023-03-15deps: switch back to crossterm 0.26.1 with fix to double keypress (#1068)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-03-01other: switch to toml_edit (#1034)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-20other: move terminal check after the config check (#1027)Clement Tsang
2023-02-20change: show process in tree if any ancestor or descendent matches (#1026)Clement Tsang
2023-02-19other: support hw.temperature-based temps on FreeBSD (#1024)Clement Tsang
2023-02-18feature: support 3-char hex colours (#1022)Clement Tsang
2023-02-18bug: fix selected text bg colour being wrong if only the fg colour was set (#...Clement Tsang
2023-02-10feature: Add support for displaying process usernames on Windows (#1016)Michael Bikovitsky
2023-01-31other: replace deprecated `value_of` and `is_present` in clapspital
2023-01-27other: ignore uninlined_format_args clippy lint for now (#1004)Clement Tsang
2023-01-20other: explicitly style dd text colours (#995)Clement Tsang
2023-01-20bug: fix axis labels not being styled (#994)Clement Tsang
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-19other: re-enable disk usage split, update help menu (#963)Clement Tsang
2023-01-18other: switch to windows-rs for process killing (#985)Clement Tsang
2023-01-15other: Dynamic battery widget (#975)RareČ™ Constantin
2023-01-15other: skip battery duration draw if unknown (#974)Clement Tsang
2023-01-05other: revert disk usage change for now (#962)Clement Tsang
2023-01-05bug: further shrink battery time-to text (#960)Clement Tsang
2023-01-04bug: fix CPU 'all' label missing on small sizes (#953)Clement Tsang
2023-01-04bug: reduce battery text cutoff in small windows (#952)Clement Tsang
2023-01-02ci: add build hash to nightly builds for version (#951)Clement Tsang
2023-01-01feature: split usage into usage percentage and value (#950)Clement Tsang
2023-01-01other: run rustfmt (#949)Clement Tsang
2022-12-31docs: update demo to 0.7.0 (#941)Clement Tsang
2022-12-31bug: fix search scrolling with wider Unicode characters. (#938)Clement Tsang
2022-12-30other: use custom time chart grid implementation (#937)Clement Tsang
2022-12-30ci: clean all workflow caches to script (#936)Clement Tsang
2022-12-27bug: fix dot marker setting not being considered (#934)Clement Tsang
2022-12-07docs: update changelog + docs for default expansion feature (#928)Clement Tsang
2022-12-06feature: Adding default expanded option to commandline and config (#919)Chon Sou
2022-12-05other: add a redraw event on resize (#926)Clement Tsang
2022-12-05bug: fix incorrect text width calculation (#925)Clement Tsang
2022-12-03other: don't draw on non-updating events (#924)Clement Tsang