summaryrefslogtreecommitdiffstats
path: root/src/canvas
AgeCommit message (Expand)Author
2020-05-03bug: fix broken case if quotes surrounded parenClementTsang
2020-05-02bug: fix bug with multiple tokensClementTsang
2020-05-02change: more advanced searching and filteringClementTsang
2020-04-29change: merge search and process widgets togetherClementTsang
2020-04-29bug: fix broken basic table arrows on other widgetsClementTsang
2020-04-28refactor: revert linear interpolation until tui fix comesClement Tsang
2020-04-27refactor: fix clippy errorsClementTsang
2020-04-27feature: add battery flagClementTsang
2020-04-26feature: add battery health percentageClement Tsang
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-23clippy: use suggested to_string and dereferencingClementTsang
2020-04-23refactor: update error messages and hex error detectionClementTsang
2020-04-23refactor: update error messages to be more uniformClementTsang
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-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-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-01Add modularity to widget placement and inclusion (#95)Clement Tsang
2020-03-13Cleanup before modularity (#84)Clement Tsang
2020-03-11Fix cpu legend colouring (#83)Clement Tsang
2020-03-10Fix bug with autohide causing hide to break.ClementTsang
2020-03-09Add hiding time and autohiding time.ClementTsang
2020-03-08Add time scaling.ClementTsang
2020-03-08Redid basic mode logic and separated CPUClementTsang
2020-03-08More basic cleaning (#74)Clement Tsang
2020-03-07Split up widgets to make it a bit easier to work with.ClementTsang
2020-03-05Fix dialog box height and scroll label (#71)Clement Tsang
2020-03-02Renamed total rx/tx styles.ClementTsang
2020-03-02Add minimal mode widgetsClementTsang
2020-03-02Refactoring.ClementTsang
2020-03-02Refactoring.ClementTsang
2020-02-28Optimized imports as per clionClementTsang
2020-02-28Fixed cursor issue.ClementTsang
2020-02-27Added total rx + tx colouring options.ClementTsang
2020-02-27Tiny formatting fix.ClementTsang
2020-02-27Fix issue with cursor on canvas due to not incrementing by the SIZE of the gr...ClementTsang
2020-02-23Added named colour support + rgb colour support in config files.ClementTsang
2020-02-23Re-added Red to default cpu pool... this does mean that there is a conflict w...ClementTsang