summaryrefslogtreecommitdiffstats
path: root/src/canvas.rs
AgeCommit message (Collapse)Author
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
* Fix for freeze not working (due to change with how we eat data) * Fix for typos with newlines * Made help box larger * Made dd box larger
2020-02-17Tons of refactoring and fixes.ClementTsang
* Fixed a bunch of previously introduced bugs. Oops. * Some minor refactoring/efficiency changes that *should* help. Should.
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 ↵ClementTsang
place at bottom.
2020-02-12Added esc to title of maximized widgetsClementTsang
2020-02-12Added maximizing mode to allow users to zoom into a particular widget. Not ↵ClementTsang
100% done.
2020-02-10Major refactoring to appease clippy; potential reintroduction of hjkl keys ↵ClementTsang
to navigate widgets...
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
what you are looking for
2020-02-09Made the dd screen prettier.ClementTsang
2020-02-08Update and clean up ? menu... some more work to be done thoughClementTsang
2020-02-08More cleaning up of new colour featureClementTsang
2020-02-08Some cleaning up of the canvas colour setting featureClementTsang
2020-02-08Added more options and removed cursor (merged with overall text highlighting)ClementTsang
2020-02-08Added colour options to config; updated sample config to reflect this; ↵ClementTsang
updated README
2020-02-04Remove useless to_vec() calls to reduce clonesClementTsang
2020-02-04[skip travis] Remove redundant codeClementTsang
2020-02-04Refactoring - moved canvas into its own struct... time to do some more fun ↵ClementTsang
optimization.
2020-02-03Tweaked default colour to have better contrast, added labels back to network ↵ClementTsang
(note they won't show as of now due to tui-rs, but that should change with an upcoming TUI release)
2020-02-03Fixed network chart to make it a bit more like before my changesClementTsang
2020-02-02Made search drawing on canvas a bit more efficient if possible, fixed app ↵ClementTsang
positionings due to search repositioning
2020-02-02Update documentation and added more flags for search as per last commitClementTsang
2020-02-02Made search look prettier and organized it a bit... also added match whole ↵ClementTsang
word functionality.
2020-02-02Removed Ctrl-hjkl as movement between widgets as Ctrl-j seemed to be ↵ClementTsang
broken... replaced with Shift-arrow keys for an alternative
2020-02-02Add panic hook, fix cpu legend causing panic on small windowsClementTsang
2020-02-02Fix too small window bugClementTsang
2020-02-02Refactor i64 to u64 for positionClementTsang
2020-02-02Move ignore case to tabClementTsang
2020-02-02Fix dd with new changesClementTsang
2020-02-02Fix process searching while scrolling... that was broken for a while, I guessClementTsang
2020-02-01Optimizing processes...ClementTsang
2020-01-28Removed redundant logic in cpu chart causing average to show the wrong colourClementTsang
2020-01-28Tweaked the chart ratiosClementTsang
2020-01-28Moved temp and drives over...ClementTsang
2020-01-26Moved CPU overClementTsang