summaryrefslogtreecommitdiffstats
path: root/src/canvas.rs
AgeCommit message (Expand)Author
2020-03-03Add table indicator to basic.ClementTsang
2020-03-02Changed search to be a constant height of 3.ClementTsang
2020-03-02Added proper navigation for basic mode.ClementTsang
2020-03-02Fixed column organization, need to refactor CPU side to remove any redundant ...ClementTsang
2020-03-02Added highlighting + begin finalizing arrangement. Still not done.ClementTsang
2020-03-02Added space, fixed div by 0 error.ClementTsang
2020-03-02Renamed total rx/tx styles.ClementTsang
2020-03-02Add minimal mode widgetsClementTsang
2020-03-02Refactoring.ClementTsang
2020-03-02Refactoring.ClementTsang
2020-03-02Another import optimization.ClementTsang
2020-02-28Some more suggestions based on clion. Mostly removing brackets.ClementTsang
2020-02-28rustfmtClementTsang
2020-02-28Optimized imports as per clionClementTsang
2020-02-28Remove a debug line.ClementTsang
2020-02-28Fixed cursor issue.ClementTsang
2020-02-27Some minor things like adding a question template + removal of debug.ClementTsang
2020-02-27Switch to another arrow.ClementTsang
2020-02-27Added total rx + tx colouring options.ClementTsang
2020-02-27Fix issue with cursor on canvas due to not incrementing by the SIZE of the gr...ClementTsang
2020-02-27Switch to using unicode_segmentation's cursor as a basis on how we do cursor ...ClementTsang
2020-02-25Add space after arrow due for KonsoleClementTsang
2020-02-25Colours if selected and F1-3 keys for search optionsClementTsang
2020-02-24Just make swap always display... I think it's fine to keep, even if it's 0.ClementTsang
2020-02-24Add explicit lifetime parameters as per 2018 idioms.ClementTsang
2020-02-23Support average cpu colour separately from others. Redid documentation.ClementTsang
2020-02-19Pretty sure I fixed scroll resizing...ClementTsang
2020-02-18Fix scroll problem with resizing/maximizing.ClementTsang
2020-02-17Sanity checks as we approach release... bug patching:ClementTsang
2020-02-17Tons of refactoring and fixes.ClementTsang
2020-02-17Update how cpu disabling field looks.ClementTsang
2020-02-17Fix issue introduced with last commit on searching.ClementTsang
2020-02-17Some clippy and refactoring.ClementTsang
2020-02-17Add ability to still show data entries in the legend even if line is disabled.ClementTsang
2020-02-17Minor rearrangement of CPU toggle location.ClementTsang
2020-02-16Reversed CPU drawing order; this promotes average (if enabled) to draw on top.ClementTsang
2020-02-16CPU title bar and esc sequencing.ClementTsang
2020-02-16De-selected cpu lines are hidden from normal chart.ClementTsang
2020-02-16CPU specific line filtering added.ClementTsang
2020-02-15Minor refactoring again.ClementTsang
2020-02-15Some minor refactoring; added a quick skip for invalid or blank searchesClementTsang
2020-02-15Fixed network chart bug, changed search widget option positioning to always p...ClementTsang
2020-02-12Added esc to title of maximized widgetsClementTsang
2020-02-12Added maximizing mode to allow users to zoom into a particular widget. Not 1...ClementTsang
2020-02-10Major refactoring to appease clippy; potential reintroduction of hjkl keys to...ClementTsang
2020-02-09Update canvas to support network change on windowsClementTsang
2020-02-09Minor refactoring.ClementTsang
2020-02-09Made dialog screens affected by colour choice.ClementTsang
2020-02-09Some minor formatting of dialog boxes, added back widget title to search barClementTsang
2020-02-09Split up help screen into categories, hopefully this makes it easier to spot ...ClementTsang