summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
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-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-17Add ctrl-u, update in-program docsClementTsang
2020-02-16Update GIF, add DELETE key to search options.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-15Removed extra debug statements.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 maximizing mode to allow users to zoom into a particular widget. Not 1...ClementTsang
2020-02-10Appease clippy more, remove clippy from travis for now.ClementTsang
2020-02-10More clippy fixing.ClementTsang
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-09Update sysinfo, add total network to windows/linux.ClementTsang
2020-02-09Made dialog screens affected by colour choice.ClementTsang
2020-02-08Update and clean up ? menu... some more work to be done thoughClementTsang
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-07Add config optionsClementTsang
2020-02-05[skip travis] minor refactor of conversion fnsClementTsang
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-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-02Refactor i64 to u64 for positionClementTsang
2020-02-02Move ignore case to tabClementTsang
2020-02-02Fix process searching while scrolling... that was broken for a while, I guessClementTsang
2020-02-01Optimizing processes...ClementTsang
2020-01-28Lowered stale timing againClementTsang
2020-01-28Changed wording for case match default in flagsClementTsang
2020-01-28Added cleaning event loopClementTsang
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