summaryrefslogtreecommitdiffstats
path: root/src/app.rs
AgeCommit message (Expand)Author
2020-02-17Tons of refactoring and fixes.ClementTsang
2020-02-17Fix issue introduced with searching and ctrl-uClementTsang
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-17Add ctrl-u, update in-program docsClementTsang
2020-02-16Update GIF, add DELETE key to search options.ClementTsang
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-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-15Fixed issue with HJKL keys interfering with search widget. Oops!ClementTsang
2020-02-13Added ability to set default highlighted widget.ClementTsang
2020-02-12Added maximizing mode to allow users to zoom into a particular widget. Not 1...ClementTsang
2020-02-10Major refactoring to appease clippy; potential reintroduction of hjkl keys to...ClementTsang
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-08Added colour options to config; updated sample config to reflect this; update...ClementTsang
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-02Made search look prettier and organized it a bit... also added match whole wo...ClementTsang
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-28Moved temp and drives over...ClementTsang
2020-01-26Moved CPU overClementTsang
2020-01-25Reworked network again; will use this to change all widgetsClementTsang
2020-01-21Only generate regexes during regex modeClementTsang
2020-01-17Add Ctrl-A and Ctrl-E for searching to skip around to start and end respecti...ClementTsang
2020-01-17Add support for searching while frozenClementTsang
2020-01-16Add basic cursor movement + visuals + control to searchClementTsang
2020-01-15Added in-program hotkey (Ctrl-S) to switch search levels, need to add some GU...ClementTsang
2020-01-15Note this is not 100% complete - there's some nasty code used to just get fun...ClementTsang
2020-01-12Regex filter added. This is a very rudimentary implementation, but I feel it...ClementTsang
2020-01-12Mostly done the base display and control logic for search, now need to implem...ClementTsang
2020-01-12Adding documentation to search feature.ClementTsang
2020-01-12Change of hjkl navigation and removal of q to quit (replaced by Ctrl-[char]) ...ClementTsang
2020-01-11Potential fix for a panic with time comparisonsClementTsang
2020-01-08Add flag to enable by default, documentationClementTsang
2020-01-08Implemented dd for grouped processes.ClementTsang
2020-01-07Formatting changes to be a bit more strict on line lengthClementTsang
2020-01-07Base building blocks of grouped process functionalityClementTsang
2020-01-01Added dialog for dd, added error message if fail to dd, cleaned up some stuffClementTsang
2020-01-01[skip travis] Add check to prevent improper dd while on another panelClementTsang