summaryrefslogtreecommitdiffstats
path: root/src/canvas
AgeCommit message (Expand)Author
2021-06-20bug: Fix battery widget color and mouse (#504)Clement Tsang
2021-04-23bug: Fix mouse hitboxes (#459)Clement Tsang
2021-04-23bug: Fixes basic mode mouse hitboxes being broken (#458)Clement Tsang
2021-04-23refactor: Take clippy nightly suggestions into account (#456)Clement Tsang
2021-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang
2021-03-12feature: Add support for displaying load average (#392)pvanheus
2021-02-28feature: User info in proc widget for Unix-based systems (#425)Clement Tsang
2021-02-19deps: Update various deps as per 2021-02-19 (#420)Clement Tsang
2021-02-18bug: fix inconsistent spacing with grouped vs non-grouped in the process widg...Clement Tsang
2021-02-18feature: Add mouse support to sorting columns (#413)Clement Tsang
2021-02-16feature: Add ctrl-w and ctrl-h support in the search (#409)Clement Tsang
2021-02-15feature: Allow toggling advanced kill menu (#408)Clement Tsang
2021-01-25bug: Workaround for strange rendering when there are <4 CPU entries reported ...Clement Tsang
2021-01-05bug: Fix hide table gap option not working in battery widget (#386)Clement Tsang
2020-12-22bug: Fixes incorrect colours being used the CPU widget in basic mode (#373)Clement Tsang
2020-12-22feature: Hide SWAP graph and legend in normal mode if SWAP is 0 (#372)Clement Tsang
2020-12-15feature: Fine grained kill signals on unix (#263)Lukas Rysavy
2020-12-11bug: Fix incorrect cpu colour matching again in all position (#349)Clement Tsang
2020-12-10bug: Fix missing states in processes (#345)Clement Tsang
2020-11-28feature: Add scroll indicator to keep track of table position in widgets. (#333)Clement Tsang
2020-11-26bug: Fix inverted battery colours (#331)Clement Tsang
2020-11-22other: Switch to once_cell (#324)Clement Tsang
2020-11-21bug: [skip travis] Fix use_old_network_legendClementTsang
2020-11-20feature: add tree flag (#312)Clement Tsang
2020-11-19other: update gruvbox and some documentation (#310)Clement Tsang
2020-11-18bug: remove buggy auto-generated CPU colour implementation (#308)Clement Tsang
2020-11-18feature: Add collapsible tree entries (#304)Clement Tsang
2020-11-15feature: default colour schemes (#296)Clement Tsang
2020-11-02refactor: Better responsiveness when resizing cpu basic widget (#292)Clement Tsang
2020-11-02bug: fix incorrect basic cpu spacing (#291)Clement Tsang
2020-11-02bug: fix incorrect offset for cpu list in cpu basic widget (#289)Clement Tsang
2020-11-02bug: fix incorrect CPU colour offset (#290)Clement Tsang
2020-11-02clippy: fix unwrap_or_else usage (#286)Clement Tsang
2020-10-17feature: Add simple indicator for when data updating is frozen (#269)Clement Tsang
2020-10-17refactor: Remove redundant as_ref() calls (#268)Clement Tsang
2020-10-13bug: Fix widget highlighting styling for dialogs (#266)Clement Tsang
2020-09-26bug: fix basic mode arrows being slightly larger than intendedClementTsang
2020-09-26refactor: tui-rs 0.11.0 refactor (#253)Clement Tsang
2020-09-22feature: Beginnings of in-app config (#231)Clement Tsang
2020-09-18bug: Fix for index oob caused by terminal size mismatch (#238)Clement Tsang
2020-09-11feature: mouse support for tabs and dd dialog (#230)Clement Tsang
2020-09-09refactor: rename data harvesting fns to what archs/oses they support (#229)Clement Tsang
2020-09-09refactor: rewrite column algorithm (#227)Clement Tsang
2020-09-06feature: Adds tree view (#223)Clement Tsang
2020-09-02feature: Add ability to filter out disks and temp (#220)Clement Tsang
2020-09-02bug: fix being able to click widgets when dd-dialog was open (#219)Clement Tsang
2020-08-31refactor: Update error messages w/ anyhow and thiserror (#216)Clement Tsang
2020-08-29feature: Allow Ctrl-F and / to work in sort (#212)Clement Tsang
2020-08-29feature: Add mouse click support for moving between widgets (#208)Clement Tsang
2020-08-28feature: Adaptive network widget (#206)Clement Tsang