summaryrefslogtreecommitdiffstats
path: root/src/app.rs
AgeCommit message (Expand)Author
2023-05-09bug: fix certain custom column combinations causing issues (#1140)Clement Tsang
2023-04-29feature: add customizable process columns (#1115)Clement Tsang
2023-04-22refactor: add fallback process signal (#1112)Clement Tsang
2023-04-12feature: add buffer and cache memory (#1063)Twan Stok
2023-04-12deps: Switch to using hashbrown for general hashmap usage (#1092)Clement Tsang
2023-03-11clippy: appease clippy as of Rust 1.68.0 (#1055)Clement Tsang
2023-03-07refactor: more data collection cleanup (#1047)Clement Tsang
2023-03-04refactor: migrate network collection to sysinfo (#1041)Clement Tsang
2023-02-25refactor: clean up some options code (#1029)Clement Tsang
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-15other: skip battery duration draw if unknown (#974)Clement Tsang
2023-01-05other: revert disk usage change for now (#962)Clement Tsang
2023-01-01feature: split usage into usage percentage and value (#950)Clement Tsang
2022-12-31bug: fix search scrolling with wider Unicode characters. (#938)Clement Tsang
2022-12-06feature: Adding default expanded option to commandline and config (#919)Chon Sou
2022-11-28refactor: move widgets out of the app folder nesting (#917)Clement Tsang
2022-11-21other: non-normalized process CPU% cleanup and docs (#910)Clement Tsang
2022-11-21feature: per-core process cpu usage percentage (#899)database64128
2022-11-13deps: update sysctl to 0.5.2, procfs to 0.14.1 (#894)Clement Tsang
2022-11-13feature: add custom retention periods for data (#892)Clement Tsang
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)Clement Tsang
2022-11-10feature: search paste support (#881)Clement Tsang
2022-11-06feature: basic sortable disk (#870)Clement Tsang
2022-11-05feature: basic sortable temp (#868)Clement Tsang
2022-11-04refactor: clippy and small cleanup/comments (#865)Clement Tsang
2022-11-02refactor: move data passing for table to another step (#863)Clement Tsang
2022-10-20feature: Implement PgUp and PgDown in the help dialog. (#841)lroobrou
2022-10-15other: make gpu memory collection configurable (#835)Clement Tsang
2022-10-12refactor: tables V2 (#749)Clement Tsang
2022-08-14refactor: change max_scroll_index usage to better reflect name (#783)Clement Tsang
2022-08-14Feature: half page scrolling (#774)ViridiCanis
2022-07-23Implement support for FreeBSD (#766)Wesley Moore
2022-06-03refactoring: Move around components and state (#746)Clement Tsang
2022-05-16bug: fix a variety of bugsClementTsang
2022-05-15refactor: simplify partial ordering fn, clean up codeClementTsang
2022-05-15bug: fix issues with macos and windows during refactorClementTsang
2022-05-15refactor: more work towards unifying process codeClementTsang
2022-05-15refactor: begin migration of process widgetClementTsang
2022-05-07refactor: move CPU graph over to new systemClementTsang
2022-05-07refactor: fix off-by-one bug with getting start positionClementTsang
2022-05-07refactor: remove unneeded freeze paramClementTsang
2022-05-07refactor: consolidate disk and temp table drawing, refactor stateClementTsang
2022-04-29Merge pull request #710 from ClementTsang/consolidate_component_drawingClement Tsang
2022-04-28bug: fix choosing an out of list bounds selecting the last entry (#717)Clement Tsang
2022-04-28refactor: remove dead config screen codeClementTsang
2022-03-27refactor: remove some simple as-casts (#697)Clement Tsang
2021-12-27feature: add basic page up/down scrolling (#646)Clement Tsang
2021-07-31other: Add RISC-V to unofficially supported targets (#565)Clement Tsang
2021-06-22feature: add F9 as an alternative process kill key (#518)Clement Tsang