summaryrefslogtreecommitdiffstats
path: root/src/canvas.rs
AgeCommit message (Expand)Author
2020-03-08More basic cleaning (#74)Clement Tsang
2020-03-08Clean up and manage some basic stuff (#73)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-05Fix by doublechecking the remaining width calculation. (#67)Clement Tsang
2020-03-05Formatting and typos (#63)Clement Tsang
2020-03-04Add CPU row allocation system to more evenly distribute it (aka simple division)ClementTsang
2020-03-04Fix highlighting and cpu filtering when maximizedClementTsang
2020-03-03[skip travis] Update README.ClementTsang
2020-03-03Added spacing for RAM/net column.ClementTsang
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