summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-02-11Accidentally left in an extra line of code.ClementTsang
2020-02-11Add current cpu total flag to other OSClementTsang
2020-02-10Appease clippy more, remove clippy from travis for now.ClementTsang
2020-02-10More clippy fixing.ClementTsang
2020-02-10Update documentation and help menu for HJKLClementTsang
2020-02-10removed control + hjkl again, added shift + hjkl (or just HJKL) to navigate w...ClementTsang
2020-02-10Major refactoring to appease clippy; potential reintroduction of hjkl keys to...ClementTsang
2020-02-09Some more changes to support sysinfo updateClement Tsang
2020-02-09Accidentally left in some code that prevented the total rx/tx from being show...ClementTsang
2020-02-09Update canvas to support network change on windowsClementTsang
2020-02-09Update sysinfo, add total network to windows/linux.ClementTsang
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
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; update...ClementTsang
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 op...ClementTsang
2020-02-04Update Cargo, changed the CLI flags for search a bit along with the docs to b...ClementTsang
2020-02-03Tweaked default colour to have better contrast, added labels back to network ...ClementTsang
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 pos...ClementTsang
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 wo...ClementTsang
2020-02-02Removed Ctrl-hjkl as movement between widgets as Ctrl-j seemed to be broken.....ClementTsang
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
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 w...ClementTsang
2020-01-30dd works on macOS now.ClementTsang
2020-01-28Lowered stale timing againClementTsang