summaryrefslogtreecommitdiffstats
path: root/src/app
AgeCommit message (Expand)Author
9 daysrefactor: extract unicode-ellipsis into its own crate (#1465)Clement Tsang
10 daysrefactor: some string-related code cleanup/refactor (#1463)Clement Tsang
2024-01-15refactor: simplify some config -> constraints code (#1383)Clement Tsang
2024-01-01refactor: move around configuration-related files (#1370)Clement Tsang
2024-01-01other: update lints (#1369)Clement Tsang
2024-01-01refactor: restructure canvas file folder structure (#1368)Clement Tsang
2023-12-27refactor: pull data collection out of nested folder structure (#1364)Clement Tsang
2023-12-25refactor: fix macro formatting in disk data collection code (#1363)Clement Tsang
2023-12-23refactor: remove once_cell (#1361)Clement Tsang
2023-12-20refactor: some more cleanups around linux temp code (#1360)Clement Tsang
2023-12-20other: if in a non-D0 state, short-circuit further logic (#1355)Clement Tsang
2023-11-20refactor: simplify temperature conversion function usage (#1326)Clement Tsang
2023-11-19feature: Add gpu proc info (#1276)Justin Martin
2023-11-15refactor: clean up some query code and some ascii-only string comparisons (#1...Clement Tsang
2023-11-15refactor: comment on convoluted `Filesystem::from_str` code (#1315)Clement Tsang
2023-11-15chore: fix certain uninlined string format uses (#1310)Yuri Astrakhan
2023-11-14bug: fat32 mounts don't show up in macOS (#1314)Devin-Yeung
2023-10-22chore: Minor cleanup - remove un-needed ident qualifiers (#1307)Yuri Astrakhan
2023-08-24other: appease clippy after Rust 1.72.0 (#1281)Clement Tsang
2023-08-22deps: bump windows to 0.51.1 (#1279)Clement Tsang
2023-07-27bug: display arc max size in arc usage instead of system memory (#1264)Zeb Piasecki
2023-07-11refactor: flatten IoCounter return value (#1253)Clement Tsang
2023-07-09add zfs io counters for linux and freebsd (#1248)Justin Martin
2023-07-05bug: missing windows syscall to close the handle on drop when killing (#1245)Clement Tsang
2023-07-01other: remove some unnecessary vec allocations (#1234)Clement Tsang
2023-06-29deps: bump deps as of 2023-06-29 (#1233)Clement Tsang
2023-06-18other: use f32 for process percentage values (#1212)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-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-03other: fix links and broken references in doc comments (#1182)Clement Tsang
2023-06-02refactor: remove typed-builder (#1181)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-26other: clean up some fixmes (#1171)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-07deps: bump clap to 4.2.7 and libc to 0.2.143 (#1136)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