summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2020-01-02Some documentation changesClementTsang
2020-01-02Fix mouse scrolling in windowsClement Tsang
2020-01-02Add highlighting rows only when you are on that widget, and tweaked table spa...Clement Tsang
2020-01-02Fix bug with network legend on windowsClement Tsang
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
2020-01-01Expand cpu chart sizeClementTsang
2020-01-01Add scrolling to CPU list.ClementTsang
2020-01-01Fix issue with network legend, by moving it down.ClementTsang
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-30Placeholder fix for lack of total network on Windows.Clement Tsang
2019-12-29Fix processes in windowsClement Tsang
2019-12-28Fix typo in code... oops.ClementTsang
2019-12-28Rearrange to fit legend and extra info.ClementTsang
2019-12-27Refactoring (note graphs are shrunk for next commit) of canvasClementTsang
2019-12-27[skip travis] Add field for total rx and tx display in the canvas; note this ...ClementTsang
2019-12-27[skip travis] Fix formatting in fieldClementTsang
2019-12-27Some cleaning to avoid duplicate codeClementTsang
2019-12-27Some moving of linesClementTsang
2019-12-26Add stock 6 coloursClementTsang
2019-12-26Add random colour generation to allow for dealing with large multicore system...ClementTsang
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-25Update to newer version of cratesClementTsang
2019-12-23Fix some more clippy hints.Clement Tsang
2019-12-22Fix problem with missing brackets and BEDMAS...Clement Tsang
2019-12-22Some simple fixes to abide by clippyClement Tsang
2019-12-17Switch back to roundClementTsang
2019-12-16Add double tap key timeout to prevent accidental dd'sClementTsang
2019-12-15Update controls.ClementTsang
2019-12-14Fixed some labels I forgot to match with networks.ClementTsang
2019-12-14Switch to log scale for networks to allow a scale from 0 bytes to 1 GiB.ClementTsang
2019-12-13Tweaked mouse and keyboard accept ratesClement Tsang
2019-12-13Fix for winapiClement Tsang
2019-12-13Rename error name.Clement Tsang
2019-12-13Fixed problem with invalid vector index access.Clement Tsang