summaryrefslogtreecommitdiffstats
path: root/src/app
AgeCommit message (Expand)Author
2020-02-18Fix scroll problem with resizing/maximizing.ClementTsang
2020-02-17Tweak dot generation again... it was too sparse in some cases.ClementTsang
2020-02-17Fix issue with missing CPU...ClementTsang
2020-02-17Skip 2 points to reduce CPU load.ClementTsang
2020-02-17Some clippy and refactoring.ClementTsang
2020-02-15[skip travis] Some notes and readme changes... and an additional commit befor...ClementTsang
2020-02-15Fixed issue with HJKL keys interfering with search widget. Oops!ClementTsang
2020-02-15Removed extra debug statements.ClementTsang
2020-02-15Some refactoring... I also tried to make the processes part mutlithreaded, bu...ClementTsang
2020-02-14Merged async together.ClementTsang
2020-02-12Removed unnecessary clone.ClementTsang
2020-02-12Added maximizing mode to allow users to zoom into a particular widget. Not 1...ClementTsang
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