summaryrefslogtreecommitdiffstats
path: root/src/canvas.rs
AgeCommit message (Expand)Author
2020-01-07Base building blocks of grouped process functionalityClementTsang
2020-01-06Some basic cleaningClementTsang
2020-01-04Some cleaning up in the data_conversion area for cpuClementTsang
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-01Added dialog for dd, added error message if fail to dd, cleaned up some stuffClementTsang
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-30Placeholder fix for lack of total network on Windows.Clement Tsang
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-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-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-15Update controls.ClementTsang
2019-12-14Switch to log scale for networks to allow a scale from 0 bytes to 1 GiB.ClementTsang
2019-12-13Fixed problem with invalid vector index access.Clement Tsang
2019-12-11Begin change of legend, and fixed scrolling issue caused by tui-fork dropClementTsang
2019-12-07Add debug flagClementTsang
2019-12-06Fix travis.ClementTsang
2019-12-06Update tui version... legends aren't showing up yet, will have to fork again.ClementTsang
2019-11-05Fanagle with tui. Going to probably put this on halt until tui-rs pushes a n...ClementTsang
2019-10-12Separated stale and display constants.ClementTsang
2019-10-10Added hotkey to reset all data on screen.ClementTsang
2019-10-10Added scaling factor to make CPU usage in processes more representative of TO...ClementTsang
2019-10-09[skip travis] Minor README and help updates to be more clear.ClementTsang
2019-10-09Added freezing of updates.0.1.0-alpha-4ClementTsang
2019-10-09Added help screen.ClementTsang
2019-10-09Fix for cleaning times, as well as made it not run every loop.ClementTsang
2019-10-05Removed unsafe unwrapsClementTsang
2019-10-04Added arrows to indicate process sorting directionClementTsang
2019-10-03Added RAM values to chart.ClementTsang
2019-09-25Added scrolling for temp and disk list.ClementTsang
2019-09-25Added arrow key control for processes and the like, and fixed off by one error.ClementTsang
2019-09-25Changed how we handle total mem = 0 cases; made it so that it just sets a rea...ClementTsang
2019-09-25Fix for divide by zero if swap/mem was 0ClementTsang
2019-09-25Fixed linux issue.ClementTsang
2019-09-25More fixes for Windows.Clement Tsang
2019-09-16Changed toml one more time.0.1.0-alpha-1ClementTsang
2019-09-16Added vim + keyboard bindings.ClementTsang
2019-09-16Fixed off by one error with scrolling.ClementTsang
2019-09-16Modified errors in data_collection portion to use the newer error type added ...ClementTsang
2019-09-16Added scrolling in processes.ClementTsang
2019-09-16Added reads and writes for disk.ClementTsang