summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-02-17Fix issue with missing CPU...ClementTsang
2020-02-17Dropping nightly tests. They fail too often and take up useless time. Re-ad...ClementTsang
2020-02-17Tons of refactoring and fixes.ClementTsang
2020-02-17Removing clippy again for now...ClementTsang
2020-02-17Travis nightly... man...ClementTsang
2020-02-17Add nightly clippy fix.ClementTsang
2020-02-17Add nightly clippy fix.ClementTsang
2020-02-17Trying out travis releases...ClementTsang
2020-02-17Update how cpu disabling field looks.ClementTsang
2020-02-17Skip 2 points to reduce CPU load.ClementTsang
2020-02-17Fix issue introduced with searching and ctrl-uClementTsang
2020-02-17Change to focus on speed.ClementTsang
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-17[skip travis] Really redundant rustfmt update.ClementTsang
2020-02-17Minor rearrangement of CPU toggle location.ClementTsang
2020-02-17[skip travis] Forgot a period, oops.ClementTsang
2020-02-17Update docs, update gif again.ClementTsang
2020-02-17Add ctrl-u, update in-program docsClementTsang
2020-02-16Update GIF, add DELETE key to search options.ClementTsang
2020-02-16[skip travis] Update documentation with widget specifics; prepare for release...ClementTsang
2020-02-16Reversed CPU drawing order; this promotes average (if enabled) to draw on top.ClementTsang
2020-02-16Update some documentation to reflect filter feature in CPUClementTsang
2020-02-16Merge pull request #9 from ClementTsang/add_graph_filteringClement Tsang
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] Add new documentation file; this is not filled out yet.ClementTsang
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-15[skip travis] Update documentation a bit.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-15Updated README to reflect removal of debug flag for now.ClementTsang
2020-02-15Updated heim version.ClementTsang
2020-02-15Removed extra debug statements.ClementTsang
2020-02-15Merge pull request #8 from ClementTsang/multithread_collectionClement Tsang
2020-02-15Some refactoring... I also tried to make the processes part mutlithreaded, bu...ClementTsang
2020-02-14Merged async together.ClementTsang
2020-02-14[skip travis] reword readme for new widget flagClement Tsang
2020-02-13[skip travis] Updated documentation.ClementTsang
2020-02-13Added ability to set default highlighted widget.ClementTsang
2020-02-12Removed unnecessary clone.ClementTsang