summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2020-08-19refactor: Refactor code, add new testsClement Tsang
2020-08-17feature: Add appox. total mem as an option for processes and basic memClement Tsang
2020-08-15feature: Allow sorting by any columnClement Tsang
2020-08-12change: Update macOS config dirClement Tsang
2020-08-11deps: Update dependencies, drop MSRVClement Tsang
2020-08-07feature: add full command to process widgetClement Tsang
2020-05-18refactor: reduce unchecked type conversions to usizeClement Tsang
2020-05-16change: remove slash, change scroll behaviour on cpuClement Tsang
2020-05-02refactor: fix clippy errorsClementTsang
2020-05-02change: more advanced searching and filteringClementTsang
2020-04-30feature: Add alt-h and alt-l to move left/right within widgetClementTsang
2020-04-27refactor: separate state to different fileClementTsang
2020-04-26clippy: remove redundant cloneClementTsang
2020-04-26refactor: cleaned up some of the concurrent partsClementTsang
2020-04-25refactor: changed how we set help text on resize and initClement Tsang
2020-04-24change: add scrolling to help menuClement Tsang
2020-04-23refactor: hoist painter creation up to avoid having to clean if failClementTsang
2020-04-19Move to stateful except for CPUClementTsang
2020-04-19Made table gap optional rather than enforcedClementTsang
2020-04-18Update network legend againClementTsang
2020-04-18Update highlight to light blue; new network legendClementTsang
2020-04-16feature: Add battery widget (#120)Clement Tsang
2020-04-11feature: Show process state (#114)Clement Tsang
2020-04-10feature: add io and io/s for processes (#113)Clement Tsang
2020-04-07bug: Fix sorting processes by name being case-sensitiveClement Tsang
2020-04-04(perf) Avoid harvesting if widget is not being displayedClement Tsang
2020-04-03(docs): Updates docs and removes a debugClementTsang
2020-04-03(docs): Update README to be a bit nicerClementTsang
2020-04-01Add modularity to widget placement and inclusion (#95)Clement Tsang
2020-03-13Cleanup before modularity (#84)Clement Tsang
2020-03-11Fix cpu legend colouring (#83)Clement Tsang
2020-03-10Fix cpu scroll.ClementTsang
2020-03-09Add hiding time and autohiding time.ClementTsang
2020-03-08Fixes bug with too large inputs causing a panicClementTsang
2020-03-08Add configurable default time and interval valuesClementTsang
2020-03-08Add time scaling.ClementTsang
2020-03-08Redid basic mode logic and separated CPUClementTsang
2020-03-08Clean up and manage some basic stuff (#73)Clement Tsang
2020-03-05Formatting and typos (#63)Clement Tsang
2020-03-05Make update rate u128 across the board. (#64)Clement Tsang
2020-03-04Rename cevent to event.ClementTsang
2020-03-04More merge conflicts.ClementTsang
2020-03-04Merge branch 'master' into simple_modeClement Tsang
2020-03-04Fix merge conflict.ClementTsang
2020-03-02reflected auto config creationshilangyu
2020-03-02Added proper navigation for basic mode.ClementTsang
2020-03-02Added highlighting + begin finalizing arrangement. Still not done.ClementTsang
2020-03-02Refactoring.ClementTsang
2020-03-02Refactoring.ClementTsang
2020-03-02Add basic flag + option. Not functional yet.ClementTsang