summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-01-11Some intrinsic width tweaks. Min thresholds now determined by header title O...v0.1.2ClementTsang
2020-01-11Rewrote scroll to be a bit more simple and less buggyClementTsang
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-10Added new way of calculating the table widths in order to avoid some tui-rs b...ClementTsang
2020-01-10Bit of a hack, change back to non-percent based for disks to prevent some jum...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-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