summaryrefslogtreecommitdiffstats
path: root/src/app.rs
AgeCommit message (Expand)Author
2020-11-28feature: Add scroll indicator to keep track of table position in widgets. (#333)Clement Tsang
2020-11-19feature: Add mem_as_value flag (#309)Clement Tsang
2020-11-18feature: Add collapsible tree entries (#304)Clement Tsang
2020-11-02bug: fix incorrect basic cpu spacing (#291)Clement Tsang
2020-10-17feature: Add simple indicator for when data updating is frozen (#269)Clement Tsang
2020-09-30feature: add --debug flag for logging (#259)Clement Tsang
2020-09-28feature: Add persistent search settings (#257)Clement Tsang
2020-09-26refactor: tui-rs 0.11.0 refactor (#253)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-09-06fix: Fixes count being sortable, but nothing occuring (#224)Clement Tsang
2020-09-05fix: Fix mouse detection not working on proc after closing searchClementTsang
2020-09-02feature: Add ability to filter out disks and temp (#220)Clement Tsang
2020-09-02bug: fix being able to click widgets when dd-dialog was open (#219)Clement Tsang
2020-08-29feature: Allow Ctrl-F and / to work in sort (#212)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-26bug: fix searching by command being broken (#204)Clement Tsang
2020-08-25bug: fix grouping being broken after refactor (#201)0.4.6Clement Tsang
2020-08-22change: Allow e to also close expanded widgetsClement 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-16bug: Fix bug caused by hitting enter w/ a failed ddClement Tsang
2020-08-15feature: Allow sorting by any columnClement Tsang
2020-08-11change: Add WASD keys for widget selection movementClementTsang
2020-08-07feature: add full command to process widgetClement Tsang
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-04chore: support MSRV of 1.40.0ClementTsang
2020-05-02change: more advanced searching and filteringClementTsang
2020-04-29change: Use e key instead to maximize; rename to expandClementTsang
2020-04-28Kill dialog: vim navigation (#134)Andy
2020-04-27feature: add battery flagClementTsang
2020-04-27refactor: separate state to different fileClementTsang
2020-04-25refactor: changed how we set help text on resize and initClement Tsang
2020-04-24change: add scrolling to help menuClement Tsang
2020-04-19Move to stateful except for CPUClementTsang
2020-04-19Made table gap optional rather than enforcedClementTsang
2020-04-18Update highlight to light blue; new network legendClementTsang
2020-04-16feature: Add battery widget (#120)Clement Tsang
2020-04-12bug: Fix dd failing on non-first entries (#116)Clement Tsang
2020-04-10feature: add io and io/s for processes (#113)Clement Tsang
2020-04-07bug: Fix sizing in search and broken tab logicClement Tsang
2020-04-06refactor/bug: Array bound checking, fix CPU jumpClement Tsang
2020-04-06refactor: Deal with some cognitive complexityClement Tsang
2020-04-04(perf) Avoid harvesting if widget is not being displayedClement Tsang
2020-04-01Add modularity to widget placement and inclusion (#95)Clement Tsang