summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-04-24change: add scrolling to help menuClement Tsang
2020-04-23clippy: use suggested to_string and dereferencingClementTsang
2020-04-23refactor: hoist painter creation up to avoid having to clean if failClementTsang
2020-04-23refactor: update error messages and hex error detectionClementTsang
2020-04-23refactor: update error messages to be more uniformClementTsang
2020-04-22fix: Fixes typo in config generationClementTsang
2020-04-22docs: update default configClementTsang
2020-04-22chore: Add some words to VS Code dictClementTsang
2020-04-20Move to tui-rs' built in linear interpolationClementTsang
2020-04-19Move to stateful except for CPUClementTsang
2020-04-19Made table gap optional rather than enforcedClementTsang
2020-04-18Remove header gap in most tablesClementTsang
2020-04-18Fix bug with network legendClementTsang
2020-04-18Update network legend againClementTsang
2020-04-18Update highlight to light blue; new network legendClementTsang
2020-04-18refactor: Update tui to 0.9; refactor with new featuresClementTsang
2020-04-16feature: Add battery widget (#120)Clement Tsang
2020-04-12bug: Fix dd failing on non-first entries (#116)Clement Tsang
2020-04-12change: highlight borders & table headers to cyan (#115)Clement Tsang
2020-04-11feature: Show process state (#114)Clement Tsang
2020-04-10feature: add io and io/s for processes (#113)Clement Tsang
2020-04-07refactor: Remove debug.ClementTsang
2020-04-07bug: Fix sizing in search and broken tab logicClement Tsang
2020-04-07bug: Fix sorting processes by name being case-sensitiveClement Tsang
2020-04-07bug: fix issue with proc widget merging if in the same column as anotherClementTsang
2020-04-07uptick: 0.3.0Clement Tsang
2020-04-06opt: Only recalculate rect layout if resize or startupClementTsang
2020-04-06refactor/bug: Array bound checking, fix CPU jumpClement Tsang
2020-04-06refactor: Deal with some cognitive complexityClement Tsang
2020-04-05deps: Upgrade crossterm and sysinfo (#105)Clement Tsang
2020-04-04(perf) Avoid harvesting if widget is not being displayedClement Tsang
2020-04-03(docs): Updates docs and removes a debugClementTsang
2020-04-03(docs): Update README to be a bit nicerClementTsang
2020-04-01Add modularity to widget placement and inclusion (#95)Clement Tsang
2020-03-19Fix division by zero when memory data is not available (#85)Mahmoud Al-Qudsi
2020-03-13Cleanup before modularity (#84)Clement Tsang
2020-03-11Fix cpu legend colouring (#83)Clement Tsang
2020-03-10Merge branch 'master' into fix_cpu_scrollClement Tsang
2020-03-10Forgot to set size field upon detecting a resize...ClementTsang
2020-03-10Fix cpu scroll.ClementTsang
2020-03-10Updated documentation, made error in args clearerClementTsang
2020-03-10Redid how we auto-set time if we have autohide on.ClementTsang
2020-03-10Default to showing time at first for autohide.ClementTsang
2020-03-10Fix bug with autohide causing hide to break.ClementTsang
2020-03-09Add hiding time and autohiding time.ClementTsang
2020-03-08Fixes bug with too large inputs causing a panicClementTsang
2020-03-08Add configurable default time and interval valuesClementTsang
2020-03-08Add time scaling.ClementTsang
2020-03-08Redid basic mode logic and separated CPUClementTsang
2020-03-08More basic cleaning (#74)Clement Tsang