summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
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-26bug: fix possible gaps with widget layout spacing (#916)Clement Tsang
2022-11-22other: change non-normalized shortcut (#912)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-21other: don't use manual map for color name mapping (#908)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-13other: remove flume (#893)Clement Tsang
2022-11-13feature: add custom retention periods for data (#892)Clement Tsang
2022-11-11other: remove the mouse throttler except for scroll events (#886)Clement Tsang
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)Clement Tsang
2022-11-10other: try using flume for channel (#884)Clement Tsang
2022-11-10feature: search paste support (#881)Clement Tsang
2022-11-08deps: Update tui to 0.19.0 and crossterm to 0.25.0 (#878)Clement Tsang
2022-11-06ci: add cache clearing to PR merges (#874)Clement Tsang