summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-02-16Not implementing mem and network for now... sorry.ClementTsang
2020-02-16Disabled for now...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-16Some basic setup for adding graph filtering; added delete key to allow dd-ing...ClementTsang
2020-02-15More minor refactoring to generalize the app search state struct.ClementTsang
2020-02-15Minor refactoring again.ClementTsang
2020-02-15Some minor refactoring; added a quick skip for invalid or blank searchesClementTsang
2020-02-15[skip travis] Some notes and readme changes... and an additional commit befor...ClementTsang
2020-02-15More refactoring of some code to make it cleaner.ClementTsang
2020-02-15Fixed issue with HJKL keys interfering with search widget. Oops!ClementTsang
2020-02-15Fixed network chart bug, changed search widget option positioning to always p...ClementTsang
2020-02-15Removed extra debug statements.ClementTsang
2020-02-15Some refactoring... I also tried to make the processes part mutlithreaded, bu...ClementTsang
2020-02-14Merged async together.ClementTsang
2020-02-13Added ability to set default highlighted widget.ClementTsang
2020-02-12Removed unnecessary clone.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-11Potential fix for strange use% in macos...?ClementTsang
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