summaryrefslogtreecommitdiffstats
path: root/src/widgets
AgeCommit message (Expand)Author
2023-11-20change: small gpu proc changes (#1325)Clement Tsang
2023-11-19feature: Add gpu proc info (#1276)Justin Martin
2023-11-15chore: fix certain uninlined string format uses (#1310)Yuri Astrakhan
2023-10-23Chore: Remove un-needed lifetimes in a few calls (#1309)Yuri Astrakhan
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-07-04other: remove the percentage sign for CPU usage in CPU widget (#1243)Clement Tsang
2023-06-18other: use f32 for process percentage values (#1212)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-04-10refactor: migrate disk collection code off of heim, remove heim (#1064)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
2023-01-19other: re-enable disk usage split, update help menu (#963)Clement Tsang
2023-01-05other: revert disk usage change for now (#962)Clement Tsang
2023-01-04bug: fix CPU 'all' label missing on small sizes (#953)Clement Tsang
2023-01-01feature: split usage into usage percentage and value (#950)Clement Tsang
2022-12-31docs: update demo to 0.7.0 (#941)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-28refactor: move widgets out of the app folder nesting (#917)Clement Tsang
2019-09-11More refactoring.ClementTsang
2019-09-11Hopefully made a much better process CPU tracker... this matchs top pretty cl...ClementTsang
2019-09-11Rudimentary charting for cpu and mem.ClementTsang
2019-09-11Added stale data filtering.ClementTsang
2019-09-10Re-added timing, refactored.ClementTsang
2019-09-10Fixed memory issue.ClementTsang
2019-09-10Tried to fix process cpu usage... and reduce total cpu usage of program.ClementTsang
2019-09-09I can't spell.ClementTsang
2019-09-09Ironed out as many kinks as possible in terms of smoothness.ClementTsang
2019-09-09Began working on populating fields.ClementTsang
2019-09-08Refactored code such that it fits more of tui-rs' example.ClementTsang
2019-09-08Removed the 'timing' aspect, it was irrelevant.ClementTsang
2019-09-07Added 'used' field in disks polling, as it is more accurateClementTsang
2019-09-07Added better error handling.ClementTsang
2019-09-07Finished network polling.ClementTsang
2019-09-07Added temperature support for data polling.ClementTsang
2019-09-07Added memory data checking.ClementTsang
2019-09-07Got processing switched to heimClementTsang
2019-09-07Set up disk to use heimClementTsang
2019-09-07Started using heim. Not working yet.ClementTsang
2019-09-06Mostly gotten cpu widget done.ClementTsang