summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2023-04-19feature: add current battery charging state, update field names (#1106)Clement Tsang
2023-04-16deps: migrate from tui to ratatui (#1086)Clement Tsang
2023-04-15other: update default config generation to show cache (#1102)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-11deps: bump once_cell and related dependencies (#1090)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-05other: add clippy lints to deny todo and unimplemented (#1085)Clement Tsang
2023-04-03other: add test for multiple regexes in filter (#1082)Clement Tsang