summaryrefslogtreecommitdiffstats
path: root/src/widgets/process_table.rs
AgeCommit message (Expand)Author
2024-05-07refactor: some string-related code cleanup/refactor (#1463)Clement Tsang
2024-02-15other: add process uptime as a default column (#1411)Clement Tsang
2024-02-03deps: bump ratatui to 0.26 (#1406)Clement Tsang
2024-01-02refactor: clean up some more drawing/component code (#1372)Clement Tsang
2024-01-01refactor: move around configuration-related files (#1370)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-11-19feature: Add gpu proc info (#1276)Justin Martin
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-05-13refactor: use macros for initializing canvas styles (#1149)Clement Tsang
2023-05-09bug: fix certain custom column combinations causing issues (#1140)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-23deps: remove const_format dependency (#1114)Clement Tsang
2023-04-12deps: Switch to using hashbrown for general hashmap usage (#1092)Clement Tsang
2023-02-25refactor: clean up some options code (#1029)Clement Tsang
2023-02-20change: show process in tree if any ancestor or descendent matches (#1026)Clement Tsang
2023-02-18bug: fix selected text bg colour being wrong if only the fg colour was set (#...Clement Tsang
2023-02-10feature: Add support for displaying process usernames on Windows (#1016)Michael Bikovitsky
2023-01-20refactor: change name of some stuff, add some comments (#992)Clement Tsang
2022-12-31bug: fix search scrolling with wider Unicode characters. (#938)Clement Tsang
2022-11-28refactor: move widgets out of the app folder nesting (#917)Clement Tsang