summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2020-01-17Updated documentation.ClementTsang
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 a very basic way of displaying your current search mode... I need to re...ClementTsang
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-15Added some logic to allow visibility of network data even when smaller height...ClementTsang
2020-01-14Revert to labels for now... see if I have to fork tui-rs to get it to work th...ClementTsang
2020-01-14Move some width ratios aroundClementTsang
2020-01-13Simple moving of ram position to support TUI hiding legends... may revert thi...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-12Update in-tui documentation to be consistent with changes.ClementTsang
2020-01-12Change of hjkl navigation and removal of q to quit (replaced by Ctrl-[char]) ...ClementTsang
2020-01-12[skip travis] Remove todo! macro which might cause issues on older rust versionsClementTsang
2020-01-11Some intrinsic width tweaks. Min thresholds now determined by header title O...v0.1.2ClementTsang
2020-01-11Rewrote scroll to be a bit more simple and less buggyClementTsang
2020-01-11Potential fix for a panic with time comparisonsClementTsang
2020-01-10[skip travis] Fixed slight typo with missing column width ratio in disks.ClementTsang
2020-01-10Added new way of calculating the table widths in order to avoid some tui-rs b...ClementTsang
2020-01-10Bit of a hack, change back to non-percent based for disks to prevent some jum...ClementTsang
2020-01-09Fix a quite large bug with disks table display.ClementTsang
2020-01-09Change how we call time in data_collection stepClementTsang
2020-01-08Add flag to enable by default, documentationClementTsang
2020-01-08Implemented dd for grouped processes.ClementTsang
2020-01-08Traded some mem + cpu for more smoothness while toggling.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-06Some basic cleaningClementTsang
2020-01-04[skip travis] Add Home/End keys to navigate tablesClementTsang
2020-01-04Some cleaning up in the data_conversion area for cpuClementTsang
2020-01-03[skip travis] More documentation tweakingClementTsang