summaryrefslogtreecommitdiffstats
path: root/src/app
AgeCommit message (Expand)Author
2020-02-11Potential fix for strange use% in macos...?ClementTsang
2020-02-11Accidentally left in an extra line of code.ClementTsang
2020-02-11Add current cpu total flag to other OSClementTsang
2020-02-10More clippy fixing.ClementTsang
2020-02-10Major refactoring to appease clippy; potential reintroduction of hjkl keys to...ClementTsang
2020-02-09Some more changes to support sysinfo updateClement Tsang
2020-02-09Update canvas to support network change on windowsClementTsang
2020-02-09Update sysinfo, add total network to windows/linux.ClementTsang
2020-02-08Update and clean up ? menu... some more work to be done thoughClementTsang
2020-02-03Fixed network chart to make it a bit more like before my changesClementTsang
2020-02-02Merge pull request #7 from ClementTsang/optimization_and_refactoring_branchClement Tsang
2020-02-01Optimizing processes...ClementTsang
2020-01-31Tweaked point generation a bit againClementTsang
2020-01-31New way of doing referencing previous pid stats without having to GC - just w...ClementTsang
2020-01-30dd works on macOS now.ClementTsang
2020-01-28Lowered stale timing againClementTsang
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-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-09Fix a quite large bug with disks table display.ClementTsang
2020-01-09Change how we call time in data_collection stepClementTsang
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-02Some documentation changesClementTsang
2020-01-02Fix problem on windows with ddClementTsang
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
2019-12-31Add new option to allow for seeing cpu usage in processes as a percentage of ...ClementTsang
2019-12-30Quick error change for processes to be a bit more graceful, fix testsClement Tsang
2019-12-29Fix processes in windowsClement Tsang
2019-12-27Some cleaning to avoid duplicate codeClementTsang
2019-12-25Add g and GG logicClementTsang
2019-12-25Redid some of the networking portion, changed cargo a bit, some refactoringClementTsang
2019-12-25Update heimClementTsang
2019-12-23Fix some more clippy hints.Clement Tsang
2019-12-22Some simple fixes to abide by clippyClement Tsang
2019-12-13Rename error name.Clement Tsang