summaryrefslogtreecommitdiffstats
path: root/src/app/states.rs
AgeCommit message (Expand)Author
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
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)Clement Tsang
2022-11-02refactor: move data passing for table to another step (#863)Clement Tsang
2022-10-16refactor: move some state code around (#839)Clement Tsang
2022-10-12refactor: tables V2 (#749)Clement Tsang
2022-08-14Feature: half page scrolling (#774)ViridiCanis
2022-08-13clippy: fix clippy eq warningClementTsang
2022-06-03refactoring: Move around components and state (#746)Clement Tsang
2022-05-15other: delete redundant code, run clippy and fmtClementTsang
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: per-row styling, remove seemingly redundant table codeClementTsang
2022-05-07refactor: don't draw header if too shortClementTsang
2022-05-07refactor: consolidate disk and temp table drawing, refactor stateClementTsang
2022-04-29refactor: refactor some tests (#718)Clement Tsang
2022-04-28bug: fix choosing an out of list bounds selecting the last entry (#717)Clement Tsang
2021-12-28Fix Clippy warnings (#647)Mateusz MikuĊ‚a
2021-12-19bug: Fix process command flag breaking sorting (#627)Clement Tsang
2021-07-31other: Add RISC-V to unofficially supported targets (#565)Clement Tsang
2021-06-21docs: migrate documentation over to mkdocs (#506)Clement Tsang
2021-04-23bug: Fix mouse hitboxes (#459)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
2021-02-19bug: Fix sorting menu and sort shortcuts not syncing in gui (#417)Clement Tsang
2021-02-18feature: Add mouse support to sorting columns (#413)Clement Tsang
2020-12-28feature: Add process_command to default to the process command (#379)Clement Tsang
2020-12-15feature: Fine grained kill signals on unix (#263)Lukas Rysavy
2020-11-20feature: add tree flag (#312)Clement Tsang
2020-11-19feature: Add mem_as_value flag (#309)Clement Tsang
2020-11-18feature: Add collapsible tree entries (#304)Clement Tsang
2020-09-22feature: Beginnings of in-app config (#231)Clement Tsang
2020-09-11feature: mouse support for tabs and dd dialog (#230)Clement Tsang
2020-09-09refactor: rewrite column algorithm (#227)Clement Tsang
2020-09-06feature: Adds tree view (#223)Clement Tsang
2020-08-29feature: Add mouse click support for moving between widgets (#208)Clement Tsang
2020-08-28feature: Adaptive network widget (#206)Clement Tsang
2020-08-25bug: fix grouping being broken after refactor (#201)0.4.6Clement Tsang
2020-08-17bug: fix not switching sort type when toggling % in memClementTsang
2020-08-17feature: Add appox. total mem as an option for processes and basic memClement Tsang
2020-08-15feature: Allow sorting by any columnClement Tsang
2020-08-07feature: add full command to process widgetClement Tsang
2020-05-21bug: fix query not working for or, refactor a bitClementTsang
2020-05-21chore: wrote better debugging printing for queriesClementTsang
2020-05-18refactor: reduce unchecked type conversions to usizeClement Tsang
2020-05-16change: remove slash, change scroll behaviour on cpuClement Tsang
2020-05-07refactor: avoid using max checks, use saturating_sub insteadClement Tsang
2020-05-04bug/change: removed space as and for now0.4.0ClementTsang