summaryrefslogtreecommitdiffstats
path: root/src/utils
AgeCommit message (Expand)Author
8 daysrefactor: extract unicode-ellipsis into its own crate (#1465)Clement Tsang
9 daysrefactor: some string-related code cleanup/refactor (#1463)Clement Tsang
2024-04-28deps: bump deps as of 2024-04-28 (#1450)Clement Tsang
2024-02-03deps: bump ratatui to 0.26 (#1406)Clement Tsang
2024-01-01refactor: move around configuration-related files (#1370)Clement Tsang
2023-12-23refactor: remove once_cell (#1361)Clement Tsang
2023-12-20other: if in a non-D0 state, short-circuit further logic (#1355)Clement Tsang
2023-12-02other: add back local time in debug logs (#1346)Clement Tsang
2023-11-27other: preallocate space for ellipsis (#1336)Clement Tsang
2023-11-27refactor: iteratively detect ASCII and build string when truncating (#1334)Clement Tsang
2023-11-24refactor: add fast branch if the string is short enough to not be truncated (...Clement Tsang
2023-11-23refactor: add fast branch for ascii-only string truncate (#1330)Clement Tsang
2023-11-19other: add additional clamping functions on numeric types (#1324)Clement Tsang
2023-11-15refactor: clean up some query code and some ascii-only string comparisons (#1...Clement Tsang
2023-11-15chore: fix certain uninlined string format uses (#1310)Yuri Astrakhan
2023-10-22chore: Minor cleanup - remove un-needed ident qualifiers (#1307)Yuri Astrakhan
2023-06-17refactor: move out bits/bytes enum to utils (#1211)Clement Tsang
2023-06-12other: post-0.9.2 cleanup (#1203)Clement Tsang
2023-05-31deps: bump ratatui to 0.21.0 (#1178)Clement Tsang
2023-05-21refactor: remove procfs (#1163)Clement Tsang
2023-05-02feature: show running time of processes (#801)Yuxuan Shui
2023-04-10refactor: migrate disk collection code off of heim, remove heim (#1064)Clement Tsang
2023-03-03refactor: migrate memory collection to sysinfo for all platforms (#1036)Clement Tsang
2023-03-01other: switch to toml_edit (#1034)Clement Tsang
2023-01-18other: switch to windows-rs for process killing (#985)Clement Tsang
2022-12-31bug: fix search scrolling with wider Unicode characters. (#938)Clement Tsang
2022-12-05bug: fix incorrect text width calculation (#925)Clement Tsang
2022-11-29other: slightly reduce the CPU time spent for draws (#918)Clement Tsang
2022-11-21other: don't use manual map for color name mapping (#908)Clement Tsang
2022-11-20other: clean up some strings (#904)Clement Tsang
2022-11-17other: deduplicate sorts, always sort proc by PID first (#898)Clement Tsang
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)Clement Tsang
2022-11-08deps: Update tui to 0.19.0 and crossterm to 0.25.0 (#878)Clement Tsang
2022-10-12refactor: tables V2 (#749)Clement Tsang
2022-07-23Implement support for FreeBSD (#766)Wesley Moore
2022-05-15refactor: simplify partial ordering fn, clean up codeClementTsang
2022-05-15refactor: remove redundant get_ordering fn, add testsClementTsang
2022-05-15bug: fix issues with macos and windows during refactorClementTsang
2022-05-15refactor: more work towards unifying process codeClementTsang
2021-12-23deps: update time to 0.3.5 (#643)Clement Tsang
2021-10-17deps: bump deps, remove chrono (#600)Clement Tsang
2021-07-12refactor: remove beef dependency for nowClementTsang
2021-05-13refactor: switch to procfs library (#479)Clement Tsang
2021-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang
2021-02-28feature: User info in proc widget for Unix-based systems (#425)Clement Tsang
2020-12-17refactor: re-use heim for ARM targets if possible (#360)Clement Tsang
2020-12-12refactor: More minor optimization changes (#353)Clement Tsang
2020-12-11refactor: Use feature flags to avoid building with fern and log (#351)Clement Tsang
2020-09-30Use tmp_dir rather than /tmp/ (#260)Clement Tsang
2020-09-30feature: add --debug flag for logging (#259)Clement Tsang