summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-06-27bug: fix core dump if the terminal is closed while bottom is open (#1230)Clement Tsang
2023-06-24docs: update time-related documentation (#1222)Clement Tsang
2023-06-23feature: support human times for rate (#1221)Clement Tsang
2023-06-22other: fix humantime-related documentation, add tests, support numbers + stri...Clement Tsang
2023-06-21bug: fix overflow/underflow with graph timespan zoom (#1219)Clement Tsang
2023-06-19other: revert color help text change (#1217)Clement Tsang
2023-06-19other: take ownership of config and matches when building App (#1215)Clement Tsang
2023-06-19bug: fix arguments being unsorted (#1216)Clement Tsang
2023-06-18other: use f32 for process percentage values (#1212)Clement Tsang
2023-06-17refactor: move out bits/bytes enum to utils (#1211)Clement Tsang
2023-06-13other: clean up some cfg usage (#1205)Clement Tsang
2023-06-12other: post-0.9.2 cleanup (#1203)Clement Tsang
2023-06-11feature: on Linux, check coretemp and don't fail fast with name generation wh...Clement Tsang
2023-06-11ci: add a build check for aarch64-linux-android (#1124)Clement Tsang
2023-06-11other: remaining changes needed to get android to build (#1199)Clement Tsang
2023-06-11other: have dummy fallback for disk I/O for unsupported OSes (#1198)Clement Tsang
2023-06-10refactor: redo how we do get processes between different OSes (#1197)Clement Tsang
2023-06-08bug: ntfs3 mounts don't show up (#1191)database64128
2023-06-08refactor: remove outdated collection thread code (#1190)Clement Tsang
2023-06-08other: enforce unused_imports lint again (#1189)Clement Tsang
2023-06-08feature: use better names for duplicate temp sensors found by `/sys/class/the...Clement Tsang
2023-06-07bug: when getting Linux temps, don't bail ASAP if they fail (#1186)Clement Tsang
2023-06-04refactor: change canvas macOS check to compile-time (#1184)Clement Tsang
2023-06-03other: fix links and broken references in doc comments (#1182)Clement Tsang
2023-06-02refactor: remove typed-builder (#1181)Clement Tsang
2023-05-31deps: bump ratatui to 0.21.0 (#1178)Clement Tsang
2023-05-31refactor: clean up some Linux proc collection code (#1179)Clement Tsang
2023-05-28refactor: remove typed builder from App struct (#1176)Clement Tsang
2023-05-26feature: support human times for `default_time_value` and `time_delta` (#1172)Clement Tsang
2023-05-26other: clean up some fixmes (#1171)Clement Tsang
2023-05-25other: simplify termination/event loop logic (#1169)Clement Tsang
2023-05-24other: clean up thread event code (#1170)Clement Tsang
2023-05-21refactor: remove procfs (#1163)Clement Tsang
2023-05-20refactor: remove TypedBuilder for col (#1162)Clement Tsang
2023-05-18refactor: remove TypedBuilder for widget (#1159)Clement Tsang
2023-05-17refactor: remove TypedBuilder for col row (#1158)Clement Tsang
2023-05-16refactor: remove unused typed-builder proc macro usage in options (#1156)Clement Tsang
2023-05-13refactor: use macros for initializing canvas styles (#1149)Clement Tsang
2023-05-12bug: fix gruvbox cache colour being invalid (#1148)Clement Tsang
2023-05-09bug: fix certain custom column combinations causing issues (#1140)Clement Tsang
2023-05-07deps: bump clap to 4.2.7 and libc to 0.2.143 (#1136)Clement Tsang
2023-05-06other: keep running even if logger fails to initialize (#1132)Clement Tsang
2023-05-06other: use sysinfo for temps for android and ios (#1130)Clement Tsang
2023-05-02feature: show running time of processes (#801)Yuxuan Shui
2023-04-29feature: add customizable process columns (#1115)Clement Tsang
2023-04-28other: edit some commentsClement Tsang
2023-04-23deps: remove const_format dependency (#1114)Clement Tsang
2023-04-22refactor: add fallback process signal (#1112)Clement Tsang
2023-04-21bug: fix side borders in basic mode (#1110)Clement Tsang
2023-04-21deps: update clap to 4.x (#1107)Clement Tsang