summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
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-07Update documentation again, also change temp a bitClementTsang
2020-02-07[skip travis] Update documentation for config.ClementTsang
2020-02-07Add config optionsClementTsang
2020-02-05[skip travis] minor refactor of conversion fnsClementTsang
2020-02-05Update cargo to newer versions of cratesClementTsang
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-04Update Cargo, changed the CLI flags for search a bit along with the docs to ↵ClementTsang
be a bit easier to remember (all caps, change regex option to `-R`)
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-03[skip travis] Rounding added to mem totalsClementTsang
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-02Added flag functionality, made case insensitive default from now onClementTsang
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-02Merge pull request #7 from ClementTsang/optimization_and_refactoring_branchClement Tsang
Optimization and refactoring branch
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-31Tweaked point generation a bit againClementTsang
2020-01-31New way of doing referencing previous pid stats without having to GC - just ↵ClementTsang
write a new one every time...
2020-01-30dd works on macOS now.ClementTsang
2020-01-28Lowered stale timing againClementTsang
2020-01-28Removed redundant logic in cpu chart causing average to show the wrong colourClementTsang
2020-01-28Tweaked the chart ratiosClementTsang
2020-01-28Changed wording for case match default in flagsClementTsang
2020-01-28Added cleaning event loopClementTsang
2020-01-28Added cleaning function.ClementTsang
2020-01-28Moved temp and drives over...ClementTsang
2020-01-26Moved CPU overClementTsang
2020-01-26Updated memory labels to be more straightforward in generation.ClementTsang
2020-01-26Converted mem over, will need to move the label over tooClementTsang
2020-01-25Reworked network again; will use this to change all widgetsClementTsang
2020-01-21Removed btreemap and went back to vec as it makes more sense for usClementTsang
2020-01-21Further tweaking of networkClementTsang
2020-01-21Tweaked network graph generation a bit to match masterClementTsang
2020-01-21Slightly optimized how networking is... I think.ClementTsang
2020-01-21Only generate regexes during regex modeClementTsang
2020-01-18Added cursor hiding if not focusedClementTsang