summaryrefslogtreecommitdiffstats
path: root/src/utils/gen_util.rs
AgeCommit message (Expand)Author
2024-01-01refactor: move around configuration-related files (#1370)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-05-31deps: bump ratatui to 0.21.0 (#1178)Clement Tsang
2023-03-03refactor: migrate memory collection to sysinfo for all platforms (#1036)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-20other: clean up some strings (#904)Clement Tsang
2022-11-17other: deduplicate sorts, always sort proc by PID first (#898)Clement Tsang
2022-10-12refactor: tables V2 (#749)Clement Tsang
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-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang
2020-09-06feature: Adds tree view (#223)Clement Tsang
2020-08-28feature: Adaptive network widget (#206)Clement Tsang
2020-03-02Refactoring.ClementTsang
2020-02-01Optimizing processes...ClementTsang
2020-01-07Formatting changes to be a bit more strict on line lengthClementTsang
2019-12-28Rearrange to fit legend and extra info.ClementTsang
2019-12-27Some cleaning to avoid duplicate codeClementTsang