summaryrefslogtreecommitdiffstats
path: root/src/app/states.rs
AgeCommit message (Expand)Author
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
2020-05-04change: separated search and process widgets againClementTsang
2020-05-03bug: made the regex error one line in searchClementTsang
2020-05-02bug: fix bug with multiple tokensClementTsang
2020-05-02refactor/bug: moved search logic; fix quoted wordsClementTsang
2020-05-02change: more advanced searching and filteringClementTsang
2020-04-27refactor: separate state to different fileClementTsang